/*
Theme Name: Funhouse
Theme URI: http://www.nigelkurt.com
Description: Funhouse Theme
Author: Paul Maloney | Tropica Web Design
Author URI: http://www.tropicaweb.co.uk
version: 1.0

Tags: two-column, tattoo
*/



/* basics */

*{margin:0; padding:0;}

body {
background: #000;
background-image:url('img/nkbg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position: bottom left;
margin:0;
color: #ffffff;
text-align:center;
}

a {
color: #c5c5c5;
text-decoration:none;
}

a:hover {
color: #fff;
text-decoration:none;
}



#container {
font:14px "helvetica", Verdana,Tahoma,Arial,sans-serif;
width:950px;
color: #fff;
margin:0 auto;
text-align:left;

}

#header {
width:950px;
height:220px;
margin:0px auto;

}



#news {
width: 440px;
height: 43px;
padding: 0;
margin-top:15px;
margin-left:5px;
float:left;
}


#news a{
display:block;
width: 440px;
height: 43px;
padding:0;
background: url("img/news.png") 0 0 no-repeat;
text-decoration: none;
}

#news a:hover { 
background-position: 0 -43px;
}


#tattoos {
width: 440px;
height: 43px;
padding: 0;
margin-top:15px;
margin-right:5px;
float:right;
}


#tattoos a{
display:block;
width: 440px;
height: 43px;
padding:0;
background: url("img/tattoos.png") 0 0 no-repeat;
text-decoration: none;
}

#tattoos a:hover { 
background-position: 0 -43px;
}



#logo {
margin-top: 10px;
margin-bottom: 15px;
width: 950px;
height: 205px;
}

#searchm {
float: right;
width: 298px;
margin-top: 30px;
}


#searchform { width: 160px; height: 35px; padding:0;margin:14px 0;}
#searchform input#search_input { padding: 2px 3px 2px 3px; width: 240px;  border: 0; left: 0; }
#searchform input#search_submit { border: 0; right: 0; cursor: pointer; width: 38px; height: 30px; top: 0; }
#searchform { background-image:url('img/search.png');}
#searchform input#search_input { color: #000;  }


#searchform input#s{
margin-top:4px;
padding:3px;
border:0;
background: none;
font:15px "helvetica", Verdana,Tahoma,Arial,sans-serif;
width: 130px;
color: #fff;
}



h1 {
font-size:20px;
margin-left:0px;
margin-top:20px;
margin-bottom:20px;
color: #000;
}

h2 {
font:24px "helvetica", Verdana,Tahoma,Arial,sans-serif;
color: #fff;
line-height: 70px;
text-align:left;
text-decoration: none;
margin-left: 20px;
}

h3 {
font:20px "helvetica", Verdana,Tahoma,Arial,sans-serif;
color: #ffffff;
text-align:left;
text-decoration: none;
margin-bottom: 15px;
margin-top: 10px;
}

h4 {
font:20px "helvetica", Verdana,Tahoma,Arial,sans-serif;
color: #343434;
text-align:left;
text-decoration: none;
margin-top:10px;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}




#nav {
width:950px;
height:51px;
color: #fff;
background: url('img/top.jpg') no-repeat;
margin:10px auto;
text-align:left;
text-transform: uppercase;
}

#nav li{
style: none;
display: inline;
padding-left: 15px;
}
	
#nav a{
font-weight: bold;
color: #fff;
padding-top: 15px; margin-right: 35px; font:22px "helvetica", Verdana,Tahoma,Arial,sans-serif; text-align:left; line-height: 2.4em;
}

#nav a:hover{
font-weight: bold;
color: #343434;
padding-top: 15px; margin-right: 35px; font:22px "helvetica", Verdana,Tahoma,Arial,sans-serif; text-align:left; line-height: 2.4em;

}

#nav img {
border: 0;
background: none;
}


.spike {background: url('img/top.png'); width:950px; height:88px;}
.spikes {background: url('img/spikes.png'); width:950px; height:88px;}


.news {padding-top: 15px; float:left; margin-left: 10px;}
.tattoos {padding-top: 15px; float:right; margin-right: 10px;}

/* main menu */


#menu {
	background:#000;
	font:14px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	
	width:950px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #000000;
	display:block;
}

#menu ul li a:hover {
	background: #000000;
	color:#000;
}



/* content */


#leftm {
float:left;
width:450px;
margin:5px;
}

#leftm p{
margin-bottom:5px;
}

#left {
float:left;
width:700px;
margin:0 15px 0 15px;
}

#left p{
margin-bottom:5px;
}

.clearer {
clear: both;
}



.post {
	;
	padding:0;
	line-height: 14pt;
	margin-bottom: 20px;
	}
	
.post h2{
font:24px "helvetica", Verdana,Tahoma,Arial,sans-serif;
color: #fff;
line-height: 70px;
text-align:left;
text-decoration: none;
}
	
.post h2 a{
font-size:24px;
color: #fff;
line-height: 70px;
text-align:left;
text-decoration: none;
}
	
.post h2 a:hover{
font:24px "helvetica", Verdana,Tahoma,Arial,sans-serif;
color: #343434;
line-height: 70px;
text-align:left;
text-decoration: none;
}

.post h3{
font-size:24px;
color: #000000;
line-height: 92px;
text-align:left;
}
	
.post h3 a{
font-size:24px;
color: #000000;
line-height: 82px;
text-align:left;
text-decoration: none;
}
	
.post h3 a:hover{
font-size:24px;
color: #fff;
line-height: 82px;
text-align:left;
text-decoration: none;
}

.post ul {}

.post li {}

.entry p{margin:12px 0; padding-bottom: 15px;}

.postmetadata{
	clear: both;
	background: url('img/post.png');
	height: 40px;
	color: #000000;
	font-weight: bold;
	color: #fff;
font-size:14px;
	}
	
.postmetadata p{ 

padding-left: 0px;
padding-top: 10px;
}

.postmetadata a{ 
color: #c5c5c5;
}

.postmetadata a:hover{ 
color: #fff;
}



.postmetadatab{
	clear: both;
	background: url('img/post.png');
	height: 40px;
	color: #000000;
	
	margin-bottom: 15px;
	}
	
.postmetadatabmid{ 
padding-left: 20px;
padding-top: 10px;
}

.postmetadatab a{ 
color: #000000;
}

.postmetadatab a:hover{ 
color: #000000;
}


.clearer {
clear: both;
}



.navigation {
	font-size:12px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
color: #c5c5c5;
padding: 3px;
font-weight: bold;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
float:right;
width:190px;
margin:0 0 0 5px;
}

#sidebarm {
float:right;
width:460px;
margin-left:15px;
margin-top: 5px;
margin-bottom: 5px;
}



#sidebarm img{
border:1px solid #fff;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 15px;
margin-right: 0px;
}


#sidebar h2{
	font:13px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:12px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	color: #343434;	
	margin: 0;
	padding: 0;
}



#sidebar img{
border:0px;
}

#sidebar p {
margin:0 20px 0 20px;
margin-bottom:10px;
padding:3px;
}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 0px;
	list-style-type: none;
	color: #000000;
}

#sidebar a{
	color:#343434;
	text-decoration:none;
font:16px "helvetica", Verdana,Tahoma,Arial,sans-serif;

	}

#sidebar a:hover{
text-decoration: none; 
color:#fff;
font:16px "helvetica", Verdana,Tahoma,Arial,sans-serif;
}



/* comments */


#commentform{
	
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #fff;
	}
	
#commentform a{color: #343434; text-decoration: none; line-height: 14pt;}
	
#commentform h3{
	font:11px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	color: #fff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	
	font:14px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #fff;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	border:1px solid #ffffff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {border:1px solid #343434;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#fff;}

cite {
	font:14px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	}
	
cite a{color: #343434; text-decoration: none;}






	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	height: 24px;
	clear: both;
	width: 950px;
margin: 0 auto;
	}
	
#footer p{padding-top: 45px; margin-bottom: 5px; color: #fff; text-align:center;}
#footer a{color: #c5c5c5;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: none;}
#footer img {border:0; vertical-align:middle; margin-left: 5px;}


#bottom {
width:950px;
height: 86px;
background: url('img/spikes.png') no-repeat;
margin-bottom: 10px;
}

#bleft {
float: left;
width: 456px;
padding-top: 30px;
font:15px "helvetica", Verdana,Tahoma,Arial,sans-serif;
}

#bright {
float: right;
width: 456px;
padding-top: 25px;
}


.date {
	background: url(img/date.png) no-repeat;
	height: 74px;
	margin-bottom: 0px;
	width: 74px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.dates {
	background: url(img/date.png) no-repeat;
	height: 74px;
	margin-bottom: 0px;
	width: 74px;
	text-align: center;
	float: left;
	margin-right: 20px;
	
}

.date .month {
	display: block;
	color: #000;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 12px;
margin-right: 7px;
	font-weight: bold;
	margin-bottom: 8px;
	font:14px "helvetica", Verdana,Tahoma,Arial,sans-serif;

}
.date .day {
	display: block;
	color: #000;
	font:22px "helvetica", Verdana,Tahoma,Arial,sans-serif;
	padding-top: 0px;
	text-align: center;
	margin-top: -12px;
margin-right: 7px;
}

.sform{
float: left;
}

.sformicon {
floar: right;
padding-top: 15px;
}


.pagetitle {
background: #000;
color: #fff;
font:18px "helvetica", Verdana,Tahoma,Arial,sans-serif;
padding: 3px;
width: 700px;
margin-top: 15px;
margin-left: 0px;
}

