/*   
Theme Name: Mitchell Hall
Theme URI: http://www.thinkbda.com
Description: The theme for the Mitchell Hall website
Author: bda
Author URI: http://www.thinkbda.com
Version: 1.0
*/

* {
		margin: 0;
		padding: 0;
	}
	
	img {
		border: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
	}
	
	a {
		color: #7d0f34;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.clear {
		clear: both;
	}
	
	.alignright {
		float: right;
		display: inline;
		margin: 0 0 10px 10px;
	}
	
	.alignleft {
		float: left;
		display: inline;
		margin: 0 10px 10px 0;
	}
	
	body {
		background-color: #DDD;
		background-image: url(images/bg.gif);
		background-position: center;
		background-repeat: repeat;
		text-align: center;
		padding-top: 20px;
		font-family: helvetica, arial, sans-serif;
		color: #6a6e6c;
		font-sizE: 75%;
	}
	
	#header {
		width: 1030px;
		margin: 0 auto;
		text-align: left;
		background-image: url(images/bgtop.png);
		background-image: top center;
		background-repeat: no-repeat;
		padding-top: 15px;
	}
	
	#title {
		float: left;
		display: inline;
		width: 687px;
		margin-left: 49px;
	}
	
	#topblurb {
		float: left;
		display: inline;
		width: 240px;
		margin: 0 49px 0 5px;
		background-image:  url(images/headerbg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		height: 123px;
		overflow: hidden;
		color: #FFF;
		text-transform: uppercase;
	}
	
	#topblurb p {
		margin-top: 45px;
		margin-left: 20px;
	}
	
	#topblurb span {
		display: block;
		font-weight: bold;
		background-image:  url(images/arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
		height: 15px;
		line-height: 20px;
		height: 20px;
		padding-left: 20px;
	}
		
	#topblurb a {
		color: #FFF;
		text-decoration: none;
	}
	
	#topblurb a:hover {
		text-decoration: underline;
	}
	
	#wrapper {
		width: 1030px;
		margin: 0 auto;
		text-align: left;
		background-image:  url(images/bgcontent.png);
		background-position: center;
		background-repeat: repeat-y;
		padding: 1px 0;
	}
	
	#navigation {
		width: 932px;
		margin: 20px 49px 21px 49px;
		height: 31px;
		background-image: url(images/navbg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#navigation ul {
		margin-left: 20px;
	}
	
	#navigation li {
		float: left;
		display: inline;
		background-image: url(images/arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 20px;
		margin: 0 10px;
		line-height: 31px;
	}
	
	#navigation a {
		color: #FFF;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#navigation a:hover {
		text-decoration: underline;
	}
	
	#contentwrapper {
		width: 732px;
		float: left;
		display: inline;
		margin: 0;
	}
	
	#sidebar {
		width: 172px;
		float: left;
		display: inline;
		margin: 0 0 0 49px;
	}
	
	#sidebar p {
		margin-bottom: 13px;
	}
	
	#contentheader {
		width: 683px;
		margin: 0 0 13px 49px;
	}
	
	#content {
		width: 502px;
		float: left;
		display: inline;
		margin: 0 0 0 9px;
	}
	
	#contenttop, .abctop {
		height: 15px;
		background-image: url(images/contentbox_top.gif);
		background-position: top left;
		background-repeat: no-repeat;
		width: 502px;
	}
	
	#maincontent, .abcmiddle {
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		padding-bottom: 1px;
	}
	
	#contentbottom, .abcbottom {
		height: 15px;
		background-image: url(images/contentbox_bottom.gif);
		background-position: top left;
		background-repeat: no-repeat;
		width: 502px;
		margin-bottom: 11px;
	}
	
	#content h1, #bigcontent h1 {
		color: #7d0f34;
		font-size: 150%;
		margin: 0 10px 15px 10px;
		text-transform: uppercase;
	}
	
	#content h2, #bigcontent h2 {
		color: #7d0f34;
		font-size: 120%;
		margin: 0 10px 15px 10px;
		text-transform: uppercase;
	}
	
	#content p, #bigcontent p, #contentfooter .abcmiddle p {
		margin: 5px 10px;
		line-height: 140%;
	}
	

	#sidebar2 {
		width: 240px;
		margin: 0 49px 0 9px;
		float: left;
		display: inline;
	}
	
	#sidebar2 p {
		margin-bottom: 13px;
	}
	
	#contentfooter p {
		margin: 0 0 10px 0;
	}
	
	#bigcontent {
		width: 752px;
		float: left;
		display: inline;
		margin: 0 49px 0 8px;
	}
	
	#bigcontenttop {
		height: 20px;
		background-image: url(images/widebox_top.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#bigcontentbottom {
		height: 20px;
		background-image: url(images/widebox_bottom.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#bigcontentmain {
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		margin-top: -5px;
	}
	
	#footer {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		width: 932px;
		margin: 29px 49px;
		padding: 0.5em 0;
		font-size: 90%;
	}
	
	#footer ul {
		margin-left: 6em;
		text-transform: uppercase;
		display: inline;
	}
	
	#footer a {
		color: #6a6e6c;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer li {
		display: inline;
		padding-right: 5px;
		padding-left: 5px;
		border-right: 1px solid #6A6E6C;
	}
	
	.postwrapper {
		border-bottom: 1px solid #CCC;
		padding: 0.5em 0;
		margin: 0 10px;
	}
	
	.imagethumbnail {
		width: 72px;
		float: left;
		display: inline;
	}
	
	.postcontent {
		width: 400px;
		float: left;
		display: inline;
	}
	
	#maincontent .postcontent h2 {
		margin-bottom: 0;
	}
	
	.more-link {
		float: right;
	}
	
	.postmeta {
		color: #7d0f34;
		font-size: 90%;
	}
	
	.sidebar1boxtop {
		height: 11px;
		background-image: url(images/navbox_top.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.sidebar1boxbottom {
		height: 11px;
		background-image: url(images/navbox_bottom.gif);
		background-position: top left;
		background-repeat: no-repeat;
		margin-bottom: 13px;
	}
	
	.sidebar1boxcontent {
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		text-transform: uppercase;
	}
	
	.sidebar1boxcontent ul {
		margin: 0 10px;
	}
	
	.sidebar1boxcontent li {
		border-bottom: 1px solid #CCC;
		background-image: url(images/arrow.gif);
		background-position: 0 8px;
		padding: 10px 10px 10px 20px;
		background-repeat: no-repeat;
		list-style-type: none;
	}

.sidebar1boxcontent ul li ul {
margin: 0 -10px;
}

.sidebar1boxcontent li ul li {
background-image: none;
padding: 10px;
}

.sidebar1boxcontent ul li ul {
		display: none;
	}
	
	.sidebar1boxcontent ul li.current_page_item ul {
		display: block;
	}
	
	.ngg-albumoverview, .ngg-galleryoverview {
		margin: 0 10px;
	}
	
	.ngg-album-compact h4 {
		font-size: 100%;
		background-image: url(images/arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 20px;
	}
	
	#sidebar #booknowbutton {
		margin-bottom: 0;
		margin-top: 13px;
		text-align: center;
	}