/*
Theme Name: Brollopscoach med yui and starker
Theme URI: http://wesize.se
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 0
Author: Simon Zetterberg
Author URI: http://ximon.se
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body {
		
		
		background: #ddd url('style/images/bg_grad.png') repeat-y top center;
		}

.post p		{ font-size:15px;
					font-family:times new roman;
		}

li#tweetblender-3 {
width:160px;
}

.widget ul li span.entry-content{
margin-bottom:5px;
}


img{
clear:both;
}

#hd{
		height:336px;
		background: #000 url('style/images/header.JPG') no-repeat top center;

		}		
		
		
		
#bd, #ft	{
		background-color:#fff;
	
		}

		
#hd h1, #hd h2{
		text-indent:-9999px;
		height:3px;
		margin:0 0 0 0 ;
		padding:0 0 0 0 ;
		}		
		
		
#navmenu li a{
font-size:108%; 
text-decoration:none;
padding-left:5px;
padding-right:5px;
text-transform:italic;
color:#ddd;
font-style:italic;
margin-top:0px;
}

#navmenu li{
	text-align:center;
	list-style-type:none;
	display:inline;
}

#navmenu li a:hover {
background-color:transparent;
}
	


#info{
		width:225px;
		float:right;
		margin:5px;
		margin-top:200px;
		padding:10px;
		background-color:#ccc;
		-moz-border-radius:8px;
}
	

#content {
		background-color:#fff;
		margin-left:20px;
		
		min-height:400px;
		}
		
.post {
			padding:10px 0px 0;
}		

.post h2 a {
		
		background-color:#fff;
		padding:5px;
		font-size:20px;
		text-decoration:none;
		
}

.clear { clear:both; }

.post h2 a, h1 a, h3, h3.widgettitle, .widgettitle a
{	color:#ff0066;
}

ul.nyasena li{ 
		color:red;
		font-color:green;
		background-color:blue;



}

#meta {	background-color:#808080;
			padding:5px;
			margin-top:10px;
	
}

#meta>p, #meta>p>a {
	color:#fff;
	margin-bottom:0px;
		
}

#widget_footer{
	margin:15px;
}



h3.infotitle {	color:green;
		margin:2px;
		padding:2px;
		}


		

a{
		color:#777;
		}


#skip ul li{
		list-style-type:none;
		}
		
		
#topcontrols{
		background-color:transparent;
		}		
			
			
.widget {
		color:#444;
		}			
			
.widget ul li {
			list-style-type:none;
margin-bottom:10px;
			}

.widget ul {
			
			margin-left:0px;
			}			
			
.widget ul li a{
			color:#444;
			}		

.widget ul li a:hover{
			color:magenta;
			}			
			
.widgettitle, .widgettitle a					


.widget ul :hover{
			color:#eee;
			}		
			
			
#comments {	
		margin-left:20px;
		margin-right:20px;
		width:500px;


}




h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

