/**********************************************************/
/* HTML Tags */
/**********************************************************/

body {
  background-color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
	text-align:center;
}

h1 {
	margin:0px;
	padding:0px;
}

blockquote {
  border-width:1px 1px 1px 8px;
  border-color:#C5C4BC;
  border-style:dotted dotted dotted solid;
  background-color:#f8f7ef;
  padding:0em 1em;
}

pre {
  overflow:auto;
	width:80%;
  font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
  background: #e7e6de;
  border: solid 1px #aaa;
  padding: 0px 10px 15px 10px;
}

code {
  font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
  font-size: 12px;
  background: #e7e6de;
  border: solid 1px #aaa;
}

a:link {
	color: #033b73;
}

a:visited {
	color: #033b73;
}

a:hover {
	text-decoration:underline;
	color:#377FCC;
}

.comment-text pre {
  margin:0px 15px;
}

pre code, pre pre {
  border: 0;
}

/**********************************************************/
/* This is the container for the whole page */
/**********************************************************/

.page {
  max-width:997px;
  min-width:997px;

  	
  position:relative;
  padding:3px;
  margin:0 auto;
  text-align:left;
}

/**********************************************************/
/* Header */
/**********************************************************/

.header {
  border-color:#AAAAAA;
  background-image:url("/images/headers/NewHeader.jpg");
  background-repeat:no-repeat;
  background-position:left;
  background-color:#000000;
  height:100px;
  border-style:ridge;
  margin-bottom:5px;
  border-width: 2px;
  padding-left:10px;
}

.blog-name:link, .blog-name:visited, .blog-name:hover {
  color:#ffffff;
  font-family:Garamond;
  font-size:34pt;
  font-weight:bold;
  text-decoration:none;
}

.blog-description {
  color:#ffffff;
  font-family:Garamond;
  font-size:12pt;
  font-weight:normal;
  margin:0px;
  padding-left:5px;
}

#topnav {
	font: 12px Verdana, Arial, Sans-Serif;
	list-style: none;
	margin: 0 auto;
	padding: 6px 20px 0 0;
	text-align: right;
}

#topnav li {
	display: inline;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li a:link, #topnav li a:visited {
	color: #ffff00;
	text-decoration: none;
}

#topnav li a:hover, #topnav li a:active {
	color: #F7F3ED;
}
/**********************************************************/
/* Post */
/**********************************************************/

.post-title:link, .post-title:visited, .post-title:hover {
	font-family:Garamond;
	color:#BD0811;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
        font-size:12pt;
}

.post-content, .comment-content {
	font-size:8;
}

/**********************************************************/
/* Sidebars */
/**********************************************************/

.left-sidebar, .right-sidebar {
	top:112px;
	font-size:8pt;
	position:absolute;
        text-decoration: none; 
}

.left-sidebar {
	width:140px;
	left:5px;        
}

.right-sidebar {
	width:200px;
	right:5px;
}

/**********************************************************/
/* Widgets */
/**********************************************************/

.left-widget-title {

 	color:#BD0811;
	background-color:#E2DEDD;
        border-color:#AAAAAA;
	width:128px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
        width: 150 px;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
 }

.left-widget {
	border-color:#AAAAAA;
	width:128px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

.right-widget-title {
	color:#BD0811;
	background-color:#E2DEDD;
        border-color:#AAAAAA;
	width:188px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
        
}

.right-widget {
	border-color:#AAAAAA;
	width:188px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

.center-widget-title {
	color:#000000;
	background-color:#C5C4BC;
	border-color:#C5C4BC;
	margin-left:145px;
	margin-right:205px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;	
}

.center-widget {
	border-color:#C5C4BC;
	margin-left:145px;
	margin-right:205px;
	color:#000000;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style:solid;
	padding:1em;
	margin-bottom:5px;
	font-size:10pt;
}

.footer {
	margin-left:145px;
	margin-right:205px;
	border-color:#C5C4BC;
	font-size:10px;
	text-align:center;
	position: relative;
	color:#000000;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style:solid;
}

img {
   border-width:0px;
}

h3#respond, h3#comments {
	color:#000000;
}

.single-post-metadata {
	color:#003366;
	background-color: #F8F7EF;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.left-widget ul, .right-widget ul {
  list-style-type:none;
  padding-left:7px;
  margin-top:0px;
  margin-left:0px;
}

.left-widget li,  .right-widget li {
	margin-top:5px;
}

h3#respond, h3#comments {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

.post-time, .post-author {
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
}

.post-date {
	background: #8CA5AC;
        border: #BD0811 2px solid;	
        color: #000000;
	float: left;
	font: bold 11px Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	text-align: center;
	width: 60px;
}

.post-metadata {
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
  padding-left:1px;
}

/* Comments Styles */
.comment-header {
        border:0px;
        padding:0px 5px;
        /* This is the background of the comment box */
        border-style:solid;
        background-color:#E2DEDD;
}

.comment-num:link, .comment-num:visited, .comment-num:hover{
        float:right;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:34px;
        font-style:italic;
        color:#aaaaaa;
				text-decoration:none;
}

.comment-text {
        padding:0px 5px;
	border-color:#e7e6de;
	border-width:1px;
	border-style:solid;
	background-color:#;
}

.comment-list .odd-comment, 
.comment-list .even-comment {
	font-size:12px;
  margin-bottom:5px;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.comment-date{
 	color:#999999;
 	font-size:7pt;
}

.comment-edit-link {
 	color:#999999;
 	font-size:7pt;
}

/* Single post */
.single-post-metadata {
	font-size:8pt;
	/*font-style:italic;*/
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding:1em;
	clear:both;
}

/**********************************************************/
/* Dum, dum dum dum, Don't touch this! */
/**********************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/**********************************************************/

/* Search input */
input#s {
	width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.permitted-tags {
	font-size:7pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}

.google-ads {
	text-align:center;
}

