/*
Theme Name: WCM v1.0 - Small Width Version
Theme URI: http://www.web-cash-machine.com/
Description: A Fully Optimized Adsense Ready Theme Design To Generate Cash From Your Blogs.<br/>Grab Your FREE Tutorial Guide By <a href="http://www.web-cash-machine.com" target="_blank">Clicking Here</a> or Visit Us At <a href="http://www.web-cash-machine.com" target="_blank">www.web-cash-machine.com</a><br/><br/>Would You Like To Make Some Extra Cash? Sign Up For FREE For Our Affiliate Program With Up To 75% Commission By <a href="http://www.web-cash-machine.com/signup.html" target="_blank">Clicking Here</a> To Sign Up For FREE. 
Version: 1.0
Author: Odilat.com
Author URI: http://www.odilat.com/
*/

/* Reset all defaults
--------------------------------------------------------------------------*/

* { 
	margin:0; 
	padding:0; 
	list-style-type:none;
}

hr {
	display: none;
}

img { 
	border: none;
}	

/* Clear Floats
--------------------------------------------------------------------------*/

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
/*
.clearfix {
	display:inline-block;
}

.clearfix {
	display: block;
}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*/

/* Define General Structure
--------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000;
}

#page {
	width: 780px;
	margin: 14px auto;
	border: 1px solid black;
}

#header_top {
	width: 780px;
	height: 150px;
}

#header_top_left {
	width: 780px;
	height: 150px;
	float: left;
}

#navbar {
	width: 100%;
	height: 43px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#main { overflow: hidden; }

#content {
	width: 588px;
	float: left;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
	display: inline;	
}

#sidebar {
	width: 180px;
	float: right;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#footer {
	width: 780px;
	height: 50px;
}

#footer_left {
	width: 780px;
	height: 50px;
	float: left;
}

#footer_right {
	display: none;
}

/* Commonly used styles
--------------------------------------------------------------------------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Header
--------------------------------------------------------------------------*/

#header_top_left h1 {
	font-size: 30px;
	padding-top: 30px;
	padding-left: 30px;
	font-weight: normal;
	font-style: italic;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#header_top_left h1 a {
	color: #00e;
	text-decoration: none;
}

#header_top_left .description {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top_searchbar {
	width: 198px;
	height: 80px;
	margin-top: 35px;
}

.top_searchbar_input {
	margin: 9px 0px 0px 3px;
	padding-bottom: 2px;
	height: 19px;
	background-color: #fff;
	border: 1px solid #393e41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #393e41;
	font-style: italic;
}
.top_searchbar_searchbtn {
	margin:0px;
	padding:0px;
	margin-top:9px;
	margin-left:60px;
	float:left;
}

/* Navigation Bar
--------------------------------------------------------------------------*/

#navbar_items {
	padding-top: 10px;
	padding-left: 10px;
	text-transform: capitalize;
	font-size: 17px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
}

#navbar_items div {
	float: left;
	background: none;
	padding-left: 10px;
	padding-right: 15px;
}

#navbar_items a {
	color: #00e;
	text-decoration: none;
}

#navbar_items a:hover {
	text-decoration: underline;
}

#navbar_items li {
    display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 10px;
}

/* Headings provide way to put fixed advertisement on top of content
--------------------------------------------------------------------------*/
#heading {
	width: 100%;
	background: #fff;
	padding-top: 8px;
	float: left;
}

#heading_box {
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 5px;
	float: left;
}

.heading_item {
	padding-bottom: 10px;
	width: 310px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-right: 2px;
	height: 150px;
	float: left;
}

.heading_item h3 {
	font-size: 17px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 11px 0px 6px 10px;
	margin: 5px 0px 10px 5px;
	width: 290px;
	height: 31px;
}

.heading_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
}

.heading_item a {
	color: #00e;
}

/* Posts
--------------------------------------------------------------------------*/

#content {
	padding-top: 15px;
	margin-left: 8px;
}

.post {
	margin: 20px 0 25px 0;
}

h2.postTitle {
	padding: 0 10px;
	font-size: 14pt;
	font-weight: bold;
	color: #00e;
}

h2.postTitle a {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #00e;
	letter-spacing: -1px;
}

h2.postTitle a:hover {
	color: #004;
}

.postMeta {
	padding: 2px 10px 4px 10px;
	font-size: 9pt;
	color: #333;
}

.postMeta a, .postMeta a:hover {
	color: #00c;
}

.postMeta .date {
	background: url(images/date.gif) left no-repeat;
	padding: 0 0 0 15px;
}

.postMeta .filed {
	background: url(images/folder.gif) left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
	text-transform: capitalize;
}

.postMeta .commentcount {
	background: url(images/comments.gif) left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
}

.postMeta .edit {
	background: url(images/edit.gif) left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
}

.postMeta a {
	text-decoration: none;
}

.postContent img {
	margin: 10px;
	border: 3px solid #ccc;
}

.postContent  h1, .postContent h2, .postContent  h3, .postContent h4 {
	margin-left: 10px; 
}

#content p, .postContent p {
	padding: 5px 10px;
	font-size: 10pt;
	color: #000;
}

.postContent ul, .postContent ol {
	padding: 0 0 0 45px;
	list-style-type: none;
}

.postContent ul li {
	font-size: 10pt;
	color: #000;
	list-style-type: disc;
}

.postContent ol li {
	font-size: 10pt;
	color: #000;
	list-style-type: decimal;

}

/* Unique Article Wizard resource boxes
--------------------------------------------------------------------------*/

#content .byline {
	padding: 5px 10px;
	font-size: 8pt;
	color: #333;
}

#content .resource { 
	padding: 5px 10px;
	font-size: 8pt;
	color: #333;
	margin-top: 15px;
	margin-right: 80px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

/* Navigation
--------------------------------------------------------------------------*/

.navigation {
	margin: 10px 0;
	color: #406e8d;
	text-align: center;
	font-size: 10pt;
}

.navigation a {
  text-decoration: none;
  }


/* Captions
--------------------------------------------------------------------------*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Sidebar
--------------------------------------------------------------------------*/

#sidebar {
/*	padding: 10px 0px 15px 0px; */
	padding-top: 10px;
}

#sidebar h2 {
	text-transform: capitalize;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding: 8px 0px 10px 5px;
	margin: 0 0px 6px 0px;
}

#sidebar ul ul li {
	margin: 0;
	padding: 3px 2px 2px 16px;
	color: #222;
	background: url(images/bullet.gif) left 7px no-repeat;
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
	border-bottom: 1px dotted #333;
}

#sidebar a {
	display: block;
	color: #00e;
	text-decoration: none;
	display: inline;
}

#sidebar ul, #sidebar #tag_cloud {
	margin-bottom: 12px;
}

#sidebar ul li  ul li, #sidebar #tag_cloud{
	margin-left: 8px;
}

#sidebar p {
	padding: 2px 0;
	font-size: 9pt;
}  

#tag_cloud a {
	display: inline;
}

.cat-item {
	text-transform: capitalize;
}

/* Search Form in case of 404
--------------------------------------------------------------------------*/

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#content #searchform #s {
	width: 108px;
	padding: 2px;
}

#content #searchsubmit {
	padding: 1px;
}


/* Format the Debug Box
--------------------------------------------------------------------------*/

#debug {
	width: 600px;
	margin: 14px auto;
	border: 2px dotted red;
	padding: 10px;
	background: #fff;
}