/*
Theme Name: clubstep.de
Theme URI: http://www.clubstep.de
Description: Wordpress Theme for clubstep.de
Author: <a href="http://dobersch.com">Gabriel Dobersch</a>
Author URI: http://dobersch.com

/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

div.searchtop {
	background: transparent url(images/searchtop.gif) no-repeat top left;
	margin-top: -11px;
	margin-left: -11px;
	margin-right: -11px;
	height: 9px;
	font-size: 1%;
}
div.searchbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(images/searchbottom.gif) no-repeat bottom left;
/*	margin-bottom: -2px;
	margin-left: -11px;
	margin-right: -11px; */
	width: 522px;
	margin-left: -1px;
	margin-bottom: -1px;
	height: 9px;
	font-size: 1%;
	border: 0px solid green;
}
#cse-search-results, #cse-search-box {
	margin: 0 auto;
	width: 900px;
}
.searchlogo {
	background-image: url(/wp-content/themes/computer/images/herm-logo-drop.png);
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #999999;
	background: #ddd;
	background-color: #FFE8F1;
	background-color: #DBE2F2;
	background-color: #fefefe;
	background-color: #E2E4FF;
	margin: 0px;
	padding: 0px;
	color: #444748;
	background-color: #FFFFF4;
}
body.search {
	background-color: #fff;
}

body a, body a:visited {
	color: #d1135e;
	color: #CC1647; /* pink */ 
	color: #37769B; /* blau */
	color: #00249F; /* new blue */
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 966px;
	width: 982px;
	margin: 0px auto;
	margin-top: 10px;
/*	background: #fff url('images/page_background.jpg') top center repeat-y; */
	padding: 0;

/*
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
 	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px; */	
}

#header {
/*	width: 100%;
	height: 100%;
	background: #fff url('images/head.jpg') top left repeat-x; */
	position: relative;
}


/* calendar settings start */
#wp-calendar {
	border-left: 1px solid #7BA400;
	border-bottom: 1px solid #7BA400;
}
#wp-calendar table.nav {
	background-color: #7BA400;
	color: #fff;
	padding: 3px;
}
#wp-calendar table.nav a, #wp-calendar table.calendar tbody tr td a {
	color: #fff;
}
#wp-calendar table.calendar {
	border-collapse:separate;
	border-spacing:0px;
}
#wp-calendar table.calendar thead {
	border-right: 1px solid #7BA400;
}
#wp-calendar table.calendar caption {
	border-right: 1px solid #7BA400;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wp-calendar table td:hover, #wp-calendar table #today
{
	border: none;
	padding:0;
}
#wp-calendar table.calendar tbody tr td, #wp-calendar table.calendar thead tr th, #wp-calendar table #today, #wp-calendar table td.pad, #wp-calendar table td.pad:hover {
	height: 44px;
	border-top: 1px solid #7BA400;
	border-right: 1px solid #7BA400;
	font-size: 100%;
}

#wp-calendar table span.weekday {
	font-size: 140%;
	text-transform: uppercase;
	font-weight: normal;
}
#wp-calendar table td.weekend {
	background-color: #ECF2D1;
}
#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td {
	padding: 0px;
	color: #7BA400;
	font-weight: normal;
}
.ec3_eventday a {
	/* evtl. einfach weglassen -> dann rot */
	color:#7BA400 !important;
}
#wp-calendar table #today, #wp-calendar table #today a {
	color: #7BA400 !important;
	color: #fff !important;
}
#wp-calendar table #today {
	background-color: #F4DFD5;
	background-color: #7BA400;
}
/* calendar settings end */


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;	
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#subscribe {
	text-align: right;
	float: right;
	width: 30%;
}

#wrapper {
	width: 100%;
	
}

#content, #navi {
	width: 650px;
}

#content, #sidebar {
	margin-top: 39px;
}

#content {
	float: left;
	line-height: 1.6em;
	font-size: 1.2em;
	background: transparent url(img/toplinesgreen.gif) top left repeat-x;
	
}

#footer {
	color: #999;
	clear: both;	
	padding-top: 11px;
	background: transparent url(img/toplinesgray.gif) repeat-x top left;
	
	margin-bottom: 1em;
}
#footerlists {
	background-color: #F8F8EF;
	margin-bottom: 10px;
}
#footerlists ul {
	margin-top: 10px;
	list-style-type:none;
}
#footerlists ul li {
	border-bottom: 1px solid #D6D6D2;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	background: transparent url(img/listtriangle.gif) no-repeat bottom left;
	font-weight: bold;
	font-size: 1.1em;
}

#footer a,  #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	color: #7BA400;
}

#footer_left {
	padding: 10px 20px 10px 20px;
	text-align: left;
	float: left;
	width: 287px;
	line-height: 1.6em;
}
#footer_center {
	padding: 10px 20px 10px 20px;
	float: left;
	width: 287px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 20px;
	text-align: left;
	float: right;
	width: 288px;
	margin-left: 0px;
}
#subfooter {
	text-align: center;
	color: #7BA400;
	margin-bottom: 10px;
}
#subfooter a {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px;
}
#subfooter a:visited {
	color: #7BA400;
}
div.siteby {
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #666;
}

#header img.logo{ margin-left: 15px; margin-top: 10px;/*background:url("../images/logo.png") 0 0 repeat-x; width:245px; height:37px; */ /*position:absolute; top:13px; left:15px; */}


/*  MENU */
#navi {
/*	width: 910px; */
	margin: 0px;
	background: transparent url(img/menuback.gif) no-repeat top left;
/*	background-color: #7BA400; */
	position: relative;
	text-align:left;
}

#navi ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	border: 0px solid red;
	word-wrap: break-word;
}

#navi li, #footnavi li {
	display:inline;
}

#navi .first a, #footnavi .first a {
	border: 0px solid red;
	background: none;
	padding-left: 0;
}

#navi a, #footnavi a {
	background: transparent url(images/mnu-divider.gif) no-repeat 0px 5px;
	
	font-family: Georgia, Serif, Times New Roman;
	font-size:16px;

line-height: 34px;
font-weight: bold;
text-decoration: none;
color:#fff;
padding-left:12px;
padding-right:12px;
padding-top:5px;
padding-bottom:9px;
}

#navi a:hover, #footnavi a:hover {
	color: #eee;
	text-decoration: underline;
}


#topPan{width:100%; height:80px; position:relative; margin:0 auto; color: #fff; padding:0px;}

#topRegsPan{height:24px; position:absolute; top:56px; right:10px;}

#topMenuPan ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#topMenuPan{/*border-top: 1px solid #bbb;*/ width:100%; padding-top: 0px; height:26px; background-color: #e5e5e5; }
#topMenuLeftPan{display: none; margin-left: 40px; width:69px; height:16px; float:left; background:url("images/menu-leftbg.gif") 0 0 no-repeat;}
#topMenuMiddlePan{/*width:80%;*/ height:16px; height: 26px; float:left;}

#topMenuMiddlePan ul{/*background:#fff;*//*width:100%;*/ height:25px;}
#topMenuMiddlePan ul li{ /*width:67px;*/ height:25px; border-right:1px solid #E5E5E5; float:left;}

#topMenuMiddlePan ul li a {height:16px; height:25px; background: transparent url("images/mnubck0.gif") top left repeat-x; /*background:#fff; */}

#topMenuMiddlePan ul li a{ padding-top: 6px; padding-bottom: 6px; padding-left: 13px; padding-right: 13px; /* width:67px;*/ /*display:block;*/ color:#4A4A4A; color: #fff; font:10px/25px "Trebuchet MS",Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; text-align:center; text-transform:uppercase;}
#topMenuMiddlePan ul li a:hover{background:#fff; color:#0574AF; text-decoration:none;}
#topMenuMiddlePan ul li a.current{background:#555; background: transparent url("images/mnubck1.gif") top left; color:#ccc; text-decoration:none; font:10px/25px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-transform:uppercase;}
#topMenuMiddlePan ul li.contact{/*width:67px;*/ border-right:1px solid #fff;}
#topMenuMiddlePan ul li.contact a{/*width:67px;*/ height:25px; display:block; background:#fff; color:#4A4A4A; font:10px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; text-align:center; text-transform:uppercase;}
#topMenuMiddlePan ul li.contact a:hover{background:#fff; color:#0574AF; text-decoration:none;}

#topMenuRightPan{margin-right: 0px; /*width:30px; */ height:25px; /*float:left; */background:url("images/menu-rightbg.gif") 0 0 no-repeat; background: transparent url("images/mnubck0.gif")  repeat-x top left;}


#header h1 {
	margin-left: 140px;
	padding-top: 17px;
	margin-bottom: 7px;
	font-size: 2em;
}
#header h1 a {
	text-decoration: none;
	color: #00249F;
}
#header h1 a:hover {
	text-decoration: underline;
}
#header span.subhead {
	margin-left: 15px;
	font-size: 1.1em;
	font-weight: normal;
	color: #7BA400;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Georgia, Serif, Times New Roman;
}

h1 {
	font-size: 1.5em;
	line-height: 1.0em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 0.9em;
}

#content h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #A40000;
	font-weight: normal;
}
#content h1, #content h1 a {
	color: #A40000;
}
#clubtips h1, #reviews h1 {
	margin-bottom: 0.5em;
	margin-top: 0;
}

#content h1.indent, #content h2.pagetitle {
	margin-left: 15px;
}
.post h2, h2.pagetitle {
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;	
}

#content h2, #content h2 a, #content h2 a:visited, #content h2 a:hover {
	color: #A40000;
	color: #7BA400;
	margin-bottom: 10px;
	line-height: 1.0em;
	text-align: left;
}

#content h1 a, #content h2 a, #content h3 a {
	text-decoration: none;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	text-decoration: underline;
}
	
#content img {
	padding: 1px;
	border: 1px solid #999;
}
#content img.noborder {
	border: 0;
	padding: 0;
}

#reviews, #clubtips {
	padding: 0px;
	padding-top: 20px;
	margin-top: 0px;
	background: transparent url(/wp-content/themes/club/img/toplinesgray.gif) repeat-x top left;
	border: 0px solid #ddd;
}
#reviews {
	padding-left: 15px;
	float: right;
	width: 285px;
}

#clubtips {
	padding-left: 15px;
	margin-right: 15px;
	float: left; 
	width: 305px; 
}

#reviews ul, #clubtips ul {
	list-style-type: none;
/*	list-style-position: inside; */	
}

#clubtips ul li {
	color: #626262;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#clubtips ul li img.tip {
	margin-top: 5px;
	margin-bottom: 5px;
}
#clubtips ul li a.name {
	color: #7BA400;	
	font-weight: bold;
	text-decoration: none;
}
#clubtips ul li a:hover.name {
	text-decoration: underline;
}

#reviews ul li {
	color: #626262;
	padding-left: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#reviews ul li img.cover {
	float: left;
	margin-right: 10px;
	border-bottom: none;
}

#reviews ul li a.name {
	color: #626262;	
	font-weight: bold;
	text-decoration: none;
}
#reviews ul li a:hover.name {
	text-decoration: underline;
}

/*-------------The Post-------------*/
.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
/*	font-size: 1.3em; 
	color: #A40000;*/
	
}
.post {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
/*	background: #fff url(images/boxtop.gif) repeat-x top left; */

/*	border: 1px solid #ddd; */
	
	/*font-size: 1.2em; */
	line-height: 140%;
	margin-bottom: 10px;
/*	text-align: justify; */
	border-bottom: 1px solid #BFBFBF;
/*	clear: both; */
}

.post a.more-link {
	font-weight: bold;
	color: #A40000;
}
.post a.more-link:hover {
	text-decoration: none;
}
.post span.date {
	color: #999;
	font-size: 0.9em;
}
.post span.cat {
	font-size: 0.9em;
}
.post span.cat a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.post span.cat a:hover {
	text-decoration: underline;
}

.post h3 {
	font-family: Verdana, Geneva, Tahoma, Arial, Sans-serif;
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 3px;
}
.post h3 a {
	color: #7BA400;
	text-decoration: none;
}
.post h3 a:hover {
	text-decoration: underline;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
	margin-top: 0;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

/*
.post img, img.border {
	-moz-border-radius: 3px;
	background-color:#FFFFFF;
	background-image:none;
	background-repeat:repeat;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	padding: 3px;
}
*/

/* WordPress Images and Captions */
#content .post p.wp-caption-text { text-align: left; font-size: 0.8em; line-height: 135%; margin: 0px; padding: 3px; }
.alignleft { float: left; margin: 0px 10px 10px 0px; padding: 0px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 0px; clear: both; }
.alignright { float: right; margin: 0px 0px 10px 10px; padding: 0px; /* border: 1px #ccc dotted; */ }
.alignleft img, .aligncenter img, .alignright img { margin: 5px; padding: 0px; }
.alignleft img { margin-left: 0; }
.alignright img { margin-right: 0; }

#content .post .wp-caption img { margin-bottom: 0; }

#content .post img {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#content .post .wp-caption img { /*border: none; */ border-bottom: none; }
#content .wp-caption { /*width: 550px !important; */ margin-bottom: 10px; }

#content .post p.wp-caption-text {
/*
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	
	webkit-border-bottom-left-radius: 3px;
	webkit-border-bottom-right-radius: 3px;
*/	
	color: #888; background-color: #ECECD7;
	margin-right: 6px; 
	border-bottom: 1px solid #aaa; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #aaa; }

#content .post img.noborder {
	border: none;
}
#content img.wp-smiley { border: none; }

img.noborder {
	border: none;
}

.comments {
	margin-left: 15px;
}
.comments h3 {
	color: #81817E;
	font-weight: normal;
}

.entry {
	margin-bottom: 10px;
/*	text-align: justify; */
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	background: #e8eeff;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar {
	float: right;
/*	margin-right: 15px; */
	margin-left: 0px;
	padding-top: 19px;
	position: relative;
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
	background: transparent url(img/toplinesgreen.gif) repeat-x top left;
}

#sidebar .sidetop, #sidebar .sidead {
/*	width: 300px; */
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
/*	background: #fff url(images/boxtop.gif) repeat-x top left; */
}
#sidebar h2 {
	margin-bottom: 0.5em;
/*.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.3em; */
	color: #A40000;
	
	margin-bottom: 10px;
	line-height: 1.0em;
}
#sidebar #wp-calendar {
	margin-bottom: 1em;
}

#sidebar .sidecharts h2 {
	font-family: Verdana, Geneva, Tahoma, Arial, Sans-serif;
	font-size: 1.2em;
	background-color: #333;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1px;
}
#sidebar .sidecharts {
	font-family: Verdana, Geneva, Tahoma, Arial, Sans-serif;
	font-weight: bold;
	font-size: 110%;
	background-color: #FCFDEF;
}
#sidebar .sidecharts ol {
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: none;
/*	list-style-position: outside; */
}
#sidebar .sidecharts ol li {
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 20px;
}
#sidebar .sidecharts ol li:hover, #sidebar .sidecharts ol li.odd:hover {
	background-color: #F0F5CF;
}

#sidebar .sidecharts ol li.odd {
	background-color: #F8FAE8;
}
#sidebar .sidecharts ol li span.artist {
/*	margin-left: 30px; */
	color: #7BA400;
}
#sidebar .sidecharts ol li span.place {
	display: block;
	float: left;
	width: 30px;
	margin-bottom: 1.5em;
}
/*
#sidebar div.sidead {
	margin-left: 10px;
	margin-bottom: 10px;
}
*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #0E8CD0;
	color: #d1135e;
	color: #CC1647; /* pink */
	color: #37769B; /* blau */
/*	color: #00249F; */
}
#sidebar a:hover {
	text-decoration: none;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}
#sidebar ul ul {
}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar .sidebar_left {
	width: 185px;
	width: 140px;
	float: left;
	padding: 0 10px 0 10px;
/*	display: none; */
/*	background-color: #cca; */
}

#sidebar .sidebar_right {
	width: 230px;
	width: 140px;
	float: right;
	padding: 0 10px 0 10px;
/*	background-color: #caa; */
}
/*
#sidebar .sidetop {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
}
*/
#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 10px;
}
#searchform p {
	margin-top: 5px;
}

#searchform input[type=text] {
	width: 190px;
/*	width: 80%; */
	background: #fff;
	display: inline;
	margin-left: 10px;
	color:#888888;
	font-size: 120%;	
	font-weight: bold;
	border: 1px solid #A0A0A0;
	font-family: "Trebuchet MS",arial,tahoma,verdana,sans-serif;
	padding: 3px;
}
#searchform input[type=text]:focus {
	background: #f5f5ff url(../images/formbg.gif) repeat-x left top;
	/*	background-color: #f5f5ff; */
	color: #000;
}

#searchform input[type=submit] {
	margin-top: 0px;
	margin-left: 5px;
	
 cursor: pointer; border:outset 1px #ccc; background:#999;
color:#666;
font-weight:bold;
/*padding: 1px 2px; */
background:url(images/formbg.gif) repeat-x left top;	
}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 300px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

br.clear {
	clear: both;
	font-size: 1%;
	line-height: 1%;
}

hr {
	display: none;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
/*
	background: white;
*/
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #BA0000;
	background-color: #FFFFFc;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #0075b8;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #BA0000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}
