/*
Theme Name: Child Theme of Arras Theme
Theme URI: http://www.showfabriken.se
Description: Child theme for the Arras Theme for WordPress
Author: Mats J
Author URI: http://www.showfabriken.se
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/


/* mellanrumet nedan top*/
#wrapper				{ min-height: 100%; position: relative; padding: px 0; }
#wrapper {
    background: none no-repeat scroll center center #ECEFF5;
}

/* Mellanrumet ovan Footer 
#footer				{ margin: 0px auto 0; width: 980px; background: #ECEBE6; padding-bottom: 10px; border: 1px solid #CCC; }
*/


/* sidebar */
.widgetcontainer ul, .widgetcontent .xoxo, .widgetcontainer ol	{ margin: 0 0 0 15px; padding: 0; }

/* rubrik under loggan */
.blog-description {
color:#FFFFFF;
display:block;
font-family:'Segoe UI',Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:700;
line-height:1em;
margin:0;
padding:3px 0 0;
text-transform:uppercase;
}

/* F�rgen i texten p� menyn */
.sf-menu a				{ display: block; text-decoration: none; padding: 2px 10px; color: #FFF; font-size: 12px;  }

.sf-menu a:hover		{ color: #FFF; text-decoration: underline; }

/*Från DJ sweden---------------------------*/
/* Tar bort datum och No Comments i Discjockeys på arkiv visning */
.posts-quick .entry-info abbr { display: none; }
.posts-quick .entry-info { display: none; }


/* Har tagit bort kommentar funktionen, längst ner i main */
.nocomments { display: none; }
.module-title, .feed-title, #reply-title { display: none; }
#commentform { display: none; }

/* tar bort comments Xhtml text för kommentarer. */
.form-allowed-tags { display: none; }

/* Tagit bort comments på små rutorna på framsidan*/
 .posts-default .entry-comments, .posts-quick .entry-comments {
    background: url("../images/comments.gif") no-repeat scroll left center transparent;
    float: right;
    margin: 5px 5px 0;
    padding: 0 0 0 12px;
}

/*Tar bort datum på små rutorna på framsidan*/
.posts-default .published { display: none; }

/*Tar bort siffran på små rutorna på framsidan; får inte bort sidan har bytt färg på texten för att tona ner*/
.posts-default .entry-meta, .posts-quick .entry-meta {
    color: #111111;
    font-weight: 700;
    opacity: 0.7;
}

/*Tar bort tjocka border, mindre border på bilderna på tidigare spelningar */
.attachment-sidebar-thumb, .multi-sidebar .recentcomments .avatar {
    border: 1px solid #CCCCCC;
    float: left;
    height: 36px;
    margin: 0 10px 0 0;
    width: 36px;
}

#featured-slideshow {
    border: 1px solid #CCCCCC;
    position: relative;
    z-index: 0 !important;
}


/*---------------*/
/* bakgrunds färgen på sidan */
body {
background-color:#ECEFF5;
font:12px 'Lucida Grande',Arial,Helvetica,sans-serif;
}


/* Main bakgrund till vit och tagit bort border*/
#main {
background:none repeat scroll 0 0 #FFFFFF;
}

/* Main BORDER, TAGIT BORT BORDER =0*/
.single .post, #main .single-post {
background:none repeat scroll 0 0 #FFFFFF;
border:0 solid #CCCCCC;
}

/* ÄNDRAT FÄRG PÅ FOOTER*/
#footer {
background:none repeat scroll 0 0 #ffffff;

}
/* Tagit bort avståndet mellan mAIN OCH fOOTER */
#footer {
margin:0 auto 0;
padding-bottom:10px;
width:980px;
}


