/* 



TABLE OF CONTENTS



  HTML Elements



  Page Structure



  Headings



  Content Styles



  Forms



  Clear



  Footer



/* ---------- @ HTML Elements -----------*/



* {
	margin: 0;
	padding: 0;
}
body, html {
	min-height:101%; /*Firefox scrollbar fix*/
}
body {
	color:#333;
	padding-bottom:28px;
	background-color: #1b4680;
/*	background-color: #1b4680;*/
}
body, select, textarea, input {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial
}
p {
	line-height:140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
a, a:visited {
	color: #FF0000;
	text-decoration:none
}
a:hover, a:active {
	color:#FF0000;
	text-decoration:underline
}
*:focus {
	outline: none;
}
ol {
	margin: 15px 15px 15px 35px;
}
li a:hover, li a:active {
	text-decoration:none
}
a img {
	border:none
}
/* ---------- @ Page Structure -----------*/





#flag {
	background:#1b4680 url(images/bg_flag.jpg) no-repeat center top;
	padding-bottom:0px;
}
#interior #flag {
	background:#1b4680 url(images/bg_flag2.jpg) no-repeat center top;
}
.wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 871px;
	background-color: #fff;
}
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 104px;
	padding:81px 0 0 18px;
}
#branding {
	background:url(images/logo.png) no-repeat;
	padding-left:68px;
	height:58px;
	visibility: hidden; /* Hides Blog title & tagline */
}
#description {
	color:#003399;
	letter-spacing:0.06em;
	font-size:0.9em;
	text-transform:uppercase;
	padding-left:2px;
}
.left {
	float:left;
}
.right {
	float:right
}
#sidebar {
	width:368px;
	float:right;
}
/* ---------- @ Headings -----------*/





h1 {
 font:3.5em font-family: "Trebuchet MS";
	font-weight:bold;
	width:548px;
	padding-top:5px;
}
h2 {
	line-height:100%;
	font-family: "Trebuchet MS";
	font-size: 3.5em;
	margin-bottom: 15px;
	color: #FF0000;
}
h3 {
	font-family: "Trebuchet MS";
	color:#003399;
	line-height:110%;
	font-size: 2em;
}
h4 {
	font-size: 1.2em
}
#commentarea h4, h4.pagetitle {
	color:#003399;
	margin-bottom:13px
}
#submenu h4 {
	margin: 6px 0 5px 0;
}
/* ---------- @ Content Styles -----------*/





h1 a, h1 a:visited {
	color:#FFF;
}
h1 a:hover, h1 a:active {
	text-decoration:underline
}
h2 a, h2 a:visited {
	color:#FF0000;
}
.commentcount {
	background:url(images/comment.png) no-repeat 0 2px;
	padding-left:17px;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left:9px;
}
.commentcount a, .commentcount a:visited {
	color:#003399;
}
#interior #content {
	padding-top:7px;
	padding-right: 20px;
	padding-left: 20px;
}
.col.left {
	width:65%;
}
.col.right {
	width:35%;
}
/*Post Styles*/ 



.entry {
	padding-bottom:20px;
}
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
}
.entry ul li {
	margin-left:35px;
	list-style:square;
	padding:2px 0;
}
.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #fec855;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#003399;
	line-height:140%;
}
.entry img {
	float:left;
	margin:5px 13px 6px 0;
	border:4px solid #1b4680;
}
.postmetadata {
	text-transform:uppercase;
	font-size: 0.9em;
	color:#003366;
	border-bottom:1px solid #376291;
	border-top:1px solid #376291;
	padding:3px 0;
}
.entry pre, .entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:14px;
	background:#103064;
	display:block;
	width:100%;
}
.entry pre {
	padding:20px 20px 40px 20px;
}
table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
}
td, th {
	border-bottom:1px solid #416597;
	padding:4px 8px;
	background:#103064;
}
th {
	font-weight:normal;
	text-align:left;
	width:35%;
}
/*Comments*/



#commentarea {
	background:url(images/divider2.gif) top center no-repeat;
	padding-top:35px;
}
.commentlist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
}
.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background: url(images/bg_comment.gif);
}
#commentarea small {
	font-size:1.1em;
}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}
.gravatar {
	float:left;
	border:1px solid #2d578a;
}
.commentinfo {
	width:765px;
	float:right;
	padding-top:5px;
}
.commentlist li.my_comment {
	background:#254f89;
	border-bottom:1px solid #36639b;
	border-top:1px solid #36639b;
}
li.my_comment cite {
	font-size:1.5em;
}
/*Flickr*/



#flickr {
	list-style:none;
	padding-top:13px;
}
#flickr li {
	float:left;
	display:inline;
	margin:0px 17px 16px 0px;
	border-right:1px solid #031F4A;
	border-bottom:1px solid #031F4A;
}
#flickr li a {
	display:block;
	border:4px solid #376291;
}
#flickr li a:hover {
	border:4px solid #60A9DE;
}
/* ---------- @ Forms -----------*/



#searchform {
	float:right;
	width:200px;
	background:url(images/bg_search.gif) no-repeat;
	margin-top:-3px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 6px;
}
#s {
	border:none;
	color:#000000;
	width:140px;
	background-color: #FFFFFF;
	height: 13px;
	position: relative;
	left: 10px;
	top: -4px;
}
.field {
	background:#FFF;
	border:none;
	padding:3px;
	border:none;
}
.field:focus {
	background:#e8ebf0;
}
#submit {
	background: #010a2a ! important;
	border:none;
	font-size:0.9em;
	color:#003399;
	padding:5px;
	text-transform:uppercase
}
#submit:hover {
	background: #12225b ! important;
}
#searchsubmit {
	border:none;
	font-size:0.9em;
	color:#003366;
	padding:2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}
/* ---------- @ Float Clearing -----------*/



.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.clearfloat {
	display:inline-block
}
.clearfloat {
	display:block
}
/* ---------- @ Footer -----------*/



#meta {
	padding-top: 25px;
}
.block {
	width:187px;
	float:left;
	margin:0 13px;
}
#meta ul {
	margin-top:15px;
}
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
}
#meta a, #meta a:visited {
	color:#003399;
}
#meta a:hover, #meta a:active {
	color:#FFF;
}
#footer {
	padding: 12px;
	color:#99CCCC;
	background:#151d3b;
	margin-top:0px;
	text-align:center
}
a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
}
#contact_form {
	float: right;
	width: 400px;
	background-color: #CEE0FD;
	margin-right: 10px;
	padding: 15px;
	border: 1px solid #B3B3FF;
}
#contact_form input, select, textarea, label {
	font-size: 12px;
}
#contact_form textarea {
	height: 75px;
	width: 375px;
}
#contact_form label {
	float: left;
	text-align: left;
	margin-right: 150px;
	width: 300px;
	margin-bottom: 10px;
}
#contact_form .submit_btn {
	height: 40px;
	width: 110px;
	position: relative;
	left: 115px;
	top: 5px;
}
.wpcf7-list-item {
}
#contact_info {
	float: left;
}