/*
Theme Name: Add Your Content WordPress Theme
Description: Add Your Content WordPress Theme is a simple and stylish WordPress Theme by  <a href="http://jump2top.com">Jump2Top</a>.
Author: Jump2Top
Author URI: http://jump2top.com
Version: 1.0
Tags: black, gray, white, blue, 2-columns, right sidebar, widget ready, fluid width

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/backgroun.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
#header {
	width: 95%
}
#title {
	height: 65px;
	float: left;
	text-align: left;
}
#topright {
	float: right;
	height: 58px;
	padding-top: 7px;
	color: #999999;
}
#navigation {
	color: #CCCCCC;
	height: 26px;
	clear: both;
	text-align: right;
	padding-top: 10px;
}
#wrap {
	width: 900px;
	margin-top: 20px;
	text-align: left;
}
#content {
	float: left;
	width: 680px;
	margin-right: 20px;
}
#sidebar {
	float: right;
	width: 200px;
}
#footer {
	clear: both;
	padding: 10px 0px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
/* fonts */
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding-top: 5px;
}
#title h1 a {
	color: #007ab5;
	text-decoration: none;
}
.description {
	font-size: 10pt;
	color: #999999;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation li a {
	color: #ffffff;
	padding-left: 15px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #007ab5;
}
h1 {
	color: #363636;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 5px;
}
h1 a{
	color: #363636;
	text-decoration: none;
}
.posted {
	color: #007ab5;
	margin-bottom: 10px;

}
p {
	padding-bottom: 5px;
}
h3 {
	color: #007ab5;
	font-size: 10pt;
	padding-bottom: 5px;
}
h3 a {
	color: #007ab5;
	text-decoration: none;
}
#sidebar h2 {
	color: #007ab5;
	font-size: 10pt;
	padding-bottom: 3px;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 3px;
	margin-left: 5px;
}
#sidebar ul {
	padding-bottom: 5px;
}
small {
	color: #007ab5;
}
.postmetadata {
	padding: 5px 0px 15px 0px;
	color: #999999;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #007ab5;
}
.entry {
	padding-left: 10px;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
#comments,
#postcomment {
	font-size: 12pt;
	padding-bottom: 10px;
	color: #007ab5;
}
#comments a, 
#postcomment a{
	color: #007ab5;
	text-decoration: none;
}
p a {
	color: #333333;
}
p a:hover {
	color: #007ab5;
}
/* form */
#s, 
#author,
#email,
#url,
#comment {
	border: #007ab5 solid 1px;
	font-size: 8pt;
}

#searchsubmit,
#submit {
	background-color: #007ab5;
	border: #ebebeb;
	font-size: 8pt;
	color: #ffffff;
}
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #007ab5;
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.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;
}
