/*
Theme Name: Streak 
Description: Streak is a minimal, search engine friendly, simple and stylish WordPress theme designed by <a href="http://jump2top.com" target="_blank">SEO Company </a>.
Author: SEO Company
Author URI: http://jump2top.com
Version: 1.0
Tags: blue, gray, white, 2-columns, right sidebar, widget ready, fluid width, seo friendly, fixed width

*/

* {
	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;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

