/*
Theme Name: Cincinnati Doors
Theme URI: http://www.razorlightmedia.com
Description: Custom WordPress Theme designed and developed by John Crenshaw and Razorlight Media - http://www.razorlightmedia.com
Version: 0.1a
Author: John Crenshaw, Razorlight Media
Author URI: http://www.razorlightmedia.com
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/**
 * @author Razorlight Media 
 * http://razorlightmedia.com
 */

html,body {
    background: #5c7c9d url(images/gradient-bg.png) repeat-x;
    margin-top: 0;
    height: 100%;
}
.container_outer {
    width: 974px;
    background: url(images/content-bg-1.png) repeat-y;
    margin: 0 auto;
}
#header {
    margin:0;
}
#logo,#masthead {
    background: white;
    height:247px;
    overflow: hidden;
}
/* nav menu */

#rlm_nav ul {
    border-top: 1px solid #56a4d5;
    border-bottom: 3px solid #56a4d5;
    height: 27px;
    margin: 0;
    background: white;
}
#rlm_nav li {
    float: left;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
    display: inline;
}
#rlm_nav li a {
    display: inline;
    padding: 6px 15px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    line-height: 27px;
    color: #15487d;
}
#rlm_nav li a.active,
#rlm_nav li.active a,
#rlm_nav li a:hover {
    color: white;
    background: #56a4d5;
}
/* left sidebar */
#left_sidebar {
    background: #f6f1d7;
    text-align: center;
    padding: 15px 0 0 0;
    height: 100%;
}
/* generic html */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 1px solid #15487d;
    color: #15487d;
}
.padder {
    margin: 10px;
}
#left_sidebar .padder {
    margin: 5px;
}
.clearfloats {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}
/* hr */
.hr_red {
    background-color: #d55656;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 1px 0;
    padding: 0;
    line-height: 1px;
    font-size: 1px;
}
.hr_blue {
    background-color: #15487d;
    border: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    padding: 0;
    margin: 0;
}
.hr_grey {
    background-color: #5d5d5d;
    border: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    padding: 0;
    margin: 10px 0;
}
/* sidebar form */
.form_text {
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
}
.cform ul,.cform li,.cform ol {
    margin: 0;
    padding: 0;
}
.cform li {
    list-style:none;
}
.rlm_badge {
    margin: 10px 0;
}
/* main wrapper */
#wrapper {
    height: 100%;
}
/* content area */
#content {
    padding-top: 15px;
    background: #f6f1d7;
    padding-bottom: 10px;
}
.home_block {
    background: white;
}
.home_block h2 {
    color: #d55656;
    font-weight: bold;
    font-size: 1.4em;
}
.home_block h2 a {
    color: #d55656;
    text-decoration: none;
}
.home_block .padder {
    margin: 5px 10px;
}
#home_block_left {
    width: 340px;
}
#home_block_right {
    width: 340px;
}
#home_block_bottom {
    width: 100%;
    margin: 10px 0;
}
.home_block h2 {
    margin-top: 0;
}
.home_block p {
    font-size: 1.2em;
    color: #5d5d5d;
}
.home_block img {
    border: 3px solid white;
    margin: 0;
    padding: 0;
}
.floatright {
    float: right;
    margin: 5px 0 5px 5px;
}
span.img_border {
    border: 1px solid #555;
    display: inline-block;
    line-height:1px;
}
.home_block li {
    float: left;
}

/* gallery and product link tables */

a#gallery_btn,
a#products_btn {
    height: 38px;
    width: 134px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}
a#gallery_btn span.seo,
a#products_btn span.seo {
    background-image: url(images/gallery-products-button.png);
    background-repeat: no-repeat;
    height: 38px;
    width: 134px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
}
a#gallery_btn span.seo {
    background-position: 0 0;
}
a#products_btn span.seo {
    background-position: 0 -38px;
}

.home_block th,
.home_block td {
    padding: 0;
}

/* footer */
#footer p {
    background: #F6F1D7;
    margin: 0 14px;
    text-align: center;
    
}

/* sidebar form */
form.sidebar_form {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
form.sidebar_form .field_line {
    width: 210px;
}
form.sidebar_form input.text {
    width: 100%;
    height: 18px;
    margin-top: 0;
    margin-bottom: 3px;
    padding: 2px;
}
form.sidebar_form textarea {
    width: 100%;
    height: 200px;
    margin: 0 0 3px 0;
}
form.sidebar_form .submit_btn,
form.sidebar_form .captcha {
    text-align: right;
    margin-bottom: 5px;
}
form.sidebar_form .captcha img,
form.sidebar_form .captcha input {
    vertical-align: middle;
}

/* regular pages */

.content_area {
    background: white;
    margin: 10px;
    width: auto;
    padding: 5px 0;
}
.entry {
    margin-bottom: 10px;
}
.entry td {
    padding: 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted grey;
}
span.post_thumb {
    width: 96px;
    height: 97px;
    border: 1px solid grey;
    display: inline-block;
    margin-top: 7px;
}
td.post_thumb {
    width: 98px;
}
td.post_content {
    padding-left: 10px;
}
.post_thumb img {
    border: 3px solid white;
}
.single .postmetadata {
    width: 380px;
    padding: 10px;
    background: #eee;
    border: 1px dotted grey;
}
.ngg-navigation {
    height: 20px;
}
p.footer_links {
    padding: 0 290px;
}
.cycle_slides {
    width: 705px;
    height: 244px;
    padding: 0;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.cycle_slides img {
    width: 705px;
    height:244px;
    top: 0;
    left: 0;
}

/* credit link */
.rlm_credit {
    text-align: right;
    width: 950px;
    margin: 0 auto;
}
.rlm_credit a {
    color: #ccc;
    text-decoration: none;
    padding-right: 35px;
    background: url(images/cincinnati-seo-logo.png) no-repeat top right;
    display: block;
    height: 30px;
    vertical-align: middle;
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: -1px;
    font-size: 9px;
    line-height: 15px;
    width: 120px;
    float: right;
    text-transform: uppercase;
}
.rlm_credit a:hover {
    background-position: right -30px;
    color: #eee;
}

/* image captions */
p.wp-caption-text {
    color: #666;
    font-size: .8em;
    text-align:center;
}

/* notice block */
.notice {
    border: none;
    border-top: 1px dashed grey;
    border-bottom: 1px dashed grey;
    background-color: #f8f7ef;
}

/* 404 styles */
h2.requested_page {
    font-size: 1.7em;
}
h2.requested_page em {
    color: #56a4d5;
}