@charset "utf-8";
body {
	background: #F9F7ED;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 1024px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#header {
	padding: 0 10px 0 20px;
	height: 100px;
	border-bottom: 5px solid #373737;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: right;
	width: 150px;
	padding: 15px 10px 15px 20px;
}
#sidebar2 {
	float: right;
	width: 270px;
	padding: 10px;
}
.mainContent {
	padding: 10px;
	float: left;
	width: 700px;
}
#footer {
	padding: 10px;
	background: #373737;
	color: #FFF;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.alignright {
	float: right;
	margin-left: 8px;
}
.alignleft {
	float: left;
	margin-right: 8px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navigation {
	color: #FFF;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	background-color: #373737;
}
/* links and headings */
a:link {
	color: #356AA0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B02B2C;
}
a:hover {
	text-decoration: underline;
	color: #6BBA70;
}
a:active {
	text-decoration: none;
	color: #6BBA70;
}
h1 {
	font-size: 24px;
	color: #356AA0;
}
h2 {
	font-size: 18px;
	color: #356AA0;
}
h3 {
	font-size: 16px;
	color: #356AA0;
}
h4 {
	font-size: 14px;
	color: #356AA0;
}
#footer a {color: #C3D9FF;}
/*header */
.header-ad {
	float: right;
	width:470px;
	height:70px;
	margin: 20px 0px 0px 0px;
}
#header h1 {
	width:400px;
	float: left;
	font-size: 30px;
}
#header h1 a {
	text-decoration: none;
}
.description {
	width:400px;
	float: left;
	font-size: 14px;
	clear: left;
}
/* content */
.post {
	clear: both;
	padding-left: 10px;
}
.meta {
	margin: 10px 0px;
	background: #373737;
	color:#fff;
	padding:10px;
}
.meta a {
	text-decoration: underline;
	color: #C3D9FF;
}
.post p {
	padding: 5px 10px 0px;
}
.post1 {
	width:330px;
	height:300px;
	float:left;
	padding: 0px 10px;
}
.post1 img {
	float:left;
	margin:5px;
}
#contentads {
	border-top:1px dotted #CCC;
	text-align: center;
	clear: left;
	width: 730px;
	border-bottom: 1px dotted #CCC;
}
#contentads img {
	margin: 10px 0px 10px 40px;
}
/*sidebar */

.sidebarbox {
	margin-bottom:10px;
	height: auto;
	border-bottom: 1px dotted #CCC;
}
.sidebar-ads {
	border-bottom: 1px dotted #CCC;
	width: 270px;
}
.sidebar-ads img {
	width: 125px;
	height: 125px;
	margin: 5px;
}
/* footer */
/*forms */
/* images */
a img {
	border: none;
}
/* Menu */
.menu {
	height:20px;
}
.menu ul {
	margin: 5px 0px;
	padding: 0px;
	float: left;
	height: auto;
	list-style: none;
	width: 600px;
}
.menu ul a {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	color: #C3D9FF;
	padding: 0px 6px 0px 20px;
}
.menu li {
	display: inline;
	list-style-type: none;
	float: left;
	position: relative;
}
.menu ul a:hover {
	text-decoration: underline;
	color: #6BBA70;
}
/* contact form */
#respond {
	display: block;
	width:100%;
}
#respond input {
	width:170px;
	padding:2px;
	border:1px solid #D4D4D4;
	margin:5px 5px 0 0;
}
#respond textarea {
	width:98%;
	border:1px solid #D4D4D4;
	padding:2px;
	overflow:auto;
}
#respond p {
	margin:5px 0;
}
#respond #submit, #respond #reset {
	margin:0;
	padding:5px;
	color:#FFF;
	background-color:#373737;
	border:1px solid #666666;
}
