/*
Theme Name: Emerald Grass
Theme URI: http://fpthemes.nowhereland.it/
Description: Clean, natural theme originally based on Simpla (Informations follow)
Version: 1.2
Author: spidernik84
Author URI: http://spidernik84.altervista.org
Last edit: 4/4/2007

---------------------------------
Original "Simpla" Theme details:
---------------------------------

Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
--------------------------------
FP Theme Version: 0.1
Theme last updated: 10.01.2007
Ported to FlatPress (http://flatpress.sf.net/) by 
NoWhereMan (http://www.nowhereland.it) and
SamyWeb Design (alias Hydra) (http://www.samyweb.it/  ||  info@samyweb.it)

*/

/*************************************
 +Containers
 *************************************/


* {
        outline: 0;
}
html{
	background:#646464 url(../images/bgpage.gif) repeat-x;
}
body{
	/*border-top:5px solid #333;*/
	color:#555;
	font-family: "Georgia", Times, serif;
	text-align:center;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;

}
#accessibility{
        position: absolute;
        top: -10000px;
}
#wrap{	
	margin:0 auto;
	text-align:left;
	/*width: 73em; width value expressed in em to avoid header image clipping*/
	width: 730px;
	/*display: table;*/
	background:transparent url(../images/bgwrapper.jpg) top repeat-y;
}
#sidebar{
	font-size:1.1em;	
	padding-top:5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 500px;
	width:180px;
	background: transparent;
}
#maincontent, #cpmain{
	font-family: "Trebuchet MS", arial, sans-serif;
	float:left;
	font-size:1.2em;
	width:440px;
	padding:10px 5px 5px 6px;
	margin-left:15px;
	background: #fff;
}
#cpmain h2{
	letter-spacing: 0px;
}
#header{
	height: 212px;
	margin-bottom: 20px;
	background: transparent url(../images/header.jpg);
}
#footer{
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size:0.9em;
	padding: 5px 5px 18px 5px;
	max-height: 50px;
	overflow: visible;
	background:#646464 url(../images/bgfooter.jpg) bottom no-repeat;
	color:#888;
	clear:both;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h2.blocktitle{
	color: #727070;
	font-size: 1.5em;
	background: url(../images/leaf2.gif) no-repeat;
	padding-left: 25px;
	margin-top: 20px;
	letter-spacing: 0px;
}
#header h1{
	font-family: Verdana, arial, sans-serif;
	text-align: right;
	font-size:4em;
	margin:0 40px 0 0;
	padding-top: 22px;
}
#header h1 a{
	color:white;
}
#header h1 a:hover{
	color:#4D7D58;
}
#header p{
	font-family: Verdana, arial, sans-serif;
	text-align: right;
	color:white;
	font-size:1.1em;
	margin:-0.5em 50px 0 0;
}
.entrytitle h2{
	background: url(../images/leaf.gif) no-repeat;
	font-size:2em;
	padding: 0 5px 5px 20px;
	letter-spacing: 1px;
}
.entrytitle h2 a
{
	color:#6D6D6D;
}
.entrytitle h2 a:hover{
	color:#4FAD64;
}
.entrytitle h3{
	background: url(../images/bulletdate.jpg) no-repeat;
	text-align: left;
	width: 260px;
	padding-left: 18px;
	font-size:1em;
	font-weight: bold;
	letter-spacing: 0px;
	color:#C5C5C5;
	border-bottom:  1px dotted #85BC7F;
}
#sidebar h3{
	color:#fff;
	font-size:1.5em;
	margin:1em 0;
}


/*************************************
 +Entry
 *************************************/
.entry{
	margin:0 0 25px 10px !important; /* IE5,IE6 box-model hack - Values read by modern browsers only*/
	margin:0 0 10px 5px; /* IE5,IE6 box-model hack - Values read by IE5, IE6 only*/
	padding: 0 10px 0 10px !important;
	padding: 0 0 45px 0;
	background: #fff;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background: url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
	color: #B7B7B7
}
.filedto{
	background: url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background: url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	margin:0;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;

}
#sidebar ul li{
	background: url(../images/bulletmenu.jpg) no-repeat;
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
	padding-left: 14px;

}
/*************************************
 +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:#E8F7DC;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

input, textarea{	
	border:1px solid #DADADA; 
}

blockquote {
	color: #666666;
	margin: 1em 2em;
	padding: 5px 5px 35px 5px;
	background: #eeeeee url('../images/blockquote.png') bottom left no-repeat
}
	blockquote p { margin: 0 }

pre, code {	
	height: auto !important; /* IE5,IE6 min-height hack - Property read by modern browsers */
	height: 50px;	/* IE5, IE6 min-height hack - Property ignored by Modern browsers and read by IE6 and IE5 */
	max-width: 400px;
	color: #666666;
	font-size: 1.1em;
	font-family: Lucida Console, Monaco, monospace;
	background-color: #f4f4f4
}

/***********************************************************************
* Admin & FlatPress                                                    *
***********************************************************************/

.calendar{
	font-size: 100%;
}


.admincontrols {
	float: right;
	font-size: 0.95em
}


.navigation {
	font-size: 80%;
}

.alignleft {
	float: left;
}


.alignright {
	float: right;
}

img {
border: 0;
}

textarea#content{
width: 100%;
}

#cpmain .entrylist
 {
width: 100%;
}

pre {
width: 450px;
min-height: 30px;
overflow: auto;
}

