/* Green Been Theme */

body {
	font-size: 62.5%; /* resets 1em to 10px */
	margin: 20px 0;
	text-align: center;
	background: white url(../../images/theme/top.png) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
	}
	
#header {
	margin: 0 auto;
	text-align: left;
	background: transparent;
	width: 100%;
	height: 95px;
	}
		
#container {
	margin: 0 auto;
	width: 720px;
	text-align: left;
	background: transparent;
	font-size: 1.2em;
	}
	
#title { 
	background: transparent;
	height: 95px;
	float: left;
	display: block;
	}

#search {
	background: transparent;
	color: #aaa;
	padding-top: 0;
	}
	
	
#content {
	background:  transparent;
	width: 100%;
	}

#main { 
	float: right;
	background: transparent;
	width: 450px;
	}
	
#sidebar {
	float:left;
	width: 220px;
	}
	
	
#footer {
	background: transparent url(../../images/theme/bottom.png) repeat-x;
	margin-top: 7px;
	height: 50px;
	text-align: center;
	font-size: 1.4em;
	}
	
#footer img { border: none; margin-top: 10px; }
	
/*+-------------------------------------------+
  |   			LINKS 						  |
  +-------------------------------------------+*/
  a {
  	color: #99CC33;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}
	
 a:hover { color: #DB4F3C; border-bottom-color: #aaa; }
/*+-------------------------------------------+
  |   			UTILITY 					  |
  +-------------------------------------------+*/
  
  h1, h2, h3, h4, h5, h6 {
  	margin: 0;
	padding: 0;
	}
	
  form, div { padding: 0; margin: 0; }
  p { margin: 0 0 1em 0; padding: 0; }
  img { border: 0; }

  
/*+-------------------------------------------+
  |   			HEADER 						  |
  +-------------------------------------------+*/
  
#header {
	padding-top: 5px;
	}
	
#header h1 a { 
		color: black; 
		text-decoration: none;
		border: none;
		/*font-size: 1.1em;*/
}

#header h2 { 
		color: #fff;
		padding-top: 0.7em;
		font-size: 1.2em;
}

/*+-------------------------------------------+
  |   			        SEARCH     						    |
  +-------------------------------------------+*/	

 #sform { padding-top: 30px; }
 
 #sidebar #searchform #s {
	width: 130px;
	margin-top: 20px;
	}

 #sidebar #searchsubmit {
	padding: 1px;
	}
	
 #search-results {
	padding: 2px;
  }
 
 #search-results ul {
 	list-style: none;
 }
 
 .searchlist {
	padding-left: 15px;
	background: transparent url(../../images/theme/list.png) no-repeat center left;
}
 

/*+-------------------------------------------+
  |   			POST 						                  |
  +-------------------------------------------+*/
  .post {
  	margin: 0 0 20px 5px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	}
	
  .post h2 {
  	font: normal 160%/1.5em Arial, Verdana, Helvetica, sans-serif;
	}
	
  .post h2 a {
  	color: #404040;
	text-decoration: none;
	border-bottom: 1px #bbb solid;
	}
	
 .post h2 a:hover {
 	color: black;
	}

.post ul {
	list-style: disc url(../../images/theme/bullet.png);
	}

.post blockquote {
	background: #F5F5F5 url(../../images/theme/blockquote.png) repeat-x top left;
	border: 1px #d2d2d2 solid;
	padding: 8px 8px;
	color: #707070;
}
	
  p.meta {
	padding: 4px 0 3px 20px;
	background: transparent url(../../images/theme/document.png) no-repeat center left;
	font-size: 90%;
	color: #505050;
	}
	
 p.auth {
 	padding: 3px 0;
	font-size: 85%;
	font-weight: bold;
	color: #aaa;
	}
	
span.typo_date {
	color: #404040;
}

 h4.blueblk {
	font-size: 1.3em;
 	font-weight: bold;
 	color: #606060;
 	border-bottom: #bbb 1px solid;
 	}
 	
 /*+-------------------------------------------+
  |   			      COMMENTS						         |
  +-------------------------------------------+*/
  .comment-list li {
  	background: #FFFEC7 url(../../images/theme/comment_box.png) no-repeat bottom left;
  	padding: 5px 5px 50px 5px;
  	margin-bottom: 8px;
  	color: #555;
  	}
  	
 /*+-------------------------------------------+
  |   			SIDEBAR 						               |
  +-------------------------------------------+*/
  
#sidebar {
	color: #aaa;
	font-size: 1em;
}
  
 #sidebar h3 {
 		font: 1.2em Arial, Verdana, Helvetica, sans-serif;
 		font-weight: bold;
 		color: #606060;
 		margin: 30px 0 10px 0;
 		border-bottom: #bbb 1px solid;
 		}
 		

 #sidebar h3 a {
		color: #d75a20;
		border-bottom: 1px dotted #d75a20;
		}

 #sidebar h3 a:hover { color: #85ab02; border-bottom-color: #85ab02; }

 #search h3 {
	margin: 10px 0 10px 0;
 		}

#flickr h3 a {
	color: #0063DC;
	border-bottom: 1px solid #ccc;
}

#flickr h3 a:hover {
	color: #0063DC;
	border-bottom: 1px solid #aaa;
}

 #sidebar ul {
 		margin: 0;
 		padding: 0;
 		list-style-type: none;
 		}
 		
 #sidebar ul li { 
 	background-color: transparent;
 	padding-left: 17px;
 	 }
 	 
 #flickr div img {
 	border: 4px solid #fff;
 	}
 	
 #flickr div {
        width: 108px;
 	border: 2px solid #dbd1c1;
 	margin-bottom: 5px;
 	}
 	
  #flickr div:hover {
 	border-color: #0063DC;
 	}

 #flickr div.flickrsquare { 
        width: 82px;
        border-right: 3px solid #dbd1c1;
        float:left;
        margin-right: 5px;
        margin-right: 5px;
        }
 #flickr div.flickrsquare:hover { 
        border-right: 3px solid #0063DC;
        }

  #flickr div a { border: none; }
  
 /*+-------------------------------------------+
   |   			FOOTER 						                 |
   +-------------------------------------------+*/
  
  #footer a {
	border: none;
}
  
  #footer ul {
  	margin: 0;
  	padding: 10px 0 0 0;
  	list-style: none;
  	}
  	
  #footer ul li {
  	display: inline;
  	margin: 0;
  	padding: 0 5px 0 0;
  	font-size: 75%;
  	}
  	
 /*+-------------------------------------------+
   |   			       FORMS 						           |
   +-------------------------------------------+*/
   
 input, textarea, select {
 	border-top: 1px solid #aaa;
 	border-left: 1px solid #aaa;
 	border-bottom: 1px solid #909090;
 	border-right: 1px solid #909090;
 	background: #F5F5F5 url(../../images/theme/blockquote.png) repeat-x top left;
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { 	background: #F5F5F5 url(../../images/theme/blockquote.png) repeat-x top left; }
  
 /*+-------------------------------------------+
   |   		          	MISC 						         |
   +-------------------------------------------+*/
   
 .powered { border: none; }
 .powered img { margin-top: 20px; }
 .pullquote {
		width: 30%;
		float:right;
		font: 150%/1.5em Times, Helvetica, "Times New Roman", serif;
		color: #666;
		margin:10px;
		background: url(../../images/theme/q-close.gif) no-repeat 70% 100% !important;
		background /**/:url(); /* removing quote graphic in IE5+ */
		padding: 0 25px 5px 0;
}
.pullquote:first-letter {
	background: url(../../images/theme/q-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

 .light-bg { background: #f7f7f7; padding: 2px; }
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
 
 #errors {
   color: red;
 }

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #99CC33;
  border: 1px solid #606060;
}

a[name] { border: none; }

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}
