/*
Theme Name: KF_CMS
Theme URI: http://www.kite-and-friends.de
Description: A magazine-style layout for Wordpress MU
Version: 0.9
Author: Eugen Zimmer
Author URI: http://www.z-dezign.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML ELEMENTS */

* {
	margin:0;
	padding:0;
}

body,html {
	min-height:101%;
}

body {
	background: #047bbd;
	color: #FFF;
	padding: 0 0 0 0;
	border:0;
}

form dt, dl.labels dt {
	color:#FFFFFF !important;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
}

input, textarea {
	background: #CCC;
}

p {
	margin: 10px 0 3px 0;
}

p strong {
	padding-right:0;
}

a:link, a:visited {
	color: #e6ff00;
	text-decoration:none;
}

a:hover, a:active {
	color:#FFF;
}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}

iframe {
	border: none;
	margin-top: -20px;
}

small {
	font-size: 0.95em;
	background:#000;
	padding:3px 5px 3px 5px;
}

img, a:link img, a:visited img {
	border:0;
}

#aufmacher {
	width:100%;
	margin: 0 0 15px 0;
}

#bilder {
	width: 250px;
	float: left;
	margin: 0 20px 10px 0;
}

#bilder img{
	width: 100%;
}

#header {
	width: 930px;
	height: 100px;
	margin: 0 0 0 -25px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000;
}

* html #header {
	margin: 0 0 0 -25px;
}

.header_1 {
	background: url(images/hd_bg.jpg) #000 no-repeat;
}

.header_2 {
	background: url(images/hd_bg2.jpg) #000 no-repeat;
}

.header_3 {
	background: url(images/hd_bg3.jpg) #000 no-repeat;
}

.header_4 {
	background: url(images/hd_bg4.jpg) #000 no-repeat;
}

.header_5 {
	background: url(images/hd_bg5.jpg) #000 no-repeat;
}

.header_6 {
	background: url(images/hd_bg6.jpg) #000 no-repeat;
}

.header_7 {
	background: url(images/hd_bg7.jpg) #000 no-repeat;
}

.header_8 {
	background: url(images/header_bg_kf.jpg) #000 no-repeat;
}

.header_9 {
	background: url(images/header_bg.jpg) #000 no-repeat;
}

#logo {
	width: 920px;
	height: 80px;
	margin: 15px 0 0 10px;
	display:block;
}



/* STRUCTURE */

#page {
	width:905px;
	margin:0 auto;
	font-size:0.8em;
	background: #1087C9;
	padding: 5px 10px 35px 35px;
}

#outline {
	left:50%;
	margin-left:-462px;
	position:absolute;
}

* html #page {
	width:930px;
	margin-top: 50px;
}

#branding {
	width:300px;
	padding-bottom:15px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#sidebar {
	width: 200px;
	min-height: 800px;
	float:left;
	margin: 0 -25px 20px 10px;
	background: none;
}

* html #sidebar {
	margin: 0 -13px 0 0;
}

#termine {
	font-size: 0.85em;
	font-weight: bold;
}

#leftcol {
	float: left;
	width: 270px;
	margin: -1px 0 0 0;
	padding-right: 6px;
}

* html #leftcol {
	width: 255px;
}

#rightcol {
	width:290px;
	padding: 0 12px 0 5px;
	float: right;
	margin-top: -4px;
}

#sidebar2 {
	width:120px;
	float: right;
	margin: -18px 0 10px 0;
	text-align: center;
	font-size: 10px;
	padding-bottom:10px;
}

#sidebar2 img{
	width:118px;
	border: 1px solid #000;
	margin:0 0 10px 0;
}

#sidebar2 img:hover{
	border: 1px solid #E6FF00;
}

#sidebar2 h3{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0 !important;
}

#sidebar2 p{
	margin: 3px 0 3px 0;
}

#banner_120x600 {
	width: 120px;
	height: 600px;
	float: right;
	background: none;
	margin-left: 10px;
}
#banner_120x600 iframe {
	margin-top:0;
}



/* KASTEN */

#kasten_artikel img{
	padding: 1px;
	border: 1px #000 solid;
	display: block;
	float: left;
	margin:0 10px 0 0;
}

#kasten_artikel {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	height: 133px;
	margin: 0;
}

#kasten_artikel:hover {
	background:#e9e9e9;
}

#kasten_artikel_left {
	float:left;
	margin:-15px 0 0 0;
	width:260px;
}
	
#kasten_artikel_right {
	float:right;
	margin:-15px 50px 0 0;
	width:260px;
}

* html #kasten_artikel_right {
	margin:-15px 0 0 0;
}

#kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	padding:10px;
	margin: 10px 0 0 0;
	width:284px;
	height:90px;
}

* html #kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border:0;
	padding:0;
	margin: 20px 0 0 0;
	width:255px;
	height:88px;
}

#kasten_artikel_zwei_spalten:hover {
	background:#e9e9e9;
}

#kasten_artikel_zwei_spalten img{
	margin:0;
	border: 1px solid #000;
}

#kasten_text {
	display: block;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	width: 60%;
	margin-top: -10px;
}

#rc-movie-gesammt {
	margin: 10px 0 0 0;
}

#rc-movie-einzeln {
	margin: 10px 0 0 0;
}

#switch_content {
	clear:both;
	margin:0 0 20px 0;
}

#switch_content img{
	width: 150px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

#switch_content img:hover{
	border: 1px solid #E6FF00;
}

#switch_content.pl {
	padding: 5px 0 40px 0;
	margin: 0;
}

#switch_content.pl img{
	width: 100px;
	height: 60px;
	margin: 0 10px 0 10px;
}

#switch_content.pl:hover {
	background: #000;
}

#switch_content.pl:hover img{
	border: 1px solid #E6FF00;
}



/* TOOLTIP * EZ */

#tooltip {
	border : 1px solid #000;
	border-width : 0px 3px 3px 0px;
	background: #E6FF00;
	width : 130px;
	padding : 0;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
}

#tooltip p {
	margin : 7px 8px 7px 15px;
	color : #000;
	font-size : 10px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
	font-weight: bold;
}

#google_ads {
	display: block;
	margin: 0 0 0 -25px;
	text-align:left;
	line-height: 15px;
	min-height: 15px;
	width: 932px;
	background: #000;
	text-decoration: none;
}

#google_ads iframe{
	display: block;
	margin: 0;
	padding: 0;
}

* html #google_ads {
	height: 0;
}

#google_ads_2 {
	padding: 5px 10px 10px 10px;
	margin: 0 0 5px 0;
	background: none;
	width: 560px;
	border-bottom: 1px solid #000;
}

#google_ads_2 iframe {
	margin-top: 0;
}
	
	
	
/* TABELLE EINFAERBEN */

.row1 {
	background:none;
	color:#FFF;
}

.row2 {
	background:none;
	color:#FFF;
}



/* SUBNAV */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
}

.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
}



/*	HEADERS */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
}

h2 {
	font: 1.4em Arial, Verdana, sans-serif;
	font-weight: bold;
	padding:6px 10px 6px 0;
	text-transform:uppercase;
	margin: 0 0 8px 0;
}

h3, #sidebar h2 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #e6ff00;
}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #e6ff00;
	border-bottom:1px solid #e6ff00;
	padding:4px 0 4px 2px;
	margin:12px 0 10px 0;
	font-size:0.9em;
}

h3#respond {
	margin:10px 0 0 0;
	padding:0;
	background: url(images/weiter.png) no-repeat;
	width: 280px;
	height: 34px;
	display:block;
	clear:both;
	border: 1px solid #333;
}

* html h3#respond {
	margin:10px 0 0 15px;
}

h3#respond:hover {
	border: 1px solid #E6FF00;
}

h3#comments {
	margin-top:32px
}

h4 {
	font-size:1.2em;
	margin: -10px 0 6px 0;
	padding: 0;
}

* html .pagetitle {
	padding: 0 0 0 25px;
}

#leiste {
	background: url(images/leiste.jpg) no-repeat;
	width: 25px;
	height: 1024px;
	position: fixed;
	left:0;
	top:0;
}

* html #leiste {
	background: none;
	width: 1px;
	height: 1px;
}



/* CONTENT */

.entry {
	padding:0 13px 10px 0;
	margin: 10px 0 5px 0;
	display:inline-block;
	width: 580px;
	clear: both;
}

* html .entry {
	width: 580px;
	padding:0;
}
	
#content .post .entry iframe{
	margin-top: 50px !important
}

.entry img {
	float:left;
	margin:4px 10px 5px 0;
	padding: 0;
	background: #E6FF00;
	border: 1px solid #000;
}

#content {
	width:590px;
	margin: 12px 0 20px -25px;
	float:left;
}

* html #content {
	width:605px;
	margin: 12px 10px 0 -10px;
	padding-right: 0;
}

#content #bild img{
	width:300px;
	float:left;
	padding: 3px 0 5px 0;
	clear: both;
	margin:0;
	border:0;
	display:block;
}

#content #bild{
	width:300px;
	float:left;
	margin: 0 25px 0 0;
	display: inline-block;
	clear:both;
	padding: 0;
}

#text {
	padding: 0 20px 0 0;
}

#ausgabe {
	float: right;
	margin: -13px 15px 0 0;
	padding-bottom: 3px;
}

#bezug_headline {
	padding:0;
	margin: 0;
	font-size:16px;
	color:#800000;
}

* html #content #bild{
	width: 293px;
	padding:0;
	margin:0;
}

* html #content #bild img{
	width: 293px;
}

* html #content #bild strong{
	width: 293px;
}

#content #bild strong{
	width:300px;
	float:left;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	display: block;
	clear: both;
}

#TechDaten {
	border: 1px solid #CCC;
	padding: 5px;
	background: #fdf7c5;
}

#bilder_rechts {
	width: 210px;
	float:left;
}

#bilder_rechts img{
	width: 100%;
	border:0;
	margin-top: 15px;
}

#titel_alle {
	margin: 0;
}

#titel_alle img {
	width: 120px;
	height:170px;
	margin:0 20px 20px 0;
	display:block;
	border: 1px solid #000;
}

#titel_alle img:hover {
	border: 1px solid #E6FF00;
}

#movies {
	float:right;
	margin: -40px 90px 0 0;
}

#av_movie {
 float:left;
 margin: -30px 0 0 0;
}

#av_movie img{
 width: 210px;
}

.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#545454;
	margin-top:-4px;
}

.feature {
	width: 220px;
}

#leftcol p, #rightcol p {
	margin:0;
}

#features_klein {
	width:100%;
	height:40px;
	background:url(../../uploads/lehr_klein.jpg) repeat #FFF;
	margin-bottom: 4px;
	border: 1px solid #333;
}

#features_klein:hover {
	border: 1px solid #FFCB00;
}

#leftcol img:hover, #rightcol img:hover {
	border:1px solid #E6FF00;
}

.leadpic {
	float:left;
	margin: 0 18px 8px -14px;
	border: 1px solid #000;
	background: #333;
}

.leadpic:hover {
	border: 1px solid #E6FF00;
	background: #333;
}

.lead {
	margin:0 0 10px 0;
	width: 560px;
	float:left;
	padding: 0 0 5px 14px;
	background: none;
}

#doppel_titel {
	float:left;
	height:160px;
	width:248px;
}

.lead img{
	height:50px;
	width:50px;
	margin: 2px 8px 5px -14px;
}

.lead p{
	margin: 2px 5px 5px -14px;
	font-size: 0.9em;
}

.lead h3{
	margin: 1px 0 7px -14px;
	width: 574px;
	padding: 3px 0 3px 5px;
	color: #FFF;
}

h3.first_look {
	background: url(images/markt_hd2.jpg) no-repeat #19181d !important;
}

h3.markt {
	background: url(images/markt_hd.jpg) no-repeat #19181d;
}

#td_edition{
	width:194px;
	height:113px;
	background: url(http://rc-logistik.de/wp/wp-content/uploads/td_edition.gif) no-repeat;
	position: relative;
	top: 0;
	right: 20px;
	float: right;
}

.title {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
}

#rightcol img, #leftcol img {
	float:left;
	margin:3px 10px 4px 0;
	border: 1px solid #000;
	background: #000;
}

#sidelist li {
	list-style:none
}

.bullets li {
	list-style:none;
}

#sidelist .bullets li {
	list-style:none;
	margin-bottom:5px;
	line-height:115%;
}

#sidelist .children {
	background:#e4efd5;
}

#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#465d23
}

.postmetadata {
	margin: 30px 0;
}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
}

#writer p {
	margin:0;
	width:482px;
}

h3 a:link, h3 a:visited {
	color:#FFF;
}

h3 a:hover, h3 a:active {
	color: #E6FF00;
}

#doppel_titel h3 a:link, #doppel_titel h3 a:visited {
	color:#E6FF00;
	margin: 12px 0 0 0;
}

table {
	border:0;
	margin: 15px 0 0 0;
	color: #000;
}

#tabelle300 {
	 width:300px;
	 display:block;
	 float:left;
	 clear:both;
}

#tabelle600 {
	 width:600px;
	 display:block;
	 float:left;
	 clear:both;
}

td a, td a:link, td a:hover, td a:visited{
	font-weight: bold;
}

tr, td {
	padding: 3px;
}

#tabelle_aktuell td{
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}



/* POST FORMATING */

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
}

* html .post{
	padding: 0 0 0 15px;
}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
}



/* FORM ELEMENTS */

#news-telegramm input{
	width: 200px;
}

#select_1{
	width: 50px;
}

#select_2{
	width: 80px;
}

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
}

#suche {
	float:left;
	width: 200px;
	height: 17px;
	margin: 15px 0 0 0;
}

#kontakt_ico {
	height: 16px;
	width: 72px;
	float:right;
}

#suchleiste {
	width: 200px;
	float: right;
	margin: 0 131px 0 0;
}

* html #suchleiste {
	width: 200px;
	margin: 0 64px 0 0;
}

#suchleiste a, #suchleiste a:visited {
	padding:2px 0 0 2px !important;
}

#suchleiste a:hover, #suchleiste a:active {
	border:0 !important;
	background:none !important;
}

#searchform {
	padding:0;
}

#searchform input{
	border: 0;
	border-bottom: 1px solid #000;
	border-right: 2px solid #000;
	background: #000;
	color: #FFF;
}

input#s {
	width: 180px;
	height: 18px;
	border-right: 1px solid #E6FF00;
}

*+html input#s {
	width: 170px;
}

* html input#s {
	width: 170px;
}

input#s:hover {
	background: #E6FF00;
	color: #000;
}

#searchsubmit.button {
	padding: 0 2px 0 2px;
	background: url(images/suche.jpg) 0 2px no-repeat;
	width: 15px;
	height: 18px;
	color:#E6FF00;
	font-weight: bold;
	border:0;
}

#commentform {
	padding-left: 10px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	margin-top:5px;
}

#commentform_versteckt {
	display: block;
	width: 100%;
	height: 20px;
}



/* COMMENTS */

.commentlist {
	padding-left:30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:none;
}

#commentform small {
	background:none;
	font-weight:bold;
	padding:0;
}

.commentmetadata {
	display: block;
}

.commentlist small {
	background:#000;
}

.commentlist cite {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
}



/* FLOAT PROPERTIES */

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

.clearfloat {
	display:block;
	margin: 0 0 10px 0;
}



/* FOOTER */

#footer {
	margin: 0 auto;
	width:905px;
	font-size:0.7em;
	padding: 5px 10px 0px 35px;
	color:#E6FF00;
	background: #1087C9;
}

#footer a, #footer a:visited  {
	color: #E6FF00;
}

#footer a:hover, #footer a:active {
	color: #FFF;
}



/* WORDTUBE */

.wordtube {
	width: 100%;
	background: #000;
	margin-top: 5px;
	padding-top: 0;
}

#sidebar .wordtube {
	padding-top: 0 !important;
}

.wordtube embed {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}

#switch_content .wordtube object, .post .wordtube object{
	height: 380px;
}

#sidebar .wordtube embed {
	padding-top: 0 !important;
}

#sidebar .wordtube {
	margin-top: -7px;
}

.wordtube object{
	width: 100%;
}

.playlist1{
	margin: -60px 0 0 -13px;
	font-size: 10pt !important;
}

.alignleft, .alignright {
	width: 270px;
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 3em;
}

.alignleft{
	float: left;
	text-align: right;
}

.alignright {
	float:right;
	text-align: left;
}



/* KALENDER */

#wp-calendar table{
	color: #CCC;
}

table.nav {
	margin-top:0;
}

.rseventpost {
	margin: 0 0 10px 0;
}

.shop {
	width: 560px;
	height: 130px;
	background: url(images/shop_header.gif) no-repeat #E0E0E0;
	padding: 8px 15px 15px 10px;
}

.shop h3{
	color: #FFF;
	margin: 0 0 14px 0 !important;
}

.shop h3 a {
	color: #FFF;
}

.align_center, .center {
	width: 175px;
	float: left;
	text-align: center;
}

.center img{
	margin: 0 auto;
	margin-bottom: 7px;
}

.align_center {
	text-align: center;
}

#shop_banner {
	clear: both;
	height: 130px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 -25px;
	padding: 7px 20px 20px 20px;
	font-size: 9pt;
}

#shop_banner h3{
	margin: 0 0 10px 0;
}

#shop_banner img{
	border: 1px solid #000;
}

.einzel_video{
	width: 535px;
	padding: 10px 20px 10px 10px;
	background: #000;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	color: #ccc;
}

.sidebar_video object {
	width:200px !important;
	height:180px !important;
}

.sidebar_video .vvqbox {
	height:191px !important;
	width:250px !important;
	margin-bottom: 0 !important;
}

.wp-paginate .current {
	background: #D20019 !important;
	border:1px solid #FFF !important;
}

.entry .vvqbox {
	width:526px !important;
	height:426px !important;
	margin-left: 0 !important;
}

.entry .vvqbox object {
	width:526px !important;
	height:426px !important;
}

.wp-paginate .title {
	color:#FFF !important;
	width: 175px;
	float: left;
	text-align: center;
}

.center img{
	margin: 0 auto;
	margin-bottom: 7px;
}

.align_center {
	text-align: center;
}

#shop_banner {
	clear: both;
	height: 130px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 -25px;
	padding: 7px 20px 20px 20px;
	font-size: 9pt;
}

#shop_banner h3{
	margin: 0 0 10px 0;
}

#shop_banner img{
	border: 1px solid #000;
}

.einzel_video{
	width: 535px;
	padding: 10px 20px 10px 10px;
	background: #000;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	color: #ccc;
}

.sidebar_video object {
	width:200px !important;
	height:180px !important;
}

.sidebar_video .vvqbox {
	height:191px !important;
	width:250px !important;
	margin-bottom: 0 !important;
}

.wp-paginate .current {
	background: #D20019 !important;
	border:1px solid #FFF !important;
}

.entry .vvqbox {
	width:526px !important;
	height:426px !important;
	margin-left: 0 !important;
}

.entry .vvqbox object {
	width:526px !important;
	height:426px !important;
}

.wp-paginate .title {
	color:#FFF !important;
}



/* GUESTBOOK */

.css_form_antispamtext {
	display: none;
}

.css_navigation_totalcount{
	display: none;
}

.css_navigation_char_position{
	display: none;
}

.css_navigation_overview{
	font-size: 1.2em;
}

.css_form_successmessage{
	color: #333333 !important;
}

.css_form_embedded p{
	display: none;
}

.css_form_submit_position{
	text-align: left !important
}



/* MAGAZINE */

#magazine{
	display: block;
	width: 790px;
	height: 220px;
	margin: 20px 0 0 -25px;
	padding: 20px 70px 20px 70px;
	clear:both;
	text-align: center;
	background-color: #1087c9;
	border: 1px solid #159ae4;
}

#magazine img{
	border: 1px solid #F2F2F2;
}

#magazine img:hover{
	border: 1px solid #E6FF00;
}

#magazine .mag{
	width: 130px;
	float: left;
	padding: 0 30px 0 30px;
	height: 220px;
	margin: 0 auto;
}

#magazine .mag .mag_title{
	display: block;
	margin-top: 5px;
}

#magazine .mag .mag_title a{
	color: #E6FF00 !important;
}

#magazine .mag .mag_title a:hover{
	color: #fff !important;
}

#magazine .mag .mag_order{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#magazine .mag .mag_order a{
	color: #fff !important;
}

#magazine .mag .mag_order a:hover{
	color: #E6FF00 !important;
}

#magazine .mag .mag_order h3 a:hover{
	color: #E6FF00 !important;
}

#magazine h3{
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
}

#magazine p{
	padding: 0;
	margin: 0;
}

#magazine img{
	width: 130px;
}



/* OPEN X */

#ad_content h3{
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #e6ff00;
	border-top:5px solid #e6ff00;
	border-bottom:1px solid #e6ff00;
	padding:4px 0 4px 2px;
	margin:12px 0 10px 0;
	font-size:0.9em;
}

#ad_content img{
	background-color: #F2F2F2;
	border: 1px solid #000;
	width: 200px;
	height: 104px;
}

#ad_fullsize_wrapper{
	padding: 5px 10px 05px 0px;
	display: block;
	margin: 0 0 0 0;
	width: 570px;
	float: left;
}

#ad_fullsize{
	float: left;
}

#ad_fullsize_wrapper iframe{
	margin-top: 0px;
}

#ad_fullsize iframe{
	margin-top: 0px;
}

#ad_fullsize img{
	border: 1px solid #000;
}

#ad_bigsize {
	display: block;
	margin: 0 0 0 -25px;
	padding: 0px 37px 5px 37px;
	text-align:left;
	width: 856px;
	height: 85px;
	text-decoration: none;
}

#ad_skyscraper {
	margin-top: 10px;
	width:120px;
	float: right;
}



/* NEWSLETTER */

#newsletter_frame{
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 30px;
	font-size: 11px !important;
}

#newsletter_frame hr{
	border: none;
	background: none;
}

#newsletter_table{
	font-size: 11px !important;
}

#newsletter_form{
	float: left;
	padding: 20px;
}

#newsletter_form label{
	width: 100px;
	display: block;
	float: left;
}

#newsletter_form .input-text, #newsletter_form select{
	width: 180px;
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #bababa;
	background-color: #fff;
	font-family: Arial;
	font-size: 11px;
}

#newsletter_form select{
	width: 190px;
}

#newsletter_form .input-text:focus, #newsletter_form select:focus{
	border-color: #737373;
}

#newsletter_form fieldset{
	border: 0 none;
	border-top: 1px dotted #159AE4;
	border-bottom: 1px dotted #159AE4;
	padding: 5px;
	background-color: #1087C9;
	clear: both;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 100px;
	float: left;
}

#newsletter_form fieldset input{
	float: left;
	display: block;
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}

#newsletter_form fieldset label{
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	border: none;
	outline: none;
	float: left;
	margin-left: 10px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}

#newsletter_form fieldset label:focus, #newsletter_form fieldset .custom-radio:focus, #newsletter_form fieldset input:focus, #newsletter_form fieldset label.checked{
	overflow: hidden;
	border: none;
	outline: none;
}

#newsletter_form fieldset .custom-radio{
	float: left; 
	overflow: hidden;
	clear: both;
	border: none;
	outline: none;
}

#newsletter_form p{
	clear: both;
	float: left;
	margin-bottom: 5px;
}

#newsletter_form  #submit_newsletter{
	clear:both;
	cursor:pointer;
	display:block;
	overflow:hidden;
	margin-left: 100px;
	float: left;
	background-color: #f8f8f8;
	border: 1px dotted #b8b8b8;
	outline: 1px solid #fff;
	color: #232323;
	font-weight: bold;
	padding: 5px 20px;
}

#newsletter_form p{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

#newsletter_form  #submit_newsletter:hover{
	background-color: #e4e4e4;
	border: 1px dotted #a4a4a4;
}

#newsletter_status{
	display: block;
	float: left;
	clear: both;
	padding: 30px;
}

#newsletter_status .error{
	float: left;
	display: block;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	background: url('images/error.png') no-repeat 0 0 transparent;
}

#newsletter_status .success{
	float: left;
	display: block;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	background: url('images/success_icon.png') no-repeat 0 0 transparent;
}

#newsletter_status .status{
	width: 320px;
	padding-top: 5px;
	float: left;
	display: block;
}

#newsletter_intro{
	padding: 20px 20px 0px 20px;
	float: left;
	width: 400px;
}

#newsletter_intro p{
	display: block;
	padding-bottom: 5px;
}

.wallpaper {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height:100%;
	min-width:1280px;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:auto;
}
