/*  
Theme Name: three steps ahead (based on deMar)
Theme URI: http://webdemar.com/demo/?wptheme=deMar
Description: three steps ahead WP theme based on deMar.
Author: josh korwin / webdemar
Author URI: http://threestepsahead.com/
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: url(http://www.threestepsahead.com/images/site_bkgd.gif);
	font:11px/16px Verdana, Tahoma;
	color:#363636;
}

/*(a {
	font-weight: bold;
}*/

a:link {
	color: #C40000;
	text-decoration: none;
}
a:visited {
	color:#A00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	border-bottom:1px dotted #F00;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}






blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 950px;
	margin: 0 auto;
	background-color:#fff;
	/*background: url(img/bg-page.jpg) no-repeat left bottom;*/
}
	
#header {
	position: relative;
	width: 780px;
	height: 200px;
	margin: 0 auto;
	/*background: url(img/bg-header.jpg) no-repeat top right;*/
}

#content {
	width: 780px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#content-left {
	float: left;
	width: 540px;
	display: inline;
}

#content-right {
	float: right;
	width: 220px;
	display: inline;	
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:bold italic 24px/24px Georgia, "Times New Roman", Times, serif;
}

h1 a {
	color:#000;
	text-decoration: none;
}

h2#blog-description {
	position: relative;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:normal 11px/11px Verdana, Tahoma;
	color: #c7532d;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px Verdana, Tahoma;
}

h3 {
	margin: 0 0 20px 0;
	/*font:bold 18px/18px Verdana, Tahoma;*/ /*Edited out for Cufon*/
	font:21px/21px Verdana, Tahoma, Geneva, sans-serif;
	font-weight:100;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
	border-bottom:0px;
}

h4 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	/*padding: 5px;*/
	margin: 1px;
	/*background-color: #f4f4f4;*/
}

/*	##################################
   	HEADER
	################################## */

/*Header Navigation*/
#header_wrapper {
	height:82px;
	width:950px;
	margin:0px;
	padding:0px;
	background:url(http://www.threestepsahead.com/images/header_bkgd.gif) repeat-x;
}

#navlist {
	list-style:none;
	display:block;
	margin:0px 0px 0px 15px;
	padding:0px;
}

#navlist li {
	float:left;
	margin:0px 0px 0px 15px;
}

#navlist li a {
	border:0px;
}

#threestepsaheadlogo {
	float:right;
	width:406px;
	margin:0px 15px 0px 0px;
}
/* End Header Navigation*/

#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	background: url(img/bg-menu.gif) no-repeat left top;
	font:normal 11px/11px Verdana, Tahoma;
	color:#fff;
	text-decoration: none;
	text-align: center;
}

.page_item a:hover {
	background: url(img/bg-menu-hover.gif) no-repeat left top;
}

.current_page_item a, .current_page_item a:hover {
	background: url(img/bg-menu-active.gif) no-repeat left top;
	font:bold 11px/11px Verdana, Tahoma;
	color:#363636;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	clear: both;
	margin: 0 0 80px 0;
	padding: 0px 20px 40px 0px;
	border-bottom:#999 dotted 1px;
}
	
.meta {
	font:italic 10px/12px Verdana, Tahoma;
	margin-bottom:10px;
	padding-bottom:10px;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

p.tags {
	clear: both;
}

.auth {
	text-transform:uppercase;
	font-style:normal;
}

/** content right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#c7532d;
	font-weight: normal;
	text-align: inherit;
}

.category-frame {
	padding: 0px 5px 0px 5px;
	margin: 0 0 10px 0;
	background-color: #f4f4f4;
}

/** search form */

#search {
	width: 150px;
	padding: 5px;
	color: #ccc;
	border: 1px solid #f2f2f2;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #363636;
	width:950px;
	margin: 0 auto;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	font:normal 10px/10px Verdana, Tahoma;
	color: #fff;
}

#footer a {
	color:#fff;
}

#legal {
	float: left;
	width: 540px;
}

#webdemar {
	float: right;
	width: 220px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0px 50px 50px 0px;
}

.alignright {
   float: right;
   margin: 0px 0px 50px 50px;
}

.clear {
	clear:both;
}

/** wordpress css */

.wp-caption {
   /*border: 1px solid #ddd;*/
   border: 0px;
   text-align: right;
   /*background-color: #f3f3f3;*/
   background-color: #fff;
   padding-top: 4px;
   /*margin: 10px;*/
}

.wp-caption a {
	border-bottom:none;
}

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

.wp-caption p.wp-caption-text {
   font-size: 9px;
   /*font-family:Georgia, "Times New Roman", Times, serif;*/
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 10px 0px 15px 0px;
   color:#999;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* piclenselink */
.piclenselink {

}