* {
	margin:0; padding:0;
}

/* body
--------------------------------------------------*/
body {
	background-color:#e7e7e7;
}

/* links
--------------------------------------------------*/
a {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color:#ffcf00;
	text-decoration:underline;
}

h2 {
	font-size:18px;
	line-height:24px;
}

h3 {
	font-size:14px;
	line-height:24px;
}

img { 
	background: #ccc url(./images/wait.gif) no-repeat 50% 50%;
	border: 0px;
}

pre {
  overflow:auto;
	width:80%;
  background: #e7e7e7;
  border: solid 1px #aaa;
  padding: 0px 10px 15px 10px;
}

code {
  font-size: 12px;
  background: #e7e7e7;
  padding: 0px 10px 0px 10px;
}

#container {
	/*
	margin: 0px auto;
	border-bottom: #fff 15px solid;
	text-align: left;
	background: #E7E7E7;
	width: 950px;
	*/
}

/* header
--------------------------------------------------*/
#header {
	/*background-color:#bfac60;*/
	background: url(./images/bg.jpg) repeat-x;
	padding:.5em;
}

#header a {
	color:#2EFB06;
}

#header a:hover {
	color:#ffcf00;
}

/* navigation
--------------------------------------------------*/
#navigation {
	clear: both;
	/*padding:.5em;*/
}

#navigation ul {
	list-style-type: none;
	/*width:550px;*/
	background-color: #fff;
	font: 13px/24px Arial, sans-serif;
	font-weight:bold;
	margin:10px 6px 10px 6px;
}

#navigation li { 
	display: inline; 
}

#navigation li a {
	padding: 0.3em 1em;
	text-decoration: none;	
}

#navigation li a:hover { 
	background-color: #0066FF;
	color: #ffcf00;
}

#navigation li.current_page_item a, 
#navigation li.current_page_item a:hover {
	background-color: #0066FF;
	color: #ffcf00;
}

/* left navigation bar
--------------------------------------------------*/
#left {
	float:left;
	width:200px;
	padding:.5em;
	background-color:#E7E7E7;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 16px;
}

/* right navigation bar
--------------------------------------------------*/
#right {
	float:right;
	width:200px;
	padding:.5em;
	background-color:#E7E7E7;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 16px;
}

/* content
--------------------------------------------------*/
#content {
	margin-right:212px;
	margin-left:212px;
	padding:.5em;
	background-color:#fff;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 16px;
}

/* entry
--------------------------------------------------*/
.entry {
	padding:10px;
  border-bottom:1px solid #e7e7e7;
}

.entry div.postmeta {
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;*/
	font-size : 10px;
	line-height: 13px;
	color:#9c9a9c;
}	

/* comments
--------------------------------------------------*/
#comments {
	margin:10px;
}

#comments h2 {
	margin-bottom: 20px;
}

#comments li {
	margin-bottom: 10px;
}

#comments ul {
	margin:0 0 0 20px;
}

#comments div.comment_form {
	margin: 30px 0px 30px 0px;
}

span.postmeta {
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;*/
	font-size : 10px;
	line-height: 13px;
	color:#9c9a9c;
}	

/* footer
--------------------------------------------------*/
#footer {
	clear:both;
	background-color:#E7E7E7;
	/*#DE5518;*/
	padding:.5em;
	text-align: center;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 16px;
}

/* menutitle
--------------------------------------------------*/
.menutitle {
 	color:#000000;
	background-color:#ccc;
  border-color:#AAAAAA;
	width:188px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:10pt;
	font-weight: bold;
	padding:5px;
}

/* menulist
--------------------------------------------------*/
.menulist {
	border-color:#AAAAAA;
	width:188px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

.menulist table#wp-calendar {
  width:180px;
	text-align:center;
}

ul {
	list-style-type: none;
}

.menulist ul.parent {
	
}

.menulist ul.children {
	padding-left:20px;
}

/* menulist_partners
--------------------------------------------------*/
.menulist_partners {
	border-color:#AAAAAA;
	width:188px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
}

/* form
--------------------------------------------------*/
form input, form textarea {
  /*border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 16px;
}

form .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
  margin:5px 0px 5px 0px;
}

form label { 
	color:#000;
	text-align:right;
	padding:0px 10px 0px 0px;
	
	display:block;
  float:left;
  width:80px;
}

form em {color:#000;}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:10px;
  border-bottom:1px solid #e7e7e7;
}