/*  
Theme Name: PRiNZ BranfordMagazine



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {

	min-height:101%;
	}
	
body {
	margin:0; 
	padding:0;
	background-color:#353535;
	background-image:url(images/top_bg.jpg);
	background-repeat:repeat-x;
	}
.form_button{background-image:url(images/formbutton.jpg);color:#000;cursor:pointer;height:28px;padding:0 5px;}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */
/*********************************************
			Felix
*********************************************/
.post{padding:5px;}
.entry p{padding:5px 0;color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;}
#wrapper {
	width:960px;
	margin: auto;
	
	
}
#headzeile {
	padding-top:5px;
	padding-left:10px;
	height:15px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#navi {
	width:910px;
	height:130px;
	margin-top:35px;
	margin-left:10px;
}

#navi a{
	background-image:url(images/btn.jpg);
	width:130px;
	height:130px;
	display:block;
	float:left;
	line-height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	text-align:center;
}
#navi a:hover{
	background-image:url(images/btn_over.jpg);
	width:130px;
	height:130px;
	
}
#navi a.aktiv{
	background-image:url(images/btn_over.jpg);
	width:130px;
	height:130px;
}
#navi a.aktiv:hover{
	background-image:url(images/btn_over.jpg);
	width:130px;
	height:130px;
}
.logo {
	float:left;
}
#navi .right {
	background-image:url(images/btn_rechts.jpg);
	width:131px;
	height:130px;
}
#navi .right:hover {
	background-image:url(images/btn_rechts_over.jpg);
	width:131px;
	height:130px;
}
#boxen {
	width:693px;
	height:141px;
	margin-left:6px;
	margin-top:15px;
}
#box {
	width:231px;
	height:141px;
	background-image:url(images/box.jpg);
	float:left;
	
}
#newsbox {
	width:200px;
	background-color:#2b2a2a;
	-moz-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
	padding-bottom:10px;
	margin-top:20px;
}
.higlight_box {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px;
}

.linkliste{
text-align:left;
        padding-left:40px;
	list-style-image:url(images/pfeil_link.jpg);
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	text-decoration:none;
	
}
.linkliste a{
	text-decoration:none;
	color:#FFF;
}
.linkliste a:hover{
	text-decoration:underline;
	color:#FFF;
}
.linkliste2{
text-align:left;
	list-style-image:url(images/pfeil_link.jpg);
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	text-decoration:none;
	
}
.linkliste2 a{
	text-decoration:none;
	color:#FFF;
}
.linkliste2 a:hover{
	text-decoration:underline;
	color:#FFF;
}
.box_text {
	padding:15px;
}
.highlightbox_head {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.highlightbox_data {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
}
.highlightbox_loco {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-bottom:4px;
}

.highlightbox_link {
text-decoration:none; font-family:Arial; color:#333; font-size:12px; line-height:20px;float:left; padding-left:4px; width:175px;
}
#suchbox {
	margin-left:7px;
	margin-top: 20px;
}
#such_btn {
	 width:124px;
	 height:52px;
	 margin-top:17px;
	 background-image:url(images/suchbtn.png);
	 float:left;
}
*html #such_btn {
	 background-image:url(images/suchbtn.gif);
}
#left {
	background-image:url(images/suchbox_left.jpg);
	width:93px;
	height:103px;
	float:left;
}
#right {
	background-image:url(images/suchbox_right.jpg);
	width:596px;
	height:98px;
	float:left;
	margin-top:5px;

}
#content {
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:680px;
	color:#858585;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

#listing {
font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;

	background-color:#454444;
	border-radius: 4px;
	-moz-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
	float:left;
	
	padding:5px;
	width:680px;
color:#fff;
}
#listing a{
	textdecoration:underline !important;
color:#fff;!important
}
#listing a:hover{
	textdecoration:none !important;
color:#fff;!important
}

#footer {
	height:30px;
	background-color:#222222;
	margin-top:20px;
	background-repeat:repeat-x;
	bottom:0px;
	border-top: 1px solid #545454;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#footer a{
	text-decoration:none;
	color:#666;
}



/*********************************************
			Vertical Accordions
*********************************************/
		
		#container {
			padding:17px;
					
		}
		.accordion_toggle {
			display: block;
			height: 80px;
			width: 20px;
			background-color:#2b2a2a;
			background-image:url(images/pfeil_akk_n_bar.jpg);
			color: #ffffff;
			cursor: pointer;
			margin: 0;
			float:left;
			border-bottom: 1px solid #545454;
			border-right: 1px solid #545454;
			border-top: 1px solid #545454;
			
		}
		.head {
			
			height: 80px !important;
			width: 620px;
			background-color:#2b2a2a;
			float:left;
			border-bottom: 1px solid #545454;
			border-top: 1px solid #545454;
			border-left: 1px solid #545454;
		}
			
		.accordion_toggle_active {
			width: 20px;
			background-color:#2b2a2a;
			background-image:url(images/pfeil_akk_a_bar.jpg);
			background-position:right;
			background-repeat:no-repeat;
			color: #ffffff;
			float:left;
		}
		
		.accordion_content {
			background-color:#333;
			width: 640px;
			color: #444444;
			overflow: hidden;
			float:left;
			border-right: 1px solid #545454;
			border-left: 1px solid #545454;
		}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 550px;
			background-color:#FFF;
			background-image:url(images/pfeil_akk_n.jpg);
			background-position:right;
			background-repeat:no-repeat;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #43b0c4;
			cursor: pointer;
			margin: 0 0 0 10px;
		}

		.vertical_accordion_toggle_active {
			background-color:#43b0c4;
			background-image:url(images/pfeil_akk_a.jpg);
			background-position:right;
			background-repeat:no-repeat;
			color: #ffffff;
			border-bottom: 1px solid #43b0c4;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.box_td {
			border-right: 1px solid #545454;
		}
		.box_font_head {
			 color:#F90;
			 font-family:Arial, Helvetica, sans-serif; 
			 font-size:12px;
			 
		}
		.box_font_norm {
			color:#fff; 
			font-family:Arial, Helvetica, sans-serif; 
			font-size:12px;
			padding-left:4px;
			
		}
		
		.Datum {
			width:120px;
			background-color:#333;
			border:0;
			
			line-height:25px;
			color:#CCC;
			
	
	}
	/*********************************************
			Felix
*********************************************/

#party{width:130px;
position: absolute;left: 50%;margin-left: -625px;top: 50px;}
#party2{width:130px;
position: absolute;left: 50%;margin-left: 455px;top: 30px;}
#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}
/* Featured Articles formatting "leftcol" */

.feature {
	background:#333;
	padding:0px;padding-top:0px;
	border: 1px solid #333;
	}
#rightcol p{color: #fff;padding-top:15px;margin:0;}
.feature p, #rightcol p { margin:0;	}
.feature2 {
	background: url(images/backgrounds/bg_featured2.jpg) repeat-x #F4F4EC;
	padding:10px;
	border: 1px solid #ccc;
	}
.feature2 .title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #000;
	letter-spacing:normal;
	}
#rightcol .feature2 p { color: #000;}
#listing .clearfloat h3,h2,h1,h4,h5,h6 a{color: #fff;font-size:14px;}
#listing .clearfloat a{color: #fff;font-size:12px;}
#listing .clearfloat {color: #fff;font-size:12px;}
#rightcol h3 a{color: #f7ae00;}

.feature3 {
	background: url(images/backgrounds/bg_featured3.jpg) repeat-x #F4F4EC;
	padding:10px;
	border: 1px solid #ccc;
	}
.feature3 .title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #fbec04;
	letter-spacing:normal;
	}

.feature3 p, #leftcol p { margin:0;color: #fff;padding-top:15px;	}
.wp-pagenavi {
clear: both;
font-size:10px;
color:#fff;
}
.wp-pagenavi .pages{
color:#fff !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #fff;
	padding:4px 4px 4px 8px;
	margin-left: 2px;
        text-align:center;
        background:none;
        color:#555;
}
.wp-pagenavi a {
         text-align:center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border: 1px solid #ff9900;        
background:none;
color:#ff9900;
}

.wp-pagenavi span.current {
	}