/*
Theme Name: Glettison
Theme URI: http://www.glenscott.net/glettison
Description: Based on Ettison by Jason Sanzone (http://www.readmassive.com)
Author: Glen Scott
Author URI: http://www.glenscott.net

*/

/* ============= all elements style ============= */
*{
margin:0;
padding:0;
}

a{
outline:none;
}

img{
border:none;
}

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= other ============= */
.floatleft{
float:left;
}

.floatright{
float:right;
}

/* ============= body ============= */ 

body{  

margin:0; 

padding:0; 

background:#000;  

font-family:Arial, Helvetica, sans-serif; 

font-size:12px; 

}

/* ============= wrapper ============= */ 

#wrapper{ 

width:1000px; 

margin:0px auto 0 auto; 

background: #fff;

 }

/* ============= header ============= */
#header{
width:872px;
height:70px;
background: #fff;
}

/* ============= logo ============= */
#header h1{
width:872px;
height:45px;
margin-left: 20px;
float:left;
display:inline;
margin-top:0px;
}

#header h1 a{
display:block;
color:#000;
font-size: 36px;
width:872px;
height:45px;
text-decoration: none;
background:url() no-repeat;
}
#header h3{
margin-left: 30px;
float:left;
display:inline;
margin-top:0px;
text-decoration: none;
color:#000;
font-size: 14px;
}


/* =============== slogan =============== */
.slogan{
float:right;
width:0px;
height:0px;
background:url('') no-repeat;
text-indent:-2000em;
margin-top:0px;
}

.slogan a{
display:block;
width:0px;
height:0px;
text-decoration: none;
background:url() no-repeat;
}

/* some header elements */
.header-left{
width:10px;
height:70px;
float:left;
background:url();
}

.header-right{
width:15px;
height:70px;
float:right;
background:url();
}

/* =============== navigation =============== */ #main-nav{
margin-top:3px; margin-left:0px; margin-right:0px; background:#000;
height:25px; }

#main-nav ul li{
margin-top: 5px;
list-style:none;
float:left;
margin-left:10px;
display:inline;
}

#main-nav ul li a{
font-size:11px;
color:#bbb;
text-decoration:none;
font-weight:bold;
display:block;
height:8px;
float:left;
padding:1px 10px;
}

#main-nav ul li a:hover{
text-decoration:none;
background:#000;
color:#ffffff;
}

#main-nav span{
color:#444;
list-style:none;
font-size:9px;
display:block;
font-weight:normal;
}

#secondary-nav{ margin-left:0px; margin-right:0px; background:
#c0c0c0; height:15px; }

#secondary-nav ul li{
list-style:none;
float:left;
margin-left:10px;
display:block;
display:inline;
}

#secondary-nav ul li a{
font-size:10px;
color:#000000;
text-decoration:none;
font-weight:bold;
float:left;
padding:1px 10px;
}

#secondary-nav ul li a:hover{
text-decoration:none;
color:#fff;
}

/* =============== search-form =============== */
.search-form{
width:230px;
height:14px;
float:right;
padding-top:4px;
}

.search-input{
width:160px;
height:12px;
padding:2px;
border:none;
background:#000;
border:1px solid #777;
margin-right:10px;
padding-left:10px;
color:#c0c0c0;
font-weight:bold;
font-size:11px;
}

.search-form input{
float:left;
}

/* =============== container =============== */
#container{
clear:both;
margin:30px 15px;
}

#content{ width:650px; padding-left:25px; float:left; }

#sidebar{
width:220px;
margin-right:25px;
float:right;
display:inline;
list-style:none;
}


/* =============== post styling =============== */
.post{
border-top:1px solid #ece9e5;
margin-bottom:40px;
font-family: georgia,"times new roman",serif;
font-style: normal;
font-variant: normal;
font-weight: normal;

}

.post a{
color:000;
font-weight:normal;
border-bottom: 1px solid #000;
text-decoration: none;
}

/* === Me adding something for code snippets ===*/


pre {
margin-bottom:20px;
border: 1px solid #000;
background:#f2f2f2;
}



.references {
font-size:11px;
}

.post h1{
font-size:28px;
font-weight:bold;
font-family:georgia,serif;
color:#000000;
padding-bottom:5px;
// border-bottom:1px solid #ece9e5;
border-bottom:0px;
padding-top:10px;
margin-bottom:10px;
text-decoration:none;
}

.post h2{
font-size:28px;
font-weight:normal;
font-family:georgia,serif;
color:#000000;
padding-bottom:5px;
// border-bottom:1px solid #ece9e5;
border-bottom:0px;
padding-top:10px;
margin-bottom:10px;
text-decoration:none;
}

.post h2 a{
color:#000000 !important;
border-bottom: 0px;
text-decoration:none;
font-weight:normal;
}

.post h2 a:hover{
text-decoration:none !important;
}

.post h3{
font-size:22px;
font-weight:normal;
font-family:georgia,serif;
color:#000000;
padding-bottom:5px;
border-bottom:0px;
padding-top:10px;
margin-bottom:10px;
text-decoration:none;
}

.post h4{
font-size:16px;
font-weight:normal;
font-family:georgia,serif;
color:#000000;
padding-bottom:5px;
border-bottom:0px;
padding-top:10px;
margin-bottom:10px;
text-decoration:none;
}


.post p{
color:#000;
margin-bottom:15px;
text-align:justify;
font-size:13px;
line-height:18px;
}

.post-header{
padding-bottom:10px;
border-bottom:1px solid #ece9e5;
margin-bottom:10px;
clear:both;
display:block;
font-size:11px;
}

.post-info{

float:left;
}

.post-comments{
float:right;
font-weight:bold;
}

#content a{
color:#000;
//font-weight:normal;
//border-bottom: 1px solid #777;
text-decoration:none;
}

#content a:hover{
color: #000;
border-bottom: 1px solid #000;
text-decoration:none;
}

.post ul, .post ol{
margin-bottom:25px;
font-size: 13px;
}

.post ul li{
font-size: 13px;
margin-bottom: 10px;
}

.post ol li{
font-size: 13px;
margin-bottom: 10px;
}


/* =============== sidebar =============== */
#sidebar h2{
font-size:18px;
color:#000000;
margin-bottom:15px;
border-top:1px solid #ece9e5;
}

* html #sidebar h2{
margin-left:-15px;
}

#sidebar ul, #sidebar ol{
margin-bottom:30px;
}

#sidebar li{
list-style:none;
}

#sidebar li ul{
margin-left:5px;
}

#sidebar li ul li{
margin-bottom:0;
list-style:none;
}

#sidebar li ul li a{
color:#000;
border-bottom: 1px solid #777;
text-decoration:none;
line-height:18px;
font-size:11px;
font-weight:bold;
}

#sidebar li ul li a:hover{
color: #000;
border-bottom: 1px solid #000;
text-decoration:none;
}

/* =============== footer =============== */ #footer{
background:#000; margin:0 0px; padding:0 25px; clear:both;
color:#fff; font-size:10px; font-weight:bold; line-height:40px;
align:center; }

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

.prevnextnav{
padding:10px;
height:20px;
}

.prevnextnav a{
color:#000000;
text-decoration:underline;
font-weight:bold;
}

.prevnextnav a:hover{
text-decoration:none;
}

/* comments */

.comtext{
padding:10px;
margin-bottom:10px;
}

.comtext h3{
font-size:13px;
color:#000000;
}

.comtext h3 a{
color:#fe0002;
text-decoration:none;
}

.comtext h3 a:hover{
text-decoration:underline;
}

.nobold{
color:#484f5f;
font-size:11px;
font-weight:normal;
}

.comtext-inside{
border-left:4px solid #cccccc;
padding-left:10px;
margin-top:10px;
}

.comtext p{
//text-align:justify;
font-size:11px;
color:#252525;
margin-bottom:15px;
line-height:15px;
}

.comment-form{
margin-top:10px;
margin-bottom:20px;
}

.comment-form h3{
background:#f8f8f8;
border-bottom:1px solid #000000;
padding:10px;
margin-bottom:10px;
color:#000000;
font-size:15px;
}

.comment-form input{
width:100%;
margin-bottom:5px;
padding:2px;
}

.comment-form textarea{
width:98%;
margin-bottom:10px;
}

#commentform a{
color:#000000;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}

#commentform a:hover{
text-decoration:none;
}

