/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


.space {
margin:100px
}
.space2 {
margin:20px
}


form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3{
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: .7em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 12px;
}


p, ul, ol {
	margin-top: 1.5em;
	line-height: 125%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #EB7627;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header h2 {
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding-top: 40px;
	font-size: 3.2em;
}

#header h1 a {
	text-decoration: none;
}

#header h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 1.2em;
	
	color: #999999;
}

/* Menu */

#menu {
	width: 778px;
	height: 40px;
	margin: 0 auto;
	background: #4471CA url(images/img02.gif) no-repeat;
}

#menu ul {
 margin: 0 0 15px 11px;
 padding: 0;
 list-style: none;
 line-height: normal;
}

#menu li {
	display: inline;
}


#menu a {
	float: left;
	height: 28px;
	padding: 12px 20px 0 20px;
	background: url(images/img03a.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	
	color:#EB7627;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .byline {
	margin: 0 0 30px 0;
	line-height: normal;
}

.post .entry {
}


/* Latest Post */

#latest-post {
	width: 778px;
	height: 200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color:#BCDAFF;
	
}

#latest-post p {
	margin: 0 0 10px 0;
	padding: 10px;
	
	font-size: 1.1em;	
}





/* Recent Posts */

#recent-posts {
	width: 778px;
	margin: 0 auto;
	
}

#recent-posts h2 {
	height: 18px;
	margin: 0;
	padding-top: 2px;
	
	
	
}



#recent-posts h3 {
	font-size: 1.4em;
}

#recent-posts p.wh {
	color:#FFFFFF;
	
}

#recent-posts h4 {
	color:#FFFFFF;
	font-size: 1.2em;
	
	
	
}

#recent-posts h5 {
	font-size: 1.2em;
	
}

#recent-posts .blue {
	display: inline;
	color: #2E53B1;
	font-weight: bold; 
	
}

#recent-posts .blue2 {
	display: inline;
	color: #2E53B1;
	
	
}



#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	float: left;
	width: 492px;
	padding-left: 20px;
}

#recent-posts li.second {
	float: left;
	width: 246px;
	padding: 20px;
	background-color: #3964C1;
	font-color:#FFFFFF;
}


#recent-posts li.first {
	padding: 0;
}






/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .9em;
	color: #555555;
}

