h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,dt,dd,dl,form,fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ebeff2;
	background: #ebeff2 url(../images/bg_grass_small.jpg);
	font-family: Trebuchet MS, Helvetica, Garamond;
	color: #333;
}

a {
	color: #333;
}

p {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 0.9em;
}

#container {
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
	padding: 20px 40px;
	padding: 20px;
	position: relative;
}


#header {
	padding: 40px 0;
	margin-bottom: 20px;
	background: #060 url(../images/header.jpg) no-repeat top;
}

#header h1 {
	margin: 10px 0;
	padding: 3px 10px 3px 0;
	background-color: #fff;
	display: inline;
	display: none;
}

#header img {
	margin: 10px 0;
	padding: 10px 10px 10px 20px;
	/*background-color: #fff;*/
}

#content {
	margin-bottom: 10px;
}

#maincontent {
	margin-right: 300px;
}

#maincontent div.ui-accordion-content-active {
	border: 3px solid #c0c0c0;
	padding: 5px;
}

#maincontent h1 {
	font-size: 1.8em;
}

#maincontent h2 {
	font-size: 1.0em;
	/*text-transform:uppercase;*/
	/*letter-spacing:-2px;*/
	border-bottom: 1px solid #c0c0c0;
}

#maincontent h2.ui-state-active {
	font-size: 1.2em;
	background-color: #c0c0c0;
	padding: 0 3px;
	padding: 5px 5px 2px 5px;
	border: 0;
/*	background: #fff url(images/grass-header.gif) no-repeat left center;*/
}

#maincontent li {
	margin-bottom: 10px;
	margin-left: 10px;
	border-left: 2px solid #c0c0c0;
	padding-left: 10px;
	list-style: none;
}

.cform legend {
	display: none;
}

.cform label {
	width: 100px;
	float: left;
}

.cform textarea, .cform input, .cform select {
	width: 350px;
}

.cform button, .cform .sendbutton {
	border: 1px solid #060;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #2E822E;
	width: 120px;
}

.cform ol, .cform li {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.linklove {
	display: none;
}


#sidebar {
	float: right;
	width: 290px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#sidebar .box {
	margin-bottom: 5px;
	border: 3px solid #c0c0c0;
	padding: 10px;
}

#sidebar .box h2 {
	font-size: 1.2em;
	clear: both;
	text-transform: uppercase;
	letter-spacing: -2	px;
}

#sidebar li {
	list-style: none;
}

#videos li {
	margin-bottom: 5px;
}

#videos li a {
	font-weight: bold;
}

#videos li span {
	display: none;
}

#blogroll li {
	margin-bottom: 5px;
}

#blogroll li a {
	display: block;
	font-weight: bold;
}

#photos {
	margin-top: 5px;
	display: none;
}

#photos li {
	width: 89px;
	height: 89px;
	background-color: #060;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	list-style-type: none;
}

#photos li a img {
	border: 0;
}

#footer {
	clear: both;
	border-top: 1px dotted #c0c0c0;
	padding-top: 10px;
	font-size: 0.8em;
}

#badge {
	position: absolute;
	top: 0;
	right: 20px;
	right: 0;
	background: transparent url(../images/badge.gif) no-repeat top right;
	width: 150px;
	height: 150px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
}

#badge span {
	display: block;
	font-weight: bold;
}

.twitter-timestamp, .twitter-link {
	display: none !important;
}

.clear {
	clear: both;
}

#social {
	float: left;
	width: 200px;
}

#website {
	text-align: right;
	margin: 10px 0;
/*	clear: both;*/
	margin-left: 220px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}