/*
Theme Name: MSU-Rentals 2009
Theme URI: http://www.msu-rentals.com
Description: A custom WP theme for Brentwood Management.
Author: Noel Green
Author URI: http://www.parkeastinc.com
version: 1.0
*/



/* basics */

* {
	behavior: url(iepngfix.htc);
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('images/backgrounds/rotate.php') no-repeat left top fixed;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 100%;
	margin: 0;
	padding: 0px;
	}
	
/* header */

#header {
	background: #000;
    width: 100%; 
	height: 129px;
	}
#header img {
	float: left;
	width: 421px;
	border: 0px;
	margin: 5px 0 0 0;
	padding: 0px;
}

#tagline {
	float: right;
	width: 300px;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 13px;
	text-transform: none;
	font-style: italic;
	color: #fff;
	text-align: justify;
	margin: 20px 40px 10px 0;
}


/* main menu */


#menu {
	background: #000;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 16px;
	text-transform: uppercase;
	width:100%; 
	height: 30px;
	border-top: 1px solid #fff;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}



/* content */


#content {
	background: transparent url('images/content_bg.png') repeat;
	overflow: hidden;
	float:left;
	width: 605px;
	min-height: 852px;
}

#content_single {
	background: transparent url('images/content_bg.png') repeat;
	overflow: hidden;
	float:left;
	width: 835px;
	min-height: 852px;
}
	
#content h3,
#content_single h3 {
	font-family: baskerville, georgia, times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	
	padding: 0 0 0 50px;
	margin: 20px 0px 30px 0px;
	
	height: 32px;

	width: 500px;
	border-bottom: 1px solid #000;
}

.post_main {
	float: left;
	width: 550px;
	padding: 0px 50px 0px 40px;
	margin: 0 0 60px 0;
}

.post_single {
	position: relative;
	width: 750px;
	height: 200px;
	padding: 0px 50px 20px 40px;
	margin: 0 0 60px 0;
}

.post_single img {
	z-index: 5;
}

.post_archive {
	float: left;
	width: 750px;
	padding: 0px 50px 0px 40px;
	margin: 0 0 60px 0;
}

.post_archive small {
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: underline;
}





.entry_main {
	position: relative;
	padding: 0px;
	font-size: 14px;
}

.entry_main a,
.entry_main a:visited {
	color: #931014;
	font-style: normal;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
}

.entry_main p {
	margin: 0 0 10px 0;
}

.entry_archive {
	padding: 0px;
	font-size: 14px;
}

.entry_archive p {
	margin: 0 0 -20px 0;
}

#page_image img {
	float: left;
	width: 240px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #333;
}

#page_image_single img {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	height: auto;
	border: 1px solid #333;
}

#page_image_gallery img {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 180px;
	height: auto;
	border: 1px solid #333;
}



#page_image a,
#page_image a:visited {
	color: #931014;
	font-style: italic;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 18px;
	text-decoration: none;
}

#page_image a:hover {
	text-decoration: none;
}

#view_property,
#view_property a,
#view_property a:visited {
	float: right;
	color: #931014;
	font-style: normal;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 12px;
	margin: 20px 0 0 0;
}

#view_property2,
#view_property2 a,
#view_property2 a:visited {
	float: right;
	color: #931014;
	font-style: normal;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 12px;
	margin: 20px 125px 0 0;
}
	

#navigation,
#navigation a,
#navigation a:visited {
	float: left;
	color: #931014;
	font-style: italic;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 18px;
	margin: 0px 125px 0 0;
}
	
.alignleft {
	float:left;
	margin:25px;
}
.alignright {
	float:right;
	margin:25px;
}


.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left {
	width: 130px;
	float:left;
	margin: 25px 0 24px 0;
	padding: 0;
	}
	
#left a,
#left a:visited,
#left a:hover {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-weight: bold;
}

#left .number,
#left .number a,
#left .number a:visited,
#left .number a:hover {
	color: #fff;
	text-align: center;
	font-size: 70px;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-weight: bold;
}

#button_01 {
	background: #931014;
	color: #fff;
	height: 125px;
	min-height: 130px;
	display: block;
	padding-top: 5px;
}

#button_02 {
	background: #000;
	color: #fff;
	height: 125px;
	min-height: 130px;
	display: block;
	padding-top: 5px;
}

#button_03 {
	background: #931014;
	color: #fff;
	height: 125px;
	min-height: 130px;
	display: block;
	padding-top: 5px;
}

#button_04 {
	background: #000;
	color: #fff;
	height: 125px;
	min-height: 130px;
	display: block;
	padding-top: 5px;
}




/* right sidebar */

#right{
	background: #931014;
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
	min-height: 552px;
}

#right h2{
	font-family: baskerville, georgia, verdana, times;
	font-weight: normal; 
	font-size: 30px;
	color: #fff;	
	margin: 12px 0 0 8px;
	padding: 0 0 20px 0;
}

#right .post {
	margin: 0;
	padding: 0px 10px 0px 10px;
}

#right p {
	margin:0;
	padding: 0 0px 40px 0px;

	color: #fff;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#right small {
	color: #fff;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#right img {
	padding: 0;
	margin: 0;
}

#read_updates,
#read_updates a,
#read_updates a:visited {
	float: right;
	color: #931014;
	font-style: normal;
	font-family: 'trebuchet ms', trebuchet, verdana, arial, tahoma;
	font-size: 12px;
	margin: -10px 10px 20px 0;
}


#right a,
#right a:visited {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

#right a:hover {
	color: #fffa78;
	text-decoration: none;
	font-style: italic;
}

#next_previous {
	float: right;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #000;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

