/*  
Theme Name: Bella Rose
Theme URI: http://yewtah.com
Description: Custom Blog theme for BellaRose Photography
Author: Brandon Ellett
Author URI: http://yewtah.com
Version: 1.0
Tags: Photography
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/*****************************************************Header***************************************/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}
body{ 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/back.jpg);
	color: #aaa;
}
h1{
	font-size: 18px;
	padding: 0 0 10px 0;
}
a:link, a:visited{
	text-decoration: none;
	color: #ff99cc;
	border: none;
}
a:hover{
	text-decoration: none;
	color: #ffccd9;
}
p{
	padding: 10px 10px 10px 10px;
}
#shadow{
	background: url(images/background.png) repeat-y;
	width: 1034px;
	margin: 0 auto;
	}
	
#wrapper{
	/*background: #fff;*/
	width: 100%;
	height: 420px;
}
#header{
	background-color: #333;
	width: 1000px;
	height: 400px;
	margin: 0 auto;
}
#logo{
	background: #333 url(images/logo2.png) no-repeat;
	height: 140px;
	width: 385px;
	margin: 0 auto;
}
#menu {
	background-color: #333;
	height: 36px;
	text-align: center;
}

#menu ul {
	width: 972px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
	overflow:hidden;
	
}
#menu li {
	display: inline;
	}

#menu .cat-item a{
	background-image: url(images/menu.png);
	background-position: 0 -36px;
	display: inline;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 32px;
	color: #ccc;
	text-decoration: none;
	width: 108px;
	height: 36px;
}

#menu .current-cat a{ 
	color: #aaa;
	background-position: 0 -72px;
}
#menu .cat-item a:hover {
	color: #aaa;
	background-position: 0 0px;
}
#twitter_div {
	float: right;
	color:#aaaaaa;
	font-size:16px;
	}
#twitter_div a{
	color:#cccccc;
	font-size:16px;
	}
#twitter_div ul {
	list-style-type: none;
	padding:0;
	margin:0 10px 0 0;
	}
#nav {
	background-color: #333333;
	width: 1000px;
	margin: 0px auto;
	}
#bio {
	padding: 40px 50px;
	text-align: left;
}
#bio h2 {
	font-size: 28px;
	line-height: 38px;
	text-align: left;
	font-family: "Times New Roman",Times,serif;

}		

/**********************************************Home Page *****************************************/

#wrapper2{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
#homeContainer {
	width: 1000px;
	/*float: left;*/
	margin: 10px auto;
	}
#homeContainer h1{
	font-size:20px;
	text-align: center;
	margin-top: 20px;
}
p.homepostmetadata{
	font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	text-align: left;
	line-height: 16px;
	clear: both;
	color: #999;
	margin-left: 40px;
	margin-right: 40px;

}
p.homepostmetadata a:link, a:visited{
	color: #ff99cc;
	text-decoration:none;
	}
.homeEntry{
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	}	
.homeEntry img {
	padding: 0;
	max-width: 100%;
	border: none;
	margin-top: 20px;
	margin-bottom: 10px;
}

.homecomment{
	text-align: left;
	background: #f9f9f9;
	width: 700px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 4px;
}
.homecomment img{
	border: none;
	margin: 0;
	padding: 0;
	}
.homecomment h3{
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.homecommentlabel{
	width: 210px;
	margin-left: 10px;
	float:left;
	}
.homecommentform{
	background: #ffccd9;
	border: 1px solid #eee;	
}
.homecommentbutton{
	background: #ff6699;
	border: 1px solid #fff;
	padding: 6px;
	color: #fff;
	font-weight: bold;
}
#homeposthead{
	width: auto;
	height: 66px;
	}	
.comment {
	border-top:1px solid #FFFFFF;
	margin:0 7px;
	padding:10px 9px;
	width:94%;
	list-style: none;
	font-size: 10px;
}
.comment a{
	font-size: 10px;
	background-color: fff;
}
.comment p{
	padding: 2px;
}
/*************************************************Sharing*********************************/
.sharefacebook a{
	background-image: url(images/facebook.png);
	cursor:pointer;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-position: 0 -30px;
	margin-top: -23px;
	}
.sharefacebook a:hover{
	background-position: 0 0px;
	}
.sharetwitter a{
	background-image: url(images/twitter.png);
	cursor:pointer;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-position: 0 -30px;
	margin-top: -23px;
	}
.sharetwitter a:hover{
	background-position: 0 0px;
	}
.shareemail a{
	background-image: url(images/email.png);
	cursor:pointer;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-position: 0 -30px;
	margin-top: -23px;
	}
.shareemail a:hover{
	background-position: 0 0px;
	}
.sharerss a{
	background-image: url(images/rss.png);
	cursor:pointer;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-position: 0 -30px;
	margin-top: -23px;
	}
.sharerss a:hover{
	background-position: 0 0px;
	}
.sharepost{
	width: 110px;
	float:right;
	margin-top: -25px;
	}

/*********************************************Index*************************************************/

.imgtfe { 
	float: left; 
	margin: 6px 10px 10px 0; 
	padding: 6px;
	background-color: #bfbfbf;
}	
#container{
	float: left;
	width: 700px;
	margin-left: 17px;
	text-align:left;
}
#container h1{
	font-size:20px;
	text-align: center;
	margin-top: 20px;
}


.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
border: none;
}

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

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

.alignright {
float: right;
}

.alignleft {
float: left
}
.pagetitle{
	margin-left: 20px;
	text-transform: lowercase;
	font-weight: normal;
}
.post{
	padding: 30px 0 0 0;
	clear: both;
}
.post h2{
	font-size: 28px;
	line-height: 42px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	font-family: "Times New Roman",Times,serif;
	margin-left: 50px;
	margin-right: 50px;
}
#posthead{
	background: url(images/postHead3.jpg) no-repeat;
	width: 56px;
	height: 66px;
	margin-left: 10px;
	}
#postEnd {
	clear: both;
	background: #fff url(images/end2.png) top center no-repeat;
	height: 73px;
	width: 650px;
	margin: 10px auto;
	}
.entry{
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.entry img {
	padding: 0;
	max-width: 660px;
	height:auto;
	border: 10px solid #eee;

}
p.postmetadata{
	font-size: 10px;
	text-align: left;
	line-height: 30px;
	clear: both;
	color: #19a5b7;
	padding: 4px;
	border-bottom: 1px dashed #ddd;
	/*border-top:	1px dashed #ddd;*/
}
p.postmetadata img {
	border:none;
	width: 16px;
	}
.navigation{
	padding: 10px 10px 50px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.imgtfe { 
	float: left; 
	margin: 6px 10px 10px 0; 
	padding: 3px;
	background-color: #eee;
}
#navleft{
	float: left;
}
#navright{
	float: right;
}
/**********************************************Side Bar ******************************************/

.sidebar{
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	display: inline;
}
.sidebar ul{
	/*background: url(images/sideBack.png) no-repeat left top;*/
	list-style-type: none;
	margin: 20px 0 0 0px;
	padding: 0 0px 0 20px;
}
.sidebar ul img{
	border: none;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
	text-align: left;
	margin-right: -40px;
}
.sidebar ul li h2{
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #aaa;
	text-align: center;
	line-height: 30px;
}
.sidebar ul ul li{
	padding: 0;
	line-height: 18px;
} 
.sidebar h1{
	font-size:20px;
	text-align: center;
	margin-top: 20px;
}
table#wp-calendar{
	width: 100%;
}

/*********************************************Comments*************************************/
img.avatar{
	border: 1px dashed #999999;
	background-color: #e6e6e6;
	padding: 3px;
	float: left; 
	margin: 6px 10px 6px 10px;
}
.comments-template{

	/*border-top: 1px solid #ccc;*/
	padding: 10px 0 0 10px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 50px;
	list-style: none;
}

.comments-template ol li{
	margin: 20px 0 0;
	line-height: 18px;
}
.alt{
	margin: 10px 10px 10px 10px;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	border: 1px solid #ddd;
	color: ccc;
}
.alt p{
	color: fff;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}
.comment-meta{
	background-color: fff;
	color: ccc;
}
.commentmetadata{
	color: #fff;
	font-size: 12px;
	background: #ffdde8;
}
.commentmetadata a:link a:visited{
	color: #ffcc99;
	text-decoration: none;
}
.commentmetadata a:hover {
	color: #fff;
}
.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}
#bottom{
	background: #333333;
	border-top: 1px solid #999999;	
	clear: both;
	width: 1000px;
	height:auto;
	margin: 0 auto;
}
#footer_wrapper{
	vertical-align: middle;
	margin: 0 auto 0 auto;
	width: 1000px;
	background-color: #232119;
}
.widgets{
	/*background: url(images/bottomBack.png) top center no-repeat;*/
	float:left;
	text-align: left;
	margin: 10px 0 20px 0;
}
.widgets li{
	padding: 10px 0 10px 0;
	
}
.widgets li h2{
	/*background: url(images/miniBtn.png) top left no-repeat;*/
	font-size: 14px;
	border-bottom: 1px solid #fff;	
	color: #eee;
	margin: 10px;
	text-align: center;
	list-style-type: none;
}
.widgets ul li{
	padding: 0 15px 0 15px;
	line-height: 18px;
	list-style-type: none;
	float: left;
	width: 330px;
	text-align: left;
	margin-left: -40px;
	color:#fff;
	
}
.widgets a:link, .widgets a:visited .widgets img{
	color: #aaa;
	border: none;
}
.widgets a:hover img{
	color: #ff6699;
	border: none;
}

.widgets ul img{
	border: none;
	padding-top: 4px;
}
#footer{
	background: #212121 bottom;
	clear: both;
	padding: 10px 0 10px 0;
	margin-top: 250px;
	border-top: #555555 1px solid;
}
#footer p{
	line-height: 2px;
	color: #444444;
}
#twitImage{
	float: right;
	margin-top:-24px;
	}
#siteDesign {
	width: 200px;
	height: 20px;
	float:right;
	margin-top: -20px;
	}