/*
Design by Graphic Agent: Web Design
http://www.graphicagent.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff8e9 url(images/img01.gif) repeat-x;
	font-family: Georgia, arial, sans-serif;
	font-size: 13px;
	color: #0d377c;
}

h1, h2, h3 {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	color: #d8b364;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #ffffff;
}

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

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 0px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 0px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 775px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 0px;
	background: url(images/img2.jpg) no-repeat 0px 0px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 15px 30px 0px 0px;
	text-decoration: none;
	font: bold 1em "Georgia", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

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

#menu .current_page_item a {
	background: url(images/) no-repeat center bottom;
}

/* Wide Post */

#latest-post a {
	color: #0d377c;
}

.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #ffffff url(images/img04.gif) repeat-y;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(images/img05.gif) no-repeat;
	font-size: 1.5em;
	color: #0d377c;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 30px;
}

.wide-post .bottom {
	height: 20px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 25px;
	padding: 7px 0 0 10px;
	background: #ffffff url(images/img19.gif) no-repeat;
	font-size: 1.4em;
	color: #ffffff;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
	padding: 15px 0 0 5px;
	color: #000000;
}


#recents a {
	color: #0d377c;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #fff8e9 url(images/) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}