/* 
Tags: valid XHTML, fixed width, two columns, widgets, valid CSS, widget ready
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #253C5A;
}

a:hover {
	text-decoration: underline;
	color: #253C5A;
}

a:visited {
	color: #253C5A;
}

body {
	
	background: #BECFDF;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: 20px;
	color: #253C5A;
	text-shadow: 1px 1px 2px #c0c0c0;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	text-shadow: 1px 1px 2px #c0c0c0;
	color: #253C5A;
}

#content
{
	margin: 0 auto;
	background: #BECFDF;
	width: 793px;
	text-align: left;
}

#content div.hr {
margin: 0;
width: 100%; 
height: 4px; 
padding-top: 25px;
padding-bottom: 25px;
}

#main
{
width: 793px;
padding-top: 10px;
background: #BECFDF;
}

#header {
	height: 231px;
	text-align: right;
	margin-bottom: 8px;
	background: url(images/header.jpg) no-repeat;	
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

#logo {

width: 773px;
height: 231px;
text-align: right;
padding-right: 20px;
padding-top: 145px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 23px;
	color: #253C5A;
	text-shadow: 2px 1px 2px #c0c0c0;
	font-weight: bold;
}
#logo H1
{
	text-decoration: none;
	font-style: italic;
	font-size: 23px;
	color: #253C5A;
	text-shadow: 2px 1px 2px #c0c0c0;
	font-weight: bold;
}
#logo H5
{
font-size: 14px;
color: #253C5A;
}


#menu
{ 
margin: 0 auto;
width: 792px;
height: 25px;
padding-top: 15px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 113px;
	height: 22px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #253C5A;
	font-weight: bold;
	padding-top: 5px;
	font-size: 13px;
}

#menu a:hover {
	width: 113px;
    height: 23px;
	color: #253C5A;
	text-decoration: underline;
	background: #ffffff;
}

.highlight {
	border: 1px solid #365782;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #999999;
	-webkit-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
}

#shadow
{
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

#left
{
width: 220px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
background: #FFFFFF;
border: 1px solid #365782;
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

#left H3
{
width: 210px;
height: 34px;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 14px;
color: #FFFFFF;
background: #253C5A;
}

#left ul {
	list-style: none;
	margin-bottom: 5px;
}


#left ul {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	background: none;
}

#left li {
	padding: 4px 10px;
}

#left a {
	color: #253C5A;
	text-decoration: none;
}

#left a:hover {
color: #253C5A;
background: #BECFDF;
text-decoration: underline;
}

#left a:visited {
	color: #253C5A;
}

#left p
{
	padding: 5px 10px 5px 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #365782;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#right
{
float: right;
width: 550px;
padding-right: 0px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 13px;
	color: #253C5A;
}

#right a
{
color: #253C5A;
text-decoration: underline;
}

#right a:hover
{
color: #253C5A;
background: #BECFDF;
text-decoration: underline;
}

#right a:visited
{
color: #253C5A;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #253C5A;
      padding-bottom: 10px;
	text-shadow: 1px 1px 2px #c0c0c0;
}

#right ol, #right ul
{
margin-left: 15px;
}

.bottom
{
background: #FFFFFF;
padding: 10px;
border: 1px solid #365782;
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

.date {
	text-align: right;
	color: #253C5A;
	font-size: 14px;
text-decoration: bold;
}

.date a {
	color: #253C5A;
	background: #FFFFFF;
}

.date a:hover {
	color: #FFFFFF;
	background: #BECFDF;
}

.dates {
	text-align: right;
	color: #253C5A;
	font-size: 14px;
	font-weight: bold;
	padding-top: 50px;

}

.dates a {
	color: #253C5A;
	background: #FFFFFF;
	font-weight: bold;
}

.dates a:hover {
	color: #FFFFFF;
	background: #BECFDF;
	font-weight: bold;
}

#footer {
	height: 49px;
	width: 793px;
	clear: both;
	padding-top: 30px;
	background: #253C5A;
	border-top: 4px solid #c0c0c0;
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}



/********************* Calendar *******************/
#calendar1, #calendar_wrap 
{
	padding: 20px 10px 20px 10px;
}

#calendar_wrap 
{
	margin-bottom: 10px;
}

#calendar table, #wp-calendar
{
	width: 100%;
	text-align: center;
}

#calendar thead, #wp-calendar thead
{


}

#calendar tbody td, #wp-calendar tbody td
{
	border: 1px solid #365782;
}

#calendar #prev, #wp-calendar #prev
{
	text-align: left;
}

#calendar #next, #wp-calendar #next
{
	text-align: right;
}

#calendar tfoot a, #wp-calendar tfoot a
{
	text-decoration: none;
	font-weight: bold;
}

#calendar #now, #wp-calendar #now, #wp-calendar #today
{
	background: #ff0000;
	border: 1px solid #D6CE84;
	font-weight: bold;
	color: #ffffff
}

/* Footer */
#footer
{
height: 64px;
background: #253C5A;
padding-top: 20px;
margin-top: 10px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

.widget_search
{

}

.post-body
{
	margin-top:14px;
	line-height: 20px;
	font-size: 14px;
}

div.navigationbottom

{
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav
{
	float:left;
}

div.navigationbottom .rightnav
{
	float:right;
}

div.navigationbottom .midnav
{
	margin: 0 auto;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 80%;
	border: 1px solid #365782;
	padding:10px;
}

#submit
{
	width: 120px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	background: #253C5A;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{
	background: #253C5A;
        text-decoration: underline;
}

div.imgbox
{
	float:left;
	margin:5px;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:13px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:13px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #365782;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-post-image
{
	margin: 10px 10px 10px 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content .categor
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-transform: uppercase;
text-decoration: none;
font-size: 10px;
background: #BECFDF
}

#content .tagsm
{
margin-top: 5px;
margin-bottom: 0px;
text-transform: lowercase;
text-decoration: none;
font-size: 10px;
}

#content .latest
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;
background: #BECFDF
}

#content .authors
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;
background: #BECFDF
}

#content .fbos
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-decoration: none;
font-style: italic;
font-size: 18px;
color: #253C5A;
text-shadow: 2px 1px 2px #c0c0c0;
font-weight: bold;
background: #BECFDF;
}

#content .sbchat
{
text-decoration: none;
font-style: italic;
font-size: 26px;
color: #253C5A;
text-shadow: 2px 1px 2px #c0c0c0;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
background: #ffffff;
}

#content .action
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;
color: #FFFFFF;
background: #253C5A;
}

#action a
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;
color: #FFFFFF;
background: #253C5A;
}

#commentlist li
{
margin-left: 10px;
padding-bottom: 20px;
font-size: 11px;
}

#author, #email, #url
{
border: 1px solid #365782
}

.dsq-dc-logo {
	display: none;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 3px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 50px;
	padding: 1px;
	margin: 0 3px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

.subnow { font: 13px arial, helvetica; background-color: #BECFDF; font-weight: bold; color: #253C5A; border: 1px solid #365782}

.counter { font: 11px arial, helvetica; background-color: #f3f3f3; font-weight: bold; color: #253C5A; border: 1px solid #f3f3f3}

div.sociable { margin: 16px 0; }
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.sociable-hovers {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	background: #ffffff;
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background: #ffffff;
}
#footnav
{
margin: 0 auto;
width: 793px;
height: 20px;
padding-top: 5px;
}

#footnav ul {
	list-style: none;	
}

#footnav li {
	
	display: inline; 
	
}

#footnav a {
	float: left;
	width: 99px;
	height: 20px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #253C5A;
	font-weight: bold;
	padding-top: 5px;
	font-size: 13px;
}

#footnav a:hover {
	width: 99px;
	height: 20px;
	color: #253C5A;
	background: #FFFFFF;
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

.mam {
	text-align: center;
	color: #253C5A;
	border:0px;
	background:#BECFDF;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-moz-box-shadow: 5px 5px 5px #808080;
	-webkit-box-shadow: 5px 5px 5px #808080;
	box-shadow: 5px 5px 5px #808080;
}

.mam:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.more {
	display: none; }
a.showLink, a.hideLink {
	font: 13px Arial, Helvetica, sans-serif; }
a.hideLink {
	font: 13px Arial, Helvetica, sans-serif; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #253c5a }

#murnahanSubscribeClose{
cursor: pointer;
text-decoration:none;
}
#murnahanPopup{
display:none;
position:fixed;
_position:absolute;
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #253c5a;
z-index:1;
}
#murnahanSubscribe{
display:none;
position:fixed;
_position:absolute;
height:250px;
width:450px;
background:#FFFFFF;
border:2px solid #253c5a;
z-index:2;
padding:15px;
font-size:15px;

	-moz-box-shadow: 7px 7px 0px #c0c0c0;
	-webkit-box-shadow: 7px 7px 0px #c0c0c0;
	box-shadow: 7px 7px 0px #c0c0c0;
}
#murnahanSubscribe h1{
font-size: 20px;
color: #253C5A;
text-shadow: 1px 1px 2px #c0c0c0;
padding-bottom:2px;
margin-bottom:20px;
text-decoration: none;
}
#murnahanSubscribeClose{
font-size:20px;
line-height:20px;
right:6px;
top:6px;
position:absolute;
color:#253c5a;
display:block;
}

.hlred {
	border: 1px solid #ff0000;
color: #ff0000;
	text-align: left;
	background-color: #ffffff;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #999999;
	-webkit-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
}

.red {
	border: 1px solid #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	width: 520px;
	text-align: center;
	background-color: #ff0000;
	margin: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}