/*
 * Blue Wide b2evolution Blog Skin by Dominor - http://dominor.com/
 *
 */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #555555;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
}

#header {
	width: 100%;
	text-align: left;
	background-color: #0076a3;
	color: #ffffff;
}
#search {
	float: right;
	padding: 0px 15px 0px 0px;
}
#righttop {
	float: right;
	padding:5px 15px 0px 0px;
	font-size: 9pt;
}
#righttop ul li {
	list-style: none;
	display: inline;
}
#righttop li {
	padding-right: 10px;
}
#righttop li a {
	text-decoration: none;
	color: #ffffff;
}
#navigation {
	background-color: #000000;
	height: 20px;
	padding: 5px 0px 0px 0px;
	clear: both;
}
#navigation ul li {
	list-style: none;
	display: inline;

}
#navigation li {
	padding-right: 10px;
}
#navigation li a {
	text-decoration: none;
	color: #ffffff;
}
#navigation li a:hover {
	color: #0076a3;
}
.whiterow {
	background-color: #ffffff;
	height: 5px;
}
#wrap {
	width: 900px;
	text-align: left;
	margin-top: 20px;
	background: url(images/bottom.gif) #ffffff bottom no-repeat;
	clear: both;
}
#content {
	width: 640px;
	padding: 0px 20px 10px 20px;
	float: left;
}

#sidebar {
	width: 180px;
	padding: 0px 20px 10px 0px;
	float: right;
}
#sidebar ul li {
	list-style: none;
	margin-left: 5px;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar a {
	text-decoration: none;
	color: #0076a3;
}
#footer {
	color: #ffffff;
	padding-top: 10px;

}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
/* TEXT */
#title {
	padding: 5px 0px 5px 25px;
	float: left;
}
.title a {
	color: #ffffff;
	text-decoration: none;
}
.title {
	font-size: 18pt;
	font-weight: normal;
}
.description {
	font-size: 11pt;
}
h1 {
	color: #0076a3;
	font-size: 12pt;
	padding-bottom: 5px;
}
h1 a {
	color: #0076a3;
	text-decoration: none;
}
h2 {
	color: #333333;
	font-size: 10pt;
	padding-bottom: 5px;
}
h3 {
	color: #666666;
	font-size: 10pt;
	padding-bottom: 5px;
}
h3 a {
	color: #666666;
	text-decoration: none;
}
h4 {
	color: #CCCCCC;
}

p {
	padding-bottom: 5px;
}
p a{
	color: #000000;
}

ul li,
ol li {
	margin-left: 25px;
}
blockquote {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;	

	margin-bottom: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
.small {
	padding-bottom: 5px;
	color: #333333;
	font-size: 7pt;
}
.small a {
	color: #333333;
	text-decoration: none;
}
/* FORM */

/* DEFAULT */
.widget_core_coll_search_form,
.widget_plugin_evo_Calr {
	padding-bottom: 10px;
}
.SearchField {
	margin-bottom: 5px;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
.label, .info, .comment_toolbars, .input, fieldset {
	border: 0px;
}