html {
    color: #000000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, textarea, select {
}
legend {
    color: #000000;
}
del, ins {
    text-decoration: none;
}
/* Global
 -------------------------------------*/
.invisible {
    display: none;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    margin-top: 20px;
    line-height: 150%;
}
p a {
    color: #333;
    font-weight:bold;
}
/* Layout
 -------------------------------------*/
body {
    margin: 0;
    font-size: 100.01%;
    background-color: #333;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    background: url("images/bkg.jpg") repeat 0 -1px;
}
#container {
    position: relative;
    width: 1031px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#header {
    height: 315px;
    position: relative;
    background: url("images/header.jpg") no-repeat 0 0;
}
#header h1 a {
    top: 82px;
    left: 66px;
    font-size: 55px;
    color: #000;
    position: absolute;
    font-family: Times New Roman, Arial;
    line-height: 38px;
    font-style: italic;
    font-weight: bold;
}
#header .logo:hover {
    text-decoration: none;
}
#nav {
    padding: 0 0 25px 0;
}
#nav ul {
    list-style-type: none;
}
#nav ul li {
    float: left;
    margin-right: 52px;
}
#nav ul li a, #nav ul li span {
    font-size: 18px;
    display: block;
    float: left;
    color: #2A3948;
    padding-top: 4px;
    font-weight: bold;
}
#nav ul li a:hover {
    text-decoration: none;
}
#content {
    background: url("images/contentbkg.jpg") no-repeat 0 0;
    padding: 0 52px 0 53px;
}
#contentinner {
    background: #E8E7E7 url("images/innercontent.jpg") no-repeat 0 0;
}
#column1 {
    width: 509px;
    float: left;
    display: inline;
    padding-left: 79px;
    padding-bottom: 20px;
}
#footer {
    background: url("images/footerbottom.html") no-repeat 0 100%;
    clear: left;
    padding: 30px 0 20px 0;
}
#footer ul {
    display: block;
}
#footer ul li {
    float: left;
    padding-right: 5px;
    color: #666;
}
#footer a {
    color: #666;
    font-size: 12px;
}
#footer ul li a {
    float: left;
    padding-right: 5px;
}
#footer .right {
    float: right;
    width: 237px;
    color: #666;
    font-size: 12px;
}
#footer .right a {
    font-weight: bold;
    font-size: 12px;
}
/* Column1
 -------------------------------------*/
h1 {
    font-size: 30px;
    font-style: italic;
    color: #CC0000;
    padding: 0 0 7px 0;
    font-family: Times New Roman, Arial;
}
h2 {
    font-size: 25px;
    font-style: italic;
    color: #CC0000;
    padding: 26px 0 7px 0;
    font-family: Times New Roman, Arial;
}
h2 a {
    color: #CC0000;
}
.post p {
    font-size: 12px;
}
.post {
    padding-bottom: 25px;
    border-bottom: solid 1px #AFAFAF;
    position: relative;
}
.post img {
    margin-top: 25px;
}
/* Column2
 ----------------------------------*/
#column2 {
    width: 239px;
    float: left;
    display: inline;
    padding-left: 75px;
    background: url("images/bottomcol2.jpg") no-repeat 100% 100%;
    min-height: 465px;
}
* html #column2 {
    padding-left: 40px;
    height: auto !important;
    height: 465px;
}
#column2 .inner {
    background: url("images/sidecol2.jpg") no-repeat 100% 0;
}
#column2 h2 {
    color: #1F2F3F;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    padding: 0;
}
#column2 ul {
    font-size: 12px;
    line-height: 19px;
    color: #5C6A64;
    padding-bottom: 24px;
}
#column2 ul ul {
	padding: 0 0 0 20px;
}
#column2 ul li a, #column2 ul li span {
    font-size: 12px;
    line-height: 19px;
    color: #5C6A64;
}
#column2 ul.last {
    border-bottom: none;
}
/* wordpress
 ----------------------------------*/
#column1 h3 {
    font-size: 14px;
    font-family: Times New Roman, Arial;
    text-transform: uppercase;
}
#column1 h3, #column1 h3 a {
    color: #1F2F3F;
}
.navigation {
    float: left;
    width: 509px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.navigation a {
    font-size: 12px;
    color: #CC0000;
}
.entry p a:visited {
    color: #b85b5a;
}
/* Begin Lists
 Special stylized non-IE bullets
 Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}
html > body .entry li {
    margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}
.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}
.entry ol li {
    margin: 0;
    padding: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}
select {
    width: 130px;
}
/* End Form Elements */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}
acronym, abbr {
    border-bottom: 1px dashed #999;
}
.center {
    text-align: center;
}
.hidden {
    display: none;
}
hr {
    display: none;
}
a img {
    border: none;
}
.ce_comments {
	font-size: 12px;
	margin: 50px 0;
}
.ce_comments .comment_default {
	margin-bottom: 30px;
	clear: both;
}
.ce_comments .form {
	margin: 50px 0;
}
.ce_comments .form input, .ce_comments .form textarea {
	border: 1px solid #A0A0A0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 2px;
	width: 200px;
}
.ce_comments .form textarea {
	width: 300px;
}
p.info {
	color: #A0A0A0;
}

