/*   
Theme Name: Brooke
Author: Brooke Condolora
.
This theme is a part of the Brooke Condolora brand and is protected by copyright from both commercial and personal use. In other words, don't use it or its components. Ever.
.
*/

html, body {
	height:100%;
}

body {
	background-color:#fff;
	font-family:Arial;
	font-size:12px;
	color:#5F6062;
	padding: 0px;
	margin:0 auto;
	width:100%;
	display:table;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}

a {
	text-decoration:none;
	color:#00B5CC;
}

a:hover {
	color:#00B5CC;
	text-decoration:none;
}

a.active {
	color:#00B5CC;
	text-decoration:none;
}

.wrapper {
	width:600px;
	margin:0 0 0 -35px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background:url('images/header.jpg') no-repeat center top scroll;
	margin:0 auto;
	height:125px;
}

.content {
	margin-top:20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

a.logo {
	float:left;
	display:block;
	width:230px;
	height:75px;
	margin:15px 0 0 0;
	background:url('images/logo.jpg') no-repeat;
	text-decoration:none;
}


#push {
	height:35px;
}

.clear {
	clear:both;
}





/*   

	NAVIGATION

*/



#navigation {
	margin-top:104px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
	width: 600px;
}

ul.nav {
	list-style-type:none;
	padding-left:0;
	margin:0 auto;
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:11px;
}

ul.nav li {
	padding-right:40px;
	margin:0 auto;
	display:inline;
}

ul.nav li a {
	padding-right:20px;
	text-decoration:none;
	color:#ffffff;
}

ul.nav li a:hover {
	padding-right:20px;
	text-decoration:line-through;
}

ul.nav li a.active {
	color:#00B5CC;
	font-size:12px;
	padding-right:20px;
	text-decoration:none;
}


/*

	BLOG

*/

#blog {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

h1.blogtitle {
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
}

h1.blogtitle a {
	text-align:left;
	text-decoration:none;
	color:#5F6062;
}

h1.blogtitle a:hover {
	color:#00B5CC;
}

h1.blogtitle a.active {
	color:#5F6062;
}

.blog-meta {
	font-size: 10px;
	font-color: #aaaaaa;
	line-height: 0px;
}

.blog-entry {
	width:550px;
	padding-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}

.blog-entry-single {
	padding-bottom:0px;
	width:550px;
	margin-left: auto;
	margin-right: auto;
}

#commentarea {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

textarea#comment {
	width:400px;
	padding:5px;
}

.commentmetadata {
	font-size:10px;
}

#postborder {
	width: 550px;
	border-top: 2px solid #5F6062;
	margin-top: 20px;
	padding-bottom: 8px;
	height: 5px;
}

.alignleft {
	float:left;
	font-size: 12px;
	margin: 20px 0 0 0;
}

.alignright {
	float:right;
	font-size: 12px;
	margin: 20px 0 0 0;
}

.button {
	border: 1px solid #5F6062;
	background:#5F6062;
	padding:3px; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;  
	color:#ffffff;
	cursor: pointer;
}
.button:hover {
	border: 1px solid #00B5CC;
	background: #00B5CC;
	color:#ffffff;
}

.comment-author {
	padding-right:5px;
	font-size: 14px;
}

.comment-text {
	padding-bottom: 40px;
	margin:0 0 0 20px;
	width: 380px;
}

.comment-date {
	font-size:10px;
}

.comment-time {
	font-size:10px;
}

.pleasesubscribe {
	font-size: 10px;
}

#more {
	line-height: 40px;
	font-size: 11px;
}

.button-more {
	border: 1px solid #00B5CC;
	background:#00B5CC;
	padding:3px; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;  
	color:#ffffff;
}
.button-more:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color:#ffffff;
}

#blog img{
	padding:5px;
	border:2px solid #5F6062;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

blockquote {
	font-size: 28px;
	color: #db2e3d;
	width: 450px;
}

.attribution {
	font-size: 14px;
	line-height: 10px;
	padding-bottom: 30px;
	color: #5F6062;
}

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

.wp-caption {
	padding-bottom: 10px;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	margin: 10px;
	font-style: italic;
}

.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 */





/*

	SHOP
	
*/

.shop {
	text-align: center;
	padding-bottom:0px;
	width:600px;
	margin: 0 auto;
}





/*

	PHOTOGRAPHY
	
*/

#cargo {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}





/*   

	ABOUT

*/

#about img{
	border:none;
	padding:0px;
	margin:0 auto;
}





/*   

	CONTACT

*/

#contactform{
	width: 550px;
	margin: 0 0 0 120px;
}





/*   

	FOOTER

*/

#footer {
	background:url('images/footer.jpg') no-repeat bottom center scroll;
	margin:0 auto;
	width:960px;
	min-height:35px;
	height:auto !important;
	height:35;
	font-size:11px;
	text-align:center;
}

#copyright {
	color:#ffffff;
	padding-top: 5px;
}