/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:24px; font-size:0.80em; font-weight: bold; position:relative; z-index:100;margin-top:-1px; margin-left: -1px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:746px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:24px; 
						border:1px solid #FFF; border-width:0px 0 0px 1px; padding-left:10px; line-height:23px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}




/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#405A6B;}
.menu ul ul :hover > a.drop {background:#405A6B; }
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#86A4BE; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0; width:149px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:22px;t\op:24px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* style the top level hover */
.menu ul a:link { color: #FFF; }
.menu ul a:hover, .menu ul ul a:hover{color:#F19439; background: #405A6B; }
.menu :hover > a, .menu ul ul :hover > a { color:#F19439; background: #405A6B;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; height: 26px;}



/* end css menu, begin orginele css */



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #F1F1E9;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #3B4554; 
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link {
	color: #E58712;
}
 a:visited, a:active {
	color: #B96F17;
}
 a:hover {
	color: #9BBB38;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 20px;
	border-top: 1px solid #E8E7D0;
	border-bottom: 1px solid #E8E7D0;
	background: #FAFAF0;
}
small {
	font-size: 0.9em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	background: #FAFAF0;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #FFF;
	text-align: left;
}
#header {   
  
	height: 25px!important; height: 24px;
	padding: 115px 0 0 0;
	background-color: #F5F5E7;
	border-bottom: 0px solid #3B4554; /*#9BBB38;*/
	background-image: url(images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
}
	/* Header Styles */
#header h1 {
		margin: 0;
		font-size: 2.2em;
	}
#header h1 a {
		text-decoration: none;
		color: #3B4554;
	}		
div.uk {position:relative; float:right; margin-top:-106px; padding-right:18px; }	
div.tagline {position:relative; float:left; margin-top: -38px; margin-left:62px; padding-left:62px!important; padding-left:0px; font-weight: bold;  color: #79FDFF;   }	
	

	
#content {
	float: left;
	margin: 0 0 0 20px;
	width: 610px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
#sidebar {
	float: left;
	margin: 0 20px 0 20px;
	padding: 1.8em 0 0 0;
	width: 230px;
	font-size: 0.9em;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
#footer p { margin: 0; padding: 6px 18px 10px 0; background-color: #3B4554; font-size: 0.9em; text-align: right; 	}
div.power { position:relative; float:left; padding:6px 0 0 18px; }	

#footer a:link    { color: #5B6282; border-bottom: 1px dotted #5B6282;  }
#footer a:visited { color: #5B6282; border-bottom: 1px dotted #5B6282;  }
#footer a:active  { color: #5B6282; border-bottom: 1px dotted #5B6282;  }
#footer a:hover   { color: #5B6282; border-bottom: 1px solid #5B6282;}		


/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	/*background: url(images/arrow.gif) no-repeat center right;*/
	font-size: 1.1em;
}
#sidebar h2 a {
	color: #9BBB38;
}
#sidebar h2 a:hover {
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #FFF0F5;
	background-color: #FFF0F5;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #FFF0F5;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 230px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

#sidebar ul ul li a img{
	display: block;
	margin: -2px -2px -5px -10px;
	padding: 0em 0px;
	width: 230px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

html>body #sidebar ul ul li a {
	width: 230px;
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	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;
	width: 230px;
	voice-family: "\"}\""; 
	voice-family: inherit;

} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 230px;
	border: 1px solid #E8E7D0;
	background: #FAFAF0;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 188px;
} 
html>body #wp-calendar {
	width: 188px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #9BBB38;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post { }

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #3B4554;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px 0 0;
	
	/*background: #9BBB38 url(images/posttitle.gif) no-repeat top right;*/
}
.posttitle a:link, .posttitle a:visited {
	color: #3B3554;
}
.posttitle a:hover, .posttitle a:active {
	/* background: #E8E7D0 url(images/posttitle.gif) no-repeat 100% -91px;*/
	color: #3B3554;
}
.postmeta {
	margin-top: 0;
	padding-top: 0.1em;
	/* background: url(images/postmeta.gif) no-repeat top left;*/
	font-size: 0.9em;
	color: #999;/* 999*/
}
.postentry {
}
.permalink {
	margin: 0 1.8 em 0 0;
	padding: 0 0 0 13px;
	background: url(images/xxxpermalink.gif) no-repeat center left;
	color: #FFF;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
	color: #FFF;
}

.postnav {
	width: 100%;
	padding: 1.2em 0;
	overflow: auto;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* 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: 0.1em 20px;
	background-color: #FFF;
}
.alt {
	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%;
}

/* Widgets and Etc */
.textwidget {
	background-color: #FFF0F5; padding: 8px;
	background-image: url(images/coast.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 12px;
}
.widget_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #C1C0B5;
	background: #FFF;
}
