@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

body {
	padding: 0px;
	margin: 0px;
	color: #969696;
	font-size: 84%;
	background-color:#000;
}

body, html, * {
    font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #969696;
	text-decoration: none;
}
a:visited {
	color: #969696;
}
a:hover {
	color: #969696;
	text-decoration: underline;
}

div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #969696;
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	text-decoration: underline;
}

		h2 {
			color: #fff;
			font-size: 22px;
			margin: 0;
			text-decoration: none;
			
		}
		div.bPosts h2 {
		    margin-top:20px;
		}
		div.bPosts h2 a, div.bPosts h2 a:visited  {
			color: #f05912;
			font-size:25px;
			margin: 0;
			text-decoration: none;
			padding-left: 60px;
			letter-spacing:-1px;
			
		}
		
		div.bPosts h2 a:hover {
			/*color: #969696;*/
			font-size:25px;
			margin: 0;
			text-decoration: none;
		}
		
		h3 {
			color: #fff;
			font-size: 120%;
		}
h4 {
	color: #999;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
				
				
				
				
							
				
				div#slFooter {
					font-size: 90%;
					margin: 0;
					padding-top: 10px;
					background-color: #000;
					height: 30px;
					/*border-top: 1px solid #969696;*/
					background-image:url(img/trenner.gif);
                    background-repeat:repeat-x;
	                background-position:top;
				}
				
				div#footerLeft {
					float: left;
					color: #fff;
					padding-left: 60px;
				}
				
				div#footerLeftMenu a,
				div#footerLeftMenu a:visited {
					color: #fff;
					text-decoration: none;
				}
				
				div#footerLeftMenu a:hover {					
					text-decoration: underline;
				}				
				
				
				div#footerRight {
					float: right;
					color: #303030;
					padding-right: 10px;
				}
			
								
				
			
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;	
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: #000;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	
}

		div.pageHeader {	
			margin: 0  0;	
			text-align: center;
			height: 150px;
		}

div.pageHeader h1 {
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.PageTop ul {
	background-color: #000;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

			/* ---- Top_Menu ---- */
			
			div.top_menu {
			    background-image:url(img/trenner.gif);
			    background-repeat:repeat-x;
			    background-position:bottom;
			}
			
			div.top_menu ul {				
				/*background-color: #000;*/
				margin: 0;
				padding-top: 7px;
				padding-left: 43px;							
				height: 25px;
				font-size: 16px;
				font-weight: bold;
				/*border-bottom: 1px solid #969696;*/
							
			}
div.top_menu li {	
	display: inline;
	padding: 5px 0 .5ex 1em;	
}
div.top_menu a {
	text-decoration: none;
	color: #969696;
	text-transform:uppercase;
}
div.top_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.top_menu li.selected a {
    color:#fff;
}

#contact {	
	margin-left: 163px;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #000;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: red;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #78a;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #9ae;
}

.widget_core_coll_tagline {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}

/* Styles for main area (left) */
h2 {
	margin: 1ex 1ex 1ex 0;	
}


			/* ---- Styles for posts ---- */
			.bPosts {
				float: left;				
				width: 625px;
				overflow: hidden;				
			}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished {
	clear: both;
	margin: 0 2.5ex 0 0;
	padding: 0;
	
}
.divide {
	/*width:100%;*/
	width:565px;
	height:6px;
	margin-left:60px;
	/*border-top : 1px solid #969696;*/
	background-image:url(img/trenner.gif);
    background-repeat:repeat-x;
	background-position:bottom;
}

.bPostPage, .bPostpublishedPage
{
	clear: both;
	margin: 0 2.5ex 0 0;
	padding: 0;
	/*border-bottom: 1px solid #969696;*/
}

.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 60px;
}
.bTitle {
	color: #78a;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right:0;
	width:565px;
}
.bText, .bText * {
  	color:#555555;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 60px;
}

input.bComment,
textarea.bComment
{
	background-color: #333;
	color:#ccc;
	border: 1px solid #666;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #333;
	color:#ccc;
	border: 1px solid #666;
	padding: 1px;
	margin: 0ex;
}


input.submit,
input.preview,
input.reset {
	background-color: #000;
	color: #969696;
	border: none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 100%;	
	margin-left: -5px;
	/* width: 70px; */
}

input.submit:hover,
input.preview:hover {	
	border: none;
	text-decoration: underline;
}

				/* Styles for sidebar (right) */
				div.bSideBar {
					width: 197px;
					float: right;
					overflow: hidden;											
				}				
				
				#mainbg {					
					background-color: #000;													
				}

.bSideItem {
	margin: 2ex 0 2ex 2ex;
	padding: 0 0 2ex 0;
	/*border-bottom: 1px solid #969696;*/
	font-size: 95%;
	background-image:url(img/trenner.gif);
    background-repeat:repeat-x;
	background-position:bottom;
}
				#language {
					font-size: 100%;
					margin-top: -12px;					
				}
				
				#country {
					font-size: 100%;
					margin-top: 12px;
				}
				
				.countryactive a {
					color: #f05912;
				}	
				
				.last {
					border:0;
				}

.bSideItem ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:none;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #000;
	border: 1px solid #969696;
	color: #fff;
	padding: .5ex;
	width: 95%;
	margin: 8px 0ex 0ex 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {	
	padding: 0;
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #969696;
}

			/* Calendar: */
			table.bCalendarTable caption {
				border: 1px solid #969696;
				background-color: #000;
				border-bottom: 0;
			}
			table.bCalendarTable {
				border: solid 1px #969696;
				border-collapse: separate;
			}
			table.bCalendarTable tfoot td {
				background-color: #000;
				border-top: 1px solid #969696;
			}
			table.bCalendarTable tfoot a {
				text-decoration: none;
			}
			table.bCalendarTable tfoot a:hover {
				color: #fff;
			}
			th.bCalendarHeaderCell {
				color: #969696;
			}
			#bCalendarToday {
				color: #fff;
				background-color: #000;
				border-color: #969696;
			}
			
			
			
			
			
			
			
.bText A {
    color:#ffffff;
}

div.bComment, form.bComment {
    border:0;
}

.bText P {
    font-size:12px;
    line-height:140%;
    /*text-align:justify;*/
}

.bSideBar li {
    margin-bottom:2px;
}

div.image_block {
	text-align:left;
}
div.image_block img {
	margin:0;
}

div.videoblock {
    text-align:left;
}
input {
    margin-bottom:2px;
}

LI.selected, LI.selected * {
    color:#f05912;
}

DIV.cattrenner {
    /*border-top:1px solid #333;*/
    height:4px;
    background-image:url(img/trenner.gif);
    background-repeat:repeat-x;
	background-position:top;
}

.widget_core_coll_post_list LI {
margin-bottom:3px;
display:block;
width:185px;
height:12px;
overflow:hidden;
}




UL.mktree LI UL LI * {
    color:#91918c;
}
UL.mktree LI UL LI.selected * {
    color:#f05912;
}

div.input span.notes {
    display:block;
    margin-top:5px;
}

.globalContacts {
    float:right;
    padding-right:8px;
}
.globalContacts a {
    font-size:14px;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
}