/*  
Theme Name: MQD
Adapted from: Imhotep By Chris Lin http://a.trendyname.org/
Theme URI: http://www.qualitydesignplans.com/
Description: Moore Quality Design
Version: 1.00
Author: Jason Ungos
Author URI: http://jason.ungos.com/
*/


* {
	margin: 0;
	padding: 0;
}


/* --- STRUCTURE --- */

html, body {
	font-size: 76%;
	font-family: verdana, arial, sans-serif;
	} /* Font-sizing in EMs | http://www.thenoodleincident.com/tutorials/typography */
body {
	background: url("images/bg.png") repeat-x; 
	}
#content {
	margin-right:175px;
}
#container {
	width:100%;
	float:left;
	margin-right:-175px;
	margin-left: 50px;
	}
#sidebar {
	margin:0;
	padding:5px 20px 20px;
	float:right;
	width:155px;
	}
#wrapper {
	width:800px;
	margin: 0 auto;
	font-size:1.2em;
	}


/* --- ELEMENTS --- */

p {
	margin: 1em;
	}
a {
	color:#7F6250;
	font-size:1em;
	}
a:hover {
	color:#9E7A65;
	text-decoration:none;
	}
b, strong {
	color:#000;
	}
em, i {
	color:#333;
	}
blockquote {
	color:#7D72C1;
	margin:0 5%;
	padding:0 5px 0 9px;
	border-left:5px solid #7D72C1;
	font-weight:550;	
	}
.clear {
	margin:0;
	padding:0;
	clear:both;
	height:0;
	}
h1 {
	font-size:2em;
	padding:0;
	margin:0;
	}
li {
	list-style-type: none;
	list-style-image:none;
	}

h1 a {
	text-decoration: none;
}


/* --- HEADER --- */
#header {
	background: url("images/header.png") top center no-repeat;
	height:100px;	
	font-family: Trebuchet MS, verdana, arial, sans-serif;	
	}
#header h1 {
	text-indent: -9999px;
	}
#header #site_name {
	display: none;
	} 
#header #site_description {
	display: none;
	} 
#date {
	margin:0;
	padding:0;
	float:left;
	}
#search {
	margin:0;
	padding:0;
	float:right;
	}
#search form {
	padding:0;
	margin:0;
	}
#search input {
	font-size:1.05em;
	padding:0 2px;
	margin:0 0 0 0;
	border:1px solid #000;
	background: #B9B9B9;
	}

/* --- MENU --- */
#menu {
	width: 904px;
	margin: 0 auto;
	padding: 50px 0 0;
	}
#menu a {
	font-size:12px;
	font-weight:bolder;
	color:#f8f0d9;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: .2em;
	}
#menu a:hover {
	color: #fff;
	}
#menu ul {
	margin: 0 0 0 175px;
	}
#menu ul li {
	display:inline;
	margin:0 1px;
	}
#menu li {
	padding:2px 20px 0;
	}
#menu li:hover {
	padding:2px 20px 0;
	border-bottom:1px solid #5b1d3a;
	}
#menu #current { 
	border-bottom:9px solid #5b1d3a; /* f8f0d9 */
	}


/* --- CONTENT --- */

.commentnum {
	padding-left:15px;
	}
.post .commentnum a {
	color:#7D72C1;
	}
#contentbg { 
	/*
	background: url("images/content_bg.gif") top left repeat-y; 
	*/
	}
.post {
	padding:5px 20px 5px 30px;
	color:#2C235C;
	font-weight:550;
	font-size:1.1em;
	line-height:1.3em;
	}
.post h1 ,
.post h1 a {
	font-size:1.5em;
	color:#5b1d3a;
	font-weight:500;
	font-family: Trebuchet MS, verdana, arial, sans-serif;	
	}
.post h2 {
	font-size:2em;
	color:#666;
	font-weight:500;
	font-family: Trebuchet MS, verdana, arial, sans-serif;	
	}
.post h3 {
	font-size:1.5em;
	color:#302E39;
	font-weight:500;
	font-family: Trebuchet MS, verdana, arial, sans-serif;	
	}
.post h3 a {
	color:#7F6250;
	text-decoration:none;
	}
.post h3 a:hover {
	color:#9E7A65;
	}
.postinfo {	
	font-size:.65em;
	text-transform:lowercase;
	padding-left:5px;
	}
.post ul {
	margin: 2.25em;
}
.post li {
	list-style-type:square;
}

/* --- COMMENTS --- */
#comments {
	width:90%;
	margin:0 auto;
	}
#comments ol {
	padding:0;
	margin:0;
	}
#comments li {
	padding: 3px 6px;
	margin:10px 0;
	}
#comments h4 {
	font-size:1.2em;
	}
.odd {
	border-left:2px solid #CFCCE9;
	border-right:2px solid #CFCCE9;
	background-color:#E0DEF1;
	}
.comnum {
	color:#F5F5F5;
	font-size:3em;
	float:right;
	}

/* --- SIDEBAR --- */

#sidebar {
	color:#2C235C;
	line-height:1.3em;
	font-size:1.0em;
	}
#sidebar h3 {
	font-size:1.1em;
	color:#f8f0d9;
	background: #666;
	width: 190px;
	text-indent: 1em;
	padding-top: 3px;
	}
#sidebar > ul {
	padding:10px 0 0 15px;
	background: #fff url("images/sidebar-h3.gif") top left no-repeat;
	width: 209px;
	min-height: 55px;
	_height: 55px;
	}
#sidebar li { 
	background: url("images/li-image.gif") no-repeat top left;
	padding:0 0 0 10px; 
	}
#sidebar ul ul {
	display: none;
}
#sidebarbg { 
	/*
	background: url("images/sidebar_bg.gif") top right repeat-y; 
	*/
	}


/* --- CREDITS --- */

.credit {
	margin:0;
	padding:5px 0;
	font-size:0.9em;
	text-align:center;
	}
cite {
	font-style:normal;
	}
#credit_1 { 
	/*
	background: url("images/copybg_1.gif") top left repeat-y; 
	*/
	font-size: 1.2em;
	}
#credit_2 { 
	/*
	background: url("images/copybg_2.gif") top right repeat-y; 
	*/
	font-size: .5em;
	}





/* --- MISSION --- */
#mission {
	display: block;
	margin: 0 auto;
	width: 353px;
	height: 37px;
	text-align:center;
	background: url(/files/mission.png) no-repeat bottom center;
	text-indent: -99999px;
}
	
/* --- GALLERY --- */
#gallery {
	width: 737px;
	height: 414px;
	background: url("images/bg_gallery.jpg") top right no-repeat; 
	}
	
#flash_gallery {
	position: relative;
	display: block;
	top: 31px;
	left: 191px;
}

#plan_gallery {
	margin: 0 2.5em;
	width: 325px;
	height: 264px;
	float: right;
}

#link_home_text,
#link_home_text a {
	display: none;
}

#link_home_logo,
#link_home {
	display:block;
	height: 100px;
	width: 200px;
	padding: 0px;
	z-index: 50;
	float:left;
	border: 0;
	margin-top: -25px;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
}

.thumbnails {
	float: none;
	margin: 15px;
}

.thumbnails img {
	display: none;
}

#previewwrapper {
	width:150px;
	height: 500px;
	float: left;
}

#preview {
	width: 128px;
	margin: 0 auto;
}