/*  
Theme Name: Mandy Brooke Theme
Theme URI: http://www.mandybrooke.com/
Description: A premium magazine-style layout for Wordpress with multiple functionalities
Version: 2.51
Author: Rene Folsom
Author URI: http://www.phycel.com

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #000000 url(home/splash-background1.jpg) top left no-repeat;
	color: #ffffff;
	padding: 0px;
	}

body, select, input, textarea {
	font: 14px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #999999;
	text-decoration:none;
	}

a:hover, a:active {
	color:#ffffff;
	text-decoration:none;
	}

hr {
	display: block;
	height:72px;
	background:url(images/heading-bg.gif) bottom left no-repeat;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Images */
img, .post img { padding: 3px; border: 0px solid #999; }
a img { border: none; }

/* Post / archive avatars */
#author-box img, .author .avatar { float: left; width: 100px; height: 100px; margin-right: 10px; }

/* Post images */
.single img, .attachment img { max-width: 98.5%; }

/* Feature images */
#feature img, #features-numbers img { width: 300px; margin: 0 10px 0 0; float: left; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; margin: 0 10px 0 0; }

/* Thumbnail images */
img.thumbnail { float: left; width: 150px; height: 150px; margin: 0 10px 0 0; }

/* Medium images */
img.medium { float: left; margin: 0 10px 5px 0; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*Main Navbar */

#navhome {
	background:transparent;
	font-size:1.0em;
	text-align: center;
	padding: 20px 0px 20px 0px;
	}
	
#navhome, #navhome ul {
	list-style:none;
	line-height:1;
	}

#navhome a, #navhome a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#navhome li {
	float: left;
	list-style:none;
	border-right:0px solid #fff;
	}

#navhome a, #navhome a:visited {
	display:block;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #9d104e;
	padding:6px 10px;
	}

#navhome a:hover, #navhome a:active {
	background:none;
	color: #ffffff;
	text-decoration:none;
	}	

.current_page_item	a, #home .on  {
	color: #ffffff;
	background:none;
	}
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:550px;
	margin-left: 432px;
	font-size:1em;
	padding: 0px;
	border:0px double #333;
	}

#branding {/*where the logo sits*/
	width:550px;
	height:180px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:255px;
	padding-right:10px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left;
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:245px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}


		
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #840000;
	font: 2em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-style: italic;
	padding: 0px;
	background:url(images/heading-line.jpg) center repeat-x;
	margin: 10px 0;
	}
	
h2 img {
	border: none;
	}

h3 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:500px;
	float:left;
	padding-left: 10px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}

#home-left {
	width: 260px;
	float:left;
	}
	
#home-left ul {
	padding: 10px;
	}
	
#home-left h3 {
	background: url(home/heading-bg.jpg) top left no-repeat;
	border: none;
	padding:0px 0 0px 2px;
	margin:0 0 5px 0;
	color:#CCCCCC;
	}	
	
#home-left .sidebar_widget {
	margin:0 0 10px 0;
	text-align:left;
	}

#home-right {
	width: 220px;
	float:right;
	}
	
#home-right h3 {
	background: url(home/heading-bg.jpg) top left no-repeat;
	border: none;
	padding:0px 0 0px 2px;
	margin:0 0 5px 0;
	color:#CCCCCC;
	}	
	
#home-right .sidebar_widget {
	margin:0 0 10px 0;
	text-align:left;
	}
	
#home img, #home img a {
	border: none;
	padding: 5px;
	}

	
/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0;
	font-size:12px;
	text-align:right;
	padding: 75px 25px 25px 25px;
	color:#cccccc;
	}
	
#footer a, #footer a:hover {
	color:#cccccc;
	font-weight:bold;
	}