/* @override http://www.digitalfusion.net/dfshelp/wp-content/themes/embrace/style.css */

/*
Theme Name: Embrace
Version: 1.1
Description: A minamal theme for those who like simple themes. :)
Author: <a href="http://shaibanii.com">Shaibanii</a>
Author URI: http://shaibanii.com/
Tags: light, dark, fixed width, two-column, minimal
For the WordPress community (GPL), enjoy!
by Shaibanii - Shaibanii.com
*/

body{
background-color:#171717;
color:#dddddd;
background-image:url(images/bk.gif);
background-repeat:repeat-x;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

*{
margin:0;
padding:0;
}

a{
color:#8cc789;
text-decoration:none;
}

a:hover{
color:#ffffff;
text-decoration:none;
}

blockquote {
margin:0 0 0 20px;
padding:0 0 0 10px;
border-left:#aeaeae 1px solid;
}



h1{
font-family:;
font-size:14px;
text-align:left;
color:#ffffff;
}

h1 a{
text-decoration:none;
color:#8cc789;
}

h2{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#ffffff;
}

div.post h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
color:#ffffff;
margin-bottom: 10px;
}

div.post div.main h2 a{
font-size:12px;
}


h3{
font-size:18px;
}

h3.StepTitle{
font-size:18px;
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 5px;
	margin-bottom: 15px;
}



#header{
padding:0px;
height:128px;
width:100%;
text-align:center;
	background: url(images/header-bkg.jpg) no-repeat center top;
}

#header_inner{
width:1080px; 
text-align: left;
	margin: 0 auto;
}

#desc{
font-size:36px;
color:#ffffff;
text-align:left;
}

#wrapper{
width:1080px;
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
position:relative;
margin:0 auto;
}

#sidebar {
width:220px;
float:left;
border-right: 1px solid #3c3c3c;
padding:5px;
}

#sidebar ul {
list-style:none;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;
}


#content { 
width:820px;
float:right;
padding:3px;
}
.post{
padding:3px;
}
.main{
padding:5px;
text-align:justify;
}
.main p {
line-height:18px;
margin:0 0 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.meta{
font-size:9px;
	color: #7f7f7f;
}

#footer { 
width:100%;
border-top:1px solid #0a0a0a;
background-color:#000;
color:#343434;
text-align:center;
float:left;
padding: 10px 0 10px 0;
margin: 10px 0 0 0;
}

#footer a{
color:#3f3f3f;
text-decoration:none;
font-weight:normal
}

#footer a:hover{
color:#555;
text-decoration:none;
border-bottom:1px dashed #999;
font-weight:normal
}
.gravatar{
float:right;
}

input, textarea, select{
padding:3px;
border:1px solid #171717;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #cccccc;
	text-align: center;
	background-color:#171717;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div.LessonSummary {
	margin-top: 20px;
}

div.StepImage img {
	border: 1px solid #000;
	margin-bottom: 15px;
}

hr {
	border:0px;
	border-bottom: 1px solid #3c3c3c;
	margin: 18px 0;
	padding: 0;
	height: 0px;
	clear: both;
}


