/*  
Theme Name: Krankenhouse Project
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

A:link {text-decoration: none; color:#333333;}
A:visited {text-decoration: none; color:#333333;}
A:active {text-decoration: none; color:#333333;}
A:hover {text-decoration: none; color:#999999;}

body {
	background-color:#000000;
	background-image:url(images/bk.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	margin-top:0;
}

#headerWrapper {
	width:900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#wrapper {
	width:800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	top:0;
	height:225px;
	width:800px;
	
	/*
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	*/
	
	position:scroll;
}

#alternativeHead {
	width:850px;
	height:225px;
	background-image:url(images/alternativeHead.png);
	background-repeat:no-repeat;
	background-position:center;
	
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
		
}

#alternativeNav {
	margin-left:500px;
	margin-top:-30px;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

.navigation {
	width:800px;
	font-size:9px;
	
	text-align:center;
	
	color:#615D3B;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#container {
	margin-top:0;
	background-image:url(images/contentBk.jpg);
	background-color:#fffcd1;
	padding:0 30px 30px 30px;
}

.post {
	width:600px;
	margin: 0 auto 30px auto;
	padding:0 0 30px 0;
}

.title {
	
	background-image:url(images/post_title.png);
	background-repeat:no-repeat;
	height:36px;
	padding-left:20px;
	padding-top:5px;
	
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.entry {
	margin-top:0px;
	margin-bottom:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#615D3B;
}

.line {
	margin-top:30px;
	height:3px;
	border-bottom: 1px solid #ccc;
}

#footer {
	margin-top:0px;
	padding:30px 0 30px 0;
	text-align:center;
	font-family:Helvetica, Arial,  sans-serif;
	font-size:9px;
	color:#FFFFFF;
	background-image:url(images/footerBk.png);
	background-repeat:no-repeat;
	background-position: top center;
}

/* guestbook CSS */

.css_form_antispamtext{
	color:#615D3B;
}

.css_form_text {
	color:#615D3B;
}

.css_post_header1 {
	font-weight:bold;
	font-size:12px;
	
	color:#615D3B;
}

.css_post_header4 {
	font-weight:normal;
	font-size:9px;
}

.css_post_message {
	color:#615D3B;
}

/*----------------------------------------------------*/

/* this code is to fix image allignemnt on all blog posts.
it is mandatory in wordpress templates*/

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
	
/*----------------------------------------------------*/