/*
Theme Name: RTP Blog
Theme URI: http://rtp.se/
Description: Tema f&ouml;r RTPs blogg
Version: 0.9
Author: Stefan Wallin
Author URI: http://www.rtp.se/
Tags: orange, custom header, fixed width, three columns, widgets
*/


/* Layout */
#wrap {width:840px; margin: 0px auto; background-color:#fff;padding:20px;}
	#header {border-bottom:dotted 1px #ddd;margin-bottom:10px;}
	#mainwrap {background-image: url('images/wrap-bg.gif');}
		#main {width:400px;float:left;padding-right:20px;}
		#sidebar1{width:180px;float:left;padding:15px;}
		#sidebar2{width:180px;float:right;padding:15px;}
	#footer {border-top:dotted 1px #ddd;margin-top:10px;}

#navigation {margin: 10px 0px 10px 0px;}

/*END #wrap



/* html */

body {
	font-family:verdana;
	font-size:11px;
	background-image: url('http://www.rtp.se/grph/bg-body.png');
	background-repeat: repeat-x;
	background-color: #fedeb1;

	
}


/* class */
.titles { 
	font-family: arial;
	font-size:16px;
	font-weight:normal;
	border-bottom:solid 1px #eee;
	padding-bottom:5px;
	margin-bottom:10px;
}
.alignleft {float:left;}
.alignright {float:right;}
.clear {clear:both;}


#main h1 {
	font-family: arial, helvetica, sans-serif;
	color: #444;
	font-size:22px;
	
	
}

#main h1 a {
	color: #444;
	text-decoration:none;
	
}
#main .entry {
	margin-top:20px;
	line-height:18px;
}


/* id */
#sidebar1 ul {
	padding:0px;
	margin:0px 0px 30px 0px;
	list-style-type: none;
}
#sidebar1 li {
	font-family:verdana;
	font-size: 11px;
	border-bottom: solid 1px #eee;
	padding:4px 0px 4px 4px;
	
	
}
#sidebar1 li a{
	text-decoration:none;
	color: #db8900;
}
#sidebar1 li a:hover{
	text-decoration:none;
	color: #a00;
}

#sidebar2 ul {
	padding:0px;
	margin:0px 0px 30px 0px;
	list-style-type: none;
}
#sidebar2 li {
	font-family:verdana;
	font-size: 11px;
	border-bottom: solid 1px #eee;
	padding:4px 0px 4px 4px;
	list-style-type: none;
	
	
}
#sidebar2 li a{
	text-decoration:none;
	color: #db8900;
}
#sidebar2 li a:hover{
	text-decoration:none;
	color: #a00;
}



#sidebar2 a{
	text-decoration:none;
	color: #db8900;
}
#sidebar2 a:hover{
	text-decoration:none;
	color: #a00;
}

#main a{
	text-decoration:none;
	color: #db8900;
	
}
#main a:hover{
	
	color: #800;
	
}
#wp-calendar {width:180px;}
#wp-calendar td {text-align:center;}
#wp-calendar a {
	text-decoration:none;
	color: #F8971C;
}
#wp-calendar caption {
	display:none
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}