@charset "UTF-8";
/* Berk Cebi - http://evenless.net/ */

body { color: #333;
font-family: "Lucida Sans",Verdana,sans-serif;
font-size: 11px;
line-height: 1.82em;
margin-left: 20px;
text-align: left; }

a { color: #f33;
text-decoration: none; }
a:hover { text-decoration: underline; }

div#content { width: 100%; }
div#stuff { width: 400px; margin: 0 auto; }

div#nav { width: 170px; margin: 0; }

div#fifteen
{ 
	position: relative;
	top: -40px;
}

hr.seperator { border: 0;
background-color: #eee;
width: 100%;
height: 1px; }

/* Nav */
ul#nav_main { position: absolute;
left: 15px;
top: 10px;
list-style-type: none;
width: 180px;
height: 160px;
margin: 0;
padding: 0; }

li.nav_1 { width: 170px;
height: 40px;
background: url(images/nav.gif) no-repeat -4px 0; }
li.nav_1 a { height: 40px; }
li.nav_1#curr { background: url(images/nav.gif) no-repeat -179px 0; }

li.nav_2 { width: 170px;
height: 50px;
background: url(images/nav.gif) no-repeat -4px -40px; }
li.nav_2 a { height: 50px; }
li.nav_2#curr { background: url(images/nav.gif) no-repeat -179px -40px; }

li.nav_3 { width: 170px;
height: 30px;
background: url(images/nav.gif) no-repeat -4px -90px; }
li.nav_3 a { height: 30px; }
li.nav_3#curr { background: url(images/nav.gif) no-repeat -179px -90px; }

li.nav_4 { width: 170px;
height: 40px;
background: url(images/nav.gif) no-repeat -4px -120px; }
li.nav_4 a { height: 40px; }
li.nav_4#curr { background: url(images/nav.gif) no-repeat -179px -120px; }

ul#nav_main a { display: block;
text-indent: -9999px;
text-decoration: none;
overflow: hidden; }

li.nav_1 a:hover { background: url(images/nav.gif) 181px 0; }
li.nav_2 a:hover { background: url(images/nav.gif) 181px -40px; }
li.nav_3 a:hover { background: url(images/nav.gif) 181px -90px; }
li.nav_4 a:hover { background: url(images/nav.gif) 181px -120px; }
/* END - Nav */

span.post_title { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 24.07px;
line-height: 1.5em;
text-transform: lowercase;
font-weight: bold;
color: #00b4f5;
background-color: #e7f9ff;
padding-left: 3px;
padding-right: 3px;}
span.post_title a { color: #00b4f5; text-decoration: none; }
span.post_title a:hover {  color: #ffffff; background-color: #00b4f5; text-decoration: none; }
span.blue { color: #00b4f5; }
span.lblue { color: #73ADB6; }
span.post_date { font-size: 10.97px;
font-family: Georgia,serif;
letter-spacing: 1px;
font-style: italic;
line-height: 2.4em; }
span.gray { color: #aaa; }
span.upper { font-size: 10px;
font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
font-style: normal;
color: #246279; }
div.post_content { width: 100%;
font-family: "Lucida Sans",Verdana,sans-serif;
font-size: 10.97px;
line-height: 1.8em;
text-align: left;
position: relative;
top: 0; }
div.post_footer { font-size: 12px;
font-family: Georgia,Verdana,sans-serif;
letter-spacing: 1px;
line-height: 1em;
font-style: italic;
text-align: right; }

div.a_blog_post { width: 95%;
text-align: left; }
div#page_footer { color: #bbb; text-align: right; }

