/* SYMBIOTIC std CSS */

body {
	margin: 0;
	padding: 0;
	background: #e8eaf9 url(../images/headerbg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;	
	margin: 0 auto;
	padding: 0 40px;
	padding-top: 3px;
	background: url(../images/header.jpg) no-repeat left bottom;
}


/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 200px;
}

#logotext  {
 padding-left:15px;
 padding-top: 35px;
 color:#EAEAEA;
 }
 
#logotext a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#logotext a:hover{
	color:#FFFFFF;
	text-decoration:overline;
	}
	
#logotext h1{
	color:#FFFFFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:-2px;
	padding-bottom: 5px;
	text-transform:uppercase;
	}

#searchform {
	
	width: 900px;
	margin: 0 auto;
	padding: 2px 0;
	
} 

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .maincontent {
	padding: 10px 0;
	line-height: 200%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(../images/sidebg.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(../images/bull.png) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 16px;
	text-transform: uppercase;
	color: #4F789F;
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #b5b7ca;
	border-top: 5px solid #4454ef;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #ecedee;
}

#footer a {
	color: #fafbfb;
}