/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/BG/rotate.php) no-repeat top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}


a { 
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 25px 0px 0 0;
}

img.right {
	float: right;
	margin: 0px 0 0 25px;
}

/* Wrapper */

#wrapper { 
	margin: 0 auto;
	width: 740px;
	height: 187px;
		
}


/* Menu */

#menu {
	width: 740px;
	min-width: 740px;
	height: 23px;
	margin: 0 auto;
	text-align: center;
}


#menu a {
	text-align: center; 
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	color: #FF0000
}

/* Index */

#index {
	margin: 0 auto;
	background: url(images/home.jpg) no-repeat top center;
	width: 740px;
	height: 740px;
	color: #000000;
	
}

/* Resume */

#resume { 
	margin: 0 auto;
	background: url(images/resume.jpg) no-repeat top center;
	width: 740px;
	height: 740px;
		
}

/* Portfolio */

#portfolio {
	margin: 0 auto;
	background: url(images/portfolio.jpg) no-repeat top center;
	width: 740px;
	height: 740px;

}

/* Fun */

#fun {
	margin: 0 auto;
	background: url(images/fun.jpg) no-repeat top center;
	width: 740px;
	height: 740px;    	
	
}

/* Contact */

#contact {
	margin: 0 auto;
	background: url(images/contact.jpg) no-repeat top center;
	width: 740px;
	height: 740px;
		
}

/* karneval */

#karneval {
	margin: 0 auto;
	background: url(images/karneval2009.jpg) no-repeat top center;
	width: 740px;
	height: 740px;
		
}

/* Content */

#content { 
	margin-top: 60px;
	margin-left: 15px;
	margin-right: 15px;
		
}

/* Post */

.post {
	padding-top: 50px;
	width: 740px;
	
}

.post .entry {
	padding: 30px 30px;
	display: block;
}


