/*  
Theme Name: sanfrancisco
Theme URI: http://www.sosfbiketours.com
Description: A search engine optimized website framework for WordPress.
Author: Dan Stepchew
Author URI: http://stepchew.wordpress.com/
Version: 1.0
Tags: Initial theme developed for SOSF Bike Tours
*/
/* Reset default browser styles */
@import url(styles/reset.css);
/* Rebuild default browser styles */
@import url(styles/rebuild.css);
/* Import a basic layout */
@import url(styles/2c-r.css);
/* Basic WordPress Styles */
@import url(styles/wp.css);
html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0
    }
input, select {
    margin: 0;
    padding: 0
    }
body {
    background: #FFF;
    font-family: "Gill Sans", Verdana, Geneva, sans-serif;
    font-size: 12pt;
    color: #4b4a4b;
    padding: 0;
    margin: 0
    }
p {
    margin: 10px 0 10px 0
    }
h1, .entry-title {
    font-size: 24px;
    /*color:#4b4a4b; */
    color: black;
    font-weight: bold;
    margin-bottom: 15px
    }
h2 {
    font-size: 20px;
    font-weight: bold;
    color: black
    }
a, a:visited {
    color: #b33700;
    text-decoration: none
    }
a:hover {
    color: #fd4c4c;
    text-decoration: underline
    }
#top {
    background: #edf3fe url(images/top_bg.jpg) top repeat-x;
    margin: auto;
    padding: none
    }
#outer {
    background: #ecf5fc url(images/outer.png) top center no-repeat;
    margin: 0;
    padding: 0;
    width: 100%
    }
/* =Header
-------------------------------------------------------------- */
#topbanner {
    background: transparent url(images/bannerbg_new_wheel.jpg) top center no-repeat;
    /* background:transparent url('images/bannerbg.jpg') top center no-repeat; */
    width: 1002px;
    height: 155px;
    margin: auto;
    position: relative
    }
#logo {
    cursor: pointer;
    width: 280px;
    height: 175px;
    position: absolute;
    left: 30px;
    top: 5px;
    /*z-index:4;*/
    z-index: 2;
    background-color: transparent
    }
/* =Menu
-------------------------------------------------------------- */
#access {
    margin: 0 0 1.5em 0;
    overflow: auto
    }
.skip-link {
    display: none
    }
#topnav_structure {
    background: transparent url(images/navbg.jpg) top center no-repeat;
    width: 1002px;
    height: 68px
    }
.menu {
    float: right;
    padding-right: 10px
    }
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.menu li {
    float: left;
    display: inline;
    padding: 0 2px 0 2px
    }
.menu a, .menu a:visited {
    background: url(images/topnav_item_bg.jpg) #b00 top left repeat-x;
    height: 36px;
    line-height: 1.8em;
    float: left;
    width: 5.3em;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: normal
    }
.menu a:hover, .menu a:active {
    color: #FFF;
    background-position: 0% -36px
    }
#body_outer {
    background-color: #d0cece;
    width: 1004px;
    margin: auto
    }
#body_inner {
    background: transparent url(images/mid_bg.jpg) top center no-repeat;
    padding: 0 20px 50px 20px;
    position: relative
    }
/* =Content
-------------------------------------------------------------- */
#bikers {
    position: absolute;
    visibility: show;
    left: -100px;
    bottom: -10px;
    z-index: 2;
    width: 468px;
    height: 49px;
    background: url(images/bikers.png) no-repeat
    }
#goldengate {
    position: absolute;
    visibility: show;
    right: -90px;
    bottom: 0;
    z-index: 2;
    width: 395px;
    height: 100px;
    background: url(images/goldengate_sm.png) no-repeat
    }
#content {
    width: 900px;
    min-height: 340px;
    text-align: left;
    font-size: 14px;
    font-weight: normal
    }
#hp_photo {
    padding: 0;
    margin: 0 0 10px 10px;
    float: right;
    position: relative;
    top: -50px;
    right: -20px;
    border: #999 solid thin
    }
#hp_photo img {
    border: #999 solid thin
    }
.post {
    margin: 0 0 3em 0
    }
.entry-content, .entry-summary {
    margin: 0 0 0 0
    }
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline
    }
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline
    }
.alignright {
    float: right
    }
.alignleft {
    float: left
    }
/* =Navigation
-------------------------------------------------------------- */
.navigation {
    margin: 0 0 1.5em 0;
    overflow: auto
    }
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
    list-style: none;
    margin-left: 0
    }
.widget-area ul ul {
    list-style: disc;
    margin-left: 1.1em
    }
.widget-area ul ul ul {
    margin-left: 2.5em
    }
.widget-container {
    margin: 0 0 1.5em 0
    }
/* =footer
-------------------------------------------------------------- */
#btm {
    background: #6ca13f url(images/btm_bg.jpg) top center repeat-x;
    width: 100%;
    min-height: 456px
    }
#btm_container {
    width: 1000px;
    margin: auto;
    padding: 30px 38px 30px 38px;
    color: #383838
    }
#btm_cols {
    min-height: 300px
    }
.btm_col {
    width: 312px;
    padding: 0 11px 0 10px;
    float: left;
    display: inline
    }
.btm_col ul {
    list-style: none
    }
.btm_col li {
    padding: 10px 0 10px 0
    }
.btm_hr {
    width: 100%;
    padding: 1px;
    background-color: #a2de10
    }
#footer {
    font-size: 14px;
    margin: 10px
    }
#footer a, #footer a:visited {
    color: #b33700;
    text-decoration: none
    }
#footer a:hover {
    color: #fd4c4c;
    text-decoration: underline
    }
#contact_text {
    width: 280px;
    position: absolute;
    left: 550px;
    top: 120px
    }