/*
SYMBIOTIC std CSS
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4949;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000000;
}

a:hover {
}

#wrapper {
	width: 768px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/headerbg.jpg) no-repeat left top;
}

#sitename{ padding:15px; padding-top:35px; text-transform:uppercase; font-size:26px; letter-spacing:-1px; width:700px;   }
#sitename a{ color:#15171b; text-decoration:none;}


#topbar {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(images/topbg.gif) no-repeat right top;
}

#sitedesc{padding:14px; font-size:16px; color:#f7c63c; font-style:italic; text-transform:capitalize;}
/* Page */

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 5px 10px 0 0;
}

.post {
	margin-bottom: 8px;

}

.post-bgtop {
	background: url(../images/bgtop.jpg) no-repeat left top;
}

.post-bgbtm {

}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding: 5px 0 0 5px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding-left: 5px;
}

#sidebar li ul {
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}



#sidebar h2 {
	height: 32px;
	padding: 5px 0 0 3px;
	background: #2d3541 url(../images/menubg.gif) no-repeat right top;
	letter-spacing: -.5px;
	color: #f6bf36;
}

#sidebar p {
	padding-bottom: 10px;
	text-align: justify;
}

#sidebar a {
	color: #6C8B33;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ee9319;
}



/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4949;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #3D444F;
}