@import url("grid.css");





body {font-size:75%;color:#333;background:#ddd url(../img/bg-body.jpg) repeat-y top center;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}



/* ===== [ typography          ] =============================== */
h1, h2, h3, h4, h5, h6, .month_name, .intro  {font-weight:normal;color:#5577A6;font-family:Georgia, Palatino, Times, "Times New Roman", serif;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3, .month_name {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a, .reqtxt, .emailreqtxt {color:#900029;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:none;margin-left: 0;}
ul li {padding-left: 1em; background: url(../img/bg-li.gif) left 6px no-repeat; }
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-roman;}
ol ol ol {list-style-type:lower-alpha;}



dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;border-collapse: collapse;border: 1px solid #345083;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {text-align: center;font-weight: bold;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}



/* ===== [ typographic niceties      ] =============================== */

   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}

.intro {color:#333; font-size: 1.2em; font-style: italic; }

/* ===== [ Navigation          ] =============================== */

#header  h1 {
   text-align: center;
   margin:  0;
   padding: 0;
   float: right;
   width: 254px;
   height: 200px;
}
#header h1 a {
   display: block;
   overflow: hidden;
   background: url(../img/bg-header.gif)  top no-repeat;
   margin: 0;
   padding: 200px 0 0 0;
   text-indent: -9999px;
   height: 0px !important;
   height /**/:200px; /* for IE5/win */
   }
   

/* Main NAVIGATION */
div.navcontainer {
    background: url(../img/bg-nav1.gif)  top repeat-x; float: left;
    width: 950px;
}
ul.nav1, ul.barnav, ul.nav2   {
    float: left;
    width: 696px;
    list-style: none;
    margin:  0;
    padding: 0;
}
ul.nav1  li, ul.barnav li, ul.nav2 li {
	float:      left;
	overflow:   hidden;
    display:    inline;
    background-image: none;
    margin:     0;
    padding:    0;
    }
ul.barnav li {
    float: right;
}
ul.barnav  {
    width: 950px;
    margin-bottom: -5px;
}
ul.nav2, ul.nav2 li {
    width: 170px;
}
ul.nav2 {
    padding-bottom: 22px;
    background: url(../img/bg-nav2grad.gif) bottom left no-repeat;
}
ul.nav2 li {
    border-bottom: #8A8A8A solid 1px;
    background: url(../img/bg-nav2.gif) top left no-repeat;
}
ul.nav1 li a, ul.barnav li a, ul.nav2 li a {
    margin: 0 auto;
    position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	font-weight: bold;
    padding: 8px 17px;
    color: #fff;
}
ul.nav1 li.current_page_item a, ul.nav1 li.current_page_parent a {
    background: url(../img/bg-current.gif) top repeat-x;
    }
ul.barnav li a {
    padding: 2px 14px 8px;
    color: #ccc;
 }
ul.nav2 li a {
   color: #314F80;
   display: block;
   float: none;
   padding: 8px 20px;
	font-weight:     normal;
}
ul.nav2 li a:hover, ul.nav1 li a:hover {
   color: #192840;
}
ul.nav2 li.current_page_item a {
    font-weight:bold;
    }




/* ===== [ forms                ] =============================== */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input {  border:1px solid #bbb;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}



/* ===== [ layout                ] =============================== */

#header { z-index: auto; }
#header img, #footer, ul.barnav {
    float: left;
}
#footer, #bar {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../img/bg-footer.gif)  top repeat-x;    
}
#footer {
    height: 150px;
    position: relative;
}
.clearfooter {
   height: 150px;
   clear: both;
}
#bar {
    padding: 0;
    background: #1E1E1E;
    }
#main {
    margin-top: 1em;
}
#footer p, #footer p a {
    color: #ccc;    
}
.cf_hidden, .hidden, .linklove {
	display: none;
}
.edit a, .prev-month, .next-month, table.dbem-calendar-table tbody td a, input.sendbutton {
    color: #fff;
    padding: 0.75em 1.25em 0.5em 2.25em;
    background: #900029 url(../img/page_edit.png) 6px 8px no-repeat;
    font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    }
.edit a:hover,  .prev-month:hover, .next-month:hover, table.dbem-calendar-table tbody td a:hover {
    background-color: #A73556;
    }
#primary-sidebar {
    padding-top: 1em;
}
#cfct-search {
    margin-top: 5px;
}
#cfct-search-input {
  background: #ABBCDD;
  
  width: 170px;
}

/* ==== [ cform                  ] =============================== */

.cform {
	margin: 0;
	float: left;
}

.cf-ol, .cf-ol li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.reqtxt, .emailreqtxt {
	font-style: italic;
	font-size: 0.8em;
	display: block;
}

p.cf-sb {
	clear: both;
	margin: 1em 0 2em 0;
}

.cf-sb input {
	float: left;
}

#usermessagea {
	font-weight: bold;
	font-size: 1.2em;
}

#usermessagea.success {
	margin-bottom: 1.5em;
	padding-top: 1em;
	color: #060;
}

#usermessagea.failure {
	margin-bottom: 1.5em;
	padding-top: 1em;
}


input.cf-box-b, input.cf-box-a {
	float: left !important;
	margin: 0 2% 0 0;
	width: 10%;
}

label.cf-after {
	float: left;
	width: 90%;
}

input.cf-box-b {
	width: 1em !important;
}
.cform li {
	display: block !important; 
	float: left;
	width: 90%;
}

.cf-ol li label {
    width: 100%;
    float: left;
}
.cf-ol li  {
    margin-bottom: 1em;
}



input.sendbutton {
  background: #900029  url(../img/bg-send.png) 6px 2px no-repeat;
  padding: 0.3em 1.5em 0.5em 3em;
  }
input.sendbutton:active {
  background:#BF6B83;
  }
input.sendbutton:hover {
  color:#BF6B83;
  }

/* errors */

ol.cf-ol li.cf_li_err {
	background:#F9F2F4;
	border-color:#900029;
	border-style:solid;
	border-width:2px 0pt;
	padding:1em !important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	padding:0;
	margin-left: 0;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../img/bg-error.png) no-repeat left 1px!important;
	padding-left: 23px;
	color:#900029;
	margin-left: 0;
	font-weight: bold;
}





/* ==== [ CALENDAR                  ] =============================== */

table.dbem-calendar-table  {
    border-right: solid 1px #54709D;
}
table.dbem-calendar-table tbody td {
    padding: 0.5em 0.25em 2em 0.25em;
    text-align: left;
    border-left: solid 1px #54709D;
    border-bottom: solid 1px #54709D;
    width: 14%;
}
tr.days-names {
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #54709D;
    background: #6F8CC4;
}
.days-names td {
    text-align: center;
    border: none;
    padding-bottom: 0.5em;
}
.prev-month, .next-month, table.dbem-calendar-table tbody td a {
    background-image: none;
    padding: 0.1em 0.5em;
    display: block;
}
.month_name {
    margin-bottom: 0.5em;
}


/* ==== [ comments             ] =============================== */


.comments-link a, .comments-link a:visited, .comments-link span {
	display: block;
	width: 140px;
	background: url(../img/comment.gif) no-repeat left center;
	padding: 1px 0 0 20px;
}

p.comments-link {
	float:right;
}


.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:1em 0 0 0;
	position:relative;
	border-top: 1px #434343 dotted;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:0.9em;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
	text-decoration: none;
}
.comment-reply-link:hover {
	background:#633512;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#6F8CC4;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #434343;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#E0E0E0;
	border:1px solid #bbb;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}



/* ==== [ ARCHIVES             ] =============================== */


.archive {
	border-top: 1px dotted #434343;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #434343;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	text-decoration: none;
}
.excerpt strong.entry-title a:hover {
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}




/* ==== [ CAPTIONS             ] =============================== */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	font-style: italic;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




/* ===== [ Pagination ] ============================== */




.pagination, .pagination-single {
	background-color:#434343;
	border:1px solid #bbb;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a, .pagination-single .previous {
	float:left;
	padding:0.5em 1em;
}
.pagination .next a, .pagination-single .next {
	float:right;
	padding:18px;
}

.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#434343;
	border: 1px solid #bbb;
	padding: 8px 0 6px;
	text-align: center;
}








/* Sidebar and Widgets ============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}




