/* General Site Styles
------------------------------------- */
*{ 
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 height:100%;
 max-height:100%;
 overflow:hidden;
 padding:0;
 margin:0;
 border:0;
 background: white;
 text-align: center;
 color:#111;
 }
 
form {
	margin:0;
}

a,
a:visited {
 color: #0c93a7;
 }
 
a:hover,
a:active {
 color:#4dd0e3;
 }
 p {
	padding-top: 10px;
}
.redtext {
	color: #8b0a0a;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;

}
ol {
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

.image {
	position: relative;
	float: right;
	margin: 10px;
	vertical-align: top;
	clear: left;
	top: 0px;
}
.section {
	font-size: 33px;
	line-height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(http://www.mint400.net/parts/site/section_rule.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.grey {
	font-size: 33px;
	line-height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #324c38;
}

/* Top head line */

.tophead {
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='parts/topfade.png',sizingMethod='scale');
	background-image: url(parts/topfade.png);
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #534930;
	height: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 16px;
	color: #534930;
	text-align: left;
	padding-left: 220px;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: 300;
	background-repeat: repeat-x;
	background-position: top;
	z-index: 10;
}

.tophead a {
	color:#999; 
	text-decoration:none;
}

 

/* Masthead
------------------------------------- */


div#masthead { 
 position:absolute;
 bottom: -1px;
 left:-18px;
 width: 100%;
 height: 122px;  
 margin:0; 
 display:block;
 z-index:11;
 }
 
div#mastback { 
 position:absolute;
 bottom: -1px;
 left:-18px;
 width: 100%;
 height: 122px;  
 margin:0; 
 display:block;
 z-index:10;
 /* transparent png hack for ie */
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../parts/mastfade.png',sizingMethod='scale');
 }

/* overwrite for other browsers */
div#mastback[id] {
	background-color: transparent;
	background-image: url(../parts/mastfade.png);
	background-repeat: repeat-x;
	background-position: top;
 }
 
.masthead_contain {
	width: 1020px;
	margin: 0px auto 0px 15px;
 }
 
h1#logo { 
 float: left;
 overflow:hidden;
 position: relative;
 width: 213px;
 height: 109px;
 margin: 0;
 /* transparent png hack for ie */
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../parts/logo.png',sizingMethod='crop');
 }

/* overwrite for other browsers */
h1#logo[id] {
 background: transparent url(../parts/logo.png) no-repeat left top;
 }
 
h1#logo a { 
 display:block;
 text-indent: -9000px;
 width: 213px;
 height: 109px;
 border:0;
 }
 
 
/* Browse Bar
------------------------------------- */
 #browsebar {
 float: left;
 margin-top: 75px;
 margin-left:0px;
 position: static;
 } 

#nav {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	float: left;
	display: inline;
 }
 
#nav li {
	float: left;
	border-right: 1px solid #534930;
	font-size: 10px;
	padding: 4px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
	margin:2px 0 0;
	color: #534930;
 }
 
#nav li a {
 text-decoration: none;
 }
 
#nav li.rss {
 background: url('/feed-icon-16x16.gif') left center no-repeat;
 padding-left: 24px;
 }
 
#nav li.last {
 border: 0px;
 }
 
#search_form {
	display: inline;
	padding-left: 10px;
 } 
 
#search_form .textfield {
 width: 110px;
 color:#999;
 }
 
 

/* Content Area
------------------------------------- */
#content {
 display:block;
 height:100%;
 max-height:100%;
 overflow:auto;
 position:relative;
 z-index:1;
 text-align: left;
 padding-bottom: 1px;
 }
 
.column {
 width: 600px;
 margin: 0px auto 220px 220px;
 padding-top: 50px;
 }


/* Blog Entries
------------------------------------- */
.entry {
 clear: both;
 padding-top: 30px;
 }
 
.entry h3 {
 margin-bottom: 0px;
 } 

.entry li {
 	font: 13px/1.54 Georgia,Garamond,Times,"Times New Roman",serif;
  	margin-left:30px;
  	color:#333;
  	margin-bottom:12px;
  }
 
.entry_body {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
 } 
 
 
.more
{
text-transform: uppercase;
font-family: Georgia,Arial,Helvetica,Geneva,Sans-Serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
}

.comment-more {
}

.comment-more a {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comment-more a:hover {
color:#0c93a7;
}


.entry-footer {
	clear: both;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #a5997a;
	background-image: url(../parts/footer_rule.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.archive-entry-footer {
clear: both;
padding-top: 6px;
padding-right: 2px;
padding-bottom: 6px;
padding-left: 2px;
margin-top: 25px;
margin-bottom: 0px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
 
 	.clear	{
		clear: both;
		margin: 0px 0px 0px 110px;
		}
		
		
.comments-open-moderated {
font-size: 12px;
color:#999;
}		


.comments-open {
	margin-top:10px;

}

#comment-bake-cookie {
float:none;
}

.comments-open input#comment-author, .comments-open input#comment-email, .comments-open input#comment-url {
width: 190px;
font-family: arial,helvetica,sans-serif;
font-size: 11px;
padding: 2px;
background-color: white;

margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 0px;
}

#comment-text {
clear: none;
width: 390px;
height: 150px;
margin: 5px 0px 5px 0px;
}


/* Float Fix
------------------------------  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
#archive_form {
	display: inline;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#category_form {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 34px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a5997a;
	padding-bottom: 20px;
}

/* sidebar */
#sidebar {
	position: absolute;
	width: 177px;
	left: 850px;
	top: 86px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	padding: 4px;
	z-index: 2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #efefef;
	border-left-color: #efefef;
}
.subhead {
	color: #000000;
	font-weight: bold;
}
.side-riders {
	padding: 6px 8px 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../parts/sidebar_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.side-riders form {
	padding-top: 4px;
	padding-bottom: 4px;
}
.side-riders form .button {
	margin-top: 4px;
}
.side-boiler {
	padding: 8px 8px 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../parts/sidebar_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.side-detours {
	padding: 0px 8px 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../parts/sidebar_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.side-field {
	padding: 0px 8px 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../parts/sidebar_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.side-powered {
	padding: 0px 8px 12px;
}
.side-ads {
	padding: 0px 8px 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../parts/sidebar_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.side-feed {
	padding: 0px 8px 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../parts/sidebar_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#sidebar a {
	text-decoration:none;
	font-size: 10px;
	line-height: 13px;
}
#sidebar a:hover,
#sidebar a:active {
 color:#4dd0e3;
 }
.side-counter {
	padding: 0px 8px 12px;
}
.counter {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
}
.column-wide {
 width: 860px;
 margin: 0px auto 220px 220px;
 padding-top: 50px;
}
h3 {
	font-size: 18px;
	color: #000000;
	background-image: url(../parts/footer_rule.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 6px;
	background-image: url(../parts/footer_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #333333;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a5997a;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5997a;
}

.comment_body {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 8px;
	color: #333333;
	width: 500px;
}
label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
input {
	margin-bottom: 0px;
}
.comments {
	width: 550px;
}
.comment_typekey {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #901010;
	width: 500px;
}
.dateheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	color: #324c38;
	float: right;
	font-weight: normal;
	padding: 0px 0px 0px 100px;
	margin: 0px;
	text-align: right;
}
.footnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 12px 0px;
}
.inklingChart {
	margin: 0px;
	padding: 0px;
	width: 550px;
}
.inklings {
	padding: 6px;
	border: 1px solid #0c93a7;
	float: left;
	width: 250px;
	display: inline;
	margin-right: 6px;
	margin-bottom: 6px;
}
.inklings p,
.openCongress p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #8aae38;
}
.inklingsSingle {
	padding: 6px;
	border: 1px solid #0c93a7;
	clear: both;
	position: relative;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 413px;
}
.inklingsSingle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #8aae38;
}
.openCongress {
	padding: 6px;
	border: 1px solid #0c93a7;
	float: left;
	width: 252px;
	display: inline;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 225px;
}




.clearColumn {
	clear: both;
	width: 100%;
}
.callout {
	font-size: 24px;
	line-height: 25px;
	font-weight: normal;
	color: #581c1c;
	padding-right: 020px;
	padding-left: 020px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #581c1c;
	border-left-color: #581c1c;
	margin-top: 20px;
	margin-bottom: 20px;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 6px;
}