/*
   Theme Name: BRSS
   Theme URI: http://ondegodefule.se/
   Description: Specialanpassat tema f&ouml;r Botkyrka R&ouml;nninge Sims&auml;llskap.
   Version: 1.0
   Author: Per Wiklander
   Author URI: http://ondegodefule.se/
   Tags: custom header, fixed width, three columns, widgets
*/

/* @group Typography & Colors */
body {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 1.25em;
    background-color: #747684;
}

#header {
    background: url(images/layout/main-bakgrund-top.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
}

#main {
    background: url(images/layout/main-bakgrund-mitten.png) #fff;
    background-repeat: repeat-y;
    text-align: left;
}

#main.wide {
    background: url(images/layout/main-bakgrund-mitten-full.png) #fff;
    background-repeat: repeat-y;
}

#body {
    background: url(images/layout/bakgrund-rubrik-fade.png);
    background-repeat: no-repeat;
}

#content {
    
}

.thread-alt {
    background-color: #f8f8f8;
}

.thread-even {
    background-color: white;
}

.depth-1 {
    border: 1px solid #ddd;
}

.even,.alt {
    border-left: 1px solid #ddd;
}

#footer {
    background: url(images/layout/main-bakgrund-botten.png);
    background-repeat: no-repeat;
    text-align: center;
}

#footer .hosting-add {
    font-size: 0.9em;
    line-height: 150%;
    color: #c7c7c7;
}

#footer a {
    color: #c7c7c7;
    text-decoration: none;
}

#footer a:hover {
    color: #c7c7c7;
    text-decoration: underline;
}

small {
    font-family: Tahoma, sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1,h2,h3,h4 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif
    ;
    font-weight: bold;
}

#header h1 {
    display: none;
}

h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #8c8c8c;
    text-align: left;
}

.postCreated {
    font-size: 10px;
    color: #8c8c8c;
    text-align: right;
    line-height: 1.5em;
}

#sidebar2 h2 {
    font-size: 13px;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited {
    color: #333;
}

h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,#sidebar2 h2,#wp-calendar caption,cite
{
    text-decoration: none;
}

.entry p a:visited {
    color: #b85b5a;
}

.commentlist li,#commentform input,#commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite,.commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar2 {
    font: 10px 'Lucida Grande', Tahoma, Arial, Sans-Serif;
}

small,#sidebar2 ul ul li,#sidebar2 ul ol li,.nocomments,.postmetadata,blockquote,strike
{
    color: #666;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr,span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a {
    color: #009;
    text-decoration: underline;
}

#wp-calendar #prev a,#wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* @end Typography & Colors */ /* @group Structure */
body {
    margin: 0;
    padding: 0;
}

#page {
    margin: 0;
    padding: 0;
}

#header {
    width: 928px;
    height: 192px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#main {
    width: 928px;
    margin-left: auto;
    margin-right: auto;
}

#body { /* IE6 double margin on float bug */
    display: inline;
    float: left;
    width: 718px;
}

#sidebar1 { /* IE6 double margin on float bug */
    display: inline;
    width: 170px;
    float: left;
    margin-left: 25px;
    padding: 0;
}

#sidebar1 ul, #sidebar1 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar1 #sidebar-login {
    background: url(images/layout/menu-login-platta.png) no-repeat;
    height: 245px;
    padding-top: 5px;
    padding-left: 15px;
}

#sidebar1 #sidebar-login h2 {
    margin-bottom: 5px;
    line-height: 18px;
    color: #8c8c8c;
    font-weight: normal;
}

#sidebar1 #sidebar-login #login_error {
    width: 119px;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffe0;
    color: #333;
    border: 1px solid #f00;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#sidebar1 #sidebar-login label {
    padding: 0px;
    width: 133px;	
    display: block;
    color: #8c8c8c;
    margin-bottom: 10px;
}

#sidebar1 #user_login, #sidebar1 #user_pass {
    width: 133px;
    display: block;
    color: #8c8c8c;
    margin-bottom: 10px;
}

#sidebar-login ul.pagenav,#sidebar-login p {
    margin: 0px;
    margin-bottom: 20px;
}

#sidebar-login ul.pagenav {
    margin-left: 5px;
}

#sidebar-login ul.pagenav li {
    margin-bottom: 10px;
}

#sidebar1 .sidebarlogin_otherlinks {
    margin-top: 15px;
}

#sidebar1 #sidebar-login .pagenav a {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 14px;
    text-decoration: underline !important;
}

#sidebar2 { /* IE6 double margin on float bug */
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    width: 197px;
    float: left;
}

#content {
    margin-left: 20px;
}

.narrowcolumn { /* IE6 double margin on float bug */
    display: inline;
    width: 471px;
    float: left;
    padding-right: 10px;
}

.widecolumn {
    float: none !important;
    display: block !important;
    width: 678px !important;
}

.post {
    text-align: left;
    line-height: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    clear: both;
}

.post h3 {
    clear: both;   
}

.postCreated { /* IE6 double margin on float bug */
    display: inline;
    width: 105px;
    margin-top: 25px;
    float: right;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.entry {
    margin: 0;
    clear: both;
    width: 440px;
}

.entry table {
    width: 100%;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    clear: both;
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 47px;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

/* @end Structure */ /* @group Breadcrumb */
#breadcrumb {
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 215px;
    font-size: 11px;
    font-style: italic;
    color: #000;
}

#breadcrumb a {
    color: #8c8c8c;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

/* @end Breadcrumb */ /* @group Headers */
h1 {
    padding-top: 70px;
    margin: 0;
}

h2 {
    margin: 30px 0 0;
}

h2.pagetitle { /* IE6 double margin on float bug */
    display: inline;
    float: left;
    width: 355px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

.widecolumn h2.pagetitle {
    width: 480px;
}

#sidebar2 h2 {
    margin: 5px 0 0;
    padding: 0;
    font-size: 13px;
    
}

h3 {
    padding: 0;
    margin: 30px 0 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px;
}

/* @end Headers */ /* @group Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*
   Using 'class="alignright"' on an image will (who would've
   thought?!) align the image to the right. And using 'class="centered',
   will of course center the image. This is much better than using
   align="center", being much more futureproof (and valid)
*/

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
}

/* @end Images */

/* @group Lists
   Special stylized non-IE bullets
   Do not work in Internet Explorer, which merely default to normal bullets.
*/
html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before,#sidebar2 ul ul li:before,#sidebar-login ul.pagenav li:before
{
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul,.postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar2 ul,#sidebar2 ul ol {
    margin: 0;
    padding: 0 0 10px 0;
    
}

#sidebar2 ul li {
    list-style-type: none;
    list-style-image: none;

}

#sidebar2 li.sidebarItem {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#sidebar2 ul p,#sidebar2 ul select {
    margin: 5px 0 8px;
}

#sidebar2 ul ul,#sidebar2 ul ol {
    margin: 0px 0 0 7px;
}

#sidebar2 ul ul ul,#sidebar2 ul ol {
    margin: 0 0 0 20px;
}

ol li,#sidebar2 ul ol li {
    list-style: decimal inside;
}

#sidebar2 ul ul li,#sidebar2 ul ol li {
    margin: 5px 0 0 0;
    padding: 0;    
}

#sidebar2 #archives {
    margin-top: 5px;
 }

/* @end Lists */

/* @group Form Elements */
#comment,input.text,input[type=text],input[type=password], textarea {
    margin-right: 2px;
    font-size: 10px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
    color: #666;
}

input.text,input[type=text],input[type=password] {
    height: 14px;
}

input.submit,input[type=button],input[type=submit] {
    font: normal 11px/ 16px "Lucida Grande", Verdana, Arial,
    "Bitstream Vera Sans", sans-serif !important;
    text-decoration: none;
    padding: 2px 8px !important;
    cursor: pointer;
    border: 1px solid #ccc;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    box-sizing: content-box;
    color: #464646;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
    background: #F2F2F2 url(images/layout/white-grad.png) repeat-x scroll
    left top !important;
}

#searchform {
    margin-top: 17px;
    margin-bottom: 15px;
}

#content #searchform {
    /* IE6 double margin on float bug */
    display: inline;
    float: right;
    margin-right: 2px;
}

#searchform #s {
    width: 128px;
}

#searchsubmit {
    
}

.entry form {
    /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#respond :after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}

/* @end Form Elements */

/* @group Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
}

.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

.children {
    padding: 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

/* @end Comments */

/* @group Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}

/* @end Calendar */

/* @group Various Tags & Classes */
acronym,abbr,span.caps {
    cursor: help;
}

acronym,abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    clear: both;
}

/* @end Various Tags & Classes*/ /* @group Captions */
.aligncenter,div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* @end captions */ /* @group Widgets */
#menu li.pagenav h2 {
    display: none;
}

#menu li.pagenav a {
    color: #8c8c8c;
    font-weight: normal;
    font-size: 130%;
    text-decoration: none;
    margin-left: 18px;
}

#menu li.pagenav a:hover {
    color: #ccc;
}

#menu .pagenav a:visited {
    color: #8c8c8c
}

#menu .pagenav ul li {
    background: url(images/layout/menu-button.png) no-repeat;
    padding-top: 6px;
    padding-bottom: 4px;
    height: 18px;
}

#menu .pagenav ul li.current_page_ancestor,
#menu .pagenav ul li.current_page_parent,
#menu .pagenav ul li.current_page_item
{
    background: url(images/layout/menu-button-selected.png) no-repeat;
}

#menu .pagenav ul li.current_page_ancestor a,
#menu .pagenav ul li.current_page_parent a,
#menu .pagenav ul li.current_page_item a
{
    color: #AB3C4D !important;
}

.pm {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffe0;
    color: #333;
    border: 1px solid #e6db55;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
}

.pm h2 {
    margin-bottom: 5px;
}

.pm p {
    margin: 3px 0 3px 0;
    padding: 0px;
    font-size: 10px;
}

.pm ul {
    padding: 0px;
    width: 180px;
}

.pm li {
    margin: 0;
    padding: 0px;
    width: 170px;
}

.widecolumn .gCalendar {
    height: 550px;
    width: 670px;
}

.narrowcolumn .gCalendar {
    height: 550px;
    width: 670px;
}

div.sitemap-generator-credits {
    display: none;
}

/* @end Widgets */ /* @group cForms */

.cf_hidden {
	display: none;
}

.cf_info.success {
	margin-bottom: 10px;
    padding: 10px;
    background-color: #afb;
    color: #000;
	font-weight: bold;
    border: 1px solid #0a0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.cf_info.failure {
	margin-bottom: 10px;
    padding: 10px;
    background-color: #fab;
    color: #000;
    font-weight: bold;
    border: 1px solid #f00;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}



form.cform {
	text-align: right;
}

form.cform li {
    margin: 0px;
    padding: 0;
    margin-bottom: 15px;
    list-style: none outside;
}

form.cform li.cf_li_err {
	margin-bottom: 10px;
    padding: 10px;
    background-color: #fab;
    color: #000;
    border: 1px solid #f00;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
}

form.cform li.cf-box-title {
	font-weight: bold;
}

form.cform fieldset {
    text-align: left;
    margin-top: 20px;
    border:  1px solid #ccc;
}

form.cform legend {
    padding: 0 10px 10px 10px;
    font-size: 1.3em;
    color: black;
}

form.cform label {
	display: block;
}

form.cform label.cf-group-after {
	display: inline;
}

form.cform label.cf-before {
	margin-right: 10px;
	display: inline;
}

form.cform input[type=text], form.cform textarea {
	width: 200px;
}

form.cform input.cf-box-b {
	margin-left: 10px;

}

form.cform input.cf_error{
	border-color: #f00;
}

form.cform textarea {
	width: 350px;
	height: 200px;
}

form.cform span.reqtxt, form.cform span.emailreqtxt{
	padding-left: 10px;
	font-style: italic;
	color: #666;
}

/* cForms contact form author link */
.linklove {
    display: none;
}
/* @end cForms */
