/*  
Theme Name: tennytenzer.nl
Theme URI: http://www.outkastedmedia.com
Description: Website Tenny Tenzer Productions
Version: 2.0
Author: George Site
Author URI: http://www.outkastedmedia.com/

*/

* {margin: 0; padding: 0; }

body{
	margin: 0;
	padding: 0;
	font-family: Courier, Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	background: #e9e9e9;
}

h1{
	font-family: Verdana, Georgia, Sans-serif;
	font-size: 24px;
}

h2{
	font-family: Verdana, Arial, Sans-serif;
	background-color: #e9e9e9;
	padding: 10px 0;
	margin: 10px 0;
}

img {
	border-style: none;
}

* html a:hover{
	visibility:visible;
}

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

a:hover{
	color: black;
}

.entry{
	border-bottom: 1px solid black;
	line-height: 18px;
	padding-bottom: 10px;
}

#nav_single_prev{
	float: left;
	width:	200px;
}

#nav_single_next{
	text-align: right;
	float: right;
	width:	200px;
}

#navigation{
	font-family: Verdana, Georgia, Sans-serif;
	font-size: 8px;
	line-height: 18px;
	background-color: white;
	border-bottom: 1px solid #000000;
	padding: 10px 0; 
	height: 20px;
}

#footer{
	padding: 10px 0;
	height: 40px;
	background-color: white;
	list-style-type: none;
	line-height: 14px;

}

ul#social{
	width: 96px;
	height: 36px;
	margin-right: 25px;
	float: left; 
	list-style: none;
}

ul#social li{
	display: inline;
}

ul#social li a{
	width: 30px; 
	height: 30px;
	margin-right: 2px; 
	background-image: url('images/social_sprite_tt.png');
	display: block;
	float: left;
	text-indent: -9999px;
}

ul#social li a#fb{
	background-position: 0 0;
}

ul#social li a#in{
	background-position: -30px 0;
}

ul#social li a#tw{
	background-position: -60px 0;
}

ul#social li a#fb:hover {
	background-position: 0 -30px;
}

ul#social li a#in:hover {
	background-position: -30px -30px;
}

ul#social li a#tw:hover {
	background-position: -60px -30px;
}


#contact_footer{
	font-family: Verdana, Georgia, Sans-serif;
	width: 130px;
	float: left;
	margin-right: 50px; 
}


#credits {
	font-family: Verdana, Georgia, Sans-serif;
	width: 150px;
	float: left;
}

#om_holder{
	width: 30px;
	height: 30px;
	float: right;
	background: url('images/om_btn02.png') no-repeat;
}

#contact_header{
	font-family: Verdana, Georgia, Sans-serif;
	float: right;
	width: 232px;
	height: 39px;
	text-align: right;
}


#wrapper{
	margin: 0 auto 0 auto;
	width: 576px;
	text-align: left;
	background-color: white;
	padding: 0 10px;
}

#header{
	width: 576px;
	background-color: white;
}

#top_header{
	height: 33px;
	padding: 30px 0;
}

#nav_header{
	border-bottom: 1px solid black;
	height: 112px;
	padding-bottom: 20px;
}

#logo_header{
	float: left;
	width: 344px;
	height: 39px;
}




#home_btn{
	float: left;
	background: url('images/home_btn_on.png') no-repeat;
	padding-right: 4px;
}

#repo_btn{
	float: left;
	background: url('images/repo_btn_on.png') no-repeat;
	padding-right: 4px;
}	

#corp_btn{
	float: left;
	background: url('images/corp_btn_on.png') no-repeat;
	padding-right: 4px;
}

#docu_btn{
	float: left;
	background: url('images/docu_btn_on.png') no-repeat;
	padding-right: 4px;
}

#bio_btn{
	float: left;
	background: url('images/bio_btn_on.png') no-repeat;
}

.header_btn a{
	height: 112px;
	width: 112px;
	float: left;
}

.header_btn a:hover img{
	visibility:hidden;
}

#nav_single_prev{
	float: left;
	height: 20px;
	width:	200px;
}

#nav_single_next{
	text-align: right;
	float: right;
	height: 20px;
	width:	200px;
}

