/*  
Theme Name: We R Family
Version: 1.0
Author: Andy Karlsson
Author URI: http://e-web.se/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #333;
	/*background-color: #5e4940;*/
	background-color: #999;	
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a{
	color: #0698D4;
	text-decoration: none;	
}
a:hover{
	/*text-decoration: underline;*/
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}
.btn{border:0}
select{
	padding: 0;
}
li{
	list-style: none;
	padding: 0 0 8px;
}
.entry-content {
	overflow: hidden;
}
.entry-content ol li{list-style:decimal; margin-left:20px;}
.entry-content ul li{list-style:disc; margin-left:20px;}
h2{
	font-size: 24px;
	padding: 0 0 14px;
	font-weight:normal;
}
h3{
	font-size: 18px;
	padding: 5px 0 5px 0;
}
h3 a, h2 a{
	color: #333;
}
p{
	padding: 0 0 15px;
	overflow: hidden;
	clear: left;
}
div.entry-date, .comment-meta{color:#637b93;font-size:11px;margin:0 0 10px 20px; }




/*========= LAYOUT =========*/

#wrapper{
	width: 850px; 
	margin:0 auto;
	background-color: #FFF;	
	padding:20px;
}

#container{  
}
#content{
	clear:left;
	padding:20px;
	margin-right:300px;
	width:480px;
}
#header{	
	float:left;
	width:460px;
	margin-top:5px;
	padding-left:20px;
}
#language-chooser{	
	position:absolute;
	right:0;
	bottom:0;
}
#footer{
	clear: both;
	color: #FFF;
}
div.sidebar-top {
	width:305px;
	height:20px; 
	background-image:url(images/bg/sidebar-top.png);
	background-repeat:no-repeat;
	display:block;	
}

div.sidebar-middle{
	width:245px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(images/bg/sidebar-middle.png);
	background-repeat:repeat-y;	
}
div.sidebar-bottom {
	width:305px;
	height:20px; 
	background-image:url(images/bg/sidebar-bottom.png);
	display:block;
}
div.sidebar{
	float:right;
	width:305px;	
	display:inline;
}
#logo{position:absolute; left:55px; bottom:20px; width:146px; height:50px;}
#blog-description{color:#FFF; font-size:11px; height:11px; width:146px; text-align:right; position:absolute; bottom:10px; left:53px;}

#language-chooser li{float:left; display:inline; margin-left:5px;}
/*========= HEADER =========*/

/*- Page Navigation -*/

#nav-left {
	width:500px;
	height:15px;
	position:absolute;
	bottom:22px;
	left:220px;
	}
#nav-right {
	position:absolute;
	bottom:10px;
	right:0;
	height:20px;
	margin:0px !important;
	padding:0 10px !important;
	}

#nav1, #nav1 ul{
	padding: 0;
	
	list-style: none;
}
#nav1 {
	padding:10px 10px 20px 20px;
	clear:both;
}
#nav1 a {
	display: block;
	clear:both;
	padding-right:20px;
}
#nav1 .current_page_item a{text-decoration:underline;}
#nav1 li {
	float: left;		
	font-size:14px;	
	text-transform:uppercase;
}
#nav1 li a:hover {
	background: none;
	text-decoration:underline;
}


/* 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;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.press_thumb{float:left; display:inline; margin:0 10px 5px 0;}
/* End Images */


#nrs-folding-pages ul li{margin-bottom:0px;}

#nrs-folding-pages ul ul {margin-top:10px;}

#nrs-folding-pages a {
	color: #000;
	font-size:18px;
	text-decoration: none;	
	display:block;
	text-transform:lowercase;
}
#nrs-folding-pages li li a {
	font-size:14px;	
	text-transform:lowercase;
	/*margin-left:5px;*/
}
/*
#nrs-folding-pages li li li a {
	font-weight:normal;
	padding-left:10px;
	font-size:11px;
}
*/
#nrs-folding-pages, #nrs-folding-pages ul{
	list-style-type:none;

}
#nrs-folding-pages a:hover, #nrs-folding-pages ul li.current_page_item a:hover{
	color:#ff6600; 
}

#nrs-folding-pages ul li.current_page_item a{
	/*background-color: #CCC;color:#FFF;*/
	color: #ff9900;
}
#nrs-folding-pages li{margin:2px;}


/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.entry-meta{padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #666;}
.edit-link{float:right;}

