/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
  margin:0;
  padding:15px 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
  color:#414141;
  background:#000000;
  padding-top:0;
}

body#commentspopup {background:white;}


/* content
--------------------------------------------------*/
#content {
  float:left;
  width:570px;
  padding-left:10px;
  padding-top:30px;
  text-align:left;
}

.singlecol #content {
  float:left;
  width:570px;
  padding-left:10p;
  padding-top:30px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}

#content h2 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-family:Georgia, serif;
  font-size:1.3em;
  font-weight:normal;
}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content.archive h5 {
  margin:0;
  font-size:1em;
}

/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#009193;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#1BA6B2;}



/* links
--------------------------------------------------*/
a {
  text-decoration:none;
  color:#336699;
}

a:hover {color:#003366;}

a.commentlink {
  padding-left:16px;
}

a.more {
  padding-right:10px;
}

a img {border:none;}



/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}

/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}

kbr {color:#009193;}


/* container
--------------------------------------------------*/
#container {
  width:808px;
  padding-top:0;
  padding-right:0;
  padding-left:0;
  background:white 0px;
}

#commentspopup #container {background-image:none;}



/* header
--------------------------------------------------*/
#header {
  background-color:#000000;
  background-image:url(images/header.jpg);
}

/* navigation
--------------------------------------------------*/
#navigation {
  height:2.7em;
  line-height:2.7em;
  background-color:#3366cc;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
  border-color:white;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}


#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#1BA6B2}

#navigation form {
  border-color:white;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:white;
  background-color:#A3C159;
}

#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}


* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}

.entry .author {}

.entry .info {
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}

.entry .info a {border-color:#949494;}

.entry a.more {
  padding-left:12px;
}

.entry .info .date {
  padding-left:15px;
}

.entry .info .author {
  padding-left:23px;
  border-color:#949494;
}

.entry #filedunder {border-color:#F3F4F4;}


/* Mini-Entry
--------------------------------------------------*/
.minientry  {border-color:#D9D9D9;}

.minientry .commentlink {border-color:#949494;}

.minientry .permalink {
  padding-left:15px;
}

.minientry .author {
  padding-left:23px;
  border-color:#949494;
}


/* Comments
--------------------------------------------------*/
#comments {
	color: #000000;
}
#comments h2 {margin-bottom:24px;}

#comments h2 a {color:#024376;}

#comments .header {background-color:#63aae1;margin-top:24px;}

#comments .header.alt {background-color:#E9F7F6;}

#commentform {
	background-color:#6699cc;
	padding:3px;
}

#commentform label {margin:0 15px 0 15px;}

#commentform, #contactform {margin-bottom:18px;}

#commentform input {
	font-size:1.2em;
	width:200px;
	background-color: #FFFFFF;
}

#commentform textarea {
	margin-left:6px;
	width:320px;
}

#commentform .button {margin-left:90px;}


/* form
--------------------------------------------------*/
form {padding:2px 0;}


form fieldset {border:0 solid;} /* Opera */

form p {
  padding:2px 0;
}

/*
form label {
  display:block;
  float:left;
  color:#6C8C37;
}
*/

form input
{
  padding:1px;
  background-color:#8ec9f7;
  border: 1px solid #206aff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.0em;
  color: #000000;

}



#contactform label {margin:0 15px 0 0;}
#contactform .button {margin-left:75px;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
  color:#C8C8B4;
}

form textarea {overflow:auto;}


form .hiddenfield {display:none;}
form .info {padding-left:90px;}


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
  color:#A0A0A0;
}

.next a {
  padding-right:10px;
}

.previous a {
  padding-left:10px;
}

#entrynavigation {border-color:#F3F4F4;}

.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
}

html>body .editlink {bottom:6px;}

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}


ul li {
 margin-left:0px;
 padding: 1px 1px 1px 1px;
 text-indent:0;
}



/* content misc
--------------------------------------------------*/
.next a {float:right;}
.previous a {float:left;}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}


#subcontent ul, #subcontent p {
	padding: 2px 2px 2px 3px;
	margin-left:15px;
}


/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:210px;
  padding:0px 0 0 0px;
  font-size:0.9em;
  line-height:1.5em;
  text-align:left;
  margin-left:0px;
}

* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */


/* subcontent headings
--------------------------------------------------*/
#subcontent h2{
	padding: 3px 3px 3px 3px;
	font-size:1em;
	font-family:Georgia,serif;
        background-color: #5f90f1;
	color: #FFFFFF;
	background-position: center left;
	background-repeat: no-repeat;
	margin:20px 0px 10px 0px;
}


#subcontent h2 em {
  display:block;
  padding:2px 2px;
  font-style:normal;
}


/* subcontent list
--------------------------------------------------*/


#subcontent table caption {
  margin: 5px 5px 5px 5px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}


#subcontent table thead tr {
  color:#414141;
}

#subcontent table th {border-bottom-color:#F3F4F4;}

#subcontent table td#today {
  border-color:#F3F4F4;
  color:#414141;
}

#subcontent table td a {
  border-bottom-color:#8dc5cd;
  background-color:#aacfd5;
}

#subcontent table tfoot {border-top-color:#F3F4F4
border-top:1px solid;
}
#subcontent table tfoot a {
	background:none;
	border:none;
	font-weight:bold;
}
#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
  color:#000000;
}


/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding-left:5px;
  padding-right:5px;
  font-size:0.8em;
}

#footerad {
  clear:both;
  padding-left:0px;
  padding-right:0px;
  font-size:0.8em;
}


.singlecol #footer {
  padding:25px 0 15px 0;
}

#footer p {
  padding:12px 0 18px 0;
  border-top:1px solid;
}

#footer strong {font-weight:normal;}

.singlecol #footer p {
  padding:12px 70px 18px 70px;
}
/*
Attach the following to your theme's style.css
Of course, you can adapt it to fit your needs and taste
*/

/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
  background-color: #5f90f1;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

/* End Advanced Search form */
