﻿/*
Theme Name: BMag
Theme URI: http://www.mspired.com/bmag/
Description: Nice looking magazine style theme 
Version: 1.0
Author: Banhawi
Author URI: http://www.BanhawiDesigns.com/
*/

@import url('reset.css');
@import url('typography.css');

* {
	margin : 0;
	padding : 0;
}
html,body {
	margin:0;
	padding:0;
}

body {
	background: url(images/bg.gif) repeat-y center #050404;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size :0.7em;
	text-align:left;
	color : #5f636a;
	line-height:160%;
}

.main_photo_container {
	background: url(images/main_bg.jpg) repeat-x center top;
	height:1600px;

}

a {
	color: #4f4742;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

img { 
	padding:0px;
	margin:0px;
}
a img {
	border:0px;
}

.divider {
	height:1px;
	border-bottom:1px dotted #d4d3d3;
	margin:0 0 10px;
	}
	
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
div#container { 
	width:950px;
	margin:0 auto;
	text-align:left;
	padding-top:15px;
}
div#wrapper {
	float:left;
	width:100%
}

/************************HEADER***********************/
#header {
	height:77px;
	margin:0 auto;
	margin-top:0;
	background:url(images/header_splice.gif) repeat-x top #121212;
}
.header_container{
	width:950px;
	margin:0 auto;
}
#logo{
}
#rss{
	width:160px;
	height:121px;
	float:right;
}

img.logo{
	margin:15px 0px 0px 0px;
}
img.rss{
  position: absolute;
  z-index: 1;
  margin-top:-4px;
}


/*************************CONTENT******************************/
div#content {
	width:570px;
	float:left;
	margin-left:20px;
}
.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4a4a4a;
	font-size : 1.2em;
	font-weight : normal;
	text-decoration : none;
	margin-bottom:2px;
}


.post {
	font-size : 1.2em;
	margin-bottom : 10px;
}

.post p {
	padding-bottom:10px;
	}

.entry {
	padding :10px 0px 10px 0px;
}

	/*post images*/
		img.alignleft{
			float:left;
			padding:0;
			margin:0px 10px 10px 0;
		}
		img.alignright{
			float:right;
			padding:0;
			margin:0px 0 10px 10px ;
		}
	/*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 : 10px 0 10px 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;
	clear:both;
}
	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;
	}

p.pmeta {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11px;
	color:#9adaef;
	padding:5px 0;
}

.navigation {
	display : block;
	font-size : 1.2em;
	font-weight : bold;
	padding:10px 5px;
}
	.alignleft {
		float : left;
		text-align : left;
	}
	.alignright {
		float : right;
		text-align : right;
	}

/*************************SIDEBAR******************************/
div#sidebar{
	float:left;
	width:340px;
}

div#sidebar-left{
	float:left;
	width:160px;
}
div#sidebar-right{
	float:right;
	width:160px;
}
#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;
	margin-bottom : 20px;
}
#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 4px;
}
#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;
}
#sidebar ul ul li {
	border-bottom:1px #edeeee solid;
	padding-bottom:2px;
	background : transparent;
}
#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 {
	font-family:"Century Gothic" ,Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-transform : capitalize;
	text-align : left;
	border-top:4px #e8eaeb solid;
	border-bottom:1px #e8eaeb solid;
	padding:2px;
}

/***********************COMMENTS******************************/
h3#comments,h3#respond {
	font-size : 16px;
	color : #656971;
	padding : 10px 0;
	margin-left:5px;
}
.avatar {
	margin:0 5px 5px 0;
	padding : 3px;
	border : 1px solid #ccc;
	float:left;
}
ol.commentlist {
	list-style-type : none;
}
ol.commentlist li {
	margin-bottom : 20px;
	padding-bottom : 20px;
	border-bottom : 1px solid #ccc;
	padding:10px 5px;
}
ol.commentlist li.alt {
	margin-bottom : 20px;
	padding-bottom : 20px;
	border-bottom : 1px solid #ccc;
}
.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{
	clear:left;
	width:950px;
	min-height:146px;
	padding-top:20px;
}
	
#footer-content {
	margin : 0 auto;
	padding : 10px 0px;
	width:910px;
	background:url(images/footer_divider.gif) repeat-x top;
}
#footer-content .left {
	float : left;
	width:600px
}

#footer h2 {
	font-size : 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	margin-bottom:10px;
}
#footer ul {
	list-style-type : none;
	margin:0px;
	padding:0px;
}
#footer li{
	list-style-type:none;
	background: transparent;
}
#footer ul li {
	line-height : 24px;
	background:url('images/f-split.jpg') no-repeat bottom;
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-left:10px;
}
#footer ul li a{
	color:#9aa0ac;
}	
#footer span {
	padding : 10px;
	padding-left : 0;
	display : block;
	width : 900px;
	clear : both;
	margin : 0 auto;
}
.about.author{
	width:60px;
	height:70px;
	border:2px #ebebeb solid;
	float:left;
	padding:0px;
	margin:5px 5px 0 0;
}
hr {display : none;}


/**********************Extras*********************/

	/*Featured Post*/
		#featured {
			background:#f6f6f6;
			border-top:1px #bec0c3 dotted;
			border-bottom:1px #bec0c3 dotted;
			padding:10px;
			margin-bottom:40px;
			min-height:	170px;
		}
		p.fmeta {
			font-family: "Georgia",Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#b7babd;
			font-style:italic;
			line-height:28px;
		}
		img.featured {
			width:200px;
			height:125px;
			float:left;
			margin:5px 10px 10px 0;
			border:4px #bec0c3 solid;
			padding:0px;
		}
		
		h2.featured a {
			font-family: Arial, Helvetica, sans-serif;
			font-size : 21px;
			font-weight : normal;
			text-decoration : none;
		}
		.fexcerpt{
			margin-top:10px;
		}
		a.rm{
			background:#4f4742;
			padding:5px;
			text-align:right;
			float:right;
			color:#FFF;
		}
		a.rm:hover{
			background:#675c55;
			color:#fff;
			text-decoration:none;
		}
	/* end featured */


	/*side ads*/
		#ads{
			width:323px;
			margin:0;
			float:right;
		}
		.content{
			width:323px;
			height:325px;
			background:url('images/right_box.jpg') no-repeat;
			width:323px;
			padding:0
		}
		
		#ads img {
			margin:22px 0 0 24px;
		}
	
	
	/*end side-ads*/

	/*flicker style*/
		#flickr{
			width:950px;
		}
		#flickr img{
			width:60px;
			height:50px;
			float:left;
		}
		#flickr a img{
			border:2px #ebebeb solid;
			padding:0px;
		}
	/*end flicker*/
