/*
Theme Name: Simple Olive
Theme URI: http://www.designwp.com
Version: 1.0
Description: A simple and clean olive green theme, widget ready. Design by Crimson (<a href="http://www.blog-collector.com" title="Blog Collector">http://www.blog-collector.com</a> and <a href="http://www.designwp.com" title="Design Your Web Page">http://www.designwp.com</a>). Free to use on your blog as long as you leave the links in the footer intact.
Author: Crimson
Author URI: http://www.blog-collector.com
*/

/*** Standard HTML Elements ***/
html {min-height: 100%;}

* {
	margin: 0px;
	padding: 0;
}

body, td {
	background-color: #29231F;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #101010;

}

p,code,ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

a:link, a:visited {
	font-weight: 400;
	color: #dcdfc7;	
	text-decoration:none;
}

a:hover, a:active {
	font-weight: 400;
	color: #101010;
	text-decoration: overline;
}

blockquote {
	margin: 0px 5px 5px 5px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
			filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	background-color: #848b23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#dcdfc7;
}

small {
	font-size: 9px;
}
/*** End Standard HTML Elements ***/

/*** For the entire page ***/
#page 
{
	width: 869px;
	margin: 0px auto 2px;
}

/*** Header elements ***/
#top {
	margin-top: 0px;
}

#header {
	background: #404040 url('images/header.jpg') no-repeat;
	width:869px;
	height:148px;
}

#title {  /* Blog Title */
	padding-top: 26px;
	text-align: right;
	padding-right:75px;
	letter-spacing: 1px;

}

#title h1 {
	font-family: "Trebuchet MS", serif;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
}

#title a:link,#title a:visited {
	color: #101010;
	background: none;
	font-weight: bold;
}	
#title a:hover{
 	color: #101010;
	background: none;

}

#description {   /* Blog Description */
	font-family: "Trebuchet MS", serif;
	font-size: 13px;
	color: #101010;
	font-weight: bold;
}

#navigation {
	background: #29231F url('images/navbar2.jpg') no-repeat;
	width: 869px;
	height: 26px;
	margin: 0px 1 0px 0px;
	padding: 0px 0px 0px 50px;
}
	
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px 0 6px 26px;
	padding: 0px;
}
		
#navigation ul {
	margin: 0px;
	padding: 0px 0px 6px 5px;
}
	
#navigation ul li a {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Sans-Serif;
	background: url('images/but.jpg') no-repeat left;
	font-size: 13px;
	color: #FFFDED;
	letter-spacing: 1px;
	padding-left: 18px;
	padding-right: 0px;
	margin-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul li a:hover, #navigation ul li a:active {
	color: #101010;
	text-decoration: none;
}
/*** End Header Elements ***/

/*** Main Body Elements ***/
#container {
	background: #29231F url('images/nav.jpg') repeat-y;
}

#main {
	width: 869px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
}

#content {
	float: left;
	width: 520px;
	margin-top:0px;
	padding: 15px 15px 0px 90px;
	line-height: 120%;
}

#content .border {
	background: url('images/separator.jpg') no-repeat center;
	display: block;
	width: 27px;
	height: 11px;
	padding: 2px;
	padding-left: 480px;


}

#content ul li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 15px;
}
#content ul ul li {
	list-style-position: inside;
	padding-left: 15px;
}

#content ol li {
	list-style-type: arabic;
	list-style-position: inside;
	padding-left: 15px;

}

#content p img{
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
	float:left;
}


.post {
  	padding: 5px;
  	text-align: justify;
}

.post h1 {
  	font-family: "Trebuchet MS", serif;
}

h1.title {
	float: left;
	font-size: 18px;
  	line-height: 120%;
  	padding-top:10px;
}

h1.title a:link,  h1.title a:visited {
	color: #101010;
	background: none;
	text-decoration:none;
} 
	
h1.title a:hover, a:active{
	color: #101010;
	background: none;
	text-decoration:overline;
}

h1.date {
	font-family: "Trebuchet MS", serif;
	font-weight: bold;
	color: #101010;
	font-size: 14px;
	padding-bottom: 6px;
	padding-top:16px;
	float: right;
}

.post .descr {
	font-size: 10px;
	padding: 0px;
	clear: both;
	text-align: left;
}

.post .info {
  	font-size: 10px;
  	clear: both;
  	display: block;
 	line-height: 130%;
  	padding-left: 5px;
  	padding-bottom: 2px;
  	padding-top: 2px;
  	text-align: right;
}
/*** End Main Body Elements ***/

/*** Sidebar Elements ***/
#sidebar {
  	float: right;
  	width: 120px;
  	margin-left: 0px;
  	padding: 18px 100px 0px 0px;
}

#sidebar ul li {
  	list-style-type: none;
  	padding-left: 5px;
  	line-height: 150%;
}

#sidebar ul ul li {
	list-style-position: inside;
	padding-left: 0px;
}

#sidebar h2 {
	color: #101010;
	font-size: 11pt;
	font-family: "Trebuchet MS", serif;
	padding-top:10px;
}

#sidebar .currently {
  	display: block;
  	padding: 00 0 10px;
  	font-family: "Trebuchet MS", serif;
  	font-size: 10px;
}

#searchform {
	padding-bottom: 10px;
	padding-top:10px;
	text-align:center;
}

#searchform .styled {
	border: 1px solid #101010;
}

.currently .current {
  	text-transform: uppercase;
  	font-weight: 600;
}
/*** End Sidebar Elements ***/

/*** Footer Elements ***/
#foot {
	clear:both;
	background: #28231F url('images/footer.jpg') no-repeat left;
	width: 869px;
	height: 106px;
	text-align:center;
}

#foot a:link, #foot a:visited {
	color: #dcdfc7;
}

#foot a:hover {
	color: #101010;
	background: none;
}
/*** End Footer Elements ***/

/*** Comment Elements ***/
#commentlist h2#comments {
  	font-family: "Trebuchet MS", serif;
  	font-size: 15px;
    color: #101010;
}

#commentlist {
	padding-left: 15px;
	padding-right: 20px;
	padding-top:5px;
}

#commentlist h2 {
  	font-family: "Trebuchet MS", serif;
  	line-height: 100%;
}

#commentlist li {
	list-style-position: inside;
}

#commentlist ul li {
	list-style-image: url('images/bullet3.gif');
}

#commentform {
	margin: 1em 0;
	width: 350px;
}

#commentlist h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
	color: #101010;


}
.commentmetadata {
    font-size: 12px;
	padding: 2px 0 4px;
	font-family: "Trebuchet MS", serif;
}

textarea.styled {
	width: 280px; 
	background: #dde1c4;
}

textarea.styled:hover, textarea.styled:focus { background: #dcdfc7; }

.styled {
	font-size: 12px;
	background: #dde1c4;
	border: 1px solid #404040;
	padding: 3px 2px 3px 2px;
	margin-right:35px;
	font-family: Trebucehet MS, Tahoma, Verdana, Arial, sans-serif;
}
.styled:hover {
	border:  1px solid #404040;
	background: #dcdfc7;
}
.styled:focus {
	background: #dcdfc7; 
	border:  1px solid #404040;
}
#commentform input {margin-bottom: 3px;}

#responseform {
	padding: 12px;
}



/*** End Comments ***/

/*** Miscellaneous Classes ***/
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/*** End Miscellaneous Classes ***/





