/*
Theme Name: Southbend
Theme URI: http://thewebhunter.se/
Description: A private theme for sodertornswesternryttare.se. All rights reserved
Version: 1.0
Author: Andreas Hultgren
Author URI: http://thewebhunter.se/
Tags: 
*/

/* Body */
body
{
    background: #e7e7e7;
    color: #404040;
    font: 0.8em/1.4em Verdana,Arial,sans-serif;
    padding: 0;
}
*
{
    margin: 0;
    padding: 0;
}

/* Main wrap */
#wrap
{
    background: url(images/wrap.jpg) top center repeat-y;
    border-top: 1px solid #e7e7e7;
    width: 935px; /*963*/
    margin: 0 auto;
    padding:0 14px 0 14px;
    overflow:hidden;
}

/* Header */
#header
{
    background: url(images/header2.jpg) bottom center no-repeat;
    border-top: 1px solid #fff;
    height: 185px;
    margin: 10px 0 0 0;
}

/* Topmenu */
#toplinks
{
    height: 22px;
    margin: 40px 40px 0;
    padding: 1px;
    text-align: center;
}
#toplinks ul
{
    height: 22px;
    margin: 0;
    padding: 0;
}
#toplinks ul li
{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}
#toplinks ul li a
{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1em;
    display: block;
    padding: 2px 10px;
    text-decoration: none;
}
#toplinks ul li a:hover
{
    color: #fcb415;
}

/* Headers */
h1
{
    width: 700px;
    font-size: 3em;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin: 30px 0 5px 150px;
}
h1 a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
h1 a:hover
{
    color: #fcb415;
    text-decoration: none;
}
#slogan
{
    width: 500px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 10px 0 0 180px;
}

h2
{
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 1.4em;
    margin: 0 0 8px;
    padding: 2px 2px 4px 5px;
}
h3
{
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/******* SIDEBAR *******/
#sidebar
{
    background: #3f3f3f;
    width: 220px;
    margin: 0 0px 0 0;/*14*/
    padding: 10px;
    float: right;
    clear:none;
    display:block;
}
#sidebar h2, table#wp-calendar caption
{
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 5px 2px;
    text-align: left;
    color: #fff; /*fcb415*/
}

#sidebar ul, #sidebar p
{
    border: 1px solid #999;
    background: #fff;
    margin: 0 0 1em 0;
    padding: 5px 10px;
    list-style: none;
    text-indent:-5px;
}

/***** SIDEBAR2 *****/
#sidebar2
{
    width: 260px;
    margin: 0 5px 0 0;
    padding: 10px 0;
    float: right;
    color: #3f3f3f;
    clear:none;
    display:block;
}
#sidebar2 h2
{
    border-top:2px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    margin: 0 5px 4px;
    padding: 3px 5px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    color: #000;
}

#sidebar2 ul, #sidebar2 p
{
    margin: 0 5px 1em;
    padding: 5px;
    list-style: none;
}
#sidebar2 img
{
    margin: 0 5px 5px;
    width: 248px;
    border: 1px solid #3f3f3f;
}

/* Content */
#content
{
    margin: 10px 0 10px 0px;/*20*/
    float: left;
    text-align: left;
    width: 425px;
}
#content h2
{
    border-bottom: 1px solid #3f3f3f;
    border-top: 2px solid #3f3f3f;
}
#content ul, #content ol
{
    margin: 0 0 18px 30px;
}
#content ul li, #content ol li
{
    margin: 0 0 3px;
}
#content ul ul, #content ol ol
{
    margin: 5px 0 5px 15px;
}
#content img
{
    border: 1px solid #000;
    margin: 10px;
}
#content p
{
    margin: 0 0 1em;
}
#content p.timestamp
{
    font-size: 0.8em;
    margin: -5px 0 1em 10px;
}
#content p.postmeta
{
    text-align: right;
    line-height: 1.8em;
}
#content #postnav
{
    padding: 5px;
    margin: 5px 0 18px;
}
#content #postnav p
{
    margin: 0;
    padding-left: 5px;
}
#content #postnav p.right
{
    text-align: right;
    padding-right: 5px;
}
#content .introtext p
{
    margin: -5px 0 15px 10px;
}

#content table.gigs
{
    border:1px solid #ccc;
    margin:5px 5px 10px;
    width:400px;
}
#content table.gigs thead
{
    background:#3f3f3f;
    color:#fcb415;
}
#content table.gigs tr:hover, #content table.gigs tr:hover a
{
    background:#3f3f3f;
    color:#fcb415;
}
#content table.gigs tr td
{
    text-align:left;
}


/****** COMMENTS ******/

#content .comment
{
    background: #e7e7e7;
    margin-bottom: 20px;
}
#content div.comment p
{
    margin: 0 0 4px 10px;
    padding: 3px 0 0 0;
}
#respond p
{
    margin: 0 0 5px 10px;
}
#respond input, #respond textarea
{
    padding: 5px;
    width: 330px;
}
#respond textarea#comment
{
    width: 350px;
}
#respond input#submit
{
    width: 75px;
    color: #333;
    background-color: #fff;
}
#respond input, #respond textarea, form div.searchbox input
{
    font: 94% Verdana,Tahoma,Arial,sans-serif;
    border: 1px solid #ccc;
}
.gravatarside
{
    width: 48px;
    height: 48px;
    float: right;
    margin: 0 15px 3px 5px;
}

/* Footer */
#footer
{
    width: 963px;
    background: url(images/footer2.jpg) top center no-repeat;
    height: 100px;
    clear: both;
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 0;
}
#footer p
{
    margin: 0;
    padding: 0;
}
#footer a
{
    font-weight: bold;
}
#footer h3
{
    font-size: 1em;
    color: #fff;
}
p.attachment
{
    text-align: center;
}

/* Tags */
blockquote
{
    border: 1px solid #dadada;
    font-size: 0.9em;
    margin: 20px 10px;
    padding: 8px;
}
blockquote p
{
    padding: 2px 0;
    margin: 0;
    font-weight: bold;
}
table#wp-calendar
{
    width: 200px;
    text-align: left;
    margin: 20px auto 18px auto;
    color: #fff;
}
p
{
    margin: 0 0 18px 10px;
}
code
{
    font-size: 1.1em;
    background-color: #f4f4f4;
    color: #555;
    display: block;
    margin: 5px 0 15px 0;
    padding: 5px 5px 5px 7px;
    border: 1px solid #ccc;
}

/* Links */
a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    text-decoration: underline;
}
a img
{
    border: 0;
}

/* Float fix */
.contenttext
{
    overflow: hidden;
}
* html .contenttext
{
    height: 1px;
    overflow: visible;
}
* html .contenttext p
{
    overflow: hidden;
    width: 99%;
}

/* Searchbox */
.searchbox
{
    width: 170px;
    float: left;
    margin: 30px 25px 0 0;
}
.searchbox label
{
    display: none;
}
.searchbox input
{
    font-size: 0.9em;
    color: #555;
    padding: 5px;
    width: 150px;
    border: 1px solid #ccc;
}

/* Various classes */
.post
{
    margin: 0 0 15px;
}
.textright
{
    text-align: right;
}
.textcenter
{
    text-align: center;
}
.hide
{
    display: none;
}

/* WP image align classes */
.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding:4px 0;
    margin: 10px;
}
.wp-caption img
{
    margin: 0 !important;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd, .wp-caption-text
{
    font-size: 11px;
    line-height: 1.2em;
    padding: 4px 4px 0;
    margin: 0;
}
.blank
{
    height: 1px;
    clear: both;
    margin: -1px 0 0;
}
/*STATCOUNTER*/
#text-389470931
{
    color:#fff;
}
