/*  
Theme Name: Floodworks
Theme URI: http://floodworks.net/
Description: Flood Damage Blog
Version: 1.0
Author: Dillon Woods
Template: Default
Author URI: http://floodworks.net/
.
a
.
*/

body {
   margin: 0;
   text-align: center;
   background-color: white;
   line-height: 1.4em;
   font-family: arial, Arial;
   color: black;
   font-size: 0.8em;
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
   background: #c69c6c;
}

a img {
   border: none;
}

div.clear {
   clear: both;
}

p {
}

#container {
   text-align: left;
   width: 922px;
   vertical-align: middle;
   margin: 0px auto;
}

#header {
	background: url( 'images/header.jpg' ) no-repeat top left;
	height: 179px;
}
#body {
   margin: 0px 0px 50px 0px;
}

#body #content {
	background: white url( 'images/bg.jpg' ) repeat-y top left;
}

#body #footer {
   background: url( 'images/footer.jpg' ) no-repeat top left;
   height: 70px;
   clear: both;
}

.twocol {
	margin: 5px 80px 0 80px;
}
.twocol .col1 {
   width: 512px;
   float: left;
}
.twocol .col2 {
   margin: 0 0 0 577px;
	font-size: 9pt;
}
.twocol .col2partial {
   margin: 0 0 0 295px;
   padding: 0 210px 0 0;
   background: url( 'images/vertgears.jpg' ) no-repeat 515px 35px;

   min-height: 400px;
   height: auto !important;
   height: 400px;
}

.entry {
	margin: 0 0 30px 0;
}

.entry .title {
	background-color: #790102;
	color: white;
	font-size: 13pt;
	text-transform: uppercase;
	padding: 4px 0 4px 8px;
}
.entry .title a{
	color: white;
	text-decoration: none;
}
.entry .title a:hover {
	text-decoration: none;
}
.entry .subtitle {
	color: #790102;
}
.entry .body {
	margin: 22px 0;
	font-size: 9pt;
}
.entry a {
	color: #F66c48;
	text-decoration: none;
}
.entry a:hover {
	text-decoration: underline;
}
.entry a.link {
	display: block;
	font-size: 11pt;
}
.entry .footer {
	background-color: #FBECD5;
	font-size: 8pt;
	border-bottom: 2px solid #790102;
	margin: 8px 0 0 0;
	height: 21px;
	padding: 4px 0 0 8px;
}

.col2 h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
	margin: 15px 0 0px 0;
}
.col2 a {
	color: #F66c48;
	font-size: 10pt;
	text-decoration: none;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.col2 a:hover {
	text-decoration: underline;
}
.col2 a.link {
	color: black;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

.col2 h1 a,
.col2 h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
	margin: 10px 0 0px 0;
	color: black;
}
.col2 #soc_links {
	margin: 10px 0 0px 0;
}
.col2 #soc_links img {
	margin: 0 13px 0 0;
}

div#sidebar {
}
div#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.col2 div#sidebar li {
	margin: 10px 0 0 0;
}

div#comment_header {
	background-color: #790102;
	color: white;
	font-size: 13pt;
	text-transform: uppercase;
	padding: 4px 0 4px 8px;
}

.comment {
	background-color: #FBECD5;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
}
.comment .header {
	color: #790102;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 15px 8px 15px;
}
.comment .text {
	margin: 0px 25px 8px 25px;
}
.comment .footer {
	text-align: right;
	color: #790102;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 15px 0px 15px;

}

div.navigation {
    color: #790102;
    margin: 0 0 10px 0;
}
div.navigation a{
    color: #790102;
}
div.navigation a:hover {
    text-decoration: none;
}

div.navigation div.alignleft {
    Xfloat: left;
    width: 256px;
}
div.navigation div.alignright {
    text-align: right;
    width: 256px;
    float: right;
}
