/*  
Theme Name: Brooke Designs
Theme URI: http://www.brookedesigns.com/
Description: Custom theme for Brooke Designs blog.
Version: 1.0
Author: Reeves Design House
Author URI: http://www.reevesdesignhouse.com/
*/

body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #002F65;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

#page {
	width: 968px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#skip {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
}

#flashcontent {
	float: left;
	width: 193px;
	margin: 0 0 0 -12px;
	padding: 0;
}

#nav-primary {
	float: left;
	width: 193px;
	margin-top: 19px;
	margin-left: 12px;
	position: relative;
}

#nav-primary ul {
	margin: 0;
	padding: 0 0 0 37px;
	list-style: none;
}

#nav-primary ul li {
	margin: 0;
	padding: 0 0 13px 0;
}

#nav-primary a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden; /* bug fix for IE 7 */
	cursor: pointer;
}

#nav-home a:link, #nav-home a:visited {
	width: 83px;
	height: 104px;
	background: url(/img/nav_home_off.png) no-repeat;
	position: relative;
}		
#nav-home a:hover, #nav-home a:active {
	background: url(/img/nav_home_on.png) no-repeat;
}

#nav-about a:link, #nav-about a:visited {
	width: 83px;
	height: 105px;
	background: url(/img/nav_about_off.png) no-repeat;
	position: relative;
}		
#nav-about a:hover, #nav-about a:active {
	background: url(/img/nav_about_on.png) no-repeat;
}
body.pg-about #nav-about a {
	background: url(/img/nav_about_current.png) no-repeat;
}

#nav-portfolio a:link, #nav-portfolio a:visited {
	width: 83px;
	height: 105px;
	background: url(/img/nav_portfolio_off.png) no-repeat;
	position: relative;
}		
#nav-portfolio a:hover, #nav-portfolio a:active {
	background: url(/img/nav_portfolio_on.png) no-repeat;
}
body.pg-portfolio #nav-portfolio a {
	background: url(/img/nav_portfolio_current.png) no-repeat;
}

#nav-blog a:link, #nav-blog a:visited {
	width: 83px;
	height: 106px;
	background: url(/img/nav_blog_off.png) no-repeat;
	position: relative;
}		
#nav-blog a:hover, #nav-blog a:active {
	background: url(/img/nav_blog_on.png) no-repeat;
}
body.pg-blog #nav-blog a {
	background: url(/img/nav_blog_current.png) no-repeat;
}

#nav-contact a:link, #nav-contact a:visited {
	width: 83px;
	height: 105px;
	background: url(/img/nav_contact_off.png) no-repeat;
	position: relative;
}		
#nav-contact a:hover, #nav-contact a:active {
	background: url(/img/nav_contact_on.png) no-repeat;
}
body.pg-contact #nav-contact a {
	background: url(/img/nav_contact_current.png) no-repeat;
}

#content {
	float: right;
	width: 742px;
	text-align: left;
	margin: 30px 0 40px 0;
	font-size: .75em;
}

#header #branding {
	float: left;
	width: 558px;
}

#header #contact {
	float: right;
	width: 164px;
	font-weight: bold;
}

#contact p {
	margin-bottom: 0;
}

#contact h3 {
	background-color: transparent;
	color: #A6B6C9;
	margin: 0;
}

#main {
	float: left;
	width: 548px;
	margin-right: 30px;
}

#sidebar {
	float: right;
	width: 164px;
	font-weight: bold;
}

#footer {
	clear: both;
	margin-left: 226px;
	text-align: left;
	font-size: .7em;
	background-color: transparent;
	color: #A6B6C9;
}

/* common
--------------------------- */

a:link, a:visited {
	background-color: transparent;
	color: #002F65;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
	color: #A6B6C9;
	outline: none;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 1.6em;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.5em;
}

h3 {
	margin: 0;
	font-size: 1em;
	background-color: transparent;
	color: #A6B6C9;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}

p.hr {
	background-color: #A6B6C9;
	height: 1px;
}

.reg {
	position: relative;
	top: -.5em;
	font-size: .8em;
}

.small {
	font-size: .85em;
}

acronym, abbr {
	border-bottom: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.padright {
	padding-right: 20px;
}

.imgleft {
	float: left;
	margin: 0 30px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 30px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clear {
	clear: both;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr, .print-only {
	display: none;
}

.wai {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
}

/* blog
--------------------------- */

h2, h3, h4 {
	text-transform: lowercase;
}

.pagetitle {
	background-color: transparent;
	color: #A6B6C9;
}

.post a.more-link:link, 
.post a.more-link:visited {
	background-color: transparent;
	color: #A6B6C9;
	font-weight: bold;
}

.post a.more-link:hover, 
.post a.more-link:active {
	background-color: transparent;
	color: #002F65;
}

.entry img {
	float: right;
	margin: 0 0 15px 30px;
}

.navigation {
	font-weight: bold;
	font-size: 1.5em;
}

#sidebar h2 {
	margin: 15px 0;
}

#sidebar .archives {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .archives li {
	margin: 0;
	padding: 0;
}

#sidebar .archives a:link, 
#sidebar .archives a:visited {
	background-color: transparent;
	color: #A6B6C9;
	text-transform: lowercase;
}

#sidebar .archives a:hover, 
#sidebar .archives a:active {
	background-color: transparent;
	color: #002F65;
}
