/*  
Theme Name: WP Sponsored Posts
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/

.sponsor {
	border: 1px solid #808080;
	background-color: #FFFBCC;
	padding: 10px;
	margin-bottom: 10px;
}

body {
	margin: 0px 0 0 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

code {
	background-color: #DAE7F8;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 22px;
}
p, ul, ol {
	margin: 0 0 2em 0;	line-height: 20px;
	font-size: 12px;
}
a {
	color: #004080;	text-decoration: none;
}
a:hover, a:active {
	color: #004080;	text-decoration: underline;
}
a:visited {
	color: #004080;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea, select {
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	padding: 3px;
}
/* Header */
#header {
	width: 850px;	height: 35px;
	margin: 0 auto 0px auto;
	clear: both;
}
#border {
/*	border-top: 2px solid #DAE7F8;
	background-color: #F1F1F1; */
	width: 850px;
	margin: 0px auto 20px auto;
}
#logo {
	float: left;	margin-top: 5px;
}#logo a {	font-family: "Trebuchet MS", Sans-Serif, Verdana;	font-size: 18pt;	font-weight: bold;	text-decoration: none;	color: #000000;}
/* Menu */
#menu {
	float: right;	margin-top: 8px;	margin-bottom: 5px;
}
#menu ul, #menu ul li {	display: inline; 
	margin: 0px;
	padding: 0px;
	list-style: outside none;
}#menu ul li, #menu ul li a {	padding-top: 8px;	padding-bottom: 7px;	text-decoration: none;	font-weight: bold;}#menu ul li {	padding-left: 8px;}
#menu ul li:hover {
	background: url(images/menu_hover.png);	background-repeat: no-repeat;	background-position: left top;
}#menu ul li a {	padding-right: 8px;}
#menu ul li:hover a {
	background: url(images/menu_hover.png);	background-position: right top;
}
/* Page */
#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 575px;
}
.navigation {
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;	border-bottom: 1px solid #F1F1F1;
}
.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #333333;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

/* Comments */

#comments {
}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	border: none;
	font-size: 11px;
	color: #4F4F4F;
}

#comments #submit {
	border: 1px solid #F0F0F0;
}
#comment {
	width: 500px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F1F1F1;
	font-size: 16px;
	font-weight: bold;
}
/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 400px;
	min-height: 74px;
	padding: 10px 0 0 0;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
