/*
Theme Name: GreenIdea
Theme URI: http://www.robbiewilliams.pl/wordpress
Description: Design by <a href="http://www.nightday83.art.pl" title="Webdesign & Seo Warsaw">ND83</a> | Presented by <a href="http://www.robbiewilliams.pl/" title="Robbie Williams">Robbie Williams</a> <a href="http://www.robbiewilliams.pl/wordpress" title="WP Themes">WP Themes</a>.
Version: 1.5.1
Author: Nd83
Author URI: http://www.nightday83.art.pl
License: General Public License (GPL)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #8c8c8c;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: 0;
	background-color: #FFF;
}

/* Header */

#header {
	height: 244px;
	position: relative;
	margin: 0px;
	background-color: #8C8C8C;
	background-image: none;
	background-repeat: no-repeat;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 102px;
	left: 10px;
	font-size: 3em;
	letter-spacing: -3px;
	visibility: hidden;
}

#header h2 {
	position: absolute;
	top: 140px;
	left: 10px;
	font-weight: bold;
	font-size: 1em;
	visibility: hidden;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	position: absolute;
	text-align: left;
	padding-left: 450px;
	width: 400px;
	z-index: 25;
	top: 214px;
	height: 30px;
	
}

/*#menu ul
{
	list-style: none;
	text-align: right;
	padding: 215px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 5px 5px 15px 5px;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #FFFFFF;}

#menu li a.active
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

#menu li a:hover
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}
*/
/* Content */

#content {
	width: 850px;
	background-color: #FFF;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img {
border:none;}
/* Blog */

#blog {
	background: #FFF;
	float: right;
	width: 610px !important;
	width: 626px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#title {
	height: 37px;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background: transparent url(images/bg_title.jpg) no-repeat top right;
}

.maintitle {font-size: 1.6em;}

#titlepage {
	color: 	#579700;
	height: 37px;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background-color: transparent;
	background-image: url(images/page_title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#title a {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #579700;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 4px 0px 0px 1px;
	color: #579700;
	float:right;
	width:55px;
	margin:0;
}

#date .mo{color:#539ff3;}
#date .day{color:white;}



.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0px 15px 8px 10px;
	line-height: 0.85em;
	color: #333;
	background: transparent url(images/downpost.gif) no-repeat bottom left;

	
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	background: #539ff3;
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}

#sidebar h2 {
	height: 17px;
	text-transform: uppercase;
	color: #539ff3;
	font-size: 0.9em;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/side_title.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 4px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted white;
	background: transparent url(images/liston.gif) left center no-repeat;
}


#calendar {
	background: #539ff3;
	font-size: 0.85em;
	font-weight: bold;
	text-align:center;
	color: white;}

#calendar a:hover {
	font-weight: bold;
	background: #216ec4;
	color: white;
}

#calendar td {
height:12px;
padding:  0px 2px 0px 2px}

#calendar a {
	background: #539ff3;
	color: white;
	padding:  0px 2px 0px 2px;	display:block;
	text-decoration:none;
	line-height:12px;
	border-bottom: 1px dotted white;
}

caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	background: white;
	font-weight: bold;
	color: #539ff3;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
width: 110px;
height: 15px;
color: #539ff3;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #539ff3;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer{
	border-top: 1px dotted #539ff3;
	font-size: 0.7em;
	text-align: center;
	background-color: white;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
}


/* Comments Styling */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}
#commentform { 
   margin: 10px 0px 0px 20px; 
}
#commentform textarea { 
   background: #f8f7f6; 
   border: 1px solid #d6d3d3; 
   width: 500px; 
   padding: 10px; 
   margin: 10px;
}
#commentform #email { 
   font-size: 13px; 
   background: #f8f7f6; 
   border: 1px solid #d6d3d3; 
   width: 220px; 
   background-image: url(images/posts/comment-email.gif); 
   background-position: 7px 7px; 
   background-repeat: no-repeat; 
   height: 20px; padding-left: 30px; 
   padding-top: 6px; 
   margin-bottom: 3px; 
}
#commentform #author { 
   font-size: 13px; 
   background: #f8f7f6; 
   border: 1px solid #d6d3d3; 
   width: 220px; 
   background-image: url(images/posts/comment-author.gif); 
   background-position: 7px 7px; 
   background-repeat: no-repeat; 
   height: 20px; 
   padding-left: 30px; 
   padding-top: 6px; 
   margin-bottom: 3px; 
}
#commentform #url { 
   font-size: 13px; 
   background: #f8f7f6; 
   border: 1px solid #d6d3d3; 
   width: 220px; 
   background-image: url(images/posts/comment-website.gif); 
   background-position: 7px 7px; 
   background-repeat: no-repeat; 
   height: 20px; 
   padding-left: 30px; 
   padding-top: 6px; 
   margin-bottom: 3px; 
}


.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: #ffffff;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;}

.submit1:hover, .submit1:focus{
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;}
	
.alignleft {
float:left;}

.alignright {
float:right;}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}

.clear {
clear:both;}

#sidebar #sidebartop {
	background-image: url(images/sidebartop.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 190px;
	position: relative;
	top: -31px;
	margin-bottom: -21px;
}
#header #logo {
	height: 220px;
	width: 190px;
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin-top: 24px;
}
#header #slideshow {
	height: 220px;
	width: 660px;
	margin-top: 24px;
	float: right;
	overflow: hidden;
}
#menu #pixopoint_menu_wrapper1 {
	filter: Alpha(Opacity=50);
	background-color: #8c8c8c;	
}
#sidebar .widgettitle a {
	color: #539FF3;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #rss {
	height: 46px;
	width: 190px;
	position: relative;
	top: -40px;
	margin-bottom: -25px;
	left: 0px;
	z-index: 50;
}
strong.search-excerpt { background: yellow; }
.attachment-single-post-thumbnail{float:left;margin-right:15px;border: 3px solid #ddd;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}