/*  
Theme Name: Green
Theme URI: http://blog.trincas.org
Description: A two column simple and clean theme. 
Version: 1.2
Author: Web Directory
Author URI: http://www.trincas.org/
*/

body {
	margin: 0;
	padding: 0;
	background: #A2B05A url('images/bg.jpg') repeat-x top;
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

img {
        margin: 0px;
        padding: 0px;
        border: 0px;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
#content ul li {
        list-style-type: none;
        background:url(images/contentbg.jpg) repeat-y;
        padding: 0px 5px 5px 15px;
}
h1, h3, h4, h5, h6 {
	margin: 1.2em 0;        
	font-family: Arial, Helvetica, sans-serif;
	color: #5B6333;
        font-weight:bold; 
}
h1 {
        font-size: 1.6em;
}
h2 {
        display: block;
        font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #5B6333;
}
a:visited {
	color: #5B6333;
}
a:hover, a:active {
	color: #666600;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 2px solid #B4BD97;
	border-right: 2px solid #B4BD97;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

/* Layout */

#wrapper {
	margin: 0px auto 0px auto;
	width: 699px;
        background-color: #FFFFFF;
	text-align: left;
}
#header {
        margin: 0px auto;
	padding: 0px;
        background-image:url(images/header.jpg);         background-repeat:no-repeat;height:188px;
        text-align: left;
	width: 699px;
        height: 206px;
}
	
/* Header Styles */
	#header h1 {
		margin: 0;
                padding: 0px;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #DBF227;
	}



#topmenu {
      display:block; 
      list-style:none; 
      padding:154px 0px 20px 0px;
}


#topmenu li {
      display:inline;
            
}

#topmenu a {
      display:block; 
      float:left; 
      height:20px; 
      margin:0px 0px 0px 2px; 
      text-decoration:none; 
      padding:9px 5px 0px 5px; 
      text-align:center;
}


#topmenu a, #topmenu a:visited, #topmenu a:active {background:url(images/menu1.jpg) repeat-x; border-left:solid 1px #abca74; 
border-right:solid 1px #abca74; 
color:#3A6332;
}

#topmenu a:hover{background:url(images/menu2.jpg) repeat-x; border-left:solid 1px #abca74; border-right:solid 1px #abca74; color:#3A6332;}

#topmenu .active a, #topmenu .active a:visited, #topmenu .active a:active{background:url(images/menu2.jpg) repeat-x; border-left:solid 1px #abca74; border-right:solid 1px #abca74; color:#669900;}	
	
#content {
	float: left;
	line-height:22px; margin:0px 0px 22px 0px;
        background:url(images/contentbg.jpg) repeat-y;
	overflow: hidden;
	width:480px; float:left; padding:5px 5px 5px 15px;
	display: inline; /* IE double margin bug fix */
}
#sidebar {
	float: left;
        background:#ffffff;
	margin:0px 0px 0px 0px; background:url(images/sidebarbg.jpg) repeat-y;
	padding: 5px 0px 5px 25px;
	overflow: hidden;
	width: 150px;
	font-size: 12px;
	display: inline; /* IE double margin bug fix */
}
#footer {
	clear: both;
        
        background:url(images/footer.jpg) no-repeat; height:46px; padding:0px; color:#FFFFFF;
        margin-top: 0px;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		color:#FFFFFF;
		border: 0px;
		font-size: 12px;
		text-align: center;
	}

#footer a {
		margin: 0;
		color:#FFFFFF;
		border: 0px;
		font-size: 12px;
		text-align: center;
	}

	
/* Sidebar Styles */

#sidebar h2 {
	display:block; 
        border-bottom:solid 1px #D2E6CA; 
        padding:5px; margin:10px 0px 0px 0px; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size:18px; 
        color:#669900; 
        font-weight:bold;
}
#sidebar h2 a {
	color: #000000;
}
#sidebar h2 a:hover {
	background:#F8F9F2; color:#000000;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
 	list-style-type: none;      
}
#sidebar ul ul {
	margin: 0 0;
        background-color: #ffffff;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #efefef;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 5px 10px;
        width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#sidebar ul ul li a:hover {
	background-color: #F8F9F2;
}
/* Lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 15px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
} 
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
        padding: 0 10px;
	width: 170px;
} 
html>body #sidebar ul ul ul li a {
	width: 170px;
}

/* Blog */

.post {
}
.posttitle h2 {
	margin: 2px auto;
        display: block; 
	width: 100%;
	color:  #5B6333;
}
.posttitle h2 a {
	float: left;
	padding: 0 10px;
}
.posttitle h2 a:link, .posttitle a:visited {
	color:  #5B6333;	
}
.posttitle h2 a:hover, .posttitle a:active {
	color: #5B6333;
}
.postmeta {
	margin-top: 2px;
        display: block;
	padding: 2px 4px;
        border-top:1px solid #B4BD97;
        border-bottom:1px solid #B4BD97;
	font-size: 0.9em;
	color: #999;
}
.postentry {
}
.commentslink {
        padding:0px;
        border-bottom:2px solid #B4BD97;
        
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
}
.alt {
        margin: 4px 0px;
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

.more-link {
   font-style: italic;
   text-align: right;
}