/*
Theme Name: Allas Blog Theme
Theme URI: http://allas.se/
Description: Designed for allas.se by Aller Internet
Version: 1.0
Author: Kristian Erendi
Author URI:
Tags: grid960.gs, fixed width, three columns, widgets

       The grid960 is tweeked to be 990-11-10-10 to fit Allers sites
       This theme does not use wp-child-theme functionallity. But it will not stand on its own feet without the allas theme.
       It is more of a hack, it uses the same code for
       1. the header
       2. the functions file
       3. the adds
       4. some of the css, (the css:es for the menu is duplicated)

*/

@import url("../allas_theme/style.header.css");


body {}

a img{
   border-width: 0;
}

#container{
  /*background-image:url('images/990_11_10_10.png'); */
  background-color: white;
  background-repeat: repeat;
  overflow: hidden;
  margin-bottom: 10px;
}


#top{
  margin-bottom: 10px;
  margin-top: 10px;
}

#topheader {
  margin-bottom: 10px;
}

#header {
  margin-bottom: 10px;
}


.bladder{
   float:left;
}


.annons{
  text-align:center;
  margin: 0 0 10px 0;
}

#footer {
  border-style:solid none none none;
  border-width: 4px;
  border-color:#e3006a;
  padding: 0;
}


#footerleft p, #footerleft a, #footerleft b {
  text-align:left;
  font-size:11px;
  color: #949494;
}


#footerright p, #footerright a {
  text-align:right;
  font-size:11px;
  color: #949494;
}


#topfeatured {
  background-color:#e3006a;
  padding:8px;
  overflow:hidden;
  margin: 0 0 10px 0;
}

#topfeatured-img {
  float:left;
  margin:0;
  padding:0;
  width:180px;
}

#topfeatured-post {
  color:#461f25;
  float:left;
  margin:0 2px 0 10px;
  overflow:hidden;
  width:220px;
}

#topfeatured-post a {
  color: #fff;
}
#topfeatured-post p {
  margin-bottom:0;
}



.divider{
  border:1px;
  border-style:none none solid none;
  border-color: #e6e6e6;
  margin: 0 0 10px 0;
}
.divider_noline{
  margin: 0 0 10px 0;
}
.commentdivider{
  border:2px;
  border-color: #E3006A;
  border-style:none none solid none;
  margin: 1px 0 1px 0;
}

.commentdivider2{
  border:1px;
  border-color: #e6e6e6;
  border-style:none none dotted none;
  margin: 1px 0 1px 0;
}
.comment-author{
  color: #E3006A;
}
.comment-stat{
  color: #b3b3b3;
}

.commenttext p{
  padding: 10px 0 5px 0;
  margin: 0;
}

.commentbg{
  background-color: #f3f3f3;
}


.timestamp{
  color: #949494;
  font-size: 10px;
  margin: 0 0 5px 0;
}

.read-more {
  font-weight:bold;
  padding: 0 0 0 8px;
}

.read-discuss{
  font-weight:bold;
}

.post-comments {
  float:left;
  padding:0;
  text-align:left;
  font-size: 11px;
  color: #ef7f00;
  margin: 0 5px 10px 0;
}

.comments-link{
  float: left;
}
.comments-link a{
  color: #000;
  font-weight: bold;
  margin:0 5px 0 0;
}

.comments-nbr{
  font-weight: bold;
  margin:0 5px 0 0;
  float: left;
}

#comments{
  background-color: #f3f3f3;
}


#featured-box h2, #topfeatured h2 {
  margin: 0;
}

/* content */

div#content {
  margin-top: 10px;
}


/* menu */
div.menu-default {
  background-color: #fdf2f8;
}

ul#menu {
  float: left;
  background-color: #fff;
  margin: 0;
}


ul#menu li a:hover {
  color: #fff;
  background-color: #e1011b;
}
a.cat-small:hover {
  color: #e1011b;
  background: #fff;
}

ul#menu li {
  float:left;
  margin: 0 0 0 0;
  list-style-type: none;

}

ul#menu li a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    color: #e1011b;
    border-left-color: #fff;
    border-left:4px;
}
a.cat-mode {
    background-color: #fdf2f8;
    border: 0;
}
a.cat-small {
    font-size: 12px;
    display: block;
    float: left;
    margin: 0 4px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #e1011b;
}




.sidbar-header{
  margin: 5px 0 5px 0;
}
.sidbar-header-top{
  margin: 0 0 5px 0;
}


#blog-head{
  margin: 0 0 10px 0;
}
/*
.blog-list-img {
  background-image: url("images/blog-img.png");
  padding:0 0 30px 0;
  overflow: hidden;
}

.blog-list-head{
  font-size: 13px;
  font-weight:bold;
  color: #ef7f00;
}
.blog-list-right{
  padding: 5px 0 0 80px;
}
.blog-list-left{
  padding: 5px 80px 0 0;
}
*/
#dilemma{
  margin: 10px 0 0 0;
}

#single{

}

ol.commentlist {
  list-style-type: none;
}

.commentlist li {
  margin: 0;
  padding: 0 0 5px 10px;
}

.submit {
  /*background:#FFFFFF none repeat scroll 0 0; */
  background-color: #e3006a;
  border-color:#666666 #DDDDDD #DDDDDD #666666;
  border-style:solid;
  border-width:1px;
  color:#fff;
  font-size:12px;
  text-transform: uppercase;
  margin:0 0 10px 0;
  padding:4px;
}


.post-image{
  margin: 0 0 10px 0;
}


.list-404{
  text-transform: capitalize;
}


.bladder li{
  margin: 0;
  list-style-type: none;
  float: left;
}

.pagetitle{
  margin: 0 0 25px 0;
}

.search-terms{
  color: #ee7f00;
}


#archive-list li{
  margin: 0;
}


#thepoll {
  background-color:#ee7f00;
  background-position:left top;
  background-repeat:no-repeat;
  color:#fefefe;
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  margin:0 0 5px 0;
  padding-right:0;
  padding-top:8px;
  width:250px;
}

.wp-caption-text {
  color:#999999;
  font-style:italic;
  line-height:1.4em;
  padding-top:3px;
}

.widget-area{
  margin: 0 0 10px 0;
}

.widget-area h2{
  margin:5px 0 5px 0;
  color:#000;
  font-size:15px;
  font-weight:bold;
  line-height:22px;
  border-color:#fff #fff #E2007A #fff;
  border-style:solid;
  border-width:1px;
  padding:0;
}
.widget-area h2, .widget-area .widget h2{ 
  margin:5px 0 5px 0;
  color:#000;
  font-size:15px;
  font-weight:bold;
  line-height:22px;
  border-color:#fff #fff #E2007A #fff;
  border-style:solid;
  border-width:1px;
  padding:0;
}
.widget h2{ 
  color:#FFFFFF;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  height:24px;
  margin:0 0 10px;
  overflow:hidden;
  padding:2px 0 0 35px;  
}

.widget {margin-bottom:10px;}

.arrow{background-image:url(images/widget_arrow.gif);}
.smiley{background-image:url(images/widget_smiley.gif);}
.archive{background-image:url(images/widget_archive.gif);}
.letter{background-image:url(images/widget_letter.gif);}
.lamp{background-image:url(images/widget_lamp.gif);}
.pen{background-image:url(images/widget_pen.gif);}
.question{background-image:url(images/widget_question.gif);}

/* Begin 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 0 4px 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px 4px 4px 0;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left
  }
/* End Images */


/********************************************/
/********         Top Header        *********/
/********************************************/

#AllerFeeds  {
  background: #fff;
  width: 970px;
  margin: 0;
}


table#alh_navtable {
  border-spacing: 0;
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table#alh_navtable td {
  margin: 1px;
  padding: 1px;
  font-family: Helvetica, Arial;
  font-size: 11px;
  line-height: 13px;
}

table#alh_navtable td.alh_image {
  text-align: center;
}

table#alh_navtable td img {
  border: 0;
  height: 35px;
  width: 35px;
}

table#alh_navtable td a.alh_navtable_link:hover{
  text-decoration: underline;
}

.alh_navtable_site {
  color: #888;
}

table#alh_navtable td a.alh_navtable_link{
  color: #222;
  text-decoration: none;
}

#searchform p {
	margin: 4px 0 0 0;
}

.postmetadata {
	margin: 5px 0 10px;
}

.postmetadata p {
	line-height: 14px;
	margin: 5px 0 0;
}
#left-sidebar ul, #left-sidebar ol, #left-sidebar li{
  list-style: none;
  margin-left: 0;
  padding: 0 0 0 0;
}

#right-sidebar ul, #right-sidebar ol, #right-sidebar li{
  list-style: none;
  margin-left: 0;
  padding: 0 0 0 0;
  line-height: normal;
}

.rss li a{font-weight:normal;}
