/*  
Theme Name: Smashingwall
Theme URI: http://www.smashingwall.com
Description: A Baseline Theme for WordPress. 
Version: 1.2
Author: Akhtar
Author URI: http://smashingwall.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');
@import url('css/custom.css');


/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:url(images/background.jpg);
	color: #111;
	padding:20px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 20px 0;
	line-height:190%;
background:none;
	} 
	
a, a:visited {
	color: #666;
	text-decoration:none;
	}

a:hover, a:active {
	color:#4d778d;
	text-decoration:none;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:30px 30px 50px;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:1200px;
	margin:0 auto;
	background: #FFF;
	border:#C7C7C7 solid 1px;
	
	/*Inner Shadow*/
	/*-moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;*/
   
   /*CSS Box Shadow*/
   /*-moz-box-shadow: 5px 5px 5px #B1C6DA;
  -webkit-box-shadow: 5px 5px 5px #B1C6DA;
  box-shadow: 3px 3px 3px 3px #B1C6DA;*/
	}

#masthead {
	background:url(images/bg_header.png);
	padding:28px 28px 24px;
	overflow:hidden;
	height:50% !important;
	}

#branding {
	float:left;
	width:575px;
	}

#content-inner {
	width:100%;
	background: #666 url(images/bg-wrapper.png) repeat-x;
}
	
#content {
	width:555px;
	float:left;
	}
	
#sidebar {
	width: 530px;
	float:right;
	/*background:#f2f2f2;*/
	padding:0 20px 20px;
	}
	
.sidebar_left {
	width: 310px;
	}	
.sidebar_right {
	width: 200px;
	}		

.left {
	float:left
	}

.right {
	float:right
	}
	
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Droid Serif";
	font-weight: bold;
	color:#666;
	}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 33px;
	}

#sidebar h3 {
	border-bottom:3px solid #CCC;
	padding-bottom:5px;
	margin:22px 0 10px;
	color:#939393;
	font:normal .85em Arial, Helvetica, sans-serif;
	letter-spacing:.08em;
	text-transform:uppercase
	}

.entry h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.4em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	font: bold 2.0em "Helvetica Neue";
	text-shadow: 0px 1px 0px #111;
	color:#eee;
	/*color: #504f4f;
	text-shadow: 0px 2px 1px #bbbaba;
*/
/*color: #666;
	text-shadow: 0px 2px 1px #333;*/
	}
#logo a {
	text-shadow: 0px 1px 0px #111;
	color:#eee;
	text-decoration:none;
	}	

#description {
	font: italic 0.8em Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 1px 0px #111;
	color:#eee;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:24px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:8px 0;
	/*line-height: 140%;*/
	}
	
#popular.widget li {
	/*line-height: 1.8em;*/
	/*height: 100px;*/
	padding:15px 7px;
	border-bottom: none;
	margin-bottom: 5px;
	clear:both;
	}
	
/*#more-category.widget li {
	line-height: 2.5em;
	padding:15px;
	border-bottom: none;
	background:#CCC;
	}	

#more-category.widget li img {
	border:1px solid #eee;
	padding:5px;
	margin:0 5px 0 0;
	float:left;
	clear:both;
	}*/


.widget li img {
	display: block;
	border:1px solid #eee;
	padding:5px;
	margin:0 5px 0 0;
	float:left;
	}
	
.widget li span {
	font-weight: 900;
	font-size:14px;
	
}

.widget li a, .widget li a:visited {
	color:#111;
	text-decoration:none
	}

.widget li a:hover, .widget li a:active {
	color:#6d6d6d;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {
	font-size:.8em;
	overflow:hidden;
	width:980px;
	margin:0 auto;
	color:#111;
	padding:20px 0;
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer.left {
	float:left;
	width:50%;
	text-align: left;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}

/* ---------- @ RIGHT SOCIAL TOOLS -----------*/
.scrollAds {position:fixed; z-index:999; top:200px; right:0;}
.scrollAds a{ display:block; margin:0 0 10px 0; text-decoration:none; border:none;}

/* ---------- @ LEFT SOCIAL TOOLS -----------*/

#social {
	position: fixed;
	display: none;
	top: 120px;
	left: 0;
	width: 72px;
}

#social #top {
	height: 30px;
	background: #111;
	text-align: center;
	line-height: 29px;
	font-family: Gerogia;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

#social ul {
	list-style: none;
	display: block;
	width: 74px;
	background: #fff;
	border: solid 1px #cbcbcb;
	border-top: 0;
	padding-top: 15px;
}

#social ul li {
	width: 32px;
	height: 32px;
	margin: 0 auto 15px auto;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 60px; left: 0;
font-size: 12px;
letter-spacing:-1px;
color:#fff;
padding: 20px;
font-weight: 700;
background:#333333;
display: block;
}