/*   
Theme Name: Minimal
Theme URI: http://www.joakimoscarsson.com
Description: Minimal
Version: 1.0
*/

body {
	background-image: url(http://www.joakimoscarsson.com/images/bg_grey_vertical.gif);
        background-color: #ffffff;
	font-family: "Georgia","Times New Roman",Times, Courier, mono;
	padding: 0px 0px 0px 15px;
	margin: 0px;
        font-size: 16px;
	line-height: 24px;
	color: #444444;
        
}

#searchform br {
display: none;
}

#container {
	width: 1095px;
}

#sidebar {
	width: 200px;
	float: left;
	font-size: 12px;
	font-family: "arial", sans-serif;
        line-height: 15px;
	padding: 0px 0px 0px 15px;
	}


#sidebarleft {
	width:200px;
	float: left;
}

#sidebarright {
	width: 200px;
	float: right;
}

#footer {
	
        width:1085px;

	clear: both;
	font-family: "arial", sans-serif;
        font-size: 12px;
        padding: 50px 0px 0px 15px;

}

#entries {
	margin-top: 125px;
        width: 800px;
	float: right;
	}

.post {
	margin-bottom: 75px;
        width: 475px;
}

a {
	color: #929292;
	text-decoration: underline;
	

}

a:link h3 {
	color: #929292;
	border: none;
}

a:link img {
	border: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
	background-color: #ECECEC;
}



a:focus { 
    outline: none; 
	}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 5px;
	border: solid 1px #FF0000;
}


h6 {
	font-family: "arial", sans-serif;
        font-weight: normal;
	font-size: 12px;
        line-height: 15px;
	margin-bottom: 13px;
	margin-top: 13px;
	color: #444444;
}

h1 {
	font-family: "arial", sans-serif;
        font-weight: normal;
        font-size: 19px;
	line-height: 15px;
	
        margin-top: 0px;
        margin-bottom: 0px;
        letter-spacing: 0px;
}

.title {
	border-bottom: 1px dotted silver;
}


h3 {
	font-family: "arial", sans-serif;
        font-weight: normal;
	font-size: 12px;
	line-height: 20px;        
	margin-bottom: 13px;
	margin-top: 13px;
	color: #444444;
	border-top: 1px dotted silver;
}

h4 {
	font-family: "arial", sans-serif;
        font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 13px;
	margin-top: 13px;
	color: #444444;
	border-top: 1px dotted silver;
}

h5 {
	font-family: "arial", sans-serif;
        font-weight: normal;
	font-size: 12px;
        line-height: 15px;
	margin-bottom: 13px;
	margin-top: 13px;
	color: #929292;
	
}

.news_header {
	font-family: "arial", sans-serif;
        font-weight: normal;
	font-size: 12px;
	line-height: 15px;
        margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
        background-color: #A3A3A3; 
	text-decoration: none;
}

a.mbutton:hover {
	color: #444444;
	text-decoration: none;
	background-color: #FFFF33;
}


.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: 0px;
}


blockquote {
	
	color: #929292;
	padding: 0px;
	margin-left: 50px;
        margin-top: 25px;
        margin-bottom: 25px;
}



