/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td {
margin: 0;
padding: 0;
}
fieldset,img,abbr {
border: 0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var {
font-style: normal;
font-weight: normal;
}
caption,th {
text-align: left;
}
q:before,q:after {
content: '';
}
a {
text-decoration: none;
}
body {
font-size: 70.5%;
background: #fff;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
line-height: 22px;
color: #555;
margin-bottom: 40px;
}
/* -------------------------------------------- */

code {
font-family: Consolas, Monaco, "Courier New", Courier, monospace;
}

pre {
background: #f5f5f5;
border: 1px solid #dadada;
padding: 11px;
font-size: 11px;
line-height: 1.3em;
overflow: auto;
}
ul {
list-style-type: none;
}
li {
list-style-type: none;
margin: 0;
padding: 0;
}
ol li{
	list-style-type: decimal;
}
pre a {
font-weight: normal;
}

a {
color: #21759b;
text-decoration: none;
}

a:hover {
color: #d54e21;
}

strong {
font-weight: bold;
}

em, cite {
font-style: italic;
}
p.intro {
font-family: Georgia,Times,"Times New Roman",serif;
font-size: 17px;
line-height: 1.5em;
padding-top: 34px;
}
#wrap {
position: relative;
float: left;
width: 850px;
margin: 0 0 30px;
}
#header {
position: relative;
float: left;
margin: 0 0 0 0;
padding: 0;
width: 195px;
height: 550px;
}
ul#nav {
position: relative;
float: left;
width: 210px;
padding: 0;
font-family: Georgia,Times,"Times New Roman",serif;
}
ul#nav li {
width: 190px;
margin: .8em 0;
z-index: 6;
}
ul#nav li a {
display: block;
width: auto;
text-align: right;
padding: 2px 5px 2px 45px;
font-size: 1.8em;
color: #000;
font-weight: normal;
position: relative;
overflow: hidden;
outline: none;
z-index: 10;
background: #eee;
}
ul#nav li a:hover {
color: #333;
background:#ccc;
}
#main {
float: left;
width: 520px;
margin-left: 70px;
}
#main_hdr {
width: 100%;
float: left;
height: 115px;
}
p {
clear: both;
font-size: 12px;
padding: 10px 0;
}
h1#logo {
margin: 10px 10px 20px;
float: left;
}
h2 {
font-family: Georgia,Times,"Times New Roman",serif;
font-size: 3.5em;
color: #111;
letter-spacing: -1px;
text-transform: uppercase;
}
h3 {
font-family: Times,"Times New Roman",serif;
font-size: 2.4em;
color: #111;
letter-spacing: -1px;
background: #efefef;
float: left;
clear: both;
padding: 2px 3px;
margin: 15px 0;
}
h3 span {
color: #aaa;
}
h4 {
clear: both;
font-family: Times,"Times New Roman",serif;
font-size: 1.6em;
color: #333;
margin-top:15px;
}
.single #main_hdr{
	margin-bottom:15px;
}
#main_hdr h2 {
margin: 90px 0 30px;
}
.post {
margin: 10px 0 15px;
}
.post_info {
font-weight: bold;
font-size: 12px;
}
#footer {
width: 900px;
text-align: center;
color: #ccc;
float: right;
}
/*Lava lamp style*/

/* Force the list to flow horizontally */

/* Represents the background of the highlighted menu-item. */
#nav li.back {
height: 30px;
margin: 0;
z-index: 8;
position: absolute;
width: 210px;
border-bottom: 2px solid #aaa;
border-right: 2px solid #aaa;
border-top: 1px solid #aaa;
color: #eee;
padding: 0;
}

#nav li.current a {
color: #000;
margin: 0;
background: #B0B0B0;
border: none;
}
#nav li.back .left {
width: 200px;
}
/* Styles for each menu-item. */

#sidebar {
margin: 0 0 0 15px;
position: absolute;
top: 400px;
width: 185px;
}
