﻿/*
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:#f6f6f6 url('images/bkg.jpg') repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-align:left;
	color : #686868;
	line-height:18px;
}
a {
	color: #75b40e;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img { 
	padding:5px;
	margin:5px;
}
a img {
	border:0px;
}
.no_border { 
	padding:0px;
	margin:0px;
	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;
	padding-top:15px;
}
div#wrapper {
	float:left;
	width:100%
}

/************************HEADER***********************/
#header {
	width:950px;
	height:320px;
	margin:0 auto;
}
#logo{
	position: absolute;
	width:515px;
	height:250px;
	float:left;
}


/*************************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;
	line-height: 30px;
	font-weight : normal;
	color : #333;
	margin-bottom: 5px;
	text-decoration : none;
}
.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	color : #333;
	text-decoration : none;
}
.post h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	color : #333;
	margin-bottom: 5px;
	text-decoration : none;
}
.post h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style: italic;
	color : #333;
	margin-bottom: 5px;
	text-decoration : none;
}
.post {
	font-size : 1.1em;
	margin-bottom : 40px;
	text-align : left;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	padding :10px 20px 10px 5px;
}

	/*post images*/
		img.alignleft{
			float:left;
			padding:3px;
			margin:0 10px 10px 0;
			border: 1px solid #333;
		}
		img.alignright{
			float:right;
			padding:3px;
			margin:0 0 10px 10px;
			border: 1px solid #333;
		}
		img.aligncenter{
			padding:3px;
			margin:0 10px 10px 0;
			border: 1px solid #333;
		}
	/*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 #d9d8d8 dotted;
	border-bottom:1px #d9d8d8 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:#b9b9b9;
	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;
	}
.rating {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size :13px;
	text-align:left;
	color : #333;
	line-height:20px;
	padding: 10px;
	border: 1px solid #b7babd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 85px;
	background: #fff;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color : #333;
	text-decoration : none;
}
/*************************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 {
	color: #383838;
	text-decoration : none;
}
#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;
}
#rss {
	margin: 0;
}
#feed_link a {
	background: transparent url(images/subscribe.png) no-repeat;
	display: block;
	padding: 0px;
	width: 325px; 
	height: 60px;
	text-indent : -9999px;
	list-style-type: none;
}
#twitter_header	{
	margin-top: 15px;
}
#twitter_header a {
	background: transparent url(images/twitter.png) no-repeat;
	padding: 0px;
	width: 325px;
	height: 60px;
	display: block;
	text-indent : -9999px;
}
#twitter_text {
	position: relative;
	width: 325px;
	margin: 0 0 15px 0px;
	line-height: 12px;
}
#twitter_text ul li {
	line-height : 16px;
}
#twitter_text li {
	margin: 0 0 10px 15px;
	list-style-type: disc;
}
#site_info_header	{
	margin: 15px 0 15px 15px;
	position: relative;
	background: transparent url(images/site_info.png) no-repeat;
	width: 325px;
	height: 60px;
}
#dropdown {
	margin: 5px 0 10px 0;
	color: #686868;
	background: #eaeaea;
	border: 1px solid #ccc; 
	padding: 2px; width: 155px;
}
#google-ads {
	margin: 0 auto;
	clear: both;
}

/***********************COMMENTS & CONTACT FORM******************************/
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: #f6f6f6 !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#subject,input#url {
	padding : 4px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
#message {
	width : 98%;
	padding : 5px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#submit{
	background:#383435;
	color : #fafeff;
	padding:5px;
	border:0px;
	cursor: pointer;
} 

/**************************FOOTER******************************/
div#footer{
	background:#000 url('images/footer.jpg') no-repeat center top;
	color:#9aa0ac;
	clear:left;
	width:950px;
	min-height:176px;
}
#footer-content {
	margin : 0 auto;
	padding : 45px 5px;
	width:920px;
}
#footer-content .left {
	width : 630px;
	float : left;
}
#footer-content .right {
	width : 270px;
	float : right;
}
#footer p {
	margin-bottom:10px;
}
#footer h2 {
	font-size : 18px;
	font-family:"Century Gothic" ,Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #fafeff;
	margin-bottom:15px;
}
#footer h3 {
	font-size : 12px;
	font-family:"Century Gothic" ,Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #fafeff;
	display: inline;
	margin-left: 10px;
}
#footer h4 {
	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{
	display: block;
	float:left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer li img{
	border: 1px solid #fff;
	padding: 4px;
}

#weblinks li img{
	border: 0px solid #fff;
	padding: 0px;
	margin: 2px;
}
#footer span {
	padding : 10px;
	padding-left : 0;
	display : block;
	width : 900px;
	clear : both;
	margin : 0 auto;
}
hr {display : none;}

/*footer tooltips*/
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    background:url('images/bubble.png') no-repeat;
	width:200px;
	height:95px;
	padding: 10px 30px 30px 18px;
	font-size : 1.1em;
	color: #333;
	font-style: italic;
}

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


	/*side ads*/
		#friends_of{
			margin:0px 25px 15px 0px;
			clear: both;			
		}
		#ads{
			width:300px;
			margin:0 auto;
		}
		.top{
			background:url('images/ads-t.png') no-repeat;
			width:300px;
			height:30px;
		}
		.content{
			background:#eaeaea;
			width:290px;
			padding:5px;
		}
		.bottom{
			background:url('images/ads-b.png') no-repeat;
			width:300px;
			height:5px;
		}
		#ads img,#ads a img{
			border:1px #ccc solid;
			background: #ffffff;
			margin: 3px;
	}
	/*end side-ads*/


