/* main */
body {
	margin: 0;
	padding: 0;
	background: #087AB0 url(images/bg.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	list-style: disc;
}

a {
	text-decoration: underline;
	color: #515C00;
}

a:hover {
	text-decoration: none;
}


#wrapper {
	margin: 0px;
	padding: 0px;
}

/* head */

#header {
	width: 940px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/top.jpg) no-repeat left top;
}

/* top */

#logo {
	float: left;
	margin: 0;
	padding: 40px 0px 0px 40px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

#logo h1 a {
	color: #000;
}

#logo p {
	margin: -30px 0px 0px 0px;
	padding: 26px 0 0 2px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #000;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}

/* page */

#page {
	width: 840px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #FFFFFF;
}

/* content */

#content {
	float: left;
	width: 840px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 38px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	letter-spacing: -0.5px;
	font-size: 24px;
	color: #F50125;
	font-weight: bold;
}

.post .title a {
	color: #493E2B;
	border: none;
}

.post .meta {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #360;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(images/img08.jpg) no-repeat left top;
	padding: 35px 0px 0px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
}




/* footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
}
