@charset "utf-8";
/* CSS Document */

/* Meyers Reset, v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color:#011f1f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:125%;
word-wrap: break-word;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#preload {
	visibility:hidden;
	position:fixed;
	top:0;
}

/* End Reset */
html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header {
float:left;
margin-bottom:50px;
}

a {
	color:#03747a;
	text-decoration:none;
}

a:hover {
	color:#f8100c;
	
}

a:active {
	color:#f8100c;
	
}

a:visited {
	color:#03747a;
}

#column2 {
	width:500px;
	border:5px #fec351 solid;
	background-color:#f9f1f1;
	display:block;
	margin-left:107px;
	margin-bottom:20px;
	padding:10px;
	clear:both;
	float:left;
}

#column2 h1 {
	font-size:24px;
	margin-bottom:15px;
	line-height:125%;
}

.post {
	border-bottom: 1px solid #fec351;
	margin-bottom: 30px;
}

.meta {
	font-style:italic;
	margin-bottom:15px;
	display:block;
}

#column3 {
	width:450px;
	height:auto;
	display:block;
	float:left;
}

#column3 li {
	margin-bottom:10px;
}

#column3 h2 {
	font-size:18px;
}

.entry p {
	margin-bottom:15px;
}

.wide_widget {
	width:380px;
	height:auto;
	border:5px #fec351 solid;
	background-color:#f9f1f1;
	display:block;
	margin-bottom:20px;
	margin-left:30px;
	padding:10px;
	float:left;
}

.narrow_widget_left {
	width:160px;
	height:auto;
	background-color:#f9f1f1;
	border:5px #fec351 solid;
	display:block;
	margin-bottom:20px;
	margin-left:30px;
	padding:10px;
	float:left;
}

.narrow_widget_right {
	width:160px;
	height:auto;
	background-color:#f9f1f1;
	border:5px #fec351 solid;
	display:block;
	margin-bottom:20px;
	padding:10px;
	float:right;
}

.widget {
	clear:both;
	margin-bottom:20px;
	margin-left:30px;
	background-color:#f9f1f1;
	border:5px #fec351 solid;
	display:block;
	padding:10px;
}

.widgettitle, h2 {
  color:#03747a;
	margin-bottom:5px;
}

hr {
	margin-bottom:5px;
}


#s {
	width:300px;
	height:30px;
	margin:0 0 10px 0;
}

#footer {
	width:950px;
	height:auto;
	background-color:#f9f1f1;
	border:5px #fec351 solid;
	display:block;
	padding:10px;
	margin:40px 0 20px 107px;
	text-align:center;
	clear:both;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 125%;
	padding: 10px;
	
}

.comments-template ol li.alt{
	margin: 10px 0;
	line-height: 125%;
	padding: 10px;
	background-color: #b9d4f7;
	
}



.comments-template h2, .comments-template h3{
  color:#03747a;
	font-size: 16px;
	margin-top:10px 0 5px 0;
}

.commentmetadata{
	font-size: 12px;
	margin:5px 0;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	margin-top:5px;
}

small {
	font-size:10px;
}

#commentform p{
	margin:5px 0;
	display:block;
	
}

.menu_box{
  background: #d8f8f8;
  padding:20px 35px;
 
  float: right;
  margin: 90px 0 0 0;
  opacity: 0.9;
}
.menu-item{
  list-style: none;
  display: inline-block;
  font-size: 28px;
  margin-right:10px;
}