body {
    margin: 0;
    padding: 0;
    /* background:url(images/body.png) top left;  */
    text-align:center;
    font-family: Verdana, Arial, sans-serif;
}
a           { color: #03314a; text-decoration: underline; } 
a:link      { color: #03314a; } 
a:visited   { color: #03314a;  } 
a:active    { color: #426577;  } 
a:hover     { color: #426577; }
a img       { border: 0; text-decoration: none; }
h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}
.clear {
    clear:both;
}

#site { 
    padding:12px 0;
    background:url(images/background.jpg) repeat top left; 
}


/* FOOTER */

#footer {
    background:url(images/footer.png) no-repeat bottom left;
    height:29px;
    padding:0;
    margin:0;
    clear:both;
}
#footer p {
    font-size:10px;
    text-align:center;
    margin:0;
    padding:7px 0 0 0;
}
#footer a {
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}

/* BANNER */

#banner {
    height: 111px;
    background:#fff url(images/banner.png) no-repeat top left; 
    padding:0;
    margin:0;
}
#banner h1 {
    padding:6px 0 0 5px;
}
#banner h1 a {
    text-indent:-999em;
    background:url(images/logo.gif) repeat-y top left; 
    height:61px;
    width:340px;
    display:block;
}

#sitesearch {
    float:right;
    margin: 20px 0 0 0;
    width:425px;
    height: 55px;
}
#sitesearch-button {
    position:relative;
    top:10px;
}
#sitesearch-field {
    border:0;
    width:285px;
    margin:0 20px;
    padding: 0; 
    color:#BE3A1F;
    font-weight:bold;
    background: white !important;
}
#sitesearch-field:focus { outline: none; }
#sitenav ul {
    list-style:none;
    margin:2px 0 0 5px;
    padding:0;
    font: 16px Georgia, "Times New Roman", Times, serif;
    color:#fff;
}
#sitenav li {
    float:left;
    margin:14px 0 0 0;
    padding:0;
    text-indent:0;
}
#sitenav a {
    padding:0 18px;
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
}
#sitenav a:hover {
    color: #ffa;
}

/* SIDEBAR */

.sidebar {
    width: 198px;
    float: left;
    margin:0;padding:0;
    overflow: hidden;
}

#body-normal .sidebar ul {
    padding: 0px 0 20px 0;
}

#right { width: 200px;}


#body-normal #right > ul > li {
    margin: 15px 20px 0 0px;
    padding-left: 5px;
}
#body-normal #right > ul > li > ul {
    margin-right: 5px;
    padding-bottom: 5px;
}
#body-normal #right > ul > li > ul > li {
    margin-right: 5px;
}

.sidebar a { text-decoration: none; }
.sidebar a:link, .sidebar a:visited {
    color: #03314a;
}
.sidebar a:active {
    color: #426577;
}
.sidebar a:hover {
    color: #426577; 
    text-decoration: underline;
}
.sidebar h2 {
    color: #03314a;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: bold;
}
#body-home .sidebar ul {
    padding: 0px;
    margin: 0px 0;
}
.sidebar li {
    color: #000000;
    font-size: 11px;
    list-style: none;
    padding: 0 0 0 15px;
    line-height:1.2;
}
.sidebar p {
    color: #9A3E2F;
    font-size: 11px;
}

/* SIDEBAR WIDGETS */

.side_widget {
    padding: 0;
}

.widget {
    padding: 25px 20px 0 20px;
}

#body-home .widget {
    border: solid 1px #03314a;
    background: #a3c470;
}


.widget ul {
    margin: 10px 0;
    padding: 0;
}

.widget li {
    background: url(images/bullet-spiral.png) no-repeat top left;
    margin: 3px 0 0;
}

/* CATEGORIES WIDGET */

.widget_categories ul {
    margin-bottom:20px;
}

#body-home .widget_categories {
    padding: 0 !important; margin: 0 !important;
    border: solid 1px #03314a;
}
#body-home .widget_categories h2 {
    padding: 10px;
    background: #a3c470;
}
#body-home .widget_categories ul { 
    font-weight:bold;
    border-bottom: solid 1px  #91b65d;
    padding: 0 !important; margin: 0 0 12px 0 !important;
}
#body-home .widget_categories ul li {
    position: relative;
    margin: 0; padding: 0;
    line-height: 1;
    border-top: 1px solid #91b65d;
    background: none;
}
#body-home .widget_categories ul li a:hover { 
    background-color: #9dbf6a;
    color: #4f1f06;
}
#body-home .widget_categories ul li a {
    display: block;
    padding: 4px 25px 4px 10px;
    text-decoration: none;
    background: #a3c470;
    overflow: hidden;
    color: #03314a;
    font-weight: normal;
    font-size: 12px;
}

/*
#body-home .widget_categories {
padding: 0 !important; margin: 0 !important;
border: solid 1px #03314a;
}
#body-home .widget_categories h2 {
padding: 10px;
background: #a3c470;
}
#body-home .widget_categories ul { 
    font-weight:bold;
    border-bottom: solid 1px  #91b65d;
    padding: 0 !important; margin: 0 0 12px 0 !important;
}
#body-home .widget_categories ul li {
    position: relative;
    margin: 0; padding: 0;
    line-height: 1;
    border-top: 1px solid #91b65d;
    background: none;
}
#body-home .widget_categories ul li {
    display: block;
    padding: 4px 25px 4px 10px;
    color: #9a3e2f;
    text-decoration: none;
    background: #a3c470;
    overflow: hidden;
}
#body-home .widget_categories ul li {
	color: #03314a;
	font-weight: normal;
	font-size: 12px;
}
#body-home .widget_categories ul li:hover { 
    background-color: #9dbf6a;
    color: #4f1f06;
}

#body-home .widget_categories ul li:hover a { 
    color: #4f1f06;
} */


/* DISQUS WIDGET */
li#text-404793761.widget_text {
    padding: 0px !important;
    border: 0 !important;
    background: none !important;
}

li#adsensem-wide-skyscraper-1 {
    padding-left: 20px !important;
    border: 0 !important;
    background: none !important;
}

li#adsensem-wide-skyscraper {
    padding-left: 0px !important;
    border: 0 !important;
    background: none !important;
}

.dsq-combo-box {
    border: solid 1px #03314a !important;
    background: #a3c470 !important;
    padding: 6px 18px !important;
}

#dsq-combo-tabs li {
    float: left !important;
    font-weight: bold !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#dsq-combo-tabs li a {
    position: relative !important;
    top: 1px !important;
    display: block !important;
    padding: 0 6px !important;
    border-top: solid 1px #03314a !important;
    border-left: solid 1px #03314a !important;
    border-right: solid 1px #03314a !important;
    margin-right: 6px !important;
    background: white !important;
    color: #426577 !important;
    outline: none !important;
}
#dsq-combo-tabs li a:hover {}
#dsq-combo-tabs li a span {
    padding: 4px 0 0 0;
    display: block;
}
#dsq-combo-tabs li a:hover {}

#dsq-combo-tabs li.dsq-active a {
    background: #a3c470 !important;
    color: #03314a !important;
    border-bottom: 1px solid #91B65D !important;
}

#dsq-combo-content {
    clear: both;
}

#dsq-combo-content .dsq-clearfix {
    border-bottom: 1px solid #91B65D !important;
}


/* CENTER */

.center {
    float: left;
    width: 560px;
    overflow: hidden;
}
.center-inner {
    padding: 0 27px;
}
.center a {
    text-decoration: underline;
}
.center a:hover, .center a:active {
    color: #426577; 
    text-decoration: underline;
}
.center p {
    color: #282828;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px;
}
.center blockquote {
    line-height: 150%;
    font-size:10px;
    margin:0 15px 15px;
    padding:0 0 0 5px;
    border-left:solid 3px #eee6da;
}
.center blockquote br {
    display:none;
}

.center ul {
    list-style:none;
    padding:0;
    margin:15px 0;
}
.entry {
    margin-bottom: 25px;
}
.entry li {
    margin-top: 3px;
}
.archive-entry {
    clear: both;
    background: url(images/black-white.gif) repeat-x top left;
    padding: 6px 0 0 0;
    margin-top: 18px;
}
.center li,
.center dt,
.archive-entry-title {
    font-size: 11px;
    margin: 10px 0 0 0;
    line-height:1.4;
}
.archive-entry-title {
    clear: none;
}
.center ul li {
    list-style: none;
    padding: 0 0 0 15px;
    background: url(images/bullet-spiral.png) no-repeat top left;
}
.center dt,
.archive-entry-title {
    font-size:12px;
    line-height:1.4;
    font-weight:bold;
}
.center dd,
.archive-entry-description {
    font-size: 11px;
    margin: 5px 0 0 0;
}
.center .archive-list .entry-photo {
    float: left;
    margin: 10px 12px 12px 0;
}

.center h1 {
    color: #426577;
    padding: 15px 0 1px 0;
    background: url(images/black-white.gif) repeat-x bottom left;
    clear:both;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
}

#body-normal .center h1 {clear:none;}

.center h1 a {
    color:#03314a;
    text-decoration:none;
}
.center h1 a:hover {
    text-decoration:none;
}
.center h2 {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    clear:left;
    padding-top:10px;
}
.center h3 {
    color: #333;
    font: 20px Georgia, "Times New Roman", Times, serif;
    padding: 15px 0 0 0;
    background: url(images/black-white.gif) repeat-x bottom left;
    padding-bottom: 1px;
    clear:both;
}
#content .center h4 {
    color: #4f1f06;
    font-size: 13px;
    padding: 12px 0 0 0;
    font-weight: bold;
}
.center h3 a {
    text-decoration:none;
}
.center .archive-list h3 {
    background: none;
}

.center h3 a:hover {
    text-decoration:none;
}
.center h4 {
    color: #333;
    font: 12px verdana, arial, sans-serif;
    margin: 5px 0;
}
.entry-footer {
    padding: 3px 0;
    background: url(images/black-white.gif) repeat-x top left;
}

.entry-footer p {
    font-size: 10px;
}

#content .navigation p,
.navigation a,
#content .photo-navigation p,
.photo-navigation a {
    color:#BA8C8C;
    font-size: 11px;
    text-align: center;
}

#content .navigation p,
.navigation a {
    margin:15px 0 0 0;
}
#content .photo-navigation img {
    vertical-align: middle;
}

#content .center .entry-meta {
padding: 3px 0 7px 0;
}

#content .center .entry-meta p {
    color: #666; 
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.link-note {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 100%;
    text-align: left;
    padding: 2px;
    margin-bottom: 15px;
}
#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
}
textarea[id="comment-text"] {
    width: 80%;
}
.button {
margin-bottom: -3px;
}


/* COMMENTS */

#comments label {
    float:left;
    color:#777;
    clear:both;
    text-transform:uppercase;
    font-size:9px;
    margin:0 0 2px 0;
}
.fields input,
.fields textarea {
    border: solid 1px #E1AE83;
    width: 405px;
    float:left;
    margin:0 0 10px 0; 
    padding-left:3px;
    background:#fff none no-repeat top left; 
    color:#BE3A1F;
    font-weight:bold;
    clear:both;
}
.buttons {
    clear:both;
    text-align:right;
}
#comments h3 {
    background:none;
}

/* BLOG ICONS */
.blogtrackback {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/trackback.png") no-repeat 0 50%;
}
.blogupload {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/upload.png") no-repeat 0 50%;
}
.blogshare {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/share.png") no-repeat 0 50%;
}
.blogdownload {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/download.png") no-repeat 0 50%;
}
.blogpermalink {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/permalink.png") no-repeat 0 50%;
}
.blogpermalink2 {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/permalink2.png") no-repeat 0 50%;
}
.blogpermalink3 {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/permalink3.png") no-repeat 0 50%;
}
.blogpermalink4 {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/permalink4.png") no-repeat 0 50%;
}
.blogcomment {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/comment.png") no-repeat 0 50%;
}
.blogclock {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/clock.png") no-repeat 0 50%;
}
.blogclock2 {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/clock2.png") no-repeat 0 50%;
}
.blogtag {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/tag.png") no-repeat 0 50%;
}
.blogedit {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/edit.png") no-repeat 0 50%;
}
.blogfeed {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/blogicons/small/feed.png") no-repeat 0 50%;
}

/* CONTAINER */

#container {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    background-color:#fff;
}

#body-normal #container {
    background:#fff url(images/container-body-normal.png) repeat-y top left; 
}

#body-home #container {
    background:#fff url(images/container-body-home.gif) repeat-y top left; 
    min-height:1000px;
}

/* HOME */


#body-home #left {
    width: 156px;
    background: #fff;
}
#body-home #right {
    width: 300px;
}
#body-home #right .sidebar-callout .widget,
#body-home #left .sidebar-callout {
    border: solid 1px #03314a;
    background: #a3c470;
}
#body-home .widget { 
    padding: 12px 12px 6px 12px;
    margin-bottom: 12px;
}
#body-home #left .sidebar-callout .widget,
#body-home #right .sidebar-callout .widget {
    padding: 18px 15px 6px 15px;
}
#body-home .center {
    width: 480px;
}
#body-home .center-inner {
    padding: 0 10px;
}
#body-home #content-inner {
    padding: 10px;
}
#body-home h2.entry-list-header {
    color: #03314a;
    font: 13px Georgia, "Times New Roman", Times, serif;
    padding: 24px 0 12px 0;
    clear:both;
    font-weight: bold;
}
#body-home .entry-list .entry {
    background: none;
    padding: 0;
    margin: 0;
    padding: 12px 10px 0 12px;
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #03314a;
}
#body-home .entry-list .entry-photo {
    float: left;
    margin: 0 10px 12px 0;
}
#body-home .entry img,
#body-home .entry-photo img {
    padding: 2px;
    border: solid 1px #efe7da;
}
#body-home .entry-meta {
    margin: 2px 0 0 0;
    padding: 0 0 2px 0 !important;
}
#body-home .entry-list .entry h1 {
    background: none;
    clear: none;
    margin: 0; padding: 0;
}
#body-home .entry-list .entry-summary {
    font-size: 12px;
}
#body-home .entry-summary {
    margin-top: 4px;
}
#body-home .entry-list {
    padding-bottom: 45px;
    margin-bottom: 25px;
}

/* FEATURED */

#featured-entry {
    background: none;
    padding: 0; margin: 0;
    position: relative;
}
#featured-entry .entry-photo img {
    padding: 0;
    border: 0;
}

#featured-entry h1 {
    margin: 0; background: none;
    padding: 10px 0 0 0; 
}
#featured-entry .entry-summary {
    font-size: 12px;
    line-height: 1.5;
    margin: 6px 2px 0 2px;
}
#featured-entry .entry-summary a {
    text-decoration: none;
}

.hidden {
    display: none;
}


/* TWITTER */

#twitter-1 li {
    padding-bottom: 6px;
}

#twitter-1 h2 {
    background: url(images/twitter_small.png) no-repeat left;
    padding-left: 35px;
}


#twitter-2 li {
    padding-bottom: 6px;
}

#twitter-2 h2 {
    background: url(images/twitter_small.png) no-repeat left;
    padding-left: 35px;
}

li#text-404793765.widget_text {
    padding-left: 0px !important;
    border: 0 !important;
    background: none !important;
}

li#text-404793764.widget_text {
    padding-left: 15px !important;
    border: 0 !important;
    background: none !important;
}
