/*  

Author: Michael Oeser
Author URI: http://www.der-prinz.com


/******************************************
*   HTML Elements                         
******************************************/
#player1 
{
     margin: 0px;
     padding: 0px;
}



* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #111;
	padding: 30px 0 25px 0;
	background-color: #d8cb8f;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: justify;	
	}

body, select, input, textarea {
	font: 11px Verdana, Arial, Sans-Serif;
	line-height:20px;
	}
	
p {	
	margin: 15px 0;
	}
	
q {	
	margin: 15px 0;
	padding:5px 0px;	
	}	

small {
	font-size: 1em;
	padding:3px 0px;
	color: #CC9900;
	}
	
/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited {
	color:#840915;
	text-decoration: none;
	font-weight: bold;
	} 
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}

/* How the links in the leadstory area on the homepage look like */
#leadcontainer a {color:#840915;}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #840915; 
	text-decoration: none;
	} 
.title:hover { 
	color: #a37f04; 
	text-decoration: underline;
	} 
	
/* HTML headline links */

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}


/****** Images ****************************/

#leadpic {float:left;margin: 0 20px 10px 0;padding:1px;border:1px solid #999;}

	
		
/******************************************
*   Main Element Structure                         
******************************************/

#page { /* main container */
	width:840px;
	margin:0 auto;
	font-size:1em;
	background:#fff;
	padding: 5px 20px 10px 20px;
	}

#branding {/* Where the logo is located */
	width:840px;
	height:130px;
	padding-bottom:15px;
	padding-top:15px;
	background-image: url(images/backgrounds/bg_branding.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 240px;
	float:right
	}
	
/******************************************
*   All Headlines and related stuff                         
******************************************/
	
.blogtitle, .blogtitle a {/* Thatīs only relevant, if you donīt use an image for your Logo in the header */
	color: #000;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	text-decoration:none;
	}

.cat-head {/* Background for the category teasers headline on the homepage */
	margin-bottom:3px;
	background-color:#ddd;
	padding:3px 2px 1px 4px;
	}

h1 {
	color: #840915;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
h2 {
	color: #840915;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	}

h3 {
	color: #111;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	}
	
h4 {
	color: #c49904;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	}
	

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#right_side img.figure2 {
	float: left;
	margin: 0 0 0 7px;
	padding: 0px;
	border: 3px solid #000;
	clear: both;
	}
	
#right_side img.figure2:hover {
	margin: 0 0 0 7px;
	padding: 0px;
	border: 3px solid #c49904;
	}
	
#left_side img.figure2 {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 3px solid #000;
	clear: both;
	}
	
#left_side img.figure2:hover {
	border: 3px solid #c49904;
	margin: 0px;
	padding: 0px;	
	}
	
/******************************************
*   Content styles                    
******************************************/

#content{
	width:840px;
	margin:0px;
	clear: both;
}

#left_side{
float:left;
width:390px;
margin:0px;
padding: 0 20px 15px 10px;
}

#left_bottom{
float:left;
width:390px;
margin:0px;
padding: 0 20px 25px 10px;
}

#right_side{
float:left;
width:395px;
margin:0px;
padding: 0 0 15px 20px;
}

#mid{
	width:840px;
	background-color: #000;
	color: #fff;
	display: block;
	font-family:"Verdana", Arial sans-serif;
	font-size:100%;
	line-height:18px;
	margin: 10px 0;
	clear: both;
	padding-top: 10px;
	}

#right_bottom{
float:left;
width:395px;
margin:0px;
padding: 0 0 25px 20px;
}

#menu_right{
float:left;
width:395px;
padding: 20px 0 0 20px;
}

/* some structural styles for the content area */


#homecontent-top {/* The upper area on the homepage */
	width:840px;
	margin-top:15px;
	}
	
#homecontent-bottom {/* The lower area f the homepage */
	width:700px;
	margin-top:20px;
	}

#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */
	width: 500px;
	}

#homecontent-topright {/* The right upper area (where the three feature boxes appear) */
	width: 210px;
	}
	
code {
	width:385px;
	background-color: #020115;
	color: #fff;
	display: block;
	font-family:"Verdana", Arial sans-serif;
	font-size:100%;
	line-height:18px;
	margin: 6px 0;
	margin-left: -30px;
	padding: 12px 15px 12px 25px;
}

code.second {
	width:385px;
	background-color: #020115;
	color: #fff;
	display: block;
	font-family:"Verdana", Arial sans-serif;
	font-size:100%;
	line-height:18px;
	margin: 9px 0 0 0;
	margin-left: -30px;
	padding: 0px 15px 15px 25px;
}

span {
	width:390px;
	background-color: #020115;
	color: #fff;
	display: block;
	font-family:"Verdana", Arial sans-serif;
	font-size:100%;
	line-height:18px;
	margin-bottom: 6px;
	margin-right: -50px;
	padding: 12px 15px 12px 15px;
}

span.second {
	width:390px;
	background-color: #020115;
	color: #fff;
	display: block;
	font-family:"Verdana", Arial sans-serif;
	font-size:100%;
	line-height:18px;
	margin: 9px 0 0 0;
	margin-right: -50px;
	padding: 0px 15px 15px 15px;
}

/* The lead story on the honmepage */

#leadcontainer {
	background:/*url(images/backgrounds/bg_leadcontainer.jpg) repeat-x 0px 0px #252525 */ #020115;
	color:#ddd;
	border-top:4px solid #C29704;
	border-bottom:4px solid #C29704;
	padding:15px 15px 15px 15px;
	width:582px;
	min-height:300px;
	}

#leadcontainer:hover {
	background:#222;
	border-top:4px solid #C29704;
	border-bottom:4px solid #C29704;
	}

#leadcontainer .title {
	font:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #C29704;
	}

#leadheader {
	display:block;
	}

#leadheader a {color:#ddd;}

#homebottom {/* Thatīs the nice shadow below the leadcontainer */
	width:625px;
	height:35px;
	background:url(images/backgrounds/homebottom.png);
	}
	

.read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.read-on a:hover {color:#C29704!important;}

	
/* Featured Articles formatting in "hometop-rightcol" */

.feature {
	background: #020115;
	padding:15px;
	border-top:4px solid #C29704;
	border-bottom:4px solid #C29704;
	font-size: 10px;
	max-height:300px;
	min-height:300px;		
	}

.feature:hover {
	background:#222;
	border-top:4px solid #999;
	border-bottom:4px solid #999;
	}

/*.feature p { margin:0;	}*/

#hometop-rightcol img {
	margin-bottom:15px;
	padding:1px;
	border:1px solid #999;
	}

#hometop-rightcol .feature {margin-bottom: 10px; }

#hometop-rightcol.title, #hometop-rightcol a.title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #a37f04;
	margin:8px 0 6px 0;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
	}
	
#hometop-rightcol p {
	font-family: "Verdana", Times, sans-serif;
	font-size:11px;
	color: #eee;
	margin:12px 0 0 0;
	line-height: 17px;
	}	

/**********************************************************/
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}
		
.title, a.title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #a37f04;
	margin:10px 0 10px 0;
	}
		
#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {
	border-bottom:1px solid #ccc;
	padding:12px 0;
	}	
		
.postmetadata {margin: 30px 0;}
	

/* Form Elements */

select {
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	width:100%
	}
	

#searchform {padding:16px 5px 0 0;}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	width:150px;
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}


.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

.button:hover {
	color:#333;
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	text-decoration:none;
	}

/* Float Properties*/

.clear {
	clear:both;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:inline-block;
	}	

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:block;
	}
	
em {
	color: #840915;
	font-weight: bold;
	width: 30%;
	font-style: normal;
	text-decoration: none;
}

	
/******************************************
*   Footer                        
******************************************/

#footer {
	width: 840px;
	font-size:11px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	color:#111;
	clear: both;
	font-weight: bold;
	border-top:4px solid #C29704;
	}

#footer a {
	color:#840915;
	}
	
#footer a:hover, a:visited {
	color:#ccc;
	}
