/*  
Theme Name: NEW MSR THEME
Description: theme for msr
Version: 2
Author: R WOOD
Author URI: http://www.rmdy.com/

	MSR v2
	 http://www.midseasonreplacements.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*    MASTER STYLES   
/////////////////////////////
*/


body,div,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	}   /*  eliminates ALL browser defaults for margins and padding  */

body {
	background: #fff;
	font-size: 75%;  /* reduces default 16px down to 12px for IE6 */
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,  Arial, Helvetica, sans-serif; 
	text-align: left;
	}
	
html>body {font-size: 12px;} /* sets size for good browsers, ignored by IE6 */

p 	{
	font-size:1em;  /* 1em = 100% = 12px */
	line-height: 1.5em;  /*  1.5em = 18px  */
	margin-top: 1.0em;
	margin-bottom: 1.5em;
	}
	
.excerpt p {
	margin: .5em 0 1.5em 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}

img, img a {border: none;}
	
.clear {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	height:0px;
	line-height:0;
	font-size:0;
	}
	

.strong {font-weight: bold;}	
.italic {font-style: italic;}
.hidden {display: none;}
.sup {vertical-align: super; font-size: 40%;}

.blockquote {color:#222; border: dotted 1px #b6b6b6; background:#f0f0f0; padding:10px 20px 10px 20px; margin:10px 25px 10px 25px;}
blockquote {color:#222; border: dotted 1px #b6b6b6; background:#f0f0f0; padding:10px 20px 10px 20px; margin:10px 25px 10px 25px;}

hr {
	color: #b6b6b6;
	background-color: #b6b6b6;
	height: 1px;
	border: 0;
	width: 70%; 
	padding: 0; 
	margin: 0 auto;
	}


/*  LINKS  */  

a:link,
a:visited {
	color: #0c519e;
	font-weight:bold;
	text-decoration:none;
	}

a:focus,
a:hover {
	/* color: #ae4f0c; */  /*  ORIGINAL ORANGE  */
	color: #d3782e;
	text-decoration: underline;
}


/*  HEADER STYLES
/////////////////  */

#home_header_wrap {
	background: #000 url(imgs/bg_homeheader.jpg) repeat-x;
	width: 100%;
	height: 135px;
	}

#home_header {
	width: 1000px;
	margin: 0 auto;
	background: transparent;
	}


/* #home_msr_logo {   DIDNT WORK IN IE6
	background: transparent;
	padding-left: 0px;
	width: 370px;
	position: absolute;
	top: 20px;
	border: solid 0px yellow;
	}  */
	
#home_msr_logo {
	float: left;
	}
	
#home_msr_logo img { 
	border: solid 0px red;
	margin: 20px 0 0 0;
	height: 115px;
	width: 370px;
	} 



/* NAVIGATION */
#home_buttonwrap, #home_reflectionwrap {
	width: 625px;
	float: right;
	}

#home_nav_buttons ul, #home_nav_reflection ul {
	margin: 0 0px 0 0;
	padding:0;
	list-style:none;
	float: right;
	/* display: none; */
	}
	
#home_nav_buttons ul {margin-top: 87px;}  /* bumps buttons down  */
	
#home_nav_buttons li, #home_nav_reflection li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	font: .95em/1.2em Century Gothic;
	text-transform: uppercase;
	}
	
#home_nav_buttons li {
	background:url("imgs/leftB.gif") no-repeat left top;
	}
	
#home_nav_reflection li {
	background:url("imgs/left_reflectB.gif") no-repeat left top;
	}
	
#home_nav_buttons a, #home_nav_reflection a {
	float:left;
	display:block;
	padding:5px 15px 0px 7px;
	text-decoration:none;
	font-weight:bold;
	color:#ddd;
	}
	
#home_nav_buttons a {background:url("imgs/rightB.gif") no-repeat right top;}
#home_nav_reflection a {
	background:url("imgs/right_reflectB.gif") no-repeat right top;
	padding-bottom: 10px;
	}
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#home_nav_buttons a, #home_nav_reflection a {float:none;}
/* End IE5-Mac hack */

#home_nav_buttons a:hover {color:#fff; text-decoration: underline;}
  
#home_nav_buttons #current {background-image:url("left_on.gif");}
#home_nav_buttons #current a {
	background-image:url("right_on.gif");
	color:#fff;
	padding-bottom:0px;
	}

#home_nav_reflection a:hover {color:#333;}
  
#home_nav_reflection #current {background-image:url("left_onx.gif");}
#home_nav_reflection #current a {
	background-image:url("right_onx.gif");
	color:#333;
	padding-bottom:0px;
	}

#home_nav_reflection a span {visibility: hidden;}

#home_header_shadow {
	width: 100%;
	clear: both;
	height: 10px;
	background: #fff url("imgs/header_shadow.gif") repeat-x;
	border-top: solid #0054a6 3px;
	}


/*  PAGE BELOW HEADER STRUCTURE STYLES
//////////////////////////////////////  */

#wrap {
	width: 1000px;
	margin: 2em auto;
	padding: 0;
	background: #fff url(imgs/bg_wraptile.gif) repeat-y;
	}
	
#left_sidebar {
	width: 180px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	background: transparent;
	}

#content {
	width: 610px;
	float: left;
	margin: 0 15px 0 0;
	background: transparent;
	/* border-style: dotted;
	border-color:  #b6b6b6;
	border-width: 0 1px 0 1px; */
	}
	
#right_sidebar {
	width: 180px;
	float: left;
	background: transparent;
	}

#footer_wrap {
	clear: both;
	background-color: #000;
	width: 100%;
	}
	
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background: #000;
	color: #fff;
	/* text-align: center; */
	font-size: .95em;
	}


/*  LEFT SIDEBAR STYLES
///////////////////////  */

/* styles used by sidebar widget plugin (as of 02-10-07) */

#ads {width: 160px; margin: 0 auto; font-size: .95em !important;}

#left_sidebar li, #right_sidebar li {
	font-size: .95em;
	line-height: 1.8em;
	}

#left_sidebar ul, #left_sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#left_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

/*  extra styles only sorta used  */
	
/* #left_sidebar ul p, #left_sidebar ul select {
	margin: 5px 0 8px;
	}

#left_sidebar ul ul, #left_sidebar ul ol {
	margin: 5px 0 0 0;
	}

#left_sidebar ul ul ul, #left_sidebar ul ol {
	margin: 0;
	}

ol li, #left_sidebar ul ol li {
	list-style: decimal outside;
	}

#left_sidebar ul ul li, #left_sidebar ul ol li {
	margin: 10px 0 0;
	padding: 0;
	line-height: 1.2em;
	} */
	

.widgettitle {
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	border-bottom: dotted 1px #b6b6b6;
	margin-top: 20px;
	}
	
#left_sidebar .widgettitle { border: 0; margin-top: 0; display: none; }

#google-search { }
.widget widget_gsearch { }
#gsearch { }  /* form id */

#meta { }
.widget widget_meta { }

#recent-comments { }
.widget widget_recent_comments { }
#recentcomments { } /* ul id */
.recentcomments { } /* li class */

#text-1 { }
.widget widget_text { }
.textwidget { } /*  div class */





/*  CONTENT STYLES
//////////////////////  */

.post {
	clear: both;
	width: 580px;
	margin: 0 auto 3.5em auto;
	border-bottom: dotted 1px #b6b6b6;
	background-color: #fff;
	}

.category {  /*  style for post category  ie recaps. big brother */
	margin:0;
	padding:0;
	list-style:none;
	font-size: 1em;
	padding-bottom: 5px;
	}
	
.post h2 {  /* post title style  */
	line-height:1.3em;
	font-size:1.6em;
	font-weight:bold;
	padding: 0; margin: 0;
	text-transform: uppercase;
	color: #000;
	/* letter-spacing:1px; */
	}
	
.post h2 a {color: #000;}

.post .entry img {
	/* float: left; */
	padding: 3px;
	margin: 3px 10px 10px 0;
	border: solid 1px #b6b6b6;
	}

.entry {
	margin: 0 0 2em 0;   /*  this will be f'ed in IE */
	}
	
.readmore {
	padding:.5em 0 0 0;
	clear: both;
	}

.readcomments {
	float:right;
	background:#fff url(imgs/icon_commentsgray.gif) no-repeat center left;
	padding:0 0 0 24px;
	}

#forwardandback {  /*  styles for nav at bottom of column  */
	clear: both;
	width: 580px;
	margin: 0 auto 2em auto;
	border-bottom: dotted 0px #b6b6b6;
	background-color: #fff;
	}
	
#keepreading {float: right;}

/*  replaced with readmore p 
.meta {      -note, there is a #meta in the sidebar  
	list-style:none;
	color:#666;   shade lighter than paragraph text  
	font-size: 1em;
	} */
	
.pagebar 
	{ 
		font-size: .95em;
		padding: 0; 
		margin: 0; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}	
	
/*  STYLES FOR SINGLE PAGES  */

.navigation {
	text-align: center;
	margin-bottom: 2em;
	line-height: 1.6em;
	}
	
.alignright, .ar {float:right;}
.alignleft, .al {float:left;}

.entry img.alignright, .entry img.ar {
	margin: 0 0 10px 10px;
	}

.entry img.alignleft, .entry img.al {
	margin: 0 10px 10px 0;
	}
	
.aligncenter, .ac {
	text-align: center;
	}
	
p.aligncenter img {margin: 5px;}

/* Begin Form Elements */  /*  probably unnecessary but keep  */

/*  #searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}   */

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#page_comments {
	clear: both;
	width: 580px;
	margin: 3em auto 12em auto;
	}

/* #page_comments {margin: 3em 0 2em 0;} */

.comment-author {
	font-weight: bold;
	}

.alt {
	margin: 0;
	padding: 1.5em;
	background-color: #f0f2f5;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 0 .5em 0;
	display: block;
	}
/* End Comments */

/*  UNIQUE PAGE STYLES - SEARCH, CATEGORY, ETC.  */

/* Begin Search  */

.search-post {
	margin: 2em 0 0 0;
	}
	
/*  End Search  */

/* Begin Archive page styles  */

.archive-post {
	clear: both;
	margin: 2em 0 0 0;
	padding: 0 0 2em 0;
	border-bottom: dotted 1px #b6b6b6;
	}
	
.archive-post h3 {
	border: 0;
	font-size:1.1667em;
	}
	
.archive-post .entry img {
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
	border: solid 1px #b6b6b6;
	}
	
.archive-meta {
	clear: both;
	color: #666;
	}
	
/*  End Archive page styles  */
	
	
/*  RIGHT SIDEBAR STYLES
//////////////////////  */	

#right_sidebar .colheader {
	color:#fff;
	padding-left: 5px;
	background:#677f9f url(../imgs/bg_nav.jpg) repeat-x;
	font:bold 1.1em/2em "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	}

#right_sidebar ul, #right_sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#right_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

	/*  extra styles only sorta used  */
	
#right_sidebar ul p, #right_sidebar ul select {
	margin: 5px 0 8px;
	}

#right_sidebar ul ul, #right_sidebar ul ol {
	margin: 5px 0 0 0;
	}

#right_sidebar ul ul ul, #right_sidebar ul ol {
	margin: 0;
	}

ol li, #right_sidebar ul ol li {
	list-style: decimal outside;
	}

#right_sidebar ul ul li, #right_sidebar ul ol li {
	margin: 10px 0 0;
	padding: 0;
	line-height: 1.5em;
	}
	
/*  default searchform style. APPLE searchform in applesearch.css */

/*	#searchform {
		margin: 0;
		padding: 0;
		}
	#searchform fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		}
	#searchform label { 
		color: #999; 
		display: none; 
		}
	#searchform input { 
		width: 160px; 
		color: #222; 
		}
	#searchform #submitquery { 
		display: none; 
		} */
		
#google-search { }
.widget widget_gsearch { }
#gsearch { }  /* form id */

#meta { }
.widget widget_meta { }

#recent-comments { }
.widget widget_recent_comments { }
#recentcomments { } /* ul id */
.recentcomments { } /* li class */

#text-1 { }
.widget widget_text { }
.textwidget { } /*  div class */

		
		
		
/* FOOTER STYLES 
//////////////// */



/*#footer .widgettitle { margin:0; padding:0; color: #ffb500; font-size: .95em;}

 #footer {
	color: #ccc;
	background-color: #006;
	padding: 3px;
	margin-bottom: 25px;
	} 

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#footer ul li {
	margin-left: 0;
	padding-left: 10px;
	border: none;
	list-style: none;
	display: inline;
	} */
	
#footer a {color:#fff; text-decoration: none;}
#footer a:hover { text-decoration: underline;}
	
a {color: #fff;}

#metalinks, #sites {
	list-style: none; 
	text-align: center; 
	padding: 0;
	margin: 0;
	}

#metalinks ul, #sites ul {
	list-style: none; 
	display: inline;
	padding: 0 0 10px 0;
	margin: 0;
	/* margin-left: -100px;*/
	}  /*  no idea why a -80px is needed to center  */
    
#metalinks a {
    display: inline;
    background:#000 url(imgs/icon_feed12x12.gif) no-repeat center left;
	padding:0 16px;
    }
    
#metalinks #aboutmsr a  {
    display:inline;
    background:#000 url(imgs/icon_msr2.gif) no-repeat center left;
	padding:0 16px 0 22px;
    }
    
#metalinks #friends a  {
    display:inline;
    background:#000 url(imgs/icon_linklove.gif) no-repeat center left;
	padding:0 0 0 18px;
    }
    
#metalinks .ss1 li {display: inline;}
#metalinks ul.ss1 {display: block; margin-bottom: 3px;}

#sites a {background:#000; padding: 0 3px 0 0;}

#sites  .ss1 li {display: inline;}
#sites  ul.ss1 {display: block; margin-bottom: 3px;}
#sites  ul.ss1 li {border-left: solid 1px #fff; padding-left: 6px;}
#sites  ul.ss1 li.first {border: none;}

#vss {color: #ffc423; font-weight: bold;}

#footer p {
	color: #fff;
	text-align: center;
	margin: 0; padding: 0;
	}
	
	
/*  LINKS PAGE  */

.linklist {
	margin: 10px 0 15px 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
	list-style-image: none;
	}






