/*   
Theme Name: nbcc
Theme URI: http://www.newbrunswickarts.org
Description: A Child Theme for Thematic
Author: Brunswick Media Services LLC
Author URI: http://www.brunswickmedia.com
Template: thematic

.
This is a custom child theme developed exclusively for the New Brunswick Cultural Center blog Backstage New Brunswick. 
.
*/
@import url(../thematic/style.css);


/* --------------- Header ---------------- */

#header {
    z-index:2;
    background: url(/images/header-bg.jpg) center 5px no-repeat;
    border-left: #CCC solid 1px;
    border-right: #CCC solid 1px;
    height: 400px;
}

#blog-title {
    display: none;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:700;
    line-height:40px;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}

#blog-title a:active,
#blog-title a:hover {
    color: #CC0033;
}

#blog-description {
     display: none;
}
/* --------------- Top Menu ---------------- */

.menu {
    margin-top:141px;
    *margin-top:105px;
    _margin-top:193px;
    }


/* --------------- Content ---------------- */

#main {
    clear:both;
    padding:10px 0 22px 0;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    width:958px;
    }

.entry-title {
    font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size:24px;
    font-weight:600;
    line-height:24px;
    text-align:left;
    letter-spacing:0;
    padding:3px 5px 3px 0px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
    }

h1.entry-title {
    color:#000;
    }

.entry-title a {
    color: #000;
    }
.entry-title a:active,
.entry-title a:hover {
    color: #CC0033;
    }

.entry-meta a {
    color:#666;
    text-decoration:none;
    }

.entry-meta a:active,
.entry-meta a:hover {
    color: #CC0033;
    }

.entry-content {
    font-family:baskerville,'palatino linotype','times new roman',serif;
    }

.entry-content a {
	color:#666666;
	text-decoration:none;
	}
.entry-content a:hover {
	color: #CC0033;
	text-decoration:underline;
	}

.page-link a:active,
.page-link a:hover {
    color: #CC0033;
    }


.entry-utility {
    padding-bottom: 30px;
    border-bottom: #ccc dotted 2px;
    }


/* --------------- Side Bars ---------------- */

#primary h3.widgettitle {
     text-size: 20px;
     color: #000;
     font-weight:600;
     }

#primary {
    margin-top:50px;
}

#secondary h3.widgettitle {
     text-size: 20px;
     color: #000;
     font-weight:600;
     }


/* --------------- Footer ---------------- */

#footer {
    border-top:#000 10px solid;
    background:url(/images/footer-bg.jpg) 0 0 repeat-y;
    overflow:hidden;
    color:##F2F2F2;
    margin-top:0px;
    }

#footer h3.widgettitle {
    #color:#F2F2F2;
    font-size:24px;
    }

#footer a {
    color:##F2F2F2;
    }

#footer a:hover {
    color:#fff;
    }

#subsidiary {
    background-color:#333;
    padding: 7px;
}