/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
Modified, mangled: March 2006 and onward by Brian Downey (http://aotw.org)
*/

/*************************************
 +Containers
 *************************************/
body{
	background-color: white;
	border-top:5px solid #3d3128;
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:45em;
        min-height: 600px
}

#bloglist ul li{
	list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0;
}

#bloglist li li{
	list-style-image: url(./images/star.gif);
        margin: 0;
        padding:3px;
        line-height: 0.8;
}

#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header {
	padding:3em 1em 0 1em;
        background: transparent url(./images/zouave_tilt.gif) no-repeat;
        background-position: 16em 50%;
        margin: 0;
        height: 110px
}

#header_link a {
        position: absolute;
        left: 37%;
        top: 0;
        height: 121px;
        width: 90px;
        text-decoration: none;
}

#header_link a i { 
        visibility: hidden; 
}

#footer_img {
        background: transparent url(./images/lincoln_70.gif) no-repeat;
        background-position: 50% 0%;
        clear:both;
        height: 156px;
        position: relative;
        z-index: 2;
}

#footer_img a {
        position: absolute;
        left: 30%;
        height: 146px;
        width: 400px;
        text-decoration: none;
}

#footer_img a i { 
        visibility: hidden; 
}

#footer{
	margin-top: -25px;
        background-color: #3d3128;
	padding:25px 0 0 0;
        height: 40px;
        position: relative;
        z-index: 1;
}


/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#990000;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color: #666633;
	font-size:1.1em;
	margin:0;
	margin-top:-1.0em;

}
.entrytitle h2{
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size:1.5em;
}
.entrytitle h2 a
{
	color:#666633;
}
.entrytitle h2 a:visited{
	color:#666633;
}

.entrytitle h2 a:hover{
	color:#CC0000;
}
.entrytitle h3{
	font-size:0.8em;
	color:#666633;
	letter-spacing: 1px;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/star.gif) no-repeat center left;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/star.gif) no-repeat center left;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/star.gif) no-repeat center left;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
        line-height:1.0;
}

#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom: 0.3em;
        padding: .1em 0 .4em 0;

}

#sidebar h2{
       font-weight: bold;
       font-size:1.0em;
       letter-spacing: 0px;
       margin-top:0.5em;
}

#sidebar h3{
	color:#555;
	font-size:0.8em;
	margin:1em 0;
}

#sidebar li:first-child {
       border-top:1px dotted #ddd;
       padding-top:0.3em;
}

#sidebar input {
        width: 12em;
        color: #999933;
        background:#f3f5e9;
        padding-left: 0.3em;
}

#sidebar input:focus {
        color:#990000;
        background:white;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

.commentsblock h3{
	font-weight: bold;
        font-size:1.0em;
       letter-spacing: 0;
}


/*************************************
 +Misc
 *************************************/
a{
	color:#999933;
	text-decoration:none;
}

a:visited{
	color:#cccc66;
}

a:hover{
	color:#990000;
}

.entrybody h3{
	font-weight: bold;
        font-size:1.0em;
       letter-spacing: 0;
}

.entrybody a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666633;
	border-bottom: 1px dotted #CCCCCC;
	
}

.entrybody a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999933;
	border-bottom: 1px dotted #CCCCCC;
	
}
.entrybody a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px dotted #990000;
	
}
.entrybody a:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
		
}

.entrybody img, .aboutbody img {
  padding: 4px;
  border: 1px solid #cccc99;
  }
  

input, form {
       margin: 0;
       color: #990000;
       font-size:100%;
       line-height:1.5;
       width: 17em;
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}

#bloglist ul li{
	list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0;
}

#bloglist li li{
	list-style-image: url(./images/star.gif);
        margin: 0;
        padding:3px;
        line-height: 0.8;
}

#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:17em;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#990000;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color: #666633;
	font-size:1.1em;
	margin:0;
	margin-top:-1.0em;

}
.entrytitle h2{
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size:1.5em;
}
.entrytitle h2 a
{
	color:#666633;
}
.entrytitle h2 a:visited{
	color:#666633;
}

.entrytitle h2 a:hover{
	color:#CC0000;
}
.entrytitle h3{
	font-size:0.8em;
	color:#666633;
	letter-spacing: 1px;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/star.gif) no-repeat center left;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/star.gif) no-repeat center left;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/star.gif) no-repeat center left;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
        line-height:1.0;
}

#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom: 0.3em;
        padding: .1em 0 .4em 0;

}

#sidebar h2{
       font-weight: bold;
       font-size:1.0em;
       letter-spacing: 0px;
       margin-top:0.5em;
}

#sidebar h3{
	color:#555;
	font-size:0.8em;
	margin:1em 0;
}

#sidebar li:first-child {
       border-top:1px dotted #ddd;
       padding-top:0.3em;
}

#sidebar input {
        width: 12em;
        color: #999933;
        background:#f3f5e9;
        padding-left: 0.3em;
}

#sidebar input:focus {
        color:#990000;
        background:white;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

.commentsblock h3{
	font-weight: bold;
        font-size:1.0em;
       letter-spacing: 0;
}


/*************************************
 +Misc
 *************************************/
a{
	color:#999933;
	text-decoration:none;
	font-size: 100%;
}

a:visited{
	color:#cccc66;
}

a:hover{
	color:#990000;
}

.entrybody h3{
	font-weight: bold;
        font-size:1.0em;
       letter-spacing: 0;
}

.entrybody a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666633;
	border-bottom: 1px dotted #CCCCCC;
	
}

.entrybody a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999933;
	border-bottom: 1px dotted #CCCCCC;
	
}
.entrybody a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px dotted #990000;
	
}
.entrybody a:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
		
}

.entrybody img {
  padding: 4px;
  border: 1px solid #cccc99;
  }
  
.entrytext img {
  padding: 4px;
  border: 1px solid #cccc99;
  margin: 0 1em 0 0;
  float: left;
  }

input, form {
       margin: 0;
       color: #990000;
       font-size:100%;
       line-height:1.5;
       width: 17em;
}

#more_link {
        font-style: italic;
	margin:0 5.0em 1em 0;
        padding:0;
	text-align:left;
}

.strikethrough {
        text-decoration: line-through;
}

.caption {
      font-size: 75%;
}

.right {
      text-align: right;
}
