/*
Theme Name: Green Island
Theme URI: http://www.web-templates.nu/2008/08/22/green-island/
Description: Green glossy blog / CMS theme. Get more at web-templates.nu!
Version: 0.3
Author: Jens T&ouml;rnell
Author URI: http://www.web-templates.nu
Tags: fixed width, green, tagcloud, cms, glossy, widget
*/

/* ### STANDARD VALUES ### */
* {
	padding: 0;
	margin: 0;
	font: normal 12px Arial;
	text-decoration: none;
	border: none;
}
td {
  padding: 0px;
}
ol, ul {
	padding: 0 20px 10px 10px;
	list-style-position: inside;
	color: #555;
}
em {
	color: #aaa;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}
p {
	padding-bottom: 10px;
	color: #555;
	line-height: 18px;
}
p em {
  font: italic 12px Arial;
  color: #555;
  display: inline;
  margin-bottom:0px;
}
h2 {
	font: normal 18px Arial;
        color: #386471;
	padding-bottom: 15px;
}
h3 {
	font: normal 14px Arial;
	color: #386471;
	padding-bottom: 15px;
}
small {
 font: normal 10px Arial;
}
body {
	background: #6DB444 url('img/Image_Header-BehindLogo-Stretch.png') repeat-x;
}
h1, h1 a {
	font-size: 22px;
	color: #386471;
	margin-bottom: 5px;
	display: block;
}
h1 a:hover {
	text-decoration: underline;
}
img {
	padding-right: 10px;
}
table img {
	padding-right: 0px;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.clear {
	float: none;
	clear: both;
	overflow: hidden;
}
.description {
	font-size: 12px;
	font-family: Arial;
	margin-top: 5px;
/*  display: none; */
}
.greenline {
	height: 0px;
	width: 100%;
	background: #9ad53b;
	border-top: 1px solid #fff;
	overflow: hidden;
  display:none;
}
#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 0px;
  padding-top:0px;
/*	background: url('img/main.gif') repeat-y; */
  background-color: white;
}
#main {
/*	background: url('img/main.gif') repeat-y;*/
  background-color: white;
}

/* ### WP CAPTION ### */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 5px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption.alignright {
	margin-left: 10px;
	margin-right: 0;
}
.wp-caption.alignleft {
	margin-left: 0;
	margin-right: 10px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding-top: 6px;
	display: block;
	line-height: 14px;
}
p.wp-caption-text {
	padding: 5px;
}

/* ### COMMENTS */


/* ### COMMENTSLIST ### */
#the_comments {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 5px solid #9ad53b;
	margin-bottom: 10px;
}

ol#the_comments {
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

#the_comments .line {
	border-bottom: 1px solid #e5e5e5;
	height: 1px;
	width: 100%;
}

#the_comments .comment_inside {
	width: 594px;
}

#the_comments li.comment {
	border: 1px solid #eee;
	border-bottom: none;
	border-left: 0;
	border-top: 0;
	padding: 10px;
	padding-bottom: 0;
}
#the_comments .comment small, #the_comments .comment small a {
	font-size: 11px;
}
#the_comments .comment small a {
	color: #ff8000;
}
#the_comments .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#the_comments .image a {
	padding: 2px;
	border: 1px solid #ccc;
	display: block;
}
#the_comments .image a:hover {
	border: 1px solid #9ad53b;
}
#the_comments .image img {
	display: block;
	padding: 0;
	margin: 0;
}
.comment_text p {
	padding: 0;
	margin:0;
	padding-bottom: 10px;
	font-size: 11px;
}
.comment_text p a {
	font-weight: bold;
	font-style: italic;
	color: #555;
	font-size: 11px;
}
.comment_title {
	margin-bottom: 5px;
}

.comment_title, .comment_title a {
	font-weight: bold;
	color: #ff8000;
	font-size: 11px;
}
.comment_title a:hover, .comment_text p a:hover, .comment_container small a:hover {
	text-decoration: underline;
}

/* ### COMMENTFORM ### */
#comments input {
	width: 200px;
	display: block;
}
#comment-form {
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #e5e5e5;
	width: 598px;
}
#comment-form input, #comment-form textarea {
	border: 1px solid #e5e5e5;
	color: #555;
	padding: 3px;
}
#comment-form input:hover, #comment-form textarea:hover {
	border-color: #aaa;
}
#comment-form textarea {
	width: 590px;
}
#comment-form p {
	height: 25px;
	float: none;
	clear: both;
}
#comment-form p a {
	color: #71ad43;
}
#comment-form p a:hover {
	text-decoration: underline;
}

#comments label small {
	display: block;
	color: #555555;
}
#comments input.submit {
	background: #fff url('img/button-bkg.gif') 200px top;
	margin-top: 5px;
	float: right;
	width: auto;
	padding: 5px;
}
#comments input.submit:hover {
	background: #fff url('img/button-bkg.gif') 0px bottom;
	cursor: pointer; cursor: hand;
	border: 1px solid #e5e5e5;
}

/* ### NAVIGATION  ### */
.navigation {
	margin-top: 20px;
}
.navigation a {
	color: #555;
}
.navigation a:hover {
	text-decoration: underline;
}


/* ### RELATED ### */
h4.related_top {
	color: #ff8000;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.related {
	color: #71ad43;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	border-left: 5px solid #b2b2b2;
	padding: 10px;
	color: #555;
}
.related  ul {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
.related li {
	line-height: 18px;
	font-weight: bold;
}
.related a {
	color: #666;
	font-weight: normal;
	padding-bottom: 3px;
}
.related a:hover {
	border-bottom: 1px solid #ff8000;
	padding-bottom: 2px;
}
.related.posts {
	border-left: 5px solid #92becb;
	width: 590px; /* IE FIX */
}
.related.posts h1 a {
	color: #386471;
}
.related.posts h1 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #386471;
}
.related.posts ul.left {
	width: 290px;
	float: left;
	list-style-position: outside; /* IE FIX */
}
.related.posts .right {
	width: 290px;
	float: right;
}
.related.posts .right th {
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
.related.posts .right a {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 2px;
	color: #386471;
}
.related.posts .right a:hover {
	border-bottom: 1px solid #ff8000;
}
.related.posts small {
	font-size: 11px;
	color: #aaa;
	display: block;
}

/* ### POST ### */
#content {
	width: 637px;
	padding: 10px;
	padding-top: 10px;
	float: left;
	background: url('img/main.gif') repeat-y;
/*  border: 1px solid red; */
}
.post ul {
	padding: 0 20px 10px 10px;
}
.post li {
	line-height: 18px;
}
.post h1 a {
	font-size: 22px;
	color: #386471;
}
.post p a {
	color: #71ad43;
}
.post p a:hover {
	color: #ff8000;
}
.post {
	margin-bottom: 10px;
	width: 620px; /* IE FIX */
}
.post .readmore {
	background: url('img/line-smooth.gif') repeat-x bottom;
	background-position: 0px 5px;
	border-bottom: 1px solid #ddd;
}
.post .readmore a {
	color: #555;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	margin-top: 10px;
	border: 1px solid #ddd;
	border-bottom: none;
	background: url('img/button-bkg.gif') bottom 0px 0px;
	float: right;
}
.post .readmore a:hover {
	background: url('img/button-bkg.gif') top left;
}
.post input {
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 5px;
}
.post small {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 5px;
	display: block;
}

/* ### SIDEBAR ### */
#sidebar {
	width: 200px;
	float: left;
	padding-bottom: 10px;
	overflow: hidden; /* IE FIX */
/*  border: 1px solid yellow; */
  background-color: #D8E8C1;
}
#sidebar_top {
	width: 200px;
	height: 10px; 
/*	background: url('img/sidebar_top.gif'); */
	overflow: hidden;
}
#sidebar_bottom {
	width: 200px;
/*	height: 10px; */
/*	background: url('img/sidebar_bottom.gif'); */
	overflow: hidden;
}
#sidebar_main {
/*	background: url('img/sidebar_bkg.gif'); */
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
#sidebar_main ul {
	list-style: none;
	padding: 0;
	list-style-position: outside;
}
#sidebar_main h2 {
	color: #ff8000;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 5px;
  font-size: 10pt;
}
#sidebar a {
	padding: 3px;
	color: #386471;
}
#sidebar a:hover {
	padding: 3px;
	border-bottom: 1px solid #ff9a33;
	padding-bottom: 3px;
	color: #386471;
}
#sidebar ul.children {
	text-indent: 10px;
}
#sidebar li a {
	display: block;
	width: 150px;
	border-bottom: 1px solid #D8E8C1;
	padding: 3px;
	padding-left: 0;
	padding-right: 0;
	width: 160px;
}
#sidebar li.current-cat a {
	border: 1px solid #c0dd90;
	background: #f6ffe8;
	color: #406601;
}
#sidebar li a:hover {
	padding: 3px;
	padding-left: 0;
	padding-right: 0;
/*	border-bottom: 1px solid #ff9a33; */
	color: #386471;
}
.sidebox {
	padding-bottom: 20px;
/*	padding-top: 10px; */
/*	border-bottom: 1px dotted #ddd; */
}

/* ### SEARCH ### */
#search {
  position: absolute;
  top: 35px;
  right: 20px;
	width: 190px;
/*	float: right; */
	height: 42px;
	padding-left: 10px;
/*  border: 2px solid red; */
}
#search_top {
	margin-top: 9px;
	height: 5px;
	width: 180px;
	background: white url('img/search-top.gif');
	overflow: hidden;
}
#search_bottom {
	height: 5px;
	width: 180px;
	background: white url('img/search-bottom.gif');
	overflow: hidden;
}
#search_main {
	background: white;
	width: 180px;
}
#search #searchform input {
	color: #666;
	font-family: Verdana;
	margin-left: 10px;
	border: 0px;
	width: 130px;
}
#search #searchform  input.submit {
	width: 18px;
	height: 14px;
	background: white url('img/zoom.gif');
}
#search #searchform  .submit:hover {
	background-position: 18px 0px;
	cursor: pointer;
}
#search form {
	padding: 0;
	margin: 0;
	background: none;
}
form#searchform {
	border: none;
}

#header {
	height: 100px;
	padding-top: 0px;
  margin-top:0px;
	background: #6DB444 url('img/Image_Header-BehindLogo2.png') repeat-x;
	padding-left: 0px;
  position: relative;
}
#header h1 a {
	font-family: Georgia;
	font-size: 24px;
	color: #386471;
  display: none;
}

/* ##### TOPMENU ##### */
#topmenu {
	width: 900px;
	background: #6DB444;
	background: url('img/topmenu.gif') repeat-y;
	margin: 0 auto 0 auto;
	overflow: hidden;
  border-bottom: 1px solid white;
}
#topmenu ul {
	padding: 0;
	width: 700px;
	float: left;
}
#topmenu li {
	list-style:none;
	line-height:42px;
	float: left;
	overflow: hidden;
}
#topmenu  a {
	font-family:Tahoma, "Franklin Gothic Medium", Georgia;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #588634;
	border-left: 1px solid #fff;
	line-height: 42px;
}
#topmenu a:hover {
	color: #fff;
	background: url('img/topmenu.gif') no-repeat;
	background-position: -900px 0px;
	border-right: 1px solid #d36b01;
	border-left: 1px solid #fff;
}
#topmenu .current_page_item a, #topmenu .current-cat a, #topmenu .current-cat-parent a, #topmenu .current_page_parent a {
	font-family:Tahoma, "Franklin Gothic Medium", Georgia;
	font-size: 12px;
	letter-spacing: 1px;
	background: #558232;
	background: url('img/topmenu.gif') no-repeat;
	background-position: -1100px 0px;
	border-right: 1px solid #537f31;
	border-left: 1px solid #fff;
}
#topmenu li a {
	display: block;
}
#topmenu .clicked a {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
	color: #000;
}
#topmenu .clicked span {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
}
#topmenu_bottom {
	background: url('img/topmenu_bottom.gif') no-repeat;
	height: 20px;
	width: 100%;
}
.topmenu_line {
	border-left: 1px solid white;
	height: 42px;
}

/* ### FOOTER ### */

#footer {
	background: #202020 url('img/footer.gif') repeat-x;
	padding: 10px;
	padding-bottom: 5px;
}
#footer ul {
	padding: 0;
}
#footer li a {
	display: block;
	padding: 3px;
	width: 250px;
	color: #9ad53b;	
	margin: 0px 21px 0px 21px;
	padding: 3px 0px 3px 0px;
	font: 12px Tahoma;
	letter-spacing: 1px;
}
#footer li a:hover {
	border-bottom: 1px solid #ff8000;
	padding-bottom: 2px;
}
#footer li {
	float: left;
	list-style: none;
}
#footer h4 {
	font-size: 18px;
	color: #ff8000;
	padding-bottom: 5px;
	text-indent: 5px;
}
#footer small {
	margin-top: 10px;
	text-align: right;
	display: block;
}
#footer small a {
	color: #333;
	font-size: 11px;
}
#footer small a:hover {
	text-decoration: underline;
}

#calendar_wrap th {
	font-weight: bold;
}

#calendar_wrap a  {
	text-decoration: underline;
}
#calendar_wrap a:hover {
	border: none;
	color: #ff8000;
}

#calendar_wrap caption {
	text-align: left;
	color: #386471;
}

#sidebar input {
	background: #eee url('img/line-smooth.gif') bottom;
	border: 1px solid #ccc;
	padding: 2px;
	color: #555;
}

#sidebar input#s {
	border: 1px solid #ccc;
	padding: 2px;
	width: 100px;
}

#sidebar input:hover {
	background: white;
	cursor: pointer;
}

#sidebar input#s:hover {
	background: white;
	cursor: text;
}

#sidebar #searchform label {
	color: #386471;
}

#sidebar a.rsswidget img {
	padding: 0;
	margin: 0;
	background: red;
}

#sidebar .sidebox ul#recentcomments li.recentcomments a {

}

#sidebar .sidebox .rssSummary {
	font-size: 11px;
	color: #888;
	padding-top: 10px;
}

#sidebar select {
	border: 1px solid #ccc;
	width: 160px;
	padding: 2px;
}

cite {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #888;
}
span.rss-date {
	font-size: 11px;
}

strong {
  font-weight:bold;
}


/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(img/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.artmenu
{
	padding: 0px 0px 0px 0px;
}

.nav
{
	position: relative;
	height: 43px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 43px;
	background-image: url('img/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 43px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 129px;
	background-image: url('img/MenuItem.png');
}

.artmenu a .l
{
	left:0;
	right:0px;
}

.artmenu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.artmenu a .t 
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 43px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-43px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-43px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-43px;
}
.artmenu a:hover .t
{
	color: #080906;
}

.artmenu li:hover a .t
{
	color: #080906;
}

.artmenu li:hover>a .t
{
	color: #080906;
}


.artmenu a.active .l, .artmenu a.active .r
{
	top: -86px;
}

.artmenu a.active .t
{
	color: #DDE2D5;
}


/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
	display: block;
	width: 1px;
	height: 43px;
	background-image: url('img/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('img/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #C4D973;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.artmenu ul ul a
{
	margin-left: auto;
}

.artmenu ul li a:hover
{
	color: #000000;
	border-color: #C4D973;
	background-position: 0 -20px;
}

.artmenu ul li:hover>a
{
	color: #000000;
	border-color: #C4D973;
	background-position: 0 -20px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
	color: #000000;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */


.bbait {
  display: none; 
}

.main_form input {
  border: 1px solid #555;
  padding: 2px;
}

.main_form select {
  border: 1px solid #555;
  padding: 2px;
}

.main_form button {
  border: 1px solid #555;
  padding: 5px;
}

.main_form textarea {
  border: 1px solid #555;
  padding: 5px;
}

.main_form table td {
  text-align: left;
}