/*
Theme Name: Streak WordPress Theme
Description: Streak 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 #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#header {
	height: 100px;
	width: 95%;
	color: #ffffff;
}
#navigation {
	height: 23px;
	text-align: right;
	padding-top: 7px;
	float:left;
}
#top {
	float: right;
	padding-top: 7px;
}
#title {
	height: 65px;
	text-align: left;
	clear: both;
}
/* content */
#wrap {
	width: 900px;
	text-align: left;
	padding-top: 20px;
}
#content {
	float: left;
	width: 680px;
}
#sidebar {
	float: right;
	width: 180px;
	color: #5499d4;
}
#footer {
	clear: both;
	padding: 10px 0px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
/* font */
#navigation ul li {
	list-style: none;
	display: inline;

}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px;
}
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding-top: 8px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #ebebeb;
}
#sidebar h2 {
	font-size:9pt;
	color: #666666;
	padding-bottom: 5px;
}
#sidebar ul li {
	margin-left: 5px;
	list-style: none;
}
#sidebar a {
	color: #5499d4;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333333;
}
p {
	padding-bottom: 5px;
}
#sidebar ul {
	padding-bottom: 10px;
}
#content h1 {
	color: #5b9fd9;
	font-size: 13pt;
	padding-bottom: 10px;

}
#content h1 a {
	color: #5b9fd9;
	text-decoration: none;
}
#content h3 {
	color: #333333;
	font-size: 10pt;
}
#content h3 a {
	color: #333333;
	text-decoration: none;
}
.entry {
	padding: 0px 10px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #5b9fd9;
	text-decoration: underline;
}
small,
.small {
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
}
.postmetadata {
	color: #999999;
	padding: 10px 0px;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
#content ul,
#content ol {
	margin-left: 25px;
	padding-bottom: 10px;
}
/* default */
#s,
#author,
#email,
#url,
#comment {
	border: 1px solid #5b9fd9;
	font-size: 8pt;
}
#searchsubmit,
#submit {
	background-color: #5b9fd9;
	border: 1px solid #333333;
	font-size: 8pt;
	color: #ffffff;
}
#postcomment,
#comments {
	color: #5b9fd9;
	padding-bottom: 10px;
}
#postcomment a,
#comments a {
	color: #5b9fd9;
	text-decoration: none;
}
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #999999;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}