@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;/*#195464;*/
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	
	
}

h1 {
	color: #565565;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	margin-left: -5px;
}

h2 {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	margin-left: -2px;
}

h2 small {
	font-weight: normal;
	padding-left: 125px;
}

h3 {
	font-weight: bold;
	color: #999999;
}

a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

p {
	padding: 0 0 10px 0;
}

b {
	font-size: 11px;	
}

input {
	margin-bottom: 5px;	
}

label 
{
	color:#000;
	font-weight: bold;
}

#container {
	
	margin: 10px auto;
	text-align:left;
	width: 900px;
	
}

#div_header {
	width: 100%;
	text-align: center;
}



#content {
	
	
	margin: 0 213px;
	color: #777;
	width:460px;
	font-size: 12px;
	min-height: 300px;
	text-algin: center;
}

#content p a:hover {
	text-decoration: underline;
}

#content a:hover {
	
	font-weight:bold;
}

#content ul {
	padding: 10px 0;	
}

#content ul li a:hover {
	padding-left: 1px;	
}

#content ol li {
	padding: 0 0 5px 15px;
	list-style: lower-greek;
}

#content ol li.alt {
	margin: 0 0 0 -15px;
	padding: 0 0 5px 15px;;
	list-style: upper-roman;
}

#content.desktop {
	margin: 0 0 0 20px;
	padding: 0 auto;
	width: 650px;
}

#nav {
	height: 30px;
	margin: 30px auto;
	width: 500px;
	
	
}

#nav li {
	float: left;
	background-color: #263E5B;
	color: #ffffff;
	padding: 5px 15px;
}

#nav li:hover {
	background-color: #333333;	
}

#nav li a {
	color: #ffffff;
	font-weight: bold;
}

#footer {
	
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}	

.post h2 {
	color: #333333;	
}

.entry {
	line-height: 16px;	
}

.entry ul {
		margin: 0 0 0 25px;
}

.entry ul li {
	list-style: outside;	
	padding: 0 0 5px 0;
}

strong {
	font-weight: bold;	
	color: #333333;
}

ul.dotlist {
	margin: 0 0 0 25px;
}

ul.dotlist li {
	list-style: outside;	
	padding: 0 0 5px 0;
}

div.item {
	margin-bottom: 15px;
	border-bottom: 1px dashed #555555;
}

div.post {
	color: #555555; 
	font-size: 13px; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;	
}

div.post a {
	text-decoration: underline;
	color: #000;
	
}

#post p a:hover {
	text-decoration: none;	
}

#sidebar {
	float: left;
	position: absolute;
}

#sidebar.desktop {
	margin: 35px 0 0 695px;
}

#sidebar.desktop li {
	list-style: disc;
}

#sidebar.desktop li:hover {
	text-decoration: underline;
}

small.floatright {
	float: right;	
}

quote p {
	font-size:80%;
	margin: 0 5px 0 15px;
}