/*  
Theme Name: Freetime Productions Main-Theme
Theme URI: http://freetime.netscripter.de/
Description: Standardtheme für die Homepage von Freetime Productions
Version: 1.0
Author: Frank Krause
Author URI: http://www.netscripter.de/
*/
html {
	height: 100%;
}
body {
	height:100%;
	margin: 0px;
	background-color: #0066CC;
	background-image: url(image/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 80px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background-color: #4F4F4F;
	width: 100%;
	height: 80px;
	background-image: url(image/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
}
#header-img {
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	background-image: url(image/header_img.jpg);
	position: relative;
}
#header-img ul {
	list-style: none;
	padding: 54px 10px 0px 0px;
	margin: 0px;
}
#header-img li {
	position: relative;
	display: inline;
	text-align: center;
	margin-left: 40px;
}
#nonFooter {
	position: relative;
	min-height: 100%;
	width: 100%;
	text-align: center;
}
* html #nonFooter {
	height: 100%;
	padding-bottom: 40px;
	margin-bottom: -40px;
}
#footer {
	position: relative;
	background-color: #000000;
	background-image: url(image/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: -40px;
	left: 0px;
	top: 0px;
	height: 40px;
	text-align: center;
	float: left;
}
* html #footer {
	margin-top: 0px;
	float: none;
}
#footer-text {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 20px;
	line-height: 40px;
	position: relative;
}
#foo {
	position: relative;
	height: 40px;
	float: left;
	width: 100%;
}
* html #foo {
	display: none;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	text-align: left;
}
* html #main {
	padding-top: 10px;
}
#content {
	float: left;
	width: 530px;
	position: relative;
	text-align: justify;
}
#sidebar {
	float: right;
	position: relative;
	width: 250px;
	background-image: url(image/sidebar_mid.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
* html #sidebar {
	margin-top: 0px;
}
#sidebar-top {
	background-image: url(image/sidebar_top.png);
	background-repeat: no-repeat;
	position: relative;
	width: 250px;
	min-height: 500px;
	float: right;
	text-align: center;
}
* html #sidebar-top {
	height: 500px;
}
#sidebar-bot {
	background-image: url(image/sidebar_bot.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 20px;
	width: 250px;
	float: right;
	margin-bottom: 20px;
	clear: right;
}
#sidebar-cnt {
	position: relative;
	z-index: 1;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 10px;
}
#content h1 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	font-weight: normal;
	width: 75%;
	color: #FFFFFF;
	text-decoration: none;
}
#content h1 a {
	color: #FFFFFF;


}
#header-img a {
	color: #FFFFFF;
	text-decoration: none;
}
#header-img a:hover {
	color: #FFCC66;
	text-decoration: none;
}
#header-img a.active {
	color: #FFCC66;
}
#content h1 a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#content a {
	color: #FFCC66;
	text-decoration: none;

}
#content a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#content h2 {
	font-size: 18px;
	font-weight: bolder;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar-cnt h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
	text-align: left;

}
#sidebar-cnt a {
	color: #FFCC66;
	text-decoration: none;
}
#sidebar-cnt ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;

}
#sidebar-cnt ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF99;
	width: 90%;
	font-size: 12px;
	line-height: 20px;

}
#sidebar-cnt .widget {
	margin: 10px 10px 30px;
}
.infobox {
	background-color: #006699;
	width: 100%;
	border: 1px dashed #FFCC66;
	background-image: url(image/infobox.jpg);
	background-repeat: repeat-x;
	position: relative;








}
.infobox p {
	margin: 10px;
}
.storytitle {
	font-size: 14px;
	color: #FF0000;

}
.post-info {
	font-size: 10px;
	color: #CCCCCC;
	margin-top: -15px;
}
#commentlist {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;


}
#commentlist li {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	display: block;
	margin-top: 10px;


}
#commentform {
	background-color: #006699;
	background-image: url(image/infobox.jpg);
	background-repeat: repeat-x;
	border: 1px dashed #FFCC66;
	padding: 10px;

}
#commentform input {
	background-color: #FFFFCC;
	border: 1px solid #000000;
}
#commentform input:focus, #commentform input:hover {
	background-color: #FFFFFF;
}
#commentform textarea {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	height: 200px;
	width: 100%;

}
#commentform textarea:focus, #commentform textarea:hover {

	background-color: #FFFFFF;
}
.feed-abos li a {
	margin-left: 20px;
}
.feed-abos li {

	background-image: url(image/feed-icon-16x16.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
form#searchform input {
	border: 1px solid #000000;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	margin-left: 14px;
	width: 120px;





}
form#searchform input:hover, form#searchform input:focus {
    background: #FFFFCC; color: #333333;
}
form#searchform .search-button {
	background: #FFCC66;
	color: #000000;
	cursor: pointer;
	border: 0;
	margin-left: 5px;
	width: 50px;



}
form#searchform .search-button:focus, form#searchform .search-button:hover {
    background: #FFFFCC; color: #000000;
}
#content .feedback {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#content hr {
	display: none;
}
#content img {
	border: 0px;
}
