/* 
Theme Name: Scroll Saw Village
Theme URL: http://www.scrollsawvillage.com
Description: A Scroll Saw Village default theme.
Author: Travis Cook
Author URI: http://www.scrollsawvillage.com
Version: 1.0.2

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/
/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */


/* COLOR PALATTE
  
  Tan:  #dfdac3
  Orange: #f78421
  Light Gray: #aaaaaa;
  Dark Gray #919191
  Blue  #105289;
  Dark Brown:  503a21
  
*/


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}



body {
    background: #dfdac3 url(images/bg-main.png) repeat-x;
    text-align: center;
}

.offscreen {
    text-indent: -9999px;
}
.clear {
    clear: both;
}

.outline {
    outline: solid 1px red;
}





/* ----- HEADER ----- */

#header {
    background: url(images/ssv-logo.png) top left no-repeat;
    height: 150px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#navbar {
    position: absolute;
    left: 180px;
    bottom: 27px;
    height: 20px;
}

#navbar li {
    list-style: none;
    font-size: 1.2em;
    float: left;
}

#navbar a,
#navbar a:link,
#navbar a:visited {
    display: block;
    float: left;
    background: #dfdac3 url(images/tab_bg.gif) repeat-x top left;
    color: #000;
    text-decoration: none;
    padding: 2px 10px;
    margin: 0 2px;
    font-variant: small-caps;
    letter-spacing: .1em;
    outline-style: none;
    height: 20px;
}

#navbar a:hover,
#navbar a:active {
    color: #dfdac3;
    background: #503a21 url(images/tab_bg_selected.gif) repeat-x top left;
}



/* ----- CONTENT ----- */

#content {
    width: 960px;
    margin: 0 auto;
    background: white url(images/content-bg.png) repeat-y;
    overflow: hidden;
    text-align: left;
}

#content-top {
    background: url(images/content-top.png) no-repeat;
    height: 30px;
}

#content-bottom {
    background: url(images/content-bottom.png) no-repeat;
    height: 30px;
    margin: 0 auto;
}


/* ----- POST ----- */

#post {
    margin: 10px 10px 10px 20px;
    width: 700px;
    float: left;
    display: inline;
    overflow: hidden;
}


#nobars #content #post {
    margin: 10px 20px 10px 20px;
    overflow: hidden;
    width: 915px;
}





#contents {
    width: 100px;
    overflow: hidden;
}


/* ----- Sidebar ----- */
#sidebar {
    margin: 10px 0 0 0px;
    float: left;
    width: 210px;
    display: inline;
}

#ssg_subscribe {
    background: url(images/subscribe_box.png) top left no-repeat;
    overflow: hidden;
    margin-bottom: 30px;

}


#mail_subscribe {
    background: url(images/icon-mail.png) 7px 8px no-repeat;
    width: 180px;
    float: left;
 }

#sidebar #ssg_subscribe #mail_subscribe p.mail_text {
    padding: 8px 5px 5px 55px;
}

#sidebar_top, #sidebar_bottom {
}


#sidebar_left {   
}

#sidebar_right {
}


.widget {
    list-style: none;
}

.widgettitle {
    padding-top: 20px;
    color: #F78421;
}

#email_form {
    padding: 5px 0;
    text-align:center;
}

.button {
    margin: 5px 0 10px 0;

}




.feedburner_counter {
    text-align: center;
}


#social {
    width: 174px;
    float: left;
    display: inline;
    padding: 5px 0;
    margin-left: 5px;
}

#sidebar #social ul{
    margin: 10px 0px;
    padding: 0px;
    border-left: dashed 1px #aaaaaa;
}



#sidebar #social li a{
    line-height: 16px;
    width: 100%;
    height: 35px;
    display: block;
    padding-top: 2px;
    text-indent: 48px;
    text-transform: lowercase;
    color: #503a21;
    margin: 5px 0px;
}

#social li a span {
    display: block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#social li a:active span,
#social li a:hover span {
    text-decoration: underline;
}

#sidebar #social li a:active,
#sidebar #social li a:hover {
    text-decoration: none;
}

.itunes a {
    background: url(images/itunes.png) top left no-repeat;
    }
.itunes a:hover {
    background: url(images/itunes.png) bottom left no-repeat;
}

.twitter a {
    background: url(images/twitter.png) top left no-repeat;
    }
.twitter a:hover {
    background: url(images/twitter.png) bottom left no-repeat;
}

.rss_feed a {
    background: url(images/rss.png) top left no-repeat;
    }
.rss_feed a:hover {
    background: url(images/rss.png) bottom left no-repeat;
}

.videos a {
    background: url(images/video.png) top left no-repeat;
    }
.videos a:hover {
    background: url(images/video.png) bottom left no-repeat;
}


/* ----- BOTTOM BAR ----- */

#bottom_bar {
    width: 860px;
    background: url(images/bottom_bar.png) top left no-repeat;
    height: 150px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: auto;
    color: #503a21;
}


#nobars #content #bottom_bar {
    display: none;
}

#bottom_rss, #bottom_pages, #bottom_archives, #bottom_categories {
    width: 200px;
    float: left;
    font-size: 12px;
    display: inline;
    margin-left: 15px;
    margin-top: 10px;
}


#bottom_bar h2{
    color: #000;
    font-size: 14px;
}

#bottom_bar li {
    list-style: none;
    padding-left:7px;
    margin-left: 7px;
}

#bottom_bar li a,
#bottom_bar li a:link,
#bottom_bar li a:visited {
    text-decoration: none;
    color: #503a21;
}

#bottom_bar li a:hover,
#bottom_bar li a:active {
    text-decoration: underline;
    color: #000;
}



/* ----- FOOTER ----- */

.poweredby {
    font-size: 10px;
    text-align: center;
    color: #503a21;
    padding: 5px;
}

.poweredby a,
.poweredby a:link,
.poweredby a:visited {
    color: #503a21;
    text-decoration: none;
}

.poweredby a:hover,
.poweredby a:active {
    text-decoration: underline;
    color: #000;
}


.ebay_img img {
vertical-align:text-top;
margin: 0 15px;
}
