/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #6B6B6B;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}

ol, ul {
	margin: 0 0 1em 0;
	line-height: 100%;
}

p {
	margin: 0 0 20px 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

img {
	border: none;
}

#site {
	width: 800px;
	margin: 0 auto;
	padding-bottom:10px;
	background-color:#FFFFFF;
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	padding-bottom:10px;
}

#logo {
background-image: url(images/banner.jpg);
background-repeat:no-repeat;
background-position:left;
height:150px;
}


/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}


/* Content */

#content {
	float: left;
	width: 420px;
}

#content2 {
	float: right;
	width: 350px;
}

#content3 {
	float: left;
	width: 750px;
}

.post {
	margin-bottom: 10px;
}

.post2 {
	margin-bottom: 10px;
	margin-left:20px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
	margin-left:20px;
}

.post2 .title h2 {
	font-size: 2.2em;
	margin-left:20px;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post2 .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post2 .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 20px;
}

.post2 .entry {
	padding-top: 20px;
}



/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
