@charset "UTF-8";
/* CSS Document */

body { background: #2c2c2b url(images/background.gif) repeat-x; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	}

a { color: #ed591f; text-decoration: none; }

#content-middle h1 { color: #7a95b6; margin-top: 0px; font-size: 26px; margin-bottom: 0px; border-bottom: 1px solid #7A95B6; }

a:hover { text-decoration: underline; }

#wrapper { width: 1000px; margin-left: auto; margin-right:auto; }

#index-header { 
	height: 337px;
	background:url(images/index-header.png) transparent no-repeat;
}

#index-bottom {
	height: 269px;
	background:url(images/index-bottom.png) transparent no-repeat;
}

#index-menu {
	background:#FFF;
	width: 275px;
	height: 250px;
	margin-left: 107px;
	float: left;
	margin-top: -15px;
}



#index-news {
	width: 516px;
	height: 176px;
	margin-left: 77px;
	margin-top: 66px;
	float: left;
	}

#index-news iframe {
	width: 500px;
	height: 170px;
}



#content-header {
	height: 163px;
	background:url(images/content-header.png) no-repeat;
}

#content-links {
	padding-top: 10px;
	height: 39px;
	background:url(images/content-links.png) no-repeat;
	text-align: center;
}

#content-links img {
	margin-right: 25px;
}

#content-middle {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 1px;
	min-height:150px;
	background: url(images/content-middle.png) repeat-y;
}

#content-footer { 	
	height: 50px;
	background:url(images/content-footer.png) no-repeat;
	padding-top: 46px;
}


#content-footer, #index-footer {
	color: #fff;
	font-size: 11px;
	text-align:center;
}

.videoImg {
	width: 300px;
	margin: 0 50px 30px 50px;
	height: 172px;
	float: left;
	border: 1px solid;
}

.videoTitle {
	font-size: 16px;
	font-weight: bold;
	color: #7A95B6;
	margin-bottom: 10px;
}

.videoDesc {
	float: left;
	width: 400px;	
	margin-bottom: 20px;
}

.musicTitle {
	font-size: 16px;
	font-weight: bold;
	color: #5d6873;
	margin-bottom: 3px;
	margin-left: 40px;
}

.musicTitle a {
	font-size: 12px;
}

.musicTitle img {
	margin-bottom: -5px;
}

.musicDesc {
	float: left;
	margin-left: 65px;
	margin-bottom: 10px;
	width: 700px;
}

.pieceName {
	color: #7a95b6; margin-top: 10px; font-size: 20px; margin-bottom: 15px; font-weight:bold;
}

.pieceSubTitle {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}


.clear {
	clear: both;
}


#index-news-content {
	width: 450px;
	height: auto;
	padding-top:0px;
}

#index-news-content dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: -3px;
}

#index-news-content  dt {
	font-weight: bold;
	margin-top: 0px;
}

#index-news-content  p {
	margin-top: 0px;
	margin-bottom: 3px;
}


/* ====================== WORDPRESS OVERRIDES ================ */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7A95B6;
}

h2 a:hover {
	color: #ed591f;
	text-decoration:underline;
}
	
h2 {
	font-size: 18px;
}

.narrowcolumn {
	padding-left: 0px;
	width: 550px;
	padding-right: 20px;
}

#sidebar {
	margin-left: 555px;
	padding: 0 10px 0 25px;
	width: 275px;
}

.navigation {
	margin-bottom: 25px;
}

.post {
	border-bottom: 1px solid #7A95B6;
}


