/* 
Theme Name: Scroll Saw Goodies
Theme URL: http://www.scrollsawgoodies.com
Description: A Scroll Saw Goodies default blog.
Author: Travis Cook
Author URI: http://www.scrollsawgoodies.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: 550px;
    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: 360px;
    display: inline;
}

#ssg_subscribe {
    background: url(images/subscribe_box.png) top left no-repeat;
    overflow: hidden;
    margin-bottom: 15px;

}


#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 {
    width: 100%;  
}


#sidebar_left {
    float: left;
    width: 180px;
    display: inline;   
}

#sidebar_right {
    float: left;
    width: 170px;
    margin-left: 5px;
    display: inline;
}


.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;
}

.fb a {
    background: url(images/fb.png) top left no-repeat;
    }
.fb a:hover {
    background: url(images/fb.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;
}


/* ----- SSG  Head - Foot ----- */

.offscreen {
    text-indent: -9999px;
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

body {
	background: #dfdac3 url(http://www.scrollsawvillage.com/headfoot-images/bg-main.png) repeat-x;
        padding: 0px;
        margin: 0px;
}

#ssv-header {
    background: url(images/ssv-logo.png) bottom left no-repeat;
    height: 142px;
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

#ssg #ssv-header {
    background: url(images/ssg-logo.png) bottom left no-repeat;
}



#ssv-header h1 { /* wiki reset*/
    margin: 0;
    padding: 0;
    border: none;
}


#ssv-navbar {
    float: left;
    position: absolute;
    left: 176px;
    top: 102px;
    height: 20px;
    font-family: Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#ssv-navbar ul {
    margin: 0px;
    padding: 0px;
}
#ssv-navbar li {
    list-style: none;
    font-size: 12px;
    float: left;
    margin: 0;
    padding: 0;
}

#ssv-navbar a,
#ssv-navbar a:link,
#ssv-navbar a:visited {
    display: block;
    float: left;
    background: #dfdac3 url(http://www.scrollsawvillage.com/headfoot-images/tab_bg.gif) repeat-x top left;
    color: #000;
    outline-style: none;
    text-decoration: none;
    line-height: 20px;
    margin: 0 2px;
    padding: 0 10px;
    font-variant: small-caps;
    letter-spacing: 2px;
}

#ssv-navbar a:hover,
#ssv-navbar a:active {
    color: #dfdac3;
    background: #503a21 url(http://www.scrollsawvillage.com/headfoot-images/tab_bg_selected.gif) repeat-x top left;
}






#home #ssv-navbar .home a,
#ssg #ssv-navbar .ssg a,
#wiki #ssv-navbar .sswiki a,
#phpbb #ssv-navbar .forum a,
#store #ssv-navbar .store,
#gallery #ssv-navbar .gallery a {
    color: #dfdac3;
    background: #503a21 url(http://www.scrollsawvillage.com/headfoot-images/tab_bg_selected.gif) repeat-x top left;    
}


#ssv-navbar li ul{
    position: absolute;
    z-index: 100;
    visibility: hidden;
}

#ssv-navbar li:hover ul,
#ssv-navbar li a:hover ul{
    visibility: visible;

}

#ssv-navbar li:hover ul li a,
#ssv-navbar li a:hover ul li a {
    background: #503a21;
    color: #dfdac3;
    display: block;
    width: 200px;
    padding-left: 1em;
    height: auto;
    text-align: left;
}

#ssv-navbar li:hover ul li a:hover,
#ssv-navbar li a:hover ul li a:hover {
    background: #dfdac3;
    color: #000;
    border: 1px solid #503a21;
}

#ssv-navbar table {
    position: relative;
    top: 0px;
    left: -15px;
    border: 0px;
    border-collapse: collapse;
    z-index: 100;
    
}



.adwrap-top {
    height: 60px;
    width: 310px;
    top: 46px;
    right: 105px;
    position: absolute;
    font-size: 13px;
}

input.adwrap-top {
    height: 100px;
}

#ssv_banners {
    height: 65px;
    width: 762px;
    margin: auto;
}

.ssv_ads {
    height: 60px;
    width: 234px;
    float: left;
    display: inline;
    margin: 0px 5px;
    padding: 0px 5px;
    
}





/* ----- FOOTER ----- */
#ssv-footer {
    width: 960px;
    margin: 0px auto;
    padding: 10px;
    font-family: Tahoma, Arial, sans-serif;
    color: #503a21;
    text-align: center;
    margin-top: 10px;
}



#ssv-footer ul{
}

#ssv-footer ul,
#ssv-footer li {
    margin: 0px;
    padding: 0px;
}

#ssv-footer ul{
    overflow: auto;
    margin: 0 auto;

}

#ssv-footer li {
    list-style: none;
    font-size: 12px;
    display: inline;
}


#ssv-footer a,
#ssv-footer a:link,
#ssv-footer a:visited {
    display: inline;
    outline: none;
    text-decoration: none;
    letter-spacing: 1px;
    color: #26588a;
    padding: 0px 10px;
    border-left: solid 1px #503a21;
}

#ssv-footer .firstfooter a,
#ssv-footer .firstfooter a:link,
#ssv-footer .firstfooter a:visited {
    border: none;
}


#ssv-footer a:hover,
#ssv-footer a:active {
    text-decoration: underline;
}

#w3tracker {
    margin: auto;
    overflow: auto;
    text-align: center;
}


#w3tracker a,
#w3tracker a:link,
#w3tracker a:visited {
    margin: 0 auto;
    padding: 0;
    border: none;
    float: none;
}


.legal {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0px;
    margin: 10px auto;
    text-align: center;

}



