/**********************************************
*   Basics & Typography                       *
***********************************************/

html{
	height: 100%;                                                             
	margin: 0;                                                                     
	padding: 0;                                                             
}

body {
	height: 100%;
	background-color: rgb(102, 102, 102);
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Verdana", "Tahoma", sans serif;
	font-size: 12px;
	color: #444444;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-family: "Century Gothic", Sans-Serif;
	font-weight: bold;
	background: transparent;
	color: #808080;
	}

h1 {
	font-size: 4.2em;
	}
h2 {
	font-size: 1.6em;
	}

.us_orange {
	color: #f68909;
	}

h3, h4, h5, h6 {
	font-size: 1em;
	}
.zitat {
	font-family: "Franklin Gothic Demi", Verdana, sans-serif;
	font-size: 1.8em;
	color: #f68809;
}
.autor {
	width: 500px;
	font-style: italic;
	text-align: right;
}
a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: none;
	}
a:active {
	color: #2f63b3;
	text-decoration: none;
	}
	
.liste {
	margin-left: 15px;
	}
.fett {
	font-weight: bold;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #afafaf;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************
*   Header            *
***********************/

#header {
	height: 80px;
	width: 880px;
	background-color: rgb (51, 51, 51);
	margin-top: 40px;
	margin-bottom: 23px;
	margin-left: auto;
	margin-right: auto;
}


/*	-------------------------------------------------------------
 logo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#logo{
float: left;
width: 398px;
height: 79px;

background-image: url(images/logo_start.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
margin: 0px;
}

#logo a{
	width: 324px;
	height: 80px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
}

#logo a:link, #logo a:visited{
text-indent: -9999px;}

#logo h1{
background-image: none;	
}


/*	-------------------------------------------------------------
 top navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#top_nav{
	float: right;
	width: 475px;
	margin-left: 0px;
	margin-top: 55px;
	height: 25px;
	vertical-align: bottom;
}	

#top_nav li{
	display: inline; 
	float:left;
}

#nav_ul {
	clear: right;
	float: right;
	height: 25px;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 0;
	margin: 0px;
	margin-right: 30px;
	display: inline;
}

#nav_ul a{
	height: 25px;
	font-family: "Century Gothic", "Verdana", "Arial", " Tahoma", sans serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
	outline: none;
}

#nav_startseite, #nav_startseite_on{ 
	width: 105px; 
	margin-left: 0px;
	background-image: url(images/li_start.gif);
	background-repeat: no-repeat;
	}
#nav_blog, #nav_blog_on{ 
	width: 68px; 
	margin-left: 0px;
	background-image: url(images/li_blog.gif);
	background-repeat: no-repeat;
	}
#nav_magazin, #nav_magazin_on {
	width: 102px; 
	margin-right: 0px;
	background-image: url(images/li_magazin.gif);
	background-repeat: no-repeat;
	}
#nav_tv, #nav_tv_on {
	width: 43px;  
	margin-right: 0px;
	background-image: url(images/li_tv.gif);
	background-repeat: no-repeat;
	}
#nav_archiv, #nav_archiv_on {
	width: 61px;  
	margin-right: 0px;
	background-image: url(images/li_archiv.gif);
	background-repeat: no-repeat;
	}

#nav_startseite a{color: silver;}
#nav_startseite a:hover{
	background-image: url(images/li_start_hover.png);
	background-repeat: no-repeat;
}
#nav_blog a{	color: silver;}
#nav_blog a:hover{
	background-image: url(images/li_blog_hover.png);
	background-repeat: no-repeat;
}
#nav_magazin a{	color: silver;}
#nav_magazin a:hover{
	background-image: url(images/li_mag_hover.png);
	background-repeat: no-repeat;
}
#nav_tv a{color: silver;}
#nav_tv a:hover{
	background-image: url(images/li_tv_hover.png);
	background-repeat: no-repeat;
}
#nav_archiv a{color: silver;}
#nav_archiv a:hover{
	background-image: url(images/li_archiv_hover.png);
	background-repeat: no-repeat;
}

#header h1 {
	padding: 50px 0 0 50px;
	}
#header h1 a {
	color: #fff;
	}

/*	-------------------------------------------------------------
features
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.kasten_blog{
	float: left;
	width: 257px;
	min-height: 127px;
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 23px;
	border-right: 1px solid #cac7c4;
	display: inline;
}
.kasten_magazin{
	display: inline;
	float: left;
	width: 257px;
	min-height: 127px;	
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 23px;
}

.kasten_tv{
	float: left;
	width: 257px;
	min-height: 127px;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 35px;
	border-left: 1px solid #cac7c4;
	display: inline;
}

.kasten_aktuell{
	float: right;
	width: 257px;
	height: 20px;
	margin-bottom: 23px;
	padding-left: 45px;
	padding-right: 15px;
	display: inline;
	text-align: center;
	font-size: 9px;
}
	.kasten_blog p, .kasten_magazin p, .kasten_tv p{
	width: 222px;
	}

#titel_blog{
	float: left;
    margin: 0px;
	width: 246px;
	height: 90px;
	
background-image: url(images/blog.png);
background-position: top left;
background-repeat: no-repeat;
	
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#titel_magazin{
	float: left;
    margin: 0px;
	width: 246px;
	height: 90px;
	
background-image: url(images/magazin.png);
background-position: top left;
background-repeat: no-repeat;
	
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#titel_tv{
	float: left;
    margin: 0px;
	width: 246px;
	height: 90px;
	
background-image: url(images/tv.gif);
background-position: top left;
background-repeat: no-repeat;
	
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#titel_tv a, #titel_magazin a,#titel_blog a{
	width: 246px;
	height: 68px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
}

#logo a:link, #logo a:visited{
text-indent: -9999px;}

#titel_tv a:hover{
	background-image: url(images/tv_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#titel_blog a:hover{
	background-image: url(images/blog_hover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#titel_magazin a:hover{
	background-image: url(images/magazin_hover.png);
	background-position: top left;
	background-repeat: no-repeat;
}
	
	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 15px 0 15px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		background: transparent url(images/nav_active.gif) no-repeat center bottom;
		text-decoration: none;
		}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	background: transparent;
	width: 100%;
	height: 566px;
	clear: both;
	margin:0px auto;
    padding: 0px;
    text-align: left;
	position: relative;
	top: -293px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */	
}

div#container {
	background: transparent;
	width: 880px;
	height: 566px;
	clear: both;
	margin:0px auto;
    padding: 0px;
    text-align: left;
	position: relative;
	top: -293px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}

/**********************
*   Content           *
***********************/

a {text-decoration: none;}		
a:link {text-decoration: none;}		
a:hover {text-decoration: none;}	


# {
	float: left;
	width: 560px;
	height: 100%;
	background: #fff;
	}
	
#content {
	clear: both;
	float: left;
	width: 878px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 20px 0;
	background-color: transparent;
	min-height: 300px;
	background-image: url(images/rund_oben.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#balken_oben {
	background-color: transparent;
	width: 878px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/rund_unten.png);
	background-repeat: no-repeat;
}

#weissraum {
	clear: both;
	float: left;
	width: 878px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #fff;
	min-height: 290px;
}
#archiv_container {
	clear: both;
	float: left;
	width: 878px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 20px 0;
	background-color: white;
	height: 935px;
}
#flash {
	width: 818px;
	margin-top: 80px;
	margin-left: 30px;
	text-align: center;
}
#bild {
	width: 839px;
	height: 287px;
	margin-top: -3px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_zu.jpg);
	background-repeat: no-repeat;
}

#bild:hover {
	background-image: url(images/header_offen.jpg);
	background-repeat: no-repeat;

}
.red {
	width: 115 px;
	height: 270 px;
	padding: 0 19px 0 0;
	float: left;
	display: block;
	font-size: 10.5px;
	}
	
#us_archiv {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
		
/*	-------------------------------------------------------------
      Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer{
	width:880px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    clear: both;
    text-align: right;
    font-size: 12px;
    color: #999999;
}

#nav_footer {
	clear: right;
	float: right;
	height: 55px;
	list-style-type: none;
	list-style-image: none;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	padding: 0 0 0 0;
	margin: 0px;
	margin-right: 30px;
	display: inline;
}
#nav_footer li{
	display: inline; 
	float:left;
}

#nav_footer a{
	height: 25px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
	outline: none;
}

#footer a{color: silver}
#footer a:hover{	color: rgb(254, 154, 0);}
#redaktion {	width: 523px}
#forum {width: 50px}
#kontakt {width: 60px}
#impressum {width: 80px}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0;
	padding: 0 5px 0 20px;
	}
	
html>body .validate {
	background-position: bottom;
}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}
	
/* Tags 
-------------------------------------------------------*/
.tagging {
        text-align: left;
        font-size: 0.9em;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
	}

.tagging a{
	text-decoration: none;
	border-bottom: none;
	}
/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
/* Extras */

 /* normale Seiten
-------------------------------------------------------*/

#bild_impressum {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_osten.jpg);
	background-repeat: no-repeat;
}

#bild_tv {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_cc.jpg);
	background-repeat: no-repeat;
}

#bild_tv2 {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_sendung.png);
	background-repeat: no-repeat;
}

#bild_kontakt {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_kontakt2.jpg);
	background-repeat: no-repeat;
}

#bild_archiv {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_archiv.jpg);
	background-repeat: no-repeat;
}

#bild_redaktion {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_redaktion.jpg);
	background-repeat: no-repeat;
}

#bild_magazin {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_augen.jpg);
	background-repeat: no-repeat;
}
#bild_leer {
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
}
#bild_danke{
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_kontakt.jpg);
	background-repeat: no-repeat;
}

#bild_einsteins{
	clear: both;
	width: 839px;
	height: 251px;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_tastatur.jpg);
	background-repeat: no-repeat;
}

.sidenavi{
	float: left;
	width: 200px;
	min-height: 127px;
	margin-top: 25px;
	margin-left: 35px;
	margin-bottom: 23px;
	display: inline;
	}
.sidenavi2{
	float: left;
	width: 200px;
	min-height: 127px;
	margin-top: 73px;
	margin-left: 35px;
	margin-bottom: 23px;
	display: inline;
	}
#aufgaben {
	margin-top: 70px;
}
.archiv_text {
	margin-top: 25px;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 23px;
}
.inhalt{
	display: inline;
	float: left;
	width: 540px;
	min-height: 127px;	
	margin-top: 25px;
	margin-left: 35px;
	margin-bottom: 23px;
	padding-left: 35px;
	padding-bottom: 30px;
	border-left: 1px solid #cac7c4;
	}
.teaser {
	width: 525px;
	float: left;
	}
.teaser_bild {
	display: block;
	float: left;
	padding-right: 25px;
	padding-bottom: 30px;
}
.teaser_text {
	display: block;
	float: left;
	width: 380px;
}
.headline {
	margin-top: 25px;
	font-weight:bold;
	}
	
.fliesstextbox {
	margin: 0 0 0 0;
	}
	
#ansehen {
	width: 150px;
	height: 136px;
	margin-left: 20px;
	background-image: url(images/ansehen.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
	display: block;
}
#ansehen:hover {
	background-image: url(images/ansehen_hover.png);
}
#marken {
	width: 520px;
	height: 107px;
	margin-left: 90px;
	background-image: url(images/ei_marken.gif);
	background-repeat: no-repeat;
	background-position: top left;
 }
#medien {
	width: 560px;
	height: 108px;
	
}
#print {
	width: 164px;
	height: 108px;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#print:hover{
	background-image: url(images/print_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#online {
	width: 185px;
	height: 108px;
	margin-left: 43px;
	background-image: url(images/online.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#online:hover{
	background-image: url(images/online_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tv2 {
	width: 114px;
	height: 108px;
	margin-left: 30px;
	background-image: url(images/tv2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#tv2:hover{
	background-image: url(images/tv2_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#entwicklung {
	margin-top: -30px;
}
#vorname {
	width: 400px; 
	background-color: #F1FEDB; 
	border: 1px solid #cac7c4;
	}
#nachname {
	width: 400px;
	background-color: #F1FEDB; 	
	border: 1px solid #cac7c4;
	}
#mail {
	width: 400px;
	background-color: #F1FEDB; 
	border: 1px solid #cac7c4;
	}
#nachricht{
	width: 400px;
	height: 300px;
	background-color: #F1FEDB; 
	border: 1px solid #cac7c4;
	}
#vorname:focus, #nachname:focus, #mail:focus, #nachricht:focus {	border:1px solid #ED9209;}
#absenden{margin-left: 41px;}
table {margin-left: -3px;}

fieldset { 
	border: none;
	margin-left: -8px;
}
form {
	margin:0px;
	padding:0px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
	border-color: rgb (237, 146, 9);
}

.buttons {
	margin-left: 25px;
	height: 30px;
}	

.submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
.submit:hover {
	background: url(images/btn-bg-hover.gif) no-repeat;

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Century Gothic", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
