/**
 * Typographic Stylesheet
 */

body, input, textarea {
  color: #000;    
  font: 14px Arial, Helvetica, Sans-Serif;
}

a {
  text-decoration: none; color:#990100;
}
a:hover {
  text-decoration: underline;
}
/* Headings */

h1 {
  font-weight: bold;
  clear: both;
  font: 19px Arial, Helvetica, Sans-Serif;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
  clear: both;
}

/* Text Elements */

p { margin-bottom: 18px; }

ul {
  list-style: disc;
  margin-bottom: 18px;
  margin-left: 20px;
}

ol {
  list-style: decimal;
  margin-bottom: 18px;
  margin-left: 18px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl { margin:0 18px; }
dt { font-weight:bold; }
dd { margin-bottom:18px; }

strong { font-weight: bold; }

cite, em, i { font-style: italic; }

blockquote { margin: 0 18px; }

blockquote em, blockquote i, blockquote cite { font-style:normal; }

pre {
  font: 11px Monaco, Monospace;
  line-height: 18px;
  margin-bottom: 18px;
}

code {
  font: 11px Monaco, Monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}

ins { text-decoration: none; }

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup { bottom: 1ex; }
sub { top: .5ex; }


html, body { height: 100%; }

body {
  background: #fff;
  text-align: center;  
}

#body-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -112px;  
}

#content-wrapper {
  width: 920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 20px 0px 20px;
  text-align: left;
  margin-bottom: 13px;
}

#content {
  float: left;
  width: 600px;
}

#sidebar {
  float: right;
  width: 300px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, 
blockquote { 
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}


fieldset, img { border: 0; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
q:before,q:after { content: ''; }
abbr, acronym { border: 0; }
.alignleft { float: left; }
.alignright { float: right; }
.alignnone { float: none; }
.aligncenter { text-align: center; }
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

.wp-caption {
	border: 1px solid #ddd;
	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-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Global Elements */

.clear { clear: both; }

.adbanner {
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.adbanner img {
  border: 1px solid #b2b2b2;
}

/* Begin Comments */

#comments-list ol {
  margin: 0;
}

#comments-list li {
  margin: 0;
}

#comments-list ol .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

#comments-list ol cite, #comments-list ol cite a {
  font-weight: bold;
  font-style: normal;
}

#comments-list ol p {
  font-weight: normal;
  text-transform: none;
}

#respond label {
  display: block;
  margin-bottom: 
}

#respond input {
  width: 170px;
  padding: 2px;
}

#respond textarea {
  width: 90%;
  padding: 2px;
}

#respond #submit {
  margin: 0 0 5px auto;
  float: right;
  cursor: pointer;

}

.alt {
  margin: 0;
  padding: 10px;
}

#comments-list ol {
  padding: 0;
  text-align: justify;
}

#comments-list ol li {
  margin: 15px 0 10px;
  list-style: none;
}

#comments-list ol li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

#comments-list ol p {
  margin: 10px 5px 10px 0;
}

.children { padding: 0; }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}

/* End Comments */

/* Begin Admin */

#i-am-admin {
  border-bottom-color:silver;
  border-bottom-style:solid;
  border-bottom-width:3px;
  font-family: "Lucida Grande", "Lucida Sans";
  color:#C6CCCC;
  height:40px;
font-family: georgia;
  text-align:right;
  width:100%;
  background:#464646;
}
#i-am-admin .inner {
  width:100%;
  margin:0 auto;

}
#i-am-admin p {
  font-family: "Lucida Grande", "Lucida Sans";
  margin:0 auto;
  padding:12px;
}
#i-am-admin span {
  float:left;
  font-size:16px;
  position:relative;
  margin-left:10px;

}
#i-am-admin em {
  float:left;
  font-size:13px;
}

#i-am-admin a,
#i-am-admin a:visited {
  color: #C6CCCC;
  font-size:1em;
  text-decoration: none;
  
}

#i-am-admin a:hover,
#i-am-admin a:focus {
  text-decoration:underline;
  color:#FFF;
}

/* End Admin */

/* Begin Header */

#header-container {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  margin-bottom: 1px;

}

#header {
  width: 960px;
  text-align: left;
  margin: 0 auto;
}

#header img {
  float: left;
  line-height: 100px;
  margin: 0;
}

#header h1 {
  margin: 0;
}

#header h1 a {
  float: left;
  text-decoration: none;
  font-size: 22px;
}

#header .site-description {
  float: right;
  font-size: 22px;
  font-style: italic;
  margin: 0;
}

.main-nav {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.main-nav ul {
  width: 960px;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  height: 33px;
}

.main-nav li {
  float: left;
  margin: 0;
  position: relative;
  z-index: 999;
}

.main-nav li a {
  display: block;
  float: left;
  line-height: 33px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 15px;
}

.main-nav li a:hover, .main-nav li.current_page_item a  {
  font-weight: bold;
}

.main-nav li ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 0;
}

.main-nav li:hover ul {
  display: block;
  top: 32px; left: 0;
}

.main-nav li:hover ul li, .main-nav li:hover ul li a {
  display: block;
  float: none;
  width: 200px;
  font-weight: normal;
}

#content-wrapper {margin-top: 35px;}

/* End Header */

/








/* Tabs */

.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Blog Navigator */

#sidebar .widget_blognavigator .tabs {
  width: 282px;
  overflow: hidden;
}

#homepage-widgets .widget_blognavigator .tabs {
  width: 271px;
  overflow: hidden;
}

.widget_blognavigator h3 {
  margin-bottom: 0 !important;
}

#sidebar .widget_blognavigator .tabs {
  margin: 0; margin-left: 23px; margin-bottom: 13px;
}

#homepage-widgets .widget_blognavigator .tabs {
  margin: 0; margin-left: 22px; margin-bottom: 13px;
}

.widget_blognavigator .tabs li {
  margin: 0; margin-right: 16px;
}

.widget_blognavigator .tabs li {
  float: left;
}

.widget_blognavigator .tabs li a {
  background: #dd3131;
  color: #ffffff;
  float: left;
  font-size: 13px; font-weight: bold;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
  padding: 0 10px;
}

#blog-navigator .widget-container li {
  color: #00123f;
  border-bottom: 0;
  font-size: 13px;
  padding: 0;
  margin: 0; margin-bottom: 18px;
}

#blog-navigator .widget-container li:last-child { margin-bottom: 0; }

#blog-navigator .widget-container li a {
  color: #00123f;
  line-height: 14px;
}

/* Sidebar Adblocks Widget */

.widget_sidebar_adblocks  {
  padding-top: 17px;
}

.widget_sidebar_adblocks ul {
  list-style: none;
  margin: 0; margin-left: 4px;
}

.widget_sidebar_adblocks ul li {
  float: left;
  margin: 0; margin-left: 12px; margin-bottom: 12px;
}

.widget_sidebar_adblocks ul li img {
  border: 1px solid #c0c0c0;
}

.widget_squeeze .widget-container {
	width: 250px !important!;
	padding-right: 12px !important;
	font-size: 14px;
	line-height: 1.5;
}

.widget_squeeze .form-container {
margin-top:10px;
	width: 200px;
	font-size: 14px;
}

.widget_squeeze .form-container input.text {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	color: #878787;
	padding : 5px;
	margin-top:15px;
	font-size: 15px;
	margin-bottom: 10px;
}


.widget_squeeze .form-container form {
margin:0!important;
padding:0!important;
}

.widget_squeeze .form-container #submit {
  border: 0;
  font-weight: bold;
  cursor: pointer;
  text-shadow: #484848 1px 2px 2px;
  width: 240px;
  font-size: 16px;
  padding: 10px 0px;
}

/* Begin Footer */

#footer-container {
  position: relative;
  padding-bottom: 22px; padding-top: 35px;
  height: 55px;
}

.push {
  height: 112px;
}

#footer {
  width: 960px;
  margin: 0 auto;
}


#footer p {
  margin: 0;
  text-align: right;
}

#footer a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#footer img {
margin-right: 10px;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul {
  list-style: none;
  margin: 0;
}

#footer li {
  float: left;
  margin: 0;
  padding-right: 5px; margin-right: 5px;
}

#footer li:last-child {
  border-right: 0;
}

#footer .alignright img { margin-bottom: 10px; }
#footer .alignleft img { margin-bottom: 10px; }

#footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* End Footer */

/* Begin Post */


  
.hentry .post-header {
  margin-bottom: 23px;
}



.hentry .post-title, .hentry .post-title a {
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 5px;
}

.hentry .post-info {
  font-size: 11px;
  margin-bottom: 10px;
  position: relative;

}

.rond-sep {
  height: 7px;
  font-size: 1%; 
  margin: 10px auto;
}

.hentry .entry p { line-height: 22px; }


.hentry .post-footer .rond-sep { margin-bottom: 16px; }

.hentry .social-media {
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin-bottom:40px;
}

.hentry .social-media li {
  float: left;
  margin-right: 26px;
}

.hentry .social-media li a {
  height: 14px;
  text-decoration: none;
  font-size: 11px;
}

.hentry .social-media li.share-this a {
  background: transparent url('images/socialmedia_sharethis.png') no-repeat top left !important;
  color: #0d7032;
  padding: 0; padding-left: 16px;
  line-height: 14px;
}

.hentry .social-media li.share-this a span {
  line-height: 14px;
}

.hentry .social-media li.rss a {
  background: transparent url('images/socialmedia_rss.png') no-repeat top left !important;
  color: #e04c1c;
  padding-left: 16px;
  line-height: 14px;
}

.hentry .entry blockquote {
  clear: both;
  margin: 0;
  font-style: italic;
  padding: 10px;
}

.hentry .entry img.alignleft {
  margin-right: 18px; margin-bottom: 18px;
}

.hentry .entry img.alignright {
  margin-left: 18px; margin-bottom: 18px;
}

.hentry .entry h1 {
  font-size: 22px;
  margin-bottom: 18px;
}

.hentry .entry h2 {
  font-size: 20px;
  margin-bottom: 18px;
}

.hentry .entry h3 {
  font-size: 18px;
  margin-bottom: 18px;
}

.hentry .entry h4 {
  font-size: 16px;
  margin-bottom: 18px;
}

.hentry .entry h5 {
  font-size: 14px;
  margin-bottom: 18px;
}

.hentry .entry h6 {
  font-size: 12px;
  margin-bottom: 18px;
}

.hentry .entry ul, .hentry .entry ol {
  margin-left: 40px;
  margin-bottom: 18px;
}

.hentry .entry li {
  margin-bottom: 10px;
  line-height: 22px;
}

.hentry .entry a {
text-decoration: none;
}

.hentry .entry a:hover {
text-decoration: underline;
}

/* End Post */


/* Begin Respond */

#content #respond {

margin-top:30px;
}

#content #respond h3 {
  font-size: 18px; font-weight: bold;
  margin-bottom: 20px;
}

#content #respond p {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 17px;
}

#content #respond input.text {
  float: left;
  font-size: 12px;
  width: 266px;
  padding: 5px 5px;
}

#content #respond textarea {
  float: left;
  width: 362px;
  height: 185px;
  padding: 5px;
}

#content #respond #commentsubmit {
  background: #8b8b8b;
  color: #fff;
  padding: 6px;
  display: block;
  border: 0;
  position: absolute; bottom: 0; right: 15px;
    cursor: pointer;
    border: 2px #727372 solid;
}

#content #respond #commentsubmit:hover {
  background: #727372;
  border: 2px #727372 solid;
 }
 
 #content #respond #commentsubmit:active,#content #respond #commentsubmit:focus {
  border: 2px #727372 inset;
 }

/* End Respond */

/* Begin Squeeze Template 1 */

#squeeze-template-1 {
  text-align: left;
  margin: 0px auto; margin-bottom: 10px;
  width: 940px;
  padding: 0px;
  overflow: hidden;
}

p.disclaimer {
font-size: 12px;
background: #fffddf;
border: 1px #f3f2d5 solid;
width: 920px;
margin: 10px auto;
text-align: center;
padding: 10px;
}

#squeeze-template-1 h2 {
margin-bottom:10px;
font-size: 28px!important;
font-weight: bold;
line-height: 1.5;

}

#squeeze-template-1 h3 {
margin:10px 0px 20px 0px;
font-size: 18px;
line-height: 26px;
font-weight: normal;

}

#squeeze-template-1 .video {
  background: #ffffff;
  float: left;
  width: 571px;
  height: 335px;
  padding: 0px;
  padding-bottom:10px;
}

#squeeze-template-1 .form {
  width: 340px;
  float: right;
}

#squeeze-template-1 .form-content {
  font-size: 1.3em;
  line-height: 1.5;
  margin-top: 16px; margin-bottom: 25px;

}

#squeeze-template-1 .form-content strong {
  font-style: italic;
}

#squeeze-template-1 .form form {

  width: 334px;

  padding-left: 6px; padding-right: 13px; padding-top: 5px;
  padding-bottom: 5px;
}

#squeeze-template-1 .form form p {
  margin: 0;
}

#squeeze-template-1 .form form input.text {
  background: #eeeeee;
  border: 2px solid #dddddd;
  font-size: 20px;
  padding: 8px;
  width: 240px;
  margin-left: 11px;
  margin-bottom: 17px;
}

#squeeze-template-1 .form form #submit {
  font-size: 30px; font-weight: bold;
  border: 0;
  width: 330px;
  height: 87px;
  padding: 10px;
  cursor: pointer;
  text-shadow: #484848 1px 2px 2px;
}

#squeeze-template-1 .form form #submit:hover {
  background-position: bottom left;
}

/* End Squeeze Template 1 */


.edit {margin: 0px; float: right; text-align: right; background: url('images/edit.png') no-repeat top left;
text-indent: 17px;
}

.edit a {text-decoration: none; font-weight: bold; color: black}

.edit a:hover {text-decoration: underline; font-weight: bold; color: #c70000}