/*Theme Name: MAPtmp
Version: 1.0
Author: Eric Eryanto
Author e-mail: eric_eryanto@ymail.com
*/
/*-----------------------------------------------------------------------------------------------------------------------------------------*/

/* Global Reset---------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } :focus {/* remember to define focus styles! */ outline: 0; } 
body { background: #fff; line-height: 1;}

/*ol, ul { list-style: none; }*/

table {/* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after {content: ""; }
blockquote, q {	quotes: "" ""; }
a img { border: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Default ------------------------------------------------------------------------------------------------------------------------------ */
body {
	font: 12px Arial, Helvetica, sans-serif, sans-serif;
	line-height: 18px;
	color: #eee;
	background: #fff url(./images/bgmain.jpg) repeat ;  
}
strong, th, thead td {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], textarea {
	font-family: monospace, "Courier New", Courier;
}
code, pre {
	display: block;
	white-space: pre;
}
del {
	text-decoration: line-through;
	color: #666;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
p, ul, ol, dl, fieldset, table, blockquote, pre, code {margin-bottom: 10px;}
table p {margin-bottom: 0px;}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	font-weight: normal;
	line-height: 0,5em;
}
h1 {font-size: 28px; color: #FF0000;}
h2 {font-size: 18px; color: #367DC8;}
h3 {font-size: 15px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1 .subTitle, h2 .subTitle, h3 .subTitle, h4 .subTitle, h5 .subTitle, h6 .subTitle {
	display: block;
	color: #4F4F59;
	font-size: 0.5em;
	margin: 0;
}
ul {
	margin-left: 1.5em;
	list-style-type: disc; list-style-image:url(images/bullet.jpg);
}
ul li {
	margin-left: .85em;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	margin-left: 2.35em;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
ul ol, ol ul, ol ol, ul ul {
	margin-bottom: 0;
}
a:link, a:visited, a:hover, a:active, a:focus {
	color:#666;
	outline: 0 none;
	text-decoration: none;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
	visibility: hidden;
}
.invisible {
	visibility: hidden;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.clearboth{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}
.inner { 
	width: 1000px;
	margin: 0 auto; 
	position: relative; 
	height: 100%;
	
}

h1, h2, h3, h4, h5, h6 {
    font-family:  Arial, sans-serif, Verdana,  Helvetica;
	margin-bottom: 2;
}
div.title h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1;
}

/* Layout ------------------------------------------------------------------------------------------------------------------------------- */

#page {
	padding: 0px 0;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	margin: 0;
	width: 100%;
	height: 100%;
	

}
.bingkai {
	color: #666;
	width: 980px;
	height: 100%;
	padding: 100px 10px 5px 10px;
	margin: 0px 0 2px;
	float: left;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	border-bottom: 1px solid #B5CBD6;
/*	border: 1px solid #B5CBD6;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
			box-shadow: 0 0 3px rgba(0,0,0,0.3);---*/
}

#content {

	width:500px;
	float: left;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	padding: 10px 15px 10px 20px;
	margin: 5px 0;
	color: #666;
	
/*		border-left: 1px dashed #D6DDE4;

border: 1px solid #B5CBD6;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1);----------------------------------------- */
}
#contentstatis {
	width: 495px;
	float: left;
	height: 100%;
	padding: 15px 20px 10px 20px;
	margin: 5px 0px 0px 6px;
	color: #666;
/*	border-left: 1px solid #B3C6AE;
	
	border: 1px solid #B5CBD6;
	background:  #FAFDFD ;*/

	-moz-border-radius:5px;
	-webkit-border-radius:5px; 

	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
			box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
#contenthome {
	color: #666;
	background: #FAFDFD;
	width: 1010px;
	height: 100%;
	padding: 25px 30px;
	margin: 10px 0 10px;
	float: left;
	border: 1px solid #B5CBD6;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
			box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#contenthome-kanan{
	color: #666;
	float: right;
	width: 725px;
	heigth: 600px;
	height: 100%; 
	text-align: left;
	padding: 2px 0px 0px 0px;
/*
	border: 1px solid #FAFDFD;
	background: #FAFDFD;
	padding: 20px 20px 0px 20px;
	margin-right: 7px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
			box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
}

#contenthome-kanan-headline{
	color: #666;
	float: left;
	width: 350px;
	heigth: 250px;
	height: 100%;
	margin: 0px 0px 10px 0px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
			box-shadow: 0 0 3px rgba(0,0,0,0.3);}
#contenthome-kanan-aktual{
	color: #666;
	float: right;
	width: 335px;
	heigth: 250px;
	height: 100%;
	padding: 5px 15px 10px 15px;

}

#contenthome-tengah{
	color: #666;
	background: #FAFDFD;
	float: left;
	width: 265px;
	padding: 10px 15px 0px 15px;
	height: 100%;
	text-align: justify;
	/*border: 1px solid #B3C6AE;*/
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
#contenthome-kiri{
	color: #666;
	float: left;
	width: 200px;
	height: 420px;
	text-align: justify;
	background: #E7ECF4;
	
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			border--bottom-left-radius: 4px;
			border-top: 0;
/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;  */

	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
			box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#contenthome-kiri-produkbaru{
	color: #666;
	float: left;
	width: 200px;
	height: 200px;
	text-align: justify;
	background-image:url(images/update.png) no-repeat;

	/*	padding: 1px 1px 1px 1px;

	background: #FAFDFD ;
	border: 1px solid #B3C6AE;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
			box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
}

#contenthome-bawah{
	color: #666;
	float: left;
	width: 100%;
	height: 100%;
	margin: 10px 0px 0px 0px;
	background-color:#FFFFFF;

	border: 1px solid #B3C6AE;
	
	border-top-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
			box-shadow: 0 0 3px rgba(0,0,0,0.3);}

#contenthome-bawah-item1 {
	float:left;
	width:216px; 
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	color: #333;
	
	border-right: 1px dashed #D6DDE4;}
	
#contenthome-bawah-itemlast {
	float:right;
	width:216px; 
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	color: #333;}

#sidebar_kanan {
	clear:both;
	float:left;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	width:200px; 
	padding: 0px 10px 10px 10px;
	margin: 5px 0;
	color: #333;
	z-index: 1;
	
	border-right: 1px dashed #D6DDE4;
/*	border-right: 1px dashed #B3C6AE;
	border-left: 1px solid #B3C6AE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow-left: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow-left: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1); -------------------------*/

}
#sidebar {
	float:right;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	width:190px;
	padding: 13px 10px 10px 10px;
	margin: 1px 0;
	color: #333;
	z-index: 1;
	
	border-left: 1px  dotted #D6DDE4;
/*	border-right: 1px solid #B3C6AE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow-left: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow-left: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1); -------------------------*/

	
}
input[type=submit] {
	padding: 1px 3px 2px;
}
div.title h2 {
	float: left; 
	width: 100%; 
	padding-bottom: 10px; 
	margin-bottom: 20px; 
	border-bottom: 1px solid #B3C2D1; 
}

/* Header --------------------------------------------------------------------------------------------------------------------------------- */
#header {
border-top: 1px solid #B6C9B2;	
background: transparent url(images/bgheader.png) repeat-x 0 0; 
height: 160px; position: absolute; width:100%; top:0; left:0; z-index:210;
}

#teksupdate {	float: left; padding: 0; font-size: 28px; height: 50px; top: 315px; position: absolute; left:235px;}
#teksuaraanda {	float: left; padding: 0; font-size: 28px; height: 50px; top: 533px; position: absolute; left:15px; z-index:240;}

#logo {	float: left; padding: 0; font-size: 28px; height: 50px; bottom: 105px; position: absolute;}
#logo a {color: #fff; border: none;}
.menuicon{height:65px;background:none;position:absolute;left:690px;top:15px}ul{list-style-type:none}
#iklan_kiri {
background: transparent url(../../foto_banner/iklan_kiri.jpg) no-repeat; 
height: 800px; float: left; position: fixed; width:171px; top:0; left:0; z-index:0;
}


#iklan_kanan {
background: transparent url(../../foto_banner/iklan_kanan.jpg) no-repeat; 
height: 800px; float: right; position: fixed; width:171px; top:0; right:0; z-index:0;
}

/* Drop-down menus --------------------------------------------------------------------------------------------------------------------- */
#top-nav{margin-left:150px;padding-top:110px;}
#top-nav ul{padding:0;}
#nav{height:30px;margin-top: 2px;}
#nav,#nav ul{list-style:none;line-height:1;z-index:220;padding:0;}

#nav a{
	display:block;
	line-height:26px;
	z-index:100;
	padding:0 10px;
	color:#000;
	font-size:12.5px;
	font-weight:700;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; }

#nav li{float:left;line-height:30px;margin:0 2px 0 0; padding: 0 0 13px;}
#nav li a{color:#8BAFD4;text-decoration:none;padding:0 9px;text-shadow:1px 1px #000;border: 1px solid transparent;}

#nav li a:hover,#nav li.active a,#nav li.current_page_item a, #nav li.woocommerce a{
	color:#fff;cursor:pointer;text-decoration:none; 
	text-shadow:1px 1px #000; background: #5D91C8; 
	box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
	border: 1px solid rgba(150,200,200,0.7); }
	
	#nav li ul  { 
		background: #5D91C8; 
		margin:1px 0 0 0px; 
		text-align: left; padding: 0; 
		position: absolute; left: -999em; width: 180px; 
		border: 1px solid #044990; z-index:999; 
		border-radius: 3px; -moz-border-radius: 3px;
		 -webkit-border-radius: 3px; box-shadow: 0 2px 3px rgba(0,0,0,0.2); 
		 -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2); 
		 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2); }
	#nav li.woocommerce ul  { margin-left: -18px; }
	#nav li ul li  { padding: 0; }
	#nav li ul li a  {
		padding:2px 10px; width:160px; 
		color:#fff!important; 
		text-shadow: 1px 1px 0 #000!important; 
		background: none!important; 
		font-size:12px; 
		border-radius: 0; 
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		box-shadow: none!important; 
		-moz-box-shadow: none!important; 
		-webkit-box-shadow: none!important; 
		border: 1px solid rgba(162,190,224,0.7); 
		border-bottom: 1px solid #1D446C!important;}
	#nav li ul li:first-child a  { border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; }
	#nav li ul li:last-child a  { 
		border-bottom: 1px solid #0E3839!important; 
		border-radius: 0 0 3px 3px; 
		-moz-border-radius: 0 0 3px 3px; 
		-webkit-border-radius: 0 0 3px 3px; }
	
	#nav li ul li a:hover  {background: #367DC8!important; }
	#nav li ul li a.sf-with-ul { padding-right:0; }
	#nav li ul ul  { margin: -37px 0 0 140px; }
	
	#nav li ul li a:hover, 
	#nav li.current_page_item ul li a, 
	#nav li.current_page_parent ul li a,
	#nav li.current-menu-ancestor ul li a,
	#nav li.current-cat a ul li,
	#nav li.current-menu-item ul li a,
	#nav li.sfHover ul li { background:none;}
	
	#nav li:hover,.nav li.hover  { position:static; }
	#nav li:hover ul ul, .nav li.sfhover ul ul,
	#nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
	#nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
	#nav li:hover ul, .nav li.sfhover ul,
	#nav li li:hover ul, .nav li li.sfhover ul,
	#nav li li li:hover ul, .nav li li li.sfhover ul,
	#nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

/* Post ------------------------------------------------------------------------------------------------------------------------------------ */
#post {
	width: 100%; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #dfdfdf; 
	float: left; 
	margin-bottom: 15px; 
}
#post img a {
	width: 100%; 
	height: 100%;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
			box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#post .thumb {
	background: #F5F8F4;
	width: 135px;
	height: 100px;
	float: left;
	padding: 4px;
	border: 0px solid #F5F8F4;	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
			box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#post .thumb {
	-webkit-transition-property: background color;
	   -moz-transition-property: background color; 
	     -o-transition-property: background color; 
	-webkit-transition-timing-function: ease-out; 
	   -moz-transition-timing-function: ease-out; 
	     -o-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s; 
	   -moz-transition-duration: 0.3s; 
	     -o-transition-duration: 0.3s; 
}
#post .thumb:hover {
	border: #fff 1px solid;
	
	-webkit-box-shadow: 0 0 3px rgba(93,154,200,0.5);
	   -moz-box-shadow: 0 0 3px rgba(93,154,200,0.5);
			box-shadow: 0 0 3px rgba(93,154,200,0.5);
}
#post .content {
	width: 350px;
	float: right;
	padding-top: 4px;
}
#post .content img a {
	width: 100%; 
	height: 100%;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 

	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	        box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.post-meta {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}

/* Related Post --------------------------------------------------------------------------------------------------------------------------- */
#related-post h3 {font-family: Arial, Helvetica, sans-serif; border-bottom: 1px solid #f1f1f1; padding-bottom: 15px; margin-bottom: 15px;}
#related-post .related {width: 105px; float: left; padding: 10px; text-align: center;}
#related-post .related:hover {background-color: #DBE7F4;}
#related-post .related h3 {	font: 12px Helvetica, Arial, sans-serif; margin: 0;	padding: 0;	border: none;}
#related-post .related a h3 {color: #404040;}

/* Comments ------------------------------------------------------------------------------------------------------------------------------ */
#comments {
	width:505px;
	float: left;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	color: #666;
	margin-top: 10px;
	border-bottom: 1px dotted #D6DDE4;

/*	border: 1px solid #B5CBD6;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1);----------------------------------------- */
}
.komentar {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
}
.formkomentar {
	height: auto;
	padding: 0px;
	float: left;
	margin-left: 10px;
}
.formdata {
	float: right;
	height: auto;
	width: 200px;
	margin-bottom: -5px;
	margin-left: 0px;
	margin-top: 0px;
}
.capcha {
	float: left;
	height: auto;
	width: 250px;
	margin-left: 0px;
	margin-top: 5px;
}

.inputkomentar  textarea, .inputdata input{
	font-size: 12px;
	color: #999;
	margin: 5px 0;
	padding: 3px 5px;
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			box-shadow: 0 1px 2px rgba(0,0,0,.2);
			
	background: -moz-linear-gradient(
				center top,
				rgba(200,200,200, .1) 0%,
				rgba(0, 0, 0, .1) 100%
				);
	background: -webkit-gradient(
				linear,
				center bottom,
				center top,
				from(rgba(0, 0, 0, .1)),
				to(rgba(200,200,200, .1))
				);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
	    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/* Search Field -------------------------------------------------------------------------------------------------------------------------- */

/* Search di header ----------------------------- */

.search{
	width:200px;height:25px;position:absolute;right:5px;top:20px;
	border: 1px solid #DBE0E1;
	padding: 2px 2px 2px 2px;

	color: #666;
	-moz-box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.search input {
	width: 175px;
	padding: 5px 2px 5px 20px;
	font-size: 11px;
	color: #484848;
	background: #fff;
	border: none;
}

/* Search Field untuk widget ----------------------------- */
.searchField {
	width: 150px;
	height: 18px;
	background: #fff;
	padding: 6px 40px 4px 5px;
	border: 1px solid #DBE0E1;
	color: #666;
	-moz-box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.searchField:focus {
	border: 1px solid #6F7F89;
}
.searchSubmit {
	position: absolute;
    text-indent:-9999px;
	top: 45px;
	left: 180px;
	width: 35px;
	height: 35px;
	background: url(images/search_button.png) no-repeat;
	border: none;
	cursor: pointer;
}

/* Button --------------------------------------------------------------------------------------------------------------------------------- */
.button {
	color: #666;
	padding: 3px 5px;
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	background: -moz-linear-gradient(
				center top,
				rgba(200,200,200, .1) 0%,
				rgba(0, 0, 0, .1) 100%
				);
	background: -webkit-gradient(
				linear,
				center bottom,
				center top,
				from(rgba(0, 0, 0, .1)),
				to(rgba(200,200,200, .1))
				);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	        box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
				center top,
				rgba(255,255,255,.1) 0%,
				rgba(0,0,0, .1) 100%
				);
	background: -webkit-gradient(
				linear,
				center bottom,
				center top,
				from(rgba(0,0,0, .1)),
				to(rgba(255,255,255, .1))
				);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFF', EndColorStr='#19FFFF')";
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFF', EndColorStr='#19FFFF');
}

/* Link Hover Effect---------------------------------------------------------------------------------------------------------------------- */
a.ease {color: #5D7EA0;	text-decoration: none;}
a.ease:hover {color: #012F5E; text-shadow: 0 0.4px 0.4px #01284F;}
a.ease:active, a.ease:focus {position: relative; outline:none;}

/* Gallery -------------------------------------------------------------------------------------------------------------------------------- */
#gallery {
	color: #666;
	width: 950px;
	height: 100%;
	padding: 105px 25px 15px 25px;
	margin: 0px 0 2px;
	float: left;
	background: #fff url(./images/bgmain.jpg) repeat ;  
	border-bottom: 1px solid #B5CBD6;
/*		
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
			box-shadow: 0 0 3px rgba(0,0,0,0.3);---*/
}
.gallery {
	list-style:none;
	width: 100%;
}
.gallery li {
	float: left;
	margin: 5px 5px 5px 0;
	display: block;
	padding: 0;
	border: 1px solid #CAD5E0;
			
	background: #F5F8F4;
	width: 140px;
	height: 105px;
	float: left;
	padding: 3px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
			box-shadow: 0 0 2px rgba(0,0,0,0.2);

}
.gallery li p {
	padding: 0; 
	margin: 0;
}
.gallery li a {
	color: #8EA788; 
	width: 140px;
	height: 105px;
	padding: 0; 
	display: block; 
	text-decoration: none;
	text-align: center;
}
.gallery li:hover{
	
	border: #fff 1px solid;
	
	-webkit-box-shadow: 0 0 3px rgba(93,154,200,0.5);
	   -moz-box-shadow: 0 0 3px rgba(93,154,200,0.5);
			box-shadow: 0 0 3px rgba(93,154,200,0.5);
}

.gallery img {
	margin: 0; 
	padding: 0;
}
.preloader { 
	background: #F5F8F4;
}

/* Poll----------------------------------------------------------------------------------------------------------------------------------- */
.poll-content {
	padding: 0 10px;
}
.poll-question {
	padding: 5px 0 10px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.poll-bar {
	background: #eee;
	padding:0;
	background: -webkit-gradient(linear, 0 0, 44 44,
    			color-stop(0.00, rgba(255,255,255,0.17)),
    			color-stop(0.25, rgba(255,255,255,0.17)),
    			color-stop(0.26, rgba(255,255,255,0)),
    			color-stop(0.50, rgba(255,255,255,0)),
    			color-stop(0.51, rgba(255,255,255,0.17)),
    			color-stop(0.75, rgba(255,255,255,0.17)),
    			color-stop(0.76, rgba(255,255,255,0)),
    			color-stop(1.00, rgba(255,255,255,0))
  				), -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #dddddd));
  
	background: -moz-repeating-linear-gradient(top left -30deg, 
				rgba(255,255,255,0.17), 
				rgba(255,255,255,0.17) 15px, 
				rgba(255,255,255,0) 15px, 
				rgba(255,255,255,0) 30px
				), -moz-linear-gradient(#eeeeee 0%, #dddddd 100%);
			  
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
		  border-right: 1px solid #ddd;
}

/* Sidebar ------------------------------------------------------------------------------------------------------------------------------ */
#widget {padding: 0 0 5px 0; margin-bottom: 0px; font-size: 11px; }
#widget-title {	color: #8BAFD4;	padding-bottom: 0px; font-weight: bold;		}
#widget-title h3 {font-family: Arial, Helvetica, Geneva ;}
#widget ul {list-style: none; margin: 0; padding: 0px 0 0px 0;}
#widget li {border-bottom: 1px dotted #D6DDE4; padding: 3px 8px; margin: 0; color: #5D91C8;}
#widget li:first-child {	border-top:  1px  solid #D6DDE4;}
#widget li:last-child {	border-bottom:  1px  solid #D6DDE4;}
#widget li a {color: #444;}

/* Homepage QuickNavigation-------------------------------------------------------------------------------------------------------------- */
.grid_12 				{display: inline; float:left; position:relative; margin-left:0px; margin-right:0px; margin-bottom:0px;}
#quicknav				{background:url(images/link_border.png) repeat-x;
						}
a .title 				{color:red;}
.quicknavgrid_3			{width:209px; margin:0px; padding:8px 15px 0px 15px; display:inline; float:left; position:relative; 
							margin-left:1px;margin-right:1px;margin-top:0px;}
.lastelem				{padding-right:14px;}
.quicknav				{background:url(images/bgmain.jpg)  repeat }
.quicknav:hover			{background: url(images/link_bg.png) repeat-x;}
.quicknavhr				{margin-bottom:0;}
.quicknav.alpha			{margin-left:0; width:188px;}


/* Footer-------------------------------------------------------------------------------------------------------------------------------- */
#footer {
border-top: 5px solid #044990;	
z-index: 250;

background: url(images/lightfooter.png) center top no-repeat; background-color:#012F5E;
padding: 0px 20px;
	 -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
		     box-shadow: 0 0 6px rgba(0,0,0,0.4);

}

/** Footer widget **/
#footer-widget {
	float: left;
	margin: 20px 10px 20px 7px;
	width: 170px;
}
#footer-widget .widget-title {
	padding-bottom: 3px;
	font-weight: bold;
}
#footer-widget .widget-title h3 {
	color: #8BAFD4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 1px 1px #000;
}
#footer-widget ul {
	list-style: none;
	margin: 0;
}
#footer-widget li {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	padding-bottom: 6px; line-height:12px;
	margin: 0;
	color: #719ECE;
 }

#footer-widget li:last-child { border-bottom: none; }
#footer-widget li a, #footer-widget-last li a {color: #5D91C8;}
#footer-widget li a:hover, #footer-widget-last li a:hover {
	font-size: 11px;
	text-shadow: 0 1px 1px #000;
	padding: 0px 0px;
	margin: 0;
	color: #fff;
}

/** Footer Copyright**/
#footer-statis {
	font-size: 0.9em;
	background: #fff url(images/bgfooter.png) repeat-x 0 0;
	height: 35px; width:100%; bottom:0; left:0; z-index:211; 
	text-align:right; 
}
.copyright {
	width: 100%;
	float:left;
	padding: 5px;
	height: 35px;
	bottom: 0px;
	left: 0px;	
	text-align:center; 
}
.copyright ul a {
	color: black;
	text-decoration: none;
}
.copyright ul a:hover {
	color: white;
	text-decoration: none;
}
.footerMenu {  
	padding: 5px 0px 0px 0px;
	height: 10px; bottom: 25px; position: absolute; width:100%; z-index:216;}

.footerMenu ul {color:515E6C;
   }
.footerMenu ul li {
	display: inline;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	border-left: 1px solid #515E6C;
}
.footerMenu ul li.first {
	border: none;
}
.footerMenu ul li a {
	color: #596675;
	text-decoration: none;
}
.footerMenu ul li a:hover {
	color: white;
	text-decoration: none;
}
.footerMenu ul a {
	color: #596675;
	text-decoration: none;
}
.footerMenu ul a:hover {
	color: white;
	text-decoration: none;
}

/* Misc ----------------------------------------------------------------------------------------------------------------------------------- */
.clearboth{
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
.statistik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #000;
	font-size: 11px; 
	line-height:12px;
	color: #93C5CF;
}
