/*  
Theme Name: jonex.info
Theme URI: http://jonex.info/
Description: My own theme.
Version: 1.0
Author: Sebastian Jansson
Author URI: http://jonex.info/
*/


body	{background: #fff; color: #253817;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 14px;
overflow:scroll;}
div		{position:relative;}

h1 {margin: 0;}
/* h2 { margin-bottom: 5px;} */
h2 { margin-bottom: 5px; font-size: 3ex;}
p {
	margin-top: 0; 
	margin-left: 3ex;
	margin-right: 2ex;
	margin-bottom: 1ex;
	max-width: 70ex;
	}
	
ul	{margin-top: 0px;}


#links {
	/*left:465px; */
	top: 115px;
	height: 16px;
	/*width:200px; */
	color: #fff;
	font-size: 17px;
	float: right;
	padding-right: 10px;
	margin-top: 1ex;
	}
#links li
{
display: inline;
list-style-type: none;
padding-right: 2ex;
text-transform: lowercase;
}

a:link		{color: #35541B; text-decoration: none; font-weight: bold;}
a:visited	{color: #35541B; text-decoration: none; font-weight: bold;}
a:active	{color: #35541B; text-decoration: none; font-weight: bold;}
a:hover		{color: #658647; text-decoration: underline; font-weight: bold;}

#links a:link		{color: #fff; text-decoration: none; font-weight: normal;}
#links a:visited	{color: #fff; text-decoration: none; font-weight: normal;}
#links a:active		{color: #fff; text-decoration: none; font-weight: normal;}
#links a:hover		{color: #A9FF59; text-decoration: none; font-weight: normal;}


a img {border: none;}

#head {
	margin: auto;
	width: 627px; 
	height: 131px;
	background: url("images/head.png");
	}

#content {
	margin: auto;
	width: 585px; 
	min-height: 300px; 
	background: url("images/page.png") repeat-y; 
	padding: 5px 15px 10px 27px; 
	}

#footer	 {
	margin: auto;
	color: #000;
	width: 597px; 
	height: 29px;
	background: url("images/foot.png") no-repeat;
	padding: 0 15px;
	text-align: right;
	}

.date {
	color: #829F65;}

.first {margin-top: 0;}