/*
Blue blog template
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #2b2c4e url("images/bg2.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #000000;
}

a:hover {
	color: #808080;
}

#header {
	width: 868px;
	height: 60px;
	background: #000 url("images/header4.gif") no-repeat;
	padding-top: 20px;
	padding-left: 18px;
	font-size: 12pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;
}

#header h1{
	padding-top: 5px;
	font-size: 18pt;
	color: #FFFFFF;
	line-height: 120%;
}

#container {
	width: 892px;
	background: #fff url("images/sidebar.gif") repeat-y right;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 866px;
	height: 30px;
	background: url(images/horizontal2.gif);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;

}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #808080;
	width: 134px;
	background: url(images/menutop.gif) no-repeat top left;
	float: right;
	padding: 10px;
	border-right: 4px solid white;
}

#left-column {
	color: #808080;
	width: 134px;
	float: left;
	padding: 10px;
	border-right: 4px solid white;
}
#content {
	float: none;
	width: 680px;
	margin: 10px 0 0 4px;
	font: 10pt;
	color: #000000;
}

#content h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(images/h2bg.gif) top left repeat-y;
	text-decoration: none;
}

#content h2, a {
	color: #76A7DC;
	text-decoration: none;
}

#content h2, a:hover {
		color: #76A7DC;
		text-decoration: underline;
}

#content a:hover {
		color: #76A7DC;
		text-decoration: underline;
}

#content h2, a:hover {
		color: #76A7DC;
		text-decoration: underline;
}
.#000000 {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(images/articlebg.gif) top left repeat-y;
}

input.text {
	width: 70px;
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;
	border: none;
	background: none;
	}

#searchbox {
	background: url(images/searchbox2.gif) no-repeat;
	padding: 4px;
	height: 40px;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

.searchform .formfield {
	width: 110px;
	font-size:10px;
    font-family: Verdana, Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
	background-color:#f9f9f9; border:1px solid #DEDDDD; color:#4a4a4a;
}

.formbutton {
	margin:2px;
	padding:1px;
	padding-right:4px;
	padding-left:4px;
	font-size:10px;
	font-family:Verdana;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	color:#353535;
}

.formbutton:hover {
	background-color:#fefefe;
	border:1px solid #c5c5c5;
	color:#000000;
}

.formfield {
	font-size:10px;
	font-family:Verdana;
	background-color:#f4f4f4;
	border:1px solid #DEDDDD;
	color:#4a4a4a;
	margin:1px;
}

.formfield:focus {
	background-color:#ffffff;
	border:1px solid #000000;
}

#nucleus_lf_pwd {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	font-size:12px;
	width:300px;
}

.mailform {
	font-size:11px;
	font-family:Verdana;
	padding:1px;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	text-align:center;
	padding:4px;
	margin-bottom:20px;
}
#blognav {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#blognav a {
	text-decoration: none;
}
#blognav a:hover {
	text-decoration: underline;
}

