/*
Theme Name: emj dot se 
Theme URI: http://emj.se/
Description: My blog theme   
Version: 0.2
Author: Eric Jonsson
Author URI: http://emj.se/
Tags: personal, own

	My attempt to make a more personal blog

*/

html
{
	height: 100%;
}

body 
{
	margin: 0px;
	padding:0px;
	width: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	text-align: center;
}

img
{
	width: 500px;
}

small 
{
	font-size: 8px;
	color: #c0c0c0;
}

a, a:link, a:visited
{
	color: #EFEFEF;
	text-decoration: none;
}

p 
{
	color: #303030;
}
p a, p a:link, p a:visited
{
	color: #303030;
	font-weight: bold;
	text-decoration: none;
}

p a:visited
{
	color: #303030;
	text-decoration: underline;
}
ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;

}

h1, h2, h3
{
	color: #303030;
}
#page 
{
	position: absolute:
	top: 160px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	text-align: left;
	width: 100%;
	height: 100%;
}

#header 
{
	padding-left: 20px;
	background: green;
	position: relative; 
	left: 0px; 
	top: 0px;
	right: 0px;
	height: 120px;
	font-size: 70px;
	font-weight: bold;
	vertical-align: bottom;
}
#footer 
{
	margin-top: 50px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10px;
	background: #303030;
	clear: both;
}



#topmenu
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background: #303030;
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content 
{
	position: relative;
	top: 20px;
	left: 20px;
	width: 640px;
	float: left;
}

#single
{
	padding-top: 160px;
	width: 640px;
	margin: auto;
}

#sidebar
{
	position: relative;
	top: 20px;
	left: 40px;
	width: 150px;
	background: #EFEFEF;
	float: left;
	margin-bottom: 20px;
}

#s 
{
	width: 120px;
}

#comment
{
	width: 640px;
}

.sidebarEntry
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
	background: #EFEFEF;
	width: 145px;
}

.sidebarEntry a, .sidebarEntry a:visited, .sidebarEntry a:link
{
	color: #303030;
}
.sidebarHeader
{
	width: 145px;
	background: #303030;
	height: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.postHeader
{
	height: 20px; 
	padding-top: 5px;
	padding-left:  5px;
	padding-bottom: 5px;
	background: #303030;
	width: 635px; 
	color: #EFEFEF;
	font-size: 15px;
}

.entry
{
	background: #EFEFEF;
	color: #303030;
	padding-bottom: 15px;
	padding-left: 15px;
}

.postEntry a, postEntry a:visited, .postEntry a:link
{
	color: #303030;
	font-weight: bold;
}

.postEntry a:hover
{
	text-decoration: underline;
}
.postEntry 
{
	color: #303030;
	width: 640px;
	text-align: center;
}

.navigation
{
	color: #c0c0c0;
	height: 20px;
	margin-bottom: 20px;
}
.alignleft a, .alignleft a:visited, .alignleft a:link
{
	color: #303030;
}
.alignright a, .alignright a:visited, .alignright a:link
{
	color: #303030;
}
.alignleft
{
	width: 300px;
	color: #303030;
	float: left;
}
.alignright
{
	color: #303030;
	width: 300px;
	text-align: right;
	float: right; 
}

.wp-smilie img 
{
	width: 15px;
}

