/*
Theme Name: Before and Afters
Version: 1.0
Author: Banhawi
Author URI: http://www.mspired.com/
*/

@import url('reset.css');
@import url('typography.css');
* {
	margin : 0;
	padding : 0;
}
body {
	background:#07161d url('images/bg.jpg') no-repeat top center;
	text-align:left;
}
a {
	color: #26a2c4;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img { 
	padding:0;
	margin:0;
}
a img {
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
#container { 
	width:900px;;
	margin:0 auto;
	text-align:left;
	padding-top:15px;
}
div#wrapper {
	float:left;
	width:100%;
}

#logo{
	float:left;
	width:109px;
}
#nav-wrap{
	width:791px;
	float:left;
	padding-top:40px;
}

/************************HEADER***********************/
#header {
	width:900px;
	height:100px;
	margin:0 auto;
	margin-bottom: 10px;
}
img.logo{
    margin:40px 0 0 0;
}
.popular {
	background: #000 url('images/mostviewedbg.jpg') repeat-x top;
	border: 5px #fff solid;
	height: 189px;
	width: 99%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.popular h2 {
	font-weight: bolder;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
}

/*

.popular li {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 110px;
	margin-right: 5px;
	margin-left: 5px;
}

.popular .p-post {
	width: 150px;
	height: 110px;
	position: relative;
}
.popular .title {
	position: absolute;
	bottom: -20px;
	left: 0;
	background: #000;
	font-size: 14px;
	width: 100px;
	height: 28px;
	padding: 5px;
 	background: rgba(0, 0, 0, 0.5);
}
*/


.popular li {
	list-style-type: none;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 8px;
	margin-left: 9px;
}

.popular .p-post {
	width: 110px;
	height: 110px;
	position: relative;
}
.popular .title {
	position: absolute;
	bottom: -44px;
	left: 0;
	background: #000;
	font-size: 12px;
	width: 100px;
	height: 28px;
	padding: 5px;
 	background: rgba(0, 0, 0, 0.5);
}

.popular .title a{
	color: #fff;
}
/*************************CONTENT******************************/

div#content {
	background: #fff;
	width:580px;
	float:left;
}

div#content_wide {
	background: #fff;
	width:100%;
	margin:0;
}

.bbb444{
	padding: 0 5px;
}
.sociable{
	padding-left: 10px;
}

.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : normal;
	text-decoration : none;
	color:#fff;
}
.post h2{
	background:#307F9E;
	color:#fff;
	padding:1px 5px;
	border:5px solid #fff;
	position:relative;
}
.post h2 a.cmt-num{
	display:block;
	background:transparent url(images/cmt-num.jpg) no-repeat left top;
	width:22px;
	height:21px;
	color:#307f9e;
	text-align:center;
	position:absolute;
	right:5px;
	top:5px;
	z-index:9;
	font-size:12px;
	line-height:19px;
}
.post img{
	float:left;
	margin:10px;
}
.postmeta{
	color:#26A2C4;
	padding:1px 10px;
	font-weight:bold;
}
.post {
	font-size : 1.2em;
	margin-bottom : 30px;
	text-align : justify;
}
h2.people,h2.things,h2.places {
	font-size: 14px;
	font-weight: bolder;
}
.post ul, .post ol {
	margin-left : 25px;
}
img.thumbnail {
/*
	width: 150px;
	height: 125px;
*/
	width: 100px;
	height: 120px;
	float: left;
	margin: 0 15px 15px 0;
}
.entry {
	
}
	/*post images*/
	.entry img {
		max-width: 550px;
	}
		img.alignleft{
			float:left;
			padding:5px 5px 5px 0;
			margin:0px;
		}
		img.alignright{
			float:right;
			padding:5px 0 5px 5px ;
			margin:0px;
		}
	/*end post images*/		

small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	color : #b7babd;
}
blockquote {
	background-image: url(images/bquote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 40px 10px 5px;
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #999;
	clear: both;
	padding-top: 15px;
	padding-left: 38px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;
	overflow : auto;
	text-align : left;
	margin : 5px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
p.postmetadata {
	background:#f4f6f7;
	border-top:1px #eaeaea dotted;
	border-bottom:1px #eaeaea dotted;
	margin-bottom : 10px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#b7babd;
	padding:5px;
}
	span.cate{
		background:url('images/cate.png') no-repeat left center;
		padding-left:18px;
		margin-right:10px;
	}
	span.com{
		background:url('images/comment.gif') no-repeat left center;
		padding-left:18px;
	}


.navigation {
	display : block;
	font-size : 16px;
	font-weight : bold;
	padding:20px 5px;
}


	.alignleft {
		float : left;
		text-align : left;
	}
	.alignright {
		float : right;
		text-align : right;
	}

/*************************SIDEBAR******************************/
div#sidebar{
	float:right;
	width:300px;
	padding-right: 15px;
}
#sidebar a, #sidebar a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
#sidebar a:hover {
	text-decoration : underline;
}
#sidebar ul {
	list-style : none;
}
#sidebar ul ul, .votewidget_skin{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0px 5px 10px 4px;
	background: #fff;
}
#sidebar ul ul ul,#sidebar ul ul ul ul,#sidebar ul ul ul ul ul {
	margin: 0;
	padding:0;
}
#sidebar ul li {
	line-height : 21px;
	width: 300px;
}
#sidebar ul ul li, .votelistind {
	padding-bottom:2px;
	background : transparent;
	margin-left: 5px;
	width: 280px;
}
#sidebar ul ul ul li,#sidebar ul ul ul ul li,#sidebar ul ul ul ul ul li{
	margin-left :10px;
	background : transparent;
	border-bottom:0;
}
#sidebar ul h2 {
	color: #fff;
	font-size : 14px;
	text-transform:uppercase;
	text-align : left;
	padding:5px;
	background: #307f9e;
	border: 5px #fff solid;
}
img.ad {
	margin-left: 15px;
	margin-bottom: 10px;
}

div.votemicro{
background-color:#FFF2C9;
border:none;
color:#7F7F7F;
display:inline;
float:left;
font-size:1.1em;
margin:0 5px 0 0;
padding:0 4px;
text-align:center;
vertical-align:middle;
}

/***********************COMMENTS******************************/
h3#comments,h3#respond {
	color : #333;
	margin-left:5px;
	font-size: 24px;
	margin: 10px;
}
.avatar {
	padding : 3px;
	border : 1px solid #ccc;
	margin:0 5px 5px 0;
    float:left;
}
ol.commentlist {
	list-style-type : none;
}
ol.commentlist li {
	margin-bottom : 20px;
	padding-bottom : 20px;
	padding:10px 5px;
    position:relative;
    width: 530px;
}
ol.commentlist li.alt {
	margin-bottom : 20px;
	padding-bottom : 20px;
}
.authcomment {
	background-color: #ecf7fa !important;
	border-bottom : 0px;
} 
span.comauth{
	background:#f4f6f7;
	margin-bottom : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#b7babd;
	padding:5px;
}
#comment_title {
	margin-bottom : 5px;
}
#commentform {
	margin-bottom : 20px;
	margin-left : 10px;
}
#commentform textarea {
	width : 98%;
	padding : 5px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#author,input#email,input#url {
	padding : 4px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#submit{
	background : #d2cece;
	color:#656971;
	padding:5px;
	border:0px;
} 

/**************************FOOTER******************************/
div#footer{
	background:#828a8d;
	color:#323433;
	clear:left;
	min-height:176px;
	border-bottom: 10px #07161d solid;
}
#footer-content {
	margin : 0 auto;
	padding : 10px 5px;
	width:900px;
}
#footer-content ul {
	list-style-type: none;
}
#footer-content h2 {
	font-size: 18px;
	color: #323433;
	padding-bottom: 10px;
}
#footer-content .widget {
	width: 150px;
	float: left;
	margin-right: 10px;
}
#footer a{
	color: #323433;
	text-decoration: none;
}
#footer span {
	padding : 10px;
	padding-left : 0;
	display : block;
	width : 900px;
	clear : both;
	margin : 0 auto;
	border-top: 1px #323433 solid;
}

hr {display : none;}

/*	Adjusted for PhotoSmash Categories */
.widget_categories li a{
	color: #1b7892;
}

.widget_categories li li a{
	color: #55bbcc;
}

.widget_categories li li li a{
	color: #7799a6;
}

#banner {
	margin-left: auto;
        margin-right: auto;
width:728px;
padding-bottom: 10px;

}

