/*  
Theme Name: not-on.tv 2010 - home
Theme URI: http://not-on.tv
Description: Made to show blogs and images and video at it's best on not-on.tv. Build on top of the default WordPress theme.
Version: 0.1
Author: Erik Visser
Author URI: http://not-on.tv

	not-on-tv 2010 - home v0.1
	http://not-on.tv

	This theme was designed and built by Erik Visser,
	whose blog you will find at http://not-on.tv/vlog

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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #141414 url('');
	color: #333;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	position: relative;
	}

#sidebar h2 {
	font-size: 13px;
	color: #F8DD3B;
	padding-bottom: 4px;
	}
	
#sidebar h2 a{
	color: #F8DD3B;
	}
	
#sidebar h1 a {
	font-size: 18px;
	color: #F8DD3B;
	}
	
#sidebar a:visited {
	color: #F8DD3B;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* ------------------------ start fixed divs top + bottom + hidden text divs ------------------------ */

#topbar {
top:0px;
position:fixed;
left:0px;
width: 100%;
list-style-position:inside;
list-style-type:none;
text-align:center;
background-color: #262626;
border-top: 1px solid #000000;
height: 17px;
padding-top: 3px;
color:#7D7D7D;
font-size:9px;
}

#bottombar_handlers {
top:0px;
position:fixed;
left:0px;
width: 100%;
list-style-position:inside;
list-style-type:none;
text-align:center;
background-color: #262626;
border-bottom: 1px solid #000000;
height: 17px;
padding-top: 4px;
color:#7D7D7D;
font-size:10px;
z-index: 11;
}

#bottombar_handlers a {
color:#7D7D7D;
cursor:pointer;
font-weight:normal;
overflow:hidden;
}
#bottombar_handlers a.active {
background-image:url(images/bottom_down.png);
}
#bottombar_handlers a.normal {
background-image:url(images/bottom_up.png);
}
#bottombar_content {
	top:30px;
	position:fixed;
	width:500px;
	left: 50%;
	margin-left: -275px; /* - (width/2) */
	background-color: #E9E9E9;
	color:#7D7D7D;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	max-height: 90%;
}
#bottombar_content h2 {
	color:#7D7D7D;
	font-size:14px;
	font-weight:normal;
}
#bottombar_content h2 a {
cursor:pointer;
}
#bottombar_content a {
color:#7D7D7D;
text-decoration:none;
}
#bottombar_content a:hover {
color:red;
}

#bottombar_footer {
bottom:0px;
position:fixed;
left:0px;
width: 100%;
list-style-position:inside;
list-style-type:none;
text-align:center;
background-color: #262626;
border-top: 1px solid #000000;
height: 17px;
padding-top: 3px;
color:#7D7D7D;
font-size:9px;
z-index: 11;
}

#bottombar_footer a {
color:#7D7D7D;
cursor:pointer;
font-weight:normal;
overflow:hidden;
}


/* ------------------------ end fixed divs top + bottom + hidden text divs ------------------------ */

.thumb {
	float: left;
	margin: 4px;
	padding: 0;
	border: 1px solid #000;
   }

/* ------------------------ start div showing title @ mouseover ------------------------ */

#dhtmltooltip{
position: absolute;
padding: 3px;
font-family: "Georgia", Times, Times New Roman, serif;
font-size : 11px;
color : #000;
background:#FFF;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=white,direction=145);
}
/* ------------------------ end div showing title @ mouseover ------------------------ */

/* ------------------------ start div index style ------------------------ */

#wrap {
	top:17px;
	position:absolute;
	width:900px;
	left: 50%;
	margin-left: -450px; /* - (width/2) */
	color:#7D7D7D;
	font-size: 11px;
	z-index: 10;
	height: 100%;
}

#top-thumb-right-topteen {
	width: 386px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#top-thumb-left-topteen {
	width: 386px;
	position: absolute;
	left: 0px;
}

#kleine-thumbs-left-topteen {
	position: absolute;
	width: 386px;
	left: 0px;
	top: 126px;
}

#kleine-thumbs-right-topteen {
	position: absolute;
	width: 386px;
	right: 0px;
	top: 126px;
}
#navigatie-topteen {
	position: fixed;
	background-color: #EA863F;
	text-align: center;
	width:126px;
	left: 50%;
	margin-left: -63px; /* - (width/2) */
	top: 18px;
	overflow: hidden;
}

/* ------------------------------ end div index style ------------------------ */

/* ------------------------ start styles used for search and archive page with divs ------------------------ */
#small-thumbs-left-cat {
	position: absolute;
	width: 772px;
	top: 17px;
	left: 50%;
	margin-left: -321px; /* - (width/2) */
}

#navigation-cat {
	width: 126px;
	position: fixed;
	left: 50%;
	margin-left: -449px; /* - (width/2) */
	background-color: #EA863F;
	top: 18px;
	text-align: center;
	height: 100%;
}
/* ------------------------ end styles used for search and archive page with divs ------------------------ */

/* ------------------------------ start table index style ------------------------ */
#top-thumb-left {
	width: 378px;
	position: relative;
}
#top-thumb-right {
	width: 378px;
	position: relative;;
}

#kleine-thumbs-left {
	position: relative;
	/*background-color: #00ff00; */
	width: 386px;
}
#kleine-thumbs-right {
	position: relative;
	/*background-color: #00ff00; */
	width: 386px;
}
/* ------------------------------ end table index style ------------------------ */

/* ------------------------ start styles used for search and archive page with tables ------------------------ */
#kleine-thumbs-left-cat {
	position: relative;
	background-color: #00ff00;
	width: 772px;
}

#navigatie {
	width: 126px;
	position: relative;
	background-color: #EA863F;
	margin-top: 18px;
	text-align: center;
}
/* ------------------------ end styles used for search and archive page with tables ------------------------ */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

.post {
	margin: 0px 0px 0px 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #7D7D7D;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	text-align: center;
}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 5px auto 5px ;
	}

/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	overflow: auto;
	} 

html>body .entry li {
	margin: 0px 0 0px 0px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	margin-bottom: 20px;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/

.alt {
	background-color: ;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin-top: 10px;
	list-style: none;
	border-bottom: 1px solid #DADADA;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 2px;
	width: 121px;
	color: #F8DD3B;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	overflow: hidden;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar a:visited {
	color: #F8DD3B;
	}
	
#sidebar a {
	color: #F8DD3B;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
	
.lookatme {
	color: #F8DD3B;
	font-weight: normal;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style: none;
	}
/* End Various Tags & Classes*/