/*

Standard-Stylesheet for Mixxt GmbH
by Silvio Huesing-Eckl (mail@imida.de / http://imida.de)
version 0.1
created 4.09.2007
last changes 15.09.2007 by Silvio

*/



/* general settings */


* {
	margin: 0;
	padding: 0;
}
textarea {
    resize: none;
}
a {
	outline: none;
}
img {
	border: 0;
}

input[type=submit],
input[type=button] {
	padding: 2px 4px;
}

/*html, body {
    height: 100%;
}
.total_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -206px;
}
.site_info, .push {
    height: 110px;
}*/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.ie .clearfix {
	zoom: 1;
}

.bold {
	font-weight: bold;
}

.hide {
 display: none !important;
}

/* mixxtbar */
#mixxtbar_wrapper {
	background: blue;
	margin: 0 0 20px 0;
}

/* main_wrapper */
#main_wrapper {
	margin: auto auto 30px auto;
	width: 960px;
	position: relative;
}

/* header */
#header {
	float: left;
	width: 100%;
}

#header_grad {
	background-image: url(/images/networks/header_grad.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	overflow-x: hidden
	min-height: 130px;
}

#header h1 {
	margin: 45px 28px 0 28px;
}

#header h2 {
	margin: 0 28px 0 28px;
	padding: 2px 0 26px 0;
}

#content_wrapper h3.pagetitle {
	font-size: 22px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 23px;
	font-family: "Trebuchet MS";
}

#header .logo {
	margin: 45px 0 45px 28px;
}

#header_grad #nav_main {
	padding: 0 28px;
	width:904px;
}

#header #nav_main li {
	margin: 0 3px 0 0;
	padding: 5px 0 0 0;
}

#header #nav_main a {
	padding: 7px 15px 4px 15px ;
	display: block;
}



/* content_wrapper */

#content_wrapper {
	float: left;
	margin-bottom: 30px;
	padding: 20px 18px 0 18px;
	width: 922px;
	color: #3B3B3B;
}


/* three_column_box */

.three_column_box {
	background: none;
	clear: both;
}



/* two_column_box */

.two_column_box {
	background: none;
	clear: both;
}




/* different columns */

.column_small {
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	min-height: 1px;
}

.column_big {
	float: left;
	width: 383px;
	margin: 0 19px 0 19px;
	min-height: 1px;
}

.column_mega_left {
	float: left;
	width: 652px;
	margin: 0 19px 0 0;
	/* -> ie */
}

.column_mega_right {
	float: left;
	width: 652px;
	margin: 0 0 0 19px;
}


/* all columns */

.column {
	position: relative;
}


/* different featureboxes */

.featurebox_small {
	width: 248px;
	margin: 0 0 25px 0;
	background-color: #fff;
	background-image: none;
}

.featurebox_big {
	width: 381px;
	margin: 0 0 25px 0;
	background-color: #fff;
	background-image: none;
	position: relative;
	height: 1%;
}

.featurebox_mega {
	width: 650px;
	margin: 0 0 25px 0;
	background-color: #fff;
	background-image: none;
	float: left;
}

.featurebox_halfmegaleft,
.featurebox_halfmegaright {
	float:left;
	margin-right:20px;
	width:316px;
	margin-bottom: 25px;
}
.featurebox_halfmegaright {
	margin-right: 0;
}

/* all featureboxes */

.featurebox {
	
}




/* different featurebox elements */

.featurebox .headline_box {
	background: transparent;
}

.headline_grad {
	padding: 6px 10px 6px 10px;
	position: relative;
}

.featurebox_small .headline_box input {
	width: 225px;
}

.featurebox_big .headline_box input {
	width: 357px;
}
	

.featurebox h4 {
	font-family: Verdana;
	font-size: 13px;
	line-height: 120%;
}

.featurebox .headline_grad h4 {
	overflow: hidden;
}
.webkit .featurebox .headline_grad h4,
.opera .featurebox .headline_grad h4{
	overflow: visible;
}

.headline_links {
	position: absolute;
	top: 5px;
	right: 10px;
}

.headline_links img {
	border: none;
}


.featurebox .feature_content {
	padding: 20px 11px 9px 11px;
	font-size: 11px;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	position: relative;
	overflow: hidden;
}


div.toolbar {
	border-style:solid solid none;
	border-width:1px 1px medium;
	font-size: 10px !important;
	height: 1%;
	line-height: 140%;
	overflow: hidden;
}

div.toolbar_bottom {
	border-bottom: 1px solid;
	border-top: none;
}

	div.toolbar ul,
	div.featurebox div.toolbar ul.tools_left{
		float: left;
		list-style: none;
		padding: 8px 0 8px 11px;
	}
	
		div.toolbar ul li,
		div.featurebox div.toolbar ul.tools_left li{
			float: left;
			margin: 0 20px 0 0;
			padding: 0;
		}
		
		div.toolbar ul li a {
			font-size: 10px;
			overflow: hidden;
			text-decoration: none;
		}
		
		div.toolbar ul li a:hover {
			text-decoration: underline;
		}
		
			div.toolbar ul li a img {
				float: left;
				margin: 2px 5px 0 0;
				vertical-align: middle;
			}

	div.toolbar ul.tools_right,
	div.featurebox_small div.toolbar ul,
	div.featurebox_big div.toolbar ul {
		float: right;
		padding: 8px 11px 8px 0;
	}
	
		div.toolbar ul.tools_right li,
		div.featurebox_small div.toolbar ul li,
		div.featurebox_big div.toolbar ul li {
			margin: 0 0 0 15px;
		}
		
		
div.toolbar_t {
	border-top: none !important;
}

div.toolbar_b {
	border-bottom: none !important;
}
		
	


/* the .feature_content2 is for boxes with the link bar(s)
   at the top or bottom.
   It has the same styles like .feature_content,
   only padding is 0.
*/

.featurebox .feature_content2 {
	padding: 0;
	font-size: 11px;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	position: relative;
	overflow: hidden;
}


/* if link bar(s) are needed and you use .feature_content2,
   all your content wich should have padding to .feature_content
   must be in .feature_content_inner */

.feature_content_inner {
	padding: 20px 11px 11px 11px;
}


/* link-bars in .feature_content2 at top and bottom */

	div.link_bar {
		clear: both;
		margin: 0;
		overflow:hidden;
		padding: 6px 15px 6px 15px;
		text-align: left;
	}
	
	*html div.link_bar {
		height: 1%;
	}
	
	div.link_bar_bottom {
		margin: 0;
	}
	
		div.link_bar ul,
		div.link_bar li {
			float: left;
			list-style: none;
		}
		
		div.link_bar li {
			margin: 0 26px 0 0;
		}
		
			div.link_bar li a {
				float: left;
				padding: 2px 0 0 0;
				text-decoration: none;
			}
			
			div.link_bar li a:hover {
				text-decoration: underline;
			}
	
			div.link_bar li img {
				float: left;
				margin: 0 5px 0 0;
			}
			
		div.link_bar_right ul,
		div.link_bar_right li {
			float: right;
		}
		
		div.link_bar_right li {
			margin: 0 0 0 26px;
		}

/* old, but don't remove */

.featurebox .feature_content_toolbar_mega {
	padding: 0;
	width: 648px;
}

/* the bar with possible actions related to the content */

	.feature_content .feature_content_action_ctr,
	.feature_content .feature_content_action_bottom_ctr {
		margin: 0 0 15px 0;
		padding: 6px 15px 5px 15px;
		text-align: right;
	}
	
	.feature_content .feature_content_action_bottom_ctr {
		margin: 0;
	}
	
		.feature_content .feature_content_action_ctr img {
			margin: 0 3px 0 0;
			vertical-align: middle;
		}
		
		.feature_content .feature_content_action_ctr a {
			text-decoration: none;
		}
		
		.feature_content .feature_content_action_ctr a:hover {
			text-decoration: underline;
		}

/* old end */
		

.featurebox .feature_content p,
.featurebox .feature_content2 p {
	margin: 0 0 11px 0;
	line-height: 160%;
	font-size: 11px;
}

.featurebox h5 {
	font-size: 11px;
	margin: 0 0 13px 0;
}

/* normal_box */

.normal_box {
	border-width: 1px;
	border-style: solid;
	padding: 15px 10px;
	margin-bottom: 15px;
	position: relative;
	width: 629px;
}
.normal_box .info img{
	float:left;
	margin:-1px 5px 0 0;
}

.rssbox .normal_box {
	padding: 15px 10px 0;
}
.rssbox .editor .normal_box {
	padding: 15px 10px;
}
.rssbox strong a {
    text-decoration: none;
}
.rssbox strong a:hover {
    text-decoration: underline;
}

#rssbox_text img {
	float: left;
	clear: left;
	margin: 5px 10px 5px 0;
}

.featurebox_small .normal_box {
	float: left;
	width: 202px;
}

.featurebox_big .normal_box {
	float: left;
	width: 335px;
}

.featurebox_mega .normal_box {
	float: left;
	width: 605px;
	overflow: hidden;
}

/* feature box - Editor */

.box_editor {
}

.normal_box.box_editor {
	padding-top: 0;
}

.box_editor h5 {
	display: block;
	margin-top: 13px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 11px;
}

.box_editor h5 label {
	display: block;
}

/* embedded IFrame */
iframe#embeddedIFrame {
	border: none;
	width: 100%;
}

/* pagination */

div.pagination {
	float: right !important;
	padding: 0 0 15px 0 !important;
}

	div.pagination ul li {
		float: left !important;
		list-style: none !important;
		margin: 0 2px 0 0 !important;
		padding: 0 !important;
		clear: none !important;
	}
	
		div.pagination ul li a {
			float: left !important;
			font-weight: bold;
			padding: 3px 3px !important;
			text-decoration: none;
		}
		
		div.pagination ul li a:hover {
			text-decoration: none !important;
		}
		
		div.pagination ul li.arrows_right {
			margin: 0 !important;
		}
	
/* end: pagination */




/* pagenav */

.pagenav {
	font-weight: bold;
	font-size: 11px;
	width: 224px; 
}

.featurebox_big .pagenav {
	width: 357px;
}

.featurebox_mega .pagenav {
	width: 625px;
}

.featurebox_mega .pagenav_right {
	width: 310px;
}

.wikisite_main .pagenav_right {
	width: 600px;
}

.pagenavtop {
	padding: 0px 0 10px 0;
}

.pagenavbottom {
	padding: 5px 0 10px 0;
	clear: both;
}

.pagenav_right {
	float: right;
	margin: 0;
	text-align: right;
	padding-right: 0;
	width: 200px;
}

.pagenav_right ul li {
	list-style: none;
	display: block;
	padding: 1px 0 3px 0;
	margin: 0 0 0 16px;
	float: right;
}

.pagenav_right ul li img {
	vertical-align: middle;
	margin-right: 2px;
}

.pagenav_right ul a {
	padding: 0px 0 3px 0px;
	text-decoration: none;
}

.pagenav_left li {
	list-style: none;
	display: block;
	padding: 1px 0 3px 0;
	margin: 0 16px 0 0px;
	float: left;
}

.pagenav_left ul li img {
	vertical-align: middle;
	margin-right: 2px;
}

.pagenav_left ul a {
	padding: 0px 0 3px 0px;
	text-decoration: none;
}

/*
.pagenav_right ul a:hover {
	text-decoration: underline;
}

.pagenav_right ul .wiki_edit {
	background: url(/images/networks/edit.png) 0 0 no-repeat;
}

.pagenav_right ul .wiki_override {
	background: url(/images/networks/edit.png) 0 0 no-repeat;
}

.pagenav_right ul .add_page {
	background: url(/images/networks/add_page.png) 0 0 no-repeat;
}

.pagenav_right ul .view_history {
	background: url(/images/networks/view_history.png) 0 0 no-repeat;
}

.pagenav_right ul .wiki_cancle {
	background: url(/images/networks/abort.png) 0 0 no-repeat;
}

.pagenav_right ul .wiki_save {
	background: url(/images/networks/ig_editsave.png) 0 0 no-repeat;
}
*/

#skyscrapeAdvertisementLeft {
    height: 600px;
    position: absolute;
    left: -142px;
    top: 65px;
    width: 120px;
}
#skyscrapeAdvertisementRight {
    height: 600px;
    position: absolute;
    right: -142px;
    top: 65px;
    width: 120px;
}


/* new Toolbars */

.toolbar2 {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	padding: 0 11px;
	height: 28px;
	position:relative;
	z-index: 2;
}
.toolbar2 ul{
	list-style: none;
	float: left;
}
.toolbar2 .toolsRight{
	float: right;
}
.toolbar2 .firstLvl {
	float: left;
	width: 26px;
	height: 21px;
	margin-right: 5px;
}
.toolbar2 .toolsRight .firstLvl{
	margin-right: 0;
	margin-left: 5px;
}
.toolbar2 .firstLvl .aFirstLvl {
	display: block;
	width: 24px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center 2px;
	position: absolute;
	z-index: 2;
}
.toolbar2 .hover {
	height: 28px;
}
.toolbar2 .hover .aFirstLvl{
	padding-bottom: 6px;
	border-bottom: 0;
}

.toolbar2 .secondLvl {
	display: none;
	border: 1px solid;
	position: absolute;
	top: 25px;
	left: 11px;
}
.toolbar2 .toolsRight .secondLvl {
	right: 11px;
	left: auto;
}
.toolbar2 .hover .secondLvl{
	display:block;
}

.toolbar2 .secondLvl a {
	padding-left: 24px;
	padding-right: 6px;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	height: 22px;
	display:block;
	line-height: 21px;
	text-decoration: none;
	font-size: 11px;
}
.toolbar2 .secondLvl a:hover {
	text-decoration: underline;
}

.featurebox .feature_content.withTools {
	border-top: 0;
}

.box {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	padding: 5px 15px;
}