/*  
Theme Name: Crucial
Theme URI: http://www.cruciald.com/blog
Description: This is my theme for the cruciald blog.
Version: 1.0
Author: John Cole
Author URI: http://www.cruciald.com/

*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

/* @end global reset */

/*global*/
body
{
background-color: #1b160a; 
text-align: center; 
font-family:Arial, Verdana, Helvetica, sans-serif; 
font-size: 10px
color: #c1a045;
}

a {
color: #f7941d;
text-decoration: none;
}

.left
{
float: left;
}

#content{
width: 960px; 
margin-left:auto; 
margin-right: auto;

}

/*global*/

/*header*/

#header
{
width: 940px;  
height: 60px;
position: relative;
}
#header img.logo {
position: absolute;
bottom: 0;
}
#header ul {
text-align: right;
width: 714px;
margin-left: 226px; 
position: absolute;
bottom: 7px;
}
#header ul li
{
display: inline;
margin-left: 10px;

}
/*header*/

/*main*/
#main {
margin-top: 50px;
}
/*main*/

/*l_col*/
#l_col {
width: 640px;
float: left;

}
/*l_col*/

/*post*/
.post {

width: 620px;
padding-bottom: 25px;

margin-bottom: 50px;
}

.post h1 {
font-size: 24px;
color: #6e8453;
font-style: bold;
margin-bottom: 8px;
}

.post h1 a {
font-size: 24px;
font-style: bold;
}

.post h3 {
font-size: 12px;
color: #6e8453;
margin-bottom: 8px;
}

.post h2 {
font-size: 11px;
color: #6e8453;
margin-bottom: 8px;
}

.post p {
font-size: 11px;
color: #c18045;
margin-bottom: 8px;
line-height: 1.5;
}

.post a {
color: #6e8453;
font-size: 11px;
}

.post textarea {
width: 620px;
background-color: #1b160a;
color: #c18045;
border:  dotted 1px #50421b;
font-size: 11px;
}

.post input {
color: #c18045;
font-size: 11px;
background-color: #1b160a;
border:  dotted 1px #50421b;
}

.post ul {
margin-bottom: 3px;
}

.post li {
color: #c18045;
font-size: 11px;
margin-bottom: 3px;
line-height: 1.5;
}



.social {
margin-bottom: 8px;
color: #c18045;
}
/*post*/

/*sidebar*/
#sidebar {
margin-left: 670px;
width: 280px;
color: #c18045;
font-size: 11px;
}

#sidebar h2 {
font-size: 16px;
color: #c18045;
font-style: bold;
margin-bottom: 8px;
}

#sidebar table {
margin-bottom: 22px;
}

#sidebar p {
font-size: 11px;
color: #c18045;
margin-bottom: 8px;
line-height: 1.5;
}

#sidebar a {
color: #6e8453;
font-size: 11px;
}

#sidebar ul {
color: #c18045;
font-size: 11px;
margin-bottom: 22px;
margin-top: 3px;
}

#sidebar ul li {
margin-bottom: 5px;
}

#sidebar .container {
margin-bottom: 25px;
}

#sidebar .children {
margin-left: 3px;
}
/*sidebar*/
/*footer*/
#footer {
clear: both;
width: 940px;
height: 80px;
margin-top: 30px;
padding-top: 40px;
border-top: dotted 1px #50421b;
}

#footer h1 {
font-size: 11px;
color: #6e8453;

}
/*footer*/
.pagination a {
color: #6e8453;
font-size: 11px;
}
.pagination {
color: #6e8453;
font-size: 11px;
margin-bottom: 8px;
}

.float_right {
float: right;
}

.side_light {
width: 200px;
color: #1b160a !important;
background-color: #c1a045;
padding: 5px 5px 5px 5px;
margin-left: 10px;
}

.side_light li {
color: black;
margin-bottom: 10px;
}

.side_light ol {
list-style-type: decimal !important;
}

h4 {
font-weight: bold;
margin-bottom: 10px;
}
