/* Elements */

body {
	margin: 5px 0 0 0;
	font-size:10px;
	font-size:small;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
}

h1 , h2, h3, h4, h5, h6 {
	color: #2582A4;
	font-family:Arial, Verdana, Serif;
}


p
{
	margin-bottom:0.3em;
	line-height:1.6em;
}

blockquote
{
	border-left:#b5c767 2px solid;
	margin:1em;
	padding:0 0.5em;
}
strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #2582A4;
}
.clear
{
	clear:both;
}
.box {
	margin-bottom: 0;
	padding-bottom: 0;
	/*background: url(../images/img07.gif) repeat-x left bottom;*/
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	/*background: url(../images/img08.gif) no-repeat left bottom;*/
}
.bottom span
{
	padding-right:5px;
	color:#999;
}
.bottom .user
{
	background:url(../images/user.png) no-repeat left center;
	padding-left:12px;
}
.bottom .date
{
	background:url(../images/date.gif) no-repeat left center;
	padding-left:15px;
}
.bottom .comments
{
	background:url(../images/comments.gif) no-repeat left center;
	padding-left:12px;
}
.bottom .cat
{
	background:url(../images/star.png) no-repeat left center;
	padding-left:15px;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(../images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu li.current_page_item a {
	background: #A4B74C url(../images/img04.gif) repeat-x;
}

/* Search */

#header_right {
	float: right;
	height: 28px;
	margin: 0;
	padding: 10px 25px 0 0;
	background: url(../images/img03.gif) no-repeat right top;
}

#header_right a {
	color: #FFFFFF;
	font-weight:bold;
}

#search-form p {margin:0; padding:0;}
#s {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#btnSearch {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
#top
{
	float: left;
	width: 238px;
	background: url(../images/img05.gif) repeat-x bottom;
	background-color: #8AC6DC;
	margin:3px 0 0 0;
	padding:0;
	vertical-align:top;
}
/* Search box */

#searchbox {
	height: 180px;
	background: url(../images/img06.gif) no-repeat left bottom;
	padding:10px 10px 0 10px;
	line-height:20px;
	font-size:13px;
}

#searchbox a{
	color: #FFFFFF;
	text-decoration:underline;
}

#searchbox a:hover{
	text-decoration:none;
}

#searchbox select, #searchbox input, #box_content select, #box_content input {
	font-size:11px;
	line-height:18px;
	color:#A4B74C;
	font-weight:bold;
	border:#53ABCB 1px solid;
	width: 130px;
	margin-bottom:2px;
}

#searchbox label{
	width: 80px;
	float:left;
}


#box_content label{
	width: 150px;
	height: 20px;
	float:left;
}

#searchbox br, #box_content br {
	clear:left;
}
/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 238px;
	margin:0;
	padding:0 0 20px 0;
	font-size:0.9em;
	min-height: 350px;
}

#sidebar h2
{
	padding: 0 20px 10px 20px;
	font-size:1.4em;
	margin:0;
}
#sidebar p
{
	margin:0;
	padding:0 0 5px 20px;
}
#sidebar ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li {
	line-height:24px !important;
	text-decoration:none !important;
	text-indent:10px !important;
}


#sidebar li:hover, #sidebar li#selected {
	background:transparent url(../images/menu.png) no-repeat scroll 0 0 !important;
}

#sidebar li#selected a , #sidebar li a:hover{
	color:#2582A4;
	text-decoration:none !important;
}

#sidebar li.sub {
	line-height:16px !important;
	text-decoration:none !important;
	text-indent:10px !important;
	padding-left: 10px;
}

#sidebar li.sub:hover {
	font-color: red;
}



#main {
	float: right;
	width: 647px;
	margin:-190px 0 0 0;
	padding: 30px 40px 0 0;
	background: url(../images/img09.gif) repeat-x;
}

#main h1 {
	margin-top: 0;
	font-size: 1.6em;
}
#main h1 a
{
	color:#2582A4;
	text-decoration:underline;
}
#main h1 a:hover
{
	text-decoration:none;
}

#main h2 {
	font-size: 14px;
}

#main .box {
	margin: 0 -30px 30px 20px;
}

#main .bottom {
	margin: 0 0 20px -20px;
	padding: 10px 0 30px 20px;
}

#box_content {
	min-height:430px;
}

/* Comments */
#content .commentlist {
	margin: 0;
	padding: 0;
	list-style:none;
}
.commentlist li
{
	list-style:none;
}
.commentlist li .cmtinfo
{
	font-size:0.9em;
	color:#999;
	border-bottom:#eee 1px solid;
}
.commentlist li cite
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
.commentlist li .cmtinfo em
{
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#content .nocomments
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
input.button, #searchbox input.button, #box_content input.button
{
	margin-top:3px;
	cursor:pointer;
	width: auto;
}

#box_content input.checkbox {
	width:auto;
}

textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #53ABCB;
	background:#f9f9f9;
	font:10px Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	background: url(../images/img11.gif) repeat-x;
}

#footer p#bottom_navigation a, #footer p#bottom_navigation{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

#footer p#copyright {
	margin: 10px 0 0 0;
	padding:0;
	text-align: center;
}

ul li.page_item ul {display:none;}
ul li.current_page_item ul {display:block;}
li.current_page_item a:link, li.current_page_item a:visited {color:#2582A4; text-decoration:underline}
li.current_page_item ul a:link, li.current_page_item ul a:visited {color:#87A019}
ul li.current_page_parent ul {display:block;}
ul li ul li.current_page_parent ul {display:block}

/* table */
#listing_table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

#listing_table th {
	background:#BDCD72 url(../images/img01.gif) repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-align:left;
}

#listing_table td {
	border-right:1px solid #BDCD72;
	border-top:1px dashed #BDCD72;
	padding:5px 10px;
	font-size:11px;
	vertical-align:top;
	background-color:#E4E9F5;
}

#listing_table td.row1 {
	background-color:#F0F0F0;
}

#listing_table td.row2 {
	background-color:#FFFFFF;
}

/**error*/
span.error {
	color: #990000;
	font-size:10px;
	clear:both;
}

.green {
	color: #A4B74C;
}

#languages {
	margin: 0 auto;
	width: 928px;
	text-align:right;
}