/*
Theme Name:     Downtown Ranch
Theme URI:      http://www.urbancowboy.ca/
Description:    Custom theme for Urban Cowboy. A child theme of the TwentyTen Default Wordpress Theme, this features a two column fixed width layout with many widgetizable areas.
Author:         RKD Web Studios
Author URI:     http://www.rkd.ca
Template:       twentyten
Version:        0.1
*/

@import url("../twentyten/style.css");

/*Typography*/

body {
    font-family:'Nobile', Verdana, Sans;
    font-size:12px;
    }

#access a {
    font-family:OFL Sorts Mill Goudy TT, Serif;
    }
.entry-title a:link, .entry-title a:visited {
    color:#9d6333;
    }
.entry-title a:hover {
    text-decoration:underline;
    }
a:link {
    color:#9d6333;
    text-decoration:none;
    }
a:hover {
    text-decoration:underline;
    }

/* Positions */
#site-title {
    margin:0 5px 2px;
    width:285px;
    }
    #site-title a {
        display:block;
        width:285px;
        height:60px;
        background:url(assets/img/urban-cowboy-logo.png) no-repeat;
        }
    #site-title a:hover {
        background-position:0px -60px;
        }
    #site-title a:active {
        background-position:0px -59px;
        }
.hide {
    display:none;
    visibility:hidden;
    font-size:0;
    }
#access {
    height:40px;
    background:#9d6e33;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow:0 -1px 2px #b6a360;
    -webkit-box-shadow:0 -1px 2px #b6a360;
    box-shadow:0 -1px 2px #b6a360;
    }
    #access a {
        height:40px;
        font-size: 18px;
        color:white;
        padding:2px 13px;
        }
    #access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.curent-menu parent > a {
        color:white;
        height: 50px;
        text-decoration:underline;
        background:url(assets/img/current.png) no-repeat;
        }
    #access li:hover > a {
        background: transparent;
        color:white;
        text-decoration:underline;

        }
    #access ul li.current_page_item > a:hover {
        color:white;
        text-decoration:underline;
        }
.tagline {
    font-family:OFL Sorts Mill Goudy TT, serif;
    font-size:18px;
    float:left;
    margin:12px 130px 0 20px;
    color:#E6C380;
    }

#footer-left, #footer-right {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow:0 -1px 2px #b6a360;
    -webkit-box-shadow:0 -1px 2px #b6a360;
    box-shadow:0 -1px 2px #b6a360;
    height:170px;
    padding:10px;
    }
#footer-widget-area a {
    color:#2e1e15;
    }
#footer-left {
    width:580px;
    background-color:#9d6e33;
    float:left;
    }
#footer-right {
    width:300px;
    float:right;
    background-color:#9d6e33
    }
#main {
    background:url(assets/img/repeater.png) repeat-y;
    }
#container {
    margin:0;
    width:600px;
    overflow:hidden;
    }
#content {
    float:left;
    margin:0 0 30px 20px;
    width:580px;
    }
    #content img {
        max-width:570px !important;
        border:1px solid #ccc;
        padding:4px;
    }
#sidebar {
    width:300px;
    float:right;
    }
#primary {
    float:left;
    width:140px;
    margin:0 5px 0 5px;
    }
#secondary {
    float:right;
    width:140px;
    margin:0 5px 0 5px;
    }
#third {
    clear:both;
    width:290px;
    margin:0 5px 0 5px;
    }
/* Search Area */
#topwidget {
    float:right;
    }

#search {
    margin:10px 30px 0 0 ;
    height:36px;
    width:220px;
    border: 2px solid #9d6e33;
    line-height:16px;
    }
input#s {
    height:34px;
    width:175px;
    background-color:transparent;
    border:0 solid black;
    margin:0;
    padding:0;
    font-size:18px;
    position:relative;
    bottom:10px;
    }
input#searchsubmit {
    border:0;
    margin:0;
    padding:0;
    width:34px;
    height:34px;
    cursor:pointer;
    font-size:18px;

    }
input[type="text"], textarea {
    -moz-box-shadow:0 0 0;
    }
#wrapper {
    padding-bottom:1px;
    margin-bottom:10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#access .menu-header li, div.menu li {
    margin: 0 0 0 30px;
}
