/*
 * Author		: Sergios Singeridis
 * Contact		: Email: admin@wpboard.com
 * File Name	: style.css
*/

/* ========== ALL ELEMENTS */
*{margin:0;padding:0;}
a{outline:none;border:none;}
img{border:none;}
input{vertical-align:middle;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hide from IE Mac \*/.clearfix{display:block;}/* End hide from IE Mac */

.floatleft{float:left !important;}
.floatright{float:right !important;}
.centered{text-align:center !important;}

acronym, abbr{cursor: help;}

/* ========== BODY */
body{
margin:0;
padding:0;
background:#ffffff;
color:#333333;
font-family:Trebuchet MS,Arial;
font-size:14px;
}

#sixapart-standard{
margin:0 !important;
padding:0 !important;
}

/* ========== LOGO */
#header{
position:relative;
top:0px;
left:0;
height:93px;
background:url(http://achi613.org/pics/top_bar.gif) left bottom repeat-x;
}

/* ========== LOGO */
#header h1 a{
width:150px;
height:93px;
position:absolute;
left:0;
bottom:0;
display:block;
text-indent:-2000em;
background:url(http://achi613.org/pics/logo.gif) left top no-repeat;
}

#tagline{
width:385px;
height:93px;
position:absolute;
right:0;
bottom:0;
display:block;
text-indent:-2000em;
background:url(http://achi613.org/pics/tag_line.gif) right top no-repeat;
}


/* ========== SIDEBAR */
#sidebar{
position:absolute;
top:130px;
left:0;
width:200px;
padding-left:20px;
}

/* ========== SIDEBAR CONTENT */
#sidebar p, #sidebar ul, #sidebar ol{
font-size:12px;
color:#000000;
margin-bottom:20px;
line-height:20px;
}

#sidebar ul li, #sidebar ol li{
list-style-position:inside;
}

#navigation li{
width:100px;
list-style:none;
text-indent:10px;
margin-left:10px;
}

#navigation li a{
color:#0e4e8d;
display:block;
background:#f7f4d7;
border:1px solid #b2b66c;
margin-bottom:2px;
width:100px;
text-decoration:none;
font-weight:bold;
}

#navigation li a:hover{
text-decoration:underline;
color:#0e4e8d;
}

/* ========== CONTENT */
#content{
margin-top:38px;
margin-left:240px;
margin-right:20px;
}

/* ========== POST */
.post{
margin-bottom:30px;
}

.content-nav{
background:#f7f7f7;
border:1px solid #dddddd;
color:#666666;
padding:2px 10px;
}

h2#archive-title{
background:#f7f7f7 !important;
border:1px solid #dddddd !important;
color:#666666 !important;
padding:2px 10px !important;
margin-bottom:10px !important;
}

.trackbacks-header, .comments-header{
background:#f7f7f7;
border:1px solid #dddddd;
color:#666666;
padding:2px 10px;
margin-bottom:10px;
}

.comment{
border-bottom:1px solid #e4e4e4;
margin-bottom:15px;
clear:both;
padding:10px;
}

.post a, .content-nav a, #content a{
color:#0e4e8d;
text-decoration:underline;
}

.post a:hover, .content-nav a:hover, #content a:hover{
text-decoration:none;
}

.post h1{
color:#999966;
font-size:24px;
font-weight:normal;
padding:5px;
background:#f7f4d7;
border:1px solid #b2b66c;
margin-bottom:15px;
}

.post h1 a{
color:#999966 !important;
text-decoration:none !important;
}

.post h1 a:hover{
color:#999966 !important;
text-decoration:underline !important;
}

.post p, #content p{
font-size:14px;
color:#000000;
margin-bottom:15px;
line-height:20px;
}

.post ul, .post ol{
font-size:14px;
color:#000000;
margin-bottom:15px;
margin-left:20px;
}

.post ul li, .post ol li{
line-height:20px;
list-style-position:inside;
}

.comments-open h2, .module-header{
color:#999966;
font-size:20px;
font-weight:normal;
padding:5px;
background:#f7f4d7;
border:1px solid #b2b66c;
margin-bottom:15px;
}

#comments-open-data label{
clear:both;
display:block;
}

#comment-text{
width:400px;
height:150px;
display:block;
clear:both;
padding:2px;
}

#comments-open-text{
clear:both;
padding-top:20px;
}

#comments-open-data input{
float:left;
width:300px;
margin-bottom:10px;
padding:2px;
}

#comments-open-data p{
display:block;
clear:both;
margin-bottom:10px;
}

#comment-bake-cookie{
width:20px !important;
}

/* ========== FOOTER */
#footer{
height:60px;
clear:both;
background:#6786c7 url(http://achi613.org/pics/bottom_bar.gif) 60px 0 repeat-x;
position:relative;
margin-top:150px;
margin-bottom:0 !important;
}

#footer p{
color:#ffffff;
line-height:25px;
padding-top:10px;
}

#footer small{
font-size:10px;
}

#footer a{
color:#ffffff;
font-weight:bold;
text-transform:uppercase;
padding-left:5px;
padding-right:5px;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
color:#ffffff;
}

#foo{
width:220px;
height:127px;
position:absolute;
left:0;
bottom:0;
display:block;
text-indent:-2000em;
background:url(http://achi613.org/pics/bottom_city.gif) left top no-repeat;
}

#rustybrick{
display:block;
width:120px;
height:34px;
position:absolute;
right:20px;
top:14px;
background:url(http://achi613.org/pics/rbanim.gif) left top no-repeat;
text-indent:-2000em;
}

/* ========== SOME ADDITIONAL STYLING */
blockquote{
margin:15px;
margin-top:0;
border:none;
color:#777777;
}

code{
font: 1.1em 'Courier New', Courier, Fixed;
}

/* ========== Archives page */
.margined{
margin-bottom:30px !important;
}

#archive-title{
background:none;
border:none;
padding:0 !important;
}

.date-header{
color:#999999;
font-size:14px;
font-weight:normal;
}

.meta{
border-top:1px solid #e4e4e4;
padding-top:5px;
font-size:12px !important;
}
