/*
Theme Name: Your Content II WordPress Theme
Description: Your Content II WordPress Theme is a simple and stylish WordPress Theme by  <a href="http://jump2top.com">Jump2Top</a>.
Author: jump2top

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background.gif) repeat-x;
	font-size: 8pt;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#wrap {
	width: 950px;
	text-align: left;
}
#header {
	height: 70px;
	width: 95%;
}
#title {
	padding-top: 10px;
	float: left;
	text-align: left;
}
#navigation {
	float: right;
	padding-top: 50px;
	font-weight: bold;
}
#main {
	clear: both;
	padding-top: 20px;
} 
#content {
	float: left;
	width: 730px;
	margin-right: 20px;
}
#sidebar {
	width: 200px;
	float: right;
	color: #0a6bc9;
}
#sidebar a {
	color: #0a6bc9;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	font-size: 7pt;
	padding: 10px 0px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
/* fonts */
#title h1 {
	color: #ffffff;
	font-size: 18pt;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #CCCCCC;
	font-weight: normal;
}
#navigation ul li {
	list-style: none;
	display: inline;

}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
	font-weight: 9pt;
}
#navigation li a:hover {
	color: #333333;
}
p {
	padding-bottom: 10px;
}
.com {
	clear: both;
}
#content h1 {
	font-size: 14pt;
	color: #0a6bc9;
	padding-bottom: 10px;
	font-weight: normal;
}
#content h2 {
	font-size: 11pt;
	color: #333333;
}
#content h2 a {
	color: #333333;
	text-decoration: none;
}
small {
	margin-bottom: 10px;
}
#content a {
	color: #000000;
}
#content a:hover {
	text-decoration: none;
}
#content h1 a {
	color: #0a6bc9;
	text-decoration: none;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
img {
	border: 0px;
	padding: 5px;
}	
#sidebar h2 {
	color: #666666;
	font-size: 10pt;
	padding-bottom: 5px;
}
h3 {
	font-size: 11pt;
	color: #0a6bc9;

}
h3 a {
	color: #0a6bc9;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul,
#searchform {
	padding-bottom: 10px;
}
.date {
/*	background-color: #0a6bc9;*/
	background: url(images/background_date.gif);
	width: 35px;
	font-size: 12pt;
	color: #ffffff;
	float: left;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #333333; 
}
.navigation {
	padding: 10px 0px;
	color:#333333;
}
.navigation a{
	color:#333333;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post {
	width: 680px;
	float: right;
}
.entry {
	clear: both;
}
.postmetadata {
	font-size: 7pt;
	color: #666666;
	padding: 5px 0px 10px 0px;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
/* form */
#comment,
#author,
#email,
#url,
#s {
	border: 1px solid #333333; 
	font-size: 8pt;
}

#submit,
#searchsubmit {
	border: 1px solid #333333; 
	background-color: #0a6bc9;
	color: #ffffff;
	font-size: 8pt;
}