/*
Theme Name: CannibalTooth
Description: The exclusive WordPress theme designed solely for Cannibal Tooth.com.
Version: 2.0
Author: Thomas DiGrazia
Author URI: http://digraziadesigns.com/
Tags: wood, texture, blood, illustration, css3, html5

	Cannibaltooth 4.0
	 http://cannibaltooth.com/

	This theme was designed and built by Thomas DiGrazia

	The CSS, XHTML and design is exclusive to this site and may not be used by anyone else.

*/



/* Begin Typography & Colors */
*{
outline:none;
}

body {
	font-size: 12px;
	line-height:18px;
	font-family:'trebuchet MS', Geneva, Arial, sans-serif;
	background:url(images/bg.gif) repeat;
	color: #322e26;
	margin:0;
	padding:0;
	}

.clr{
clear:both;
}


.head{
height:24px;
width:100%;
background:#FFFFFF;
opacity: 0.6;
position:relative;
top:0;
left:0;
} 
.head a{
height:24px;
line-height:24px;
color:#372E28;
padding:0 5px;
background-color:#FFFFFF;
opacity: 1;
margin:0 2px;
text-decoration:none;
float:left;
}
.head a:hover{
color:#372E28;
background:#FFFFFF;
}
.coming-soon{
background:url(images/cannibaltootn-coming-soon.png) bottom left no-repeat; 
width:729px; 
height:352px;
text-indent:-5000px;
margin:0 auto;
display:block;
overflow:auto;
	padding-bottom: 24px;
}
.contact a{
height:24px;
line-height:24px;
color:#372E28;
padding:0 4px;
background:#FFFFFF;
opacity: 0.6;
position:absolute;
top:0;
left:7px;
text-decoration:none;
border-left:1px solid #372E28;
border-right:1px solid #372E28;}
.contact a:hover{
opacity:1;
}

.dd a{
height:24px;
line-height:24px;
color:#372E28;
width:120;
background:#FFFFFF;
opacity: 0.6;
padding:0 4px;
position:absolute;
top:0;
left:80px;
text-decoration:none;
border-left:1px solid #372E28;
border-right:1px solid #372E28;

}
.dd a:hover{
opacity:1;
}

.copy{
line-height:24px;
color:#372E28;
background:#FFFFFF;
opacity: 0.6;
padding:0 4px;
position: relative;
	margin-top: -24px; /* negative value of footer height */
	height: 24px;
	margin-left:7px;
	clear:both;
	width:266px;
text-decoration:none;
border-left:1px solid #372E28;
border-right:1px solid #372E28;
}


/********************************************/

html, body {height: 100%;}

#wrap {min-height: 100%;}

#footer {position: relative;
	margin-top: -24px; /* negative value of footer height */
	height: 24px;
	clear:both;
width:100%;
background:#FFFFFF;
opacity: 0.6;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}