/*
Template index page Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*
Adapted, modified and redesigned by http://bagside.com for Felix on a
non-commercial basis in March 2008.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #36547a url(imgblogg/headblogg_logo.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #111;
}


h4 {font-size: 1.4em;
}

p, blockquote, ul {
}

p {
font-size: 0.8em;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}


a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

img {
}


/* Logo-Head */

#logo {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	background: url(imgblogg/headblogg_logo.jpg) no-repeat;
}

#logo h1 {
	padding: 40px 0 0 95px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: bold;
	color: #fff;
}

#logo h1 span {
	font-size: .7em;
	font-weight: normal;
	color: #fff;
}

#logo h2 {
	margin-top: -1em;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
}

/* Menubar */

#menu {
	width: 740px;
	height: 18px;
	margin: 40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 25px 10px 21px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: url('img/blogghover2.jpg') no-repeat top left;	
}

#menu a:hover {
	color: #000;
	text-decoration: none;
	background: url('img/blogghover1.jpg') no-repeat top left;
}

#menu .active a {
	text-transform: uppercase;
}

/* Footer */

#footer {
	float: left;
	width: 710px;
	margin: 10px 0 0 12px;
	padding: 10px 0;
	border-top: 1px dotted #fff;
}

#footer p {
	margin: 0 0 0 10px;
	font-size: x-small;
}

#footer p a {
	color: silver;
}


div#contentwrapper {
	width: 720px;
	margin: 0 auto;
	padding-top: 5px;
}
	
div#maincontent {
	float: left;
	background: #36547a url('imgblogg/bloggentry_round1.png') no-repeat;
	width: 720px;
	padding: 10px 20px 10px 10px;
}
	
div#maincontent .first {
	margin: 0;
	color: #000;
}

div#maincontent h1.first {
	font-size: 1.4em;
}

div#maincontent h3 {
	font-size: 1.1em;
}

div#maincontent .last {
	padding-bottom: 1px;
}
	
div#contentwrapper p {
	line-height: normal;
}

 hr.sep {
 	border-right: none;
 	border-left: none;
 	border-bottom: none;
 	border-top: 1px solid #ccc;
 	color: white;
 	background-color: transparent;
 	margin: 0 5px 0 5px;
 	padding: 0;
	height: 1px;
}

.byline {
	margin: 0;
	color: #eee;
}

.meta {
	text-align: left;
	background-color: #d0dff2;
	width: 693px;
	float: left;
	margin-left: 12px;
	margin-top: 1px;
}

.meta .more {
	padding-left: 20px;
	background: url(imgblogg/img03.gif) no-repeat left center;
}

.meta a {
	color: #555;
}

.meta p {
	color: #555;

}

.meta .comments {
	padding-left: 20px;
	background: url(imgblogg/img04.gif) no-repeat left center;
}


	/* site wide content formatting */
	
h1, h2 {
	padding-top: 10px;
	padding-left: 10px;
}
	
h3 {	
	padding-top: 0;
	padding-left: 10px;
}
	
p {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
