﻿/*
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:#fafeff url('images/bg.gif') repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-align:left;
	color : #5f636a;
	line-height:16px
}
a {
	color: #26a2c4;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img { 
	padding:5px;
	margin:5px;
}
a img {
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
div#container { 
	width:950px;;
	margin:0 auto;
	text-align:left;
	background:url('images/cbg.gif') no-repeat center top;
	padding-top:15px;
}
div#wrapper {
	float:left;
	width:100%
}

/************************HEADER***********************/
#header {
	width:950px;
	height:158px;
	margin:0 auto;
	margin-top:17px;
	background:url('images/header.gif') no-repeat;
}
#logo{
	width:470px;
	height:121px;
	float:left;
}
#rss{
	width:480px;
	height:121px;
	float:right;
}

img.logo{
	margin:40px 0 5px 10px;
}
img.rss{
  position: absolute;
  z-index: 1;
  margin-top:-4px;
}


/*************************CONTENT******************************/
div#content {
	width:600px;
	float:left;
	margin-left:5px;
}
.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;
	line-height : 21px;
}
.post {
	font-size : 1.2em;
	margin-bottom : 30px;
	text-align : justify;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	padding :10px 20px 10px 5px;
}
	/*post images*/
		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 : 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;
}
	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 : 16px;
	font-weight : bold;
	padding:20px 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:320px;
}
div#sidebar-right{
	float:left;
	width:320px;
}
#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{
	background:#453f3f url('images/footer.gif') no-repeat center top;
	color:#9aa0ac;
	clear:left;
	width:950px;
	min-height:176px;
	
}
#footer-content {
	margin : 0 auto;
	padding : 10px 5px;
	width:920px;
}
#footer-content .left {
	width : 600px;
	float : left;
}
#footer-content .lleft {
	width : 290px;
	float : left;
}
#footer-content .lright {
	width : 290px;
	float : right;
}
#footer-content .right {
	width : 300px;
	float : right;
}
#footer h2 {
	font-size : 18px;
	font-family:"Century Gothic" ,Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #fafeff;
	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:#edf6f9;
			border-top:1px #178fb5 dotted;
			border-bottom:1px #178fb5 dotted;
			padding:10px;
			margin-bottom:40px;
			min-height:	370px;
		}
		p.fmeta {
			font-family: "Georgia",Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#b7babd;
			font-style:italic;
			line-height:28px;
		}
		img.featured {
			width:252px;
			height:297px;
			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;
			font-size : 14px;
		}
		a.rm{
			background:#178fb5;
			padding:5px;
			text-align:right;
			float:right;
			color:#FFF;
		}
		a.rm:hover{
			background:#e9e9e9;
			color:#178fb5;
			text-decoration:none;
		}
	/* end featured */


	/*side ads*/
		#ads{
			width:325px;
			margin:10px 0 10px 15px;
		}
		.top{
			background:url('images/ads-t.png') no-repeat;
			width:325px;
			height:5px;
		}
		.content{
			background:#eaeaea;
			width:305px;
			padding:10px;
		}
		.bottom{
			background:url('images/ads-b.jpg') no-repeat;
			width:325px;
			height:5px;
		}
		#ads img,#ads a img{
			border:1px #ccc solid;
	}
	/*end side-ads*/

	/*flicker style*/
		#flickr{
			width:290px;
		}
		#flickr img{
			width:60px;
			height:50px;
			float:left;
		}
		#flickr a img{
			border:2px #ebebeb solid;
			padding:0px;
		}
	/*end flicker*/
