body {
    font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#left-column {
    width: 48.5%;
    margin-right: 10px;
    float: left;
}

#right-column {
    width: 48.5%;
    float: left;
    margin-left: 10px;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

a.more-link {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    font-weight: bold;
    padding-bottom: 2px;
}

a.more-link:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
    padding: 10px 15px 7px;
}

h1 {
    font-size: 3.7em;
    font-weight: normal;
    letter-spacing: -2px;
}

h1.page-title {
    font-family: verdana, geneva;
    text-align: center;
}

h2 {
    font-size: 2.8em;
    font-weight: normal;
}

h3 {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding-top: 15px;
}

h4 {
    font-size: 1.3em;
}

ul, ol {
    margin: 10px 20px;
    padding: 0 20px;
}

ul {
    list-style: disc outside none;
}

ol {
    list-style: decimal outside none;
}

dt {
    font-weight: bold;
}

dd {
    padding-left: 25px;
}

p, dl {
    padding: 10px 15px;
}

img {
    padding: 8px;
}

img.float-right {
    margin: 5px 0 10px 10px;
}

img.float-left {
    margin: 5px 10px 10px 0;
}

code {
    border-style: solid;
    border-width: 1px;
    display: block;
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
    margin: 3px 0;
    overflow: auto;
    padding: 15px;
    text-align: left;
}

acronym {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}

blockquote {
    border-style: solid;
    border-width: 1px;
    font-family: Georgia, 'Times New Roman', Times, Serif;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin: 10px;
    padding: 10px 10px 10px 32px;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    margin: 10px;
}

tr {
    background: none repeat scroll 0 0 transparent;
}

tr.altrow {
    background: none repeat scroll 0 0 transparent;
}

th, td {
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

th {
    padding: 0.8em 1em;
}

td {
    padding: 0.7em 1em;
}

form {
    border-style: solid;
    border-width: 1px;
    margin: 10px;
    padding: 15px 25px 25px 20px;
    display: block;
}

form p {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0;
    padding: 12px 0 5px;
}

label {
    font-weight: bold;
}

input, select, textarea {
    border-style: solid;
    border-width: 1px;
    font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
    margin: 5px 0;
    padding: 5px;
}

input:focus, select:focus, textarea:focus {
    font-weight: bold;
}

#name, #email, #message, #website {
    width: 380px;
}

input.button {
    border-style: solid;
    border-width: 1px;
    font: bold 12px Arial, Sans-serif;
    height: 30px;
    margin: 0;
    padding: 2px 3px;
}

#page {
    text-align: left;
    background-color: gray;
    padding-top: 15px;
    padding-bottom: 15px;
}

#page_content {
    margin: 0 auto;
    position: relative;
    -moz-border-radius-topleft: 10px; /* Rounded edges for firefox */
    -moz-border-radius-topright: 10px; /* Rounded edges for firefox */
    border-top-left-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */
    border-top-right-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */

    -moz-border-radius-bottomleft: 10px; /* Rounded edges for firefox */
    -moz-border-radius-bottomright: 10px; /* Rounded edges for firefox */
    border-bottom-left-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */
    border-bottom-right-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */

    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}

#main_content {
    margin-left: 0;
    margin-right: 0;
}

body.twocol_leftbar #main_content {
    border-left-style: solid;
    border-left-width: 1px;
    margin-right: -1px;
}

body.twocol_rightbar #main_content,
body.default #main_content {
    border-right-style: solid;
    border-right-width: 1px;
    margin-left: -1px;
}

#main_content, #right_widget_content, #left_widget_content {

}

#header {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#banner {
    padding-top: 15px;
}

#banner_content {
    margin: 0 auto;
    position: relative;
    -moz-border-radius-topleft: 10px; /* Rounded edges for firefox */
    -moz-border-radius-topright: 10px; /* Rounded edges for firefox */
    border-top-left-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */
    border-top-right-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */

    -moz-border-radius-bottomleft: 10px; /* Rounded edges for firefox */
    -moz-border-radius-bottomright: 10px; /* Rounded edges for firefox */
    border-bottom-left-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */
    border-bottom-right-radius: 10px; /* Rounded edges for Safari/Chrome/IE9 */

    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}

#header_content h1#logo-text {
    margin: 0;
    padding: 0;
}

#header_content h1#logo-text a {
    font: 75px Georgia, 'Times New Roman', Times, serif;
    left: 20px;
    letter-spacing: -6px;
    margin: 0;
    padding: 0 5px 0 0;
    position: absolute;
    text-decoration: none;
    top: 40px;
}

#header_content h1#logo-text a:hover {
    border: medium none;
}

#header_content p#intro {
    font-family: Georgia, 'Times New Roman', Times, Serif;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    left: 110px;
    letter-spacing: -0.5px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 125px;
    width: 400px;
}

#menu_content {
    margin-bottom: 0px; /* Instead of -1 due to bottom border cutoff */
}

#main h2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font: 3.7em Georgia, 'Times New Roman', Times, Serif;
    letter-spacing: -2.2px;
    margin-left: 5px;
    margin-right: 15px;
    padding-bottom: 3px;
    padding-left: 5px;
}

#main h2 a {
    border: medium none;
}

#left-columns h3 {
    font: 2em Georgia, 'Times New Roman', Times, Serif;
    letter-spacing: -0.5px;
    margin: 12px 0 5px;
    padding: 5px 10px;
}

.sidemenu ul {
    border-top-style: solid;
    border-top-width: 2px;
    margin: 10px 8px 8px;
    padding: 0;
    text-align: left;
}

.sidemenu ul li {
    list-style: none outside none;
    margin: 0;
    padding: 7px 5px;
}

* html body .sidemenu ul li {
    height: 1%;
}

.sidemenu ul li a:link, .sidemenu ul li a:visited {
    background-color: transparent;
    background-image: none;
    border: medium none;
    font-family: Georgia, 'Times New Roman', Times, Serif;
    padding-left: 0;
}

.sidemenu ul li a span {
    font-family: Georgia, 'Times New Roman', Times, Serif;
    font-size: 1em;
    font-style: normal;
}

.sidemenu ul ul {
    margin: 0 0 0 5px;
    padding: 0;
}

.sidemenu ul ul li {
    background: none repeat scroll 0 0 transparent;
}

.featured-post {
    padding-bottom: 15px;
}

.featured-post h4 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0 15px 0 12px;
    padding: 0;
}

.featured-post h4 a, .featured-post h4 a:visited {
    border: medium none;
}

.featured-post .post-info {
    margin-left: 0;
    padding-bottom: 5px;
}

.featured-post p {
    padding-top: 0;
}

#footer_content {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

#footer h3 {
    font: 1.8em Georgia, 'Times New Roman', Times, Serif;
    letter-spacing: -0.5px;
    text-transform: none;
}

#footer h3, #footer p {
    padding-left: 0;
}

#footer a {
    background: none repeat scroll 0 0 transparent;
}

#footer ul.footer-list {
    border-top-style: solid;
    border-top-width: 1px;
    list-style: none outside none;
    margin-left: 0;
    padding: 0;
}

#footer ul.footer-list li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#footer ul.footer-list li a {
    border: medium none;
    display: block;
    font-weight: bold;
    line-height: 2em;
    margin-left: 0;
    padding: 7px 0;
    width: 98%;
}

#footer ul.footer-list li a span {
    font-family: Georgia, 'Times New Roman', Times, Serif;
    font-style: italic;
    font-weight: normal;
}

#footer ul.footer-list li a:hover, #footer ul.footer-list li a:hover span {

}

#footer {
    padding-bottom: 100px;
}

#footer-content {
    float: left;
    margin: 10px 0 0 5px;
    padding: 0 0 35px;
    width: 100%;
}

#footer-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
    margin: 0 auto;
    width: 940px;
}

#footer-bottom a:hover {
    border: medium none;
}

#footer-bottom .bottom-left {
    float: left;
    padding-left: 5px;
}

#footer-bottom .bottom-right {
    padding-right: 0;
    text-align: right;
}

.postmeta {
    background: none repeat scroll 0 0;
    border-style: solid;
    border-width: 1px;
    margin: 20px 15px 15px 10px;
    padding: 5px;
}

.postmeta a {
    background: none repeat scroll 0 0 transparent;
}

.postmeta a:hover {
    border: medium none;
}

.postmeta a.comments {
    margin: 0 10px 0 5px;
}

.postmeta a.readmore {
    margin: 0 10px 0 5px;
}

.postmeta .date {
    margin: 0 10px 0 5px;
}

.post-info {
    font-size: 0.95em;
    padding-top: 3px;
}

.post-info a, .post-info a:visited {
    border: medium none;
}

p.thumbs {
    padding: 10px 0 0 10px;
}

.thumbs img {
    background: none repeat scroll 0 0;
    border-style: solid;
    border-width: 1px;
    margin: 5px;
    padding: 8px;
    position: relative;
}

.thumbs img:hover {
    background: none repeat scroll 0 0;
    border-style: solid;
    border-width: 1px;
}

.thumbs a:hover {
    background-color: transparent;
    border: medium none;
}

ol.commentlist {
    border-style: solid;
    border-width: 1px 1px 0;
    margin: 12px 10px;
    padding: 0;
}

.commentlist li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}

.commentlist li cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    padding: 7px;
}

.commentlist li cite img {
    float: left;
    margin-right: 10px;
}

.commentlist li cite .comment-data {
    font-size: 0.8em;
    font-weight: normal;
}

.commentlist li .comment-text {
    clear: both;
    margin: 0;
    padding: 0;
}

.commentlist li.alt {
    background: none repeat scroll 0 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.no-border {
    border: medium none;
}

#auth form {
    margin: 25px 0;
    text-align: left;
}

#auth #username_field label, #auth #password_field label {
    display: inline-block;
    text-align: right;
    padding-right: 1%;
    width: 20%;
}

#auth #username_field input, #auth #password_field input {
    width: 74%;
}

#auth #remember_me_field {
    padding-left: 22%;
}

#auth #remember_me_field label {
    padding-left: 5px;
}

#auth #login_field {
    text-align: right;
}

#auth #login_field a#forgot_link {
    float: left;
    margin-top: 12px;
}

.button, .button:hover {
    display: inline-block;
    padding: 5px 10px;
}

.button {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
}

.button:hover {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}

#messages_container {
    display: none;
    left: 575px;
    position: absolute;
    top: 25px;
    border: 1px solid;
    text-align: left;
    padding: 10px;
}

#messages_close {
    cursor: pointer;
    float: right;
    text-decoration: underline;
}

table {
    width: 100%;
    width: -moz-available;
    width: available;
}

input[type=checkbox] {
    border: none;
}

#simpleTooltip {
    padding: 7px;
    border-style: solid;
    border-width: 1px;
}

.comments {
    margin-bottom: 10px;
}
