/*
Theme Name: Salsa King Website Layout
*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
	background-color:#0a0a0a;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
	background-image:url(images/bg.png);
	
	
	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dfdfdf;
	}


/* Standard layout DIVS */
div#container {
	width:900px;
	margin: 0 auto;
	}
	
div#top {
	height:160px;
}

div#logo {
	height:150px;
	width:200px;
	float:left;
	background:url(./images/sklogo.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
div#ticker {
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:680px;
	}

div#header {
	background-color:#333333;
	float:right;
	height:160px;
	width:700px;
	background-image: url(rot/rotate.php);
	}
	
div#line {
	background-color:#c2040e;
	margin-top:10px;
	width:900px;
	height:20px;
	}

div#main {
	clear:both;
	margin-top:10px;
	height:auto;
	width:900px;
	}

div#sidebar {
	float:left;
	width:180px;
	}


div#content {
	float:right;
	width:700px;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dfdfdf;
	padding-bottom:15px;
	}


div#footer {
	border-top:solid 1px;
	border-color:#c2040e;
	padding-top:5px;
	clear:both;
	text-align:center;
	}

/* Text */

p {
	font-size:12px;
	letter-spacing:1px;
	
	
	text-align:left;
	
	margin-bottom:20px;
	margin-top:0px;
	line-height:15px;
	}

div#main ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dfdfdf;
	text-align:justify;
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
	list-style-type: disc;

	
	}


h1 {
	
	}
h2 {
	color:#CCCCFF;
	border-bottom:solid 1px;
	border-color:#FF9966;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:20px;
	}

/* Lists */

div#line ul {
	list-style:none;
	text-align:right;
	margin-top:5px;
	}

div#line li, div#line li a {
	padding:2px;
	display:inline;
	padding-right:7px;
	padding-left:7px;
	text-decoration: none;
	line-height: 20px;
	text-decoration: none;
	letter-spacing:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	text-transform:uppercase;
	color:#fff;
	}

ul#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

ul#sidebar {
	list-style-type:none;
	margin-left:5px;
	}

ul#sidebar li a {
	font-family:"Comic Sans ms", Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	color:#fbd500;
	/* font-weight:900; */
	display: block;
	line-height: 25px;
	padding: 0 10px;
	border-bottom: 1px solid #0a0a0a;
	text-decoration: none;
	letter-spacing:2px;
	}

ul#sidebar li ul {
	list-style-type:none;
	padding-left:25px;
	display:block;
	}

ul#sidebar li li  a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#dfdfdf;
	text-decoration:none;
	padding: 0 5px;
	letter-spacing:1px;
	background-color:#0a0a0a;
	}

.sidebar li current_page_item a, ul#sidebar li a:hover { 
	color:#c2040e;
	border-bottom: 1px solid #333333;
	}
	

ul#footer {
	list-style-type:none;
	display:inline;
	text-align:center;
	}

/* link color */
a, a:visited {
	color:#FFCC33;
	text-decoration:none;
	}
a:hover, a:active {
	color:#FFCC66;
	}

/* classes */

.postimg {
	float:right;
	margin-bottom:100px;
	padding-left:10px;
	}

.headertxt, .videotitle {
	margin-bottom:1px;
	font-size:23px;
	letter-spacing:4px;
	font-family:"Comic Sans ms", Georgia, "Times New Roman", Times, serif;
	color:#fbd500;
	/* border-bottom:solid 1px;
	border-color:#CC0000; */
	}

.footerli, .footerli a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	}

.line {
	text-align:center;
	padding-left:200px;
	}

/* Alternative page layout */

div#altcontent {
	float:left;
	width:400px;
	padding-left:10px;
	}

/*Wie zijn wij */
div#rightbarwzw {
	float:left;
	width:300px;
	height:453px;
	margin-top:25px;
	background:url(./images/bg-wzw.png);
	background-position:top;
	background-repeat:no-repeat;
	}

div#rightbardles {
	float:left;
	background-color:#0033CC;
	width:300px;
	height:453px;
	margin-top:25px;
	margin-left:10px;
	background:url(./images/bg-les.png);
	background-position:top;
	background-repeat:no-repeat;
	}

div#rightbarwks {
	float:left;
	background-color:#0033CC;
	width:300px;
	height:600px;
	margin-top:25px;
	margin-left:10px;
	background:url(./images/bg-ws.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

div#rightbarctc {
	float:left;
	background-color:#0033CC;
	width:300px;
	height:600px;
	margin-top:25px;
	margin-left:10px;
	background:url(./images/bg-ctc.png);
	background-position:top;
	background-repeat:no-repeat;
	}

	/* Video Styles */
img, img a, .vidthumbnail {
	border:none;
	}
	
div#vidthumb {
	float:left;
	 }

div#excerpt {
	margin-left:25px;
	float:left;
	text-align:justify;
	}
	
table, tbody, td, tr{
	border:thin #333333;
	color:#dfdfdf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dfdfdf;
	font-size:12px;
	letter-spacing:1px;
	}

.paneleft {
	float:left;
	}

.paneright {
	margin-left:50px;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}	