/*
Theme Name: Fence and Deck
Theme URI: http://www.fencedeckdallas.com/
Description: A WordPress theme designed specifically for the Fences and Decks.
Version: 1.0
Author: Christopher Campbell
Author URI: http://www.fencedeckdallas.com/
Tags: tropical, paradise
*/

/*
Basics
*/
html {
    background-color: #333;
    }

body {
    margin: 0px;
    }

a {
    color: #33c;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

.alignleft {
    float: left;
    }

.alignright {
    float: right;
    }

.aligncenter {
    text-align: center;
    }

.clear {
    clear: both;
    }

#page {
    margin: 10px auto;
    width: 780px;
    }

#post-3 h1.pagetitle {
    display: none;
    }

/*
Section: Header
*/
#header {
    border: 5px solid #fff;
    }

#header img {
    border-right: 5px solid #fff;
    float: left;
    }

#header #header-rightside {
    background: #09c url("/wp-content/themes/fencedeckdallas/images/header_bg.png") no-repeat;
    color: #fff;
    float: right;
    height: 180px;
    overflow: hidden;
    text-align: center;
    width: 525px;
    }

#header h1 {
    font: normal 28px Georgia,"Times New Roman",serif;
    margin: 50px 0px 0px 0px;
    }

#header h2 {
    font: normal 14px "Trebuchet MS",Verdana,sans-serif;
    margin: 10px 0px 0px 0px;
    }

/*
Section: Middle
*/
#middle {
    background-color: #cc9;
    background: #cc9 url("/wp-content/themes/fencedeckdallas/images/background.png") repeat-y;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    }

/*
Section: Sidebar
*/
#sidebar {
    background-color: #f90;
    color: #fff;
    float: left;
    padding: 20px;
    width: 200px;
    }

#sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    }

#sidebar li.widget {
    padding-bottom: 20px;
    }

/*
Widget: Pages
*/
#sidebar li.widget_pages {
    font-size: 20px;
    }

#sidebar li.widget_pages h2 {
    display: none;
    }

#sidebar li.widget_pages a {
    color: #fff;
    text-decoration: none;
    }

#sidebar li.widget_pages a:hover {
    text-decoration: underline;
    }

#sidebar li.widget_pages li {
    line-height: 1.3em;
    }

#sidebar li.widget_pages li.page_item ul {
    padding-left: 15px;
    }

#sidebar li.widget_pages li.page_item:before {
    content: "\203A\20";
    }

#sidebar li.widget_pages li.page_item li {
    font-size: 18px;
    }

#sidebar li.widget_pages li.page_item li:before {
    content: "\00BB\20";
    }

#sidebar li.widget_pages li.page_item li ul {
    display: none;
    }

/*
Widgets: Common attributes
*/
#sidebar li.widget_archive,
#sidebar li.widget_calendar,
#sidebar li.widget_categories,
#sidebar li.widget_meta,
#sidebar li.widget_links,
#sidebar li.widget_recent_entries,
#sidebar li.widget_recent_comments,
#sidebar li.widget_tag_cloud {
    border-top: 1px solid #fff;
    }

#sidebar li.widget_archive h2,
#sidebar li.widget_calendar h2,
#sidebar li.widget_categories h2,
#sidebar li.widget_meta h2,
#sidebar li.widget_links h2,
#sidebar li.widget_recent_entries h2,
#sidebar li.widget_recent_comments h2,
#sidebar li.widget_tag_cloud h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    }

#sidebar li.widget_archive a,
#sidebar li.widget_categories a,
#sidebar li.widget_meta a,
#sidebar li.widget_links a,
#sidebar li.widget_recent_entries a,
#sidebar li.widget_recent_comments a {
    color: #fff;
    }

#sidebar li.widget_archive li:before,
#sidebar li.widget_categories li:before,
#sidebar li.widget_meta li:before,
#sidebar li.widget_links li:before,
#sidebar li.widget_recent_entries li:before,
#sidebar li.widget_recent_comments li:before {
    content: "\203A\20";
    }

/*
Widget: Calendar
*/
#sidebar li.widget_calendar table {
    width: 200px;
    }

#sidebar li.widget_calendar caption {
    padding: 5px 0px 10px 0px;
    }

#sidebar li.widget_calendar td {
    text-align: center;
    }

#sidebar li.widget_calendar a,
#sidebar li.widget_calendar a {
    color: #900;
    }

#sidebar li.widget_calendar #prev a,
#sidebar li.widget_calendar #next a {
    color: #fff;
    }

/*
Widget: Recent posts and comments
*/
#sidebar li.widget_recent_entries li,
#sidebar li.widget_recent_comments li {
    padding-top: 8px;
    }

/*
Widget: Search
*/
#sidebar li.widget_search #searchform {
    text-align: center;
    }

/*
Widget: Tag
*/
#sidebar li.widget_tag_cloud a {
    color: #900;
    }

/*
Section: Content
*/
#content {
    color: #333;
    float: right;
    font: normal 14px/1.4em "Trebuchet MS",Arial,sans-serif;
    overflow: hidden;
    padding: 20px;
    width: 485px;
    }

#content h1 {
    font-size: 24px;
    margin: 0px 0px 20px 0px;
    }

#content h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px 0px;
    }

#content .post {
    padding-bottom: 20px;
    }

#content .postmetadata {
    background-color: #dda;
    border: 1px dashed #bb8;
    font-size: 12px;
    padding: 10px;
    }

#content .navigation {
    padding-bottom: 20px;
    }

#content .navigation img {
    border: 5px solid #fff;
    }

#content .commentlist {
    margin: 0px;
    }

#content #commentform textarea {
    width: 485px;
    }

#content #searchform {
    background-color: #dda;
    border: 1px dashed #bb8;
    font-size: 12px;
    padding: 20px;
    text-align: center;
    }

/*
Section: Gallery
*/
#content .gallery img {
    border: 5px solid #fff;
    }

#content .gallery-item {
    float: left;
    text-align: center;
    width: 50%;
    }

#content .gallery-caption {
    margin-left: 0px;
    padding-top: 10px;
    }

#content .attachment {
    text-align: center;
    }

#content .attachment img {
    border: 5px solid #fff;
    }

/*
Section: Footer
*/
#footer {
    background: #399 url("/wp-content/themes/fencedeckdallas/images/palmtrees.png") no-repeat 15px 100%;
    border: 5px solid #fff;
    }

#footer p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 10px 25px;
    text-align: right;
    }

/*
Section: Bottom Copyright and RSS
*/
#bottom_toe p {
    color: #666;
    font: normal 12px "Trebuchet MS",Arial,sans-serif;
    margin: 5px;
    text-align: center;
    }

#bottom_toe p a {
    color: #399;
    }
