/*  
Theme Name: House of Tricks
Theme URI: http://www.houseoftricks.com
Description: This is the theme for House of Tricks.
Version: 1.0
Author: Twistique
Author URI: http://www.twistique.com/
*/
@import url("css/reset.css");
@charset "utf-8";
/* CSS Document */



html,body{ height:100%; }
body{
	background:#061106 url(images/bg-site.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color:#93a593;
}

h1{
	color:#a28b6a;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:.05em;
	border-bottom:1px solid #a28b6a;
}
h1 a{
	text-decoration:none;
}
h1 a:hover{
	color:#93a593;
}

h2{}

div#main h2{
	margin:10px 0 0;	
}

h3{}
h4{}
h5{}
h6{}

a{
	color:#a28b6a;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.left{
	float:left;
}
.right{
	float:right;
}
.small{
	font-size:10px;
}

p{
	line-height:1.8em;
	margin:15px 0;
}

div#container{
	width:900px;
	margin:10px auto 0;
}

div#logo{
	height:116px;
	z-index:5;
	position:relative;
}

div#nav{
	background:#000;
	border:1px solid #526c52;
	width:898px;
	height:33px;
	
}

div#nav ul{
	margin:4px 0 0;
	width:898px;
	padding:0;
	z-index:10;
	position:relative;
}

div#nav ul li{
	display:inline;
	list-style:none;
	font-size:17px;
	font-weight:bold;
	margin:0 30px;
	z-index:10;
}

div#nav ul li a{
	color:#dbe3dc;
	text-decoration:none;
}

div#nav ul li a:hover{
	color:#93a593;
}

div#content{
	margin: 7px 0 0 0;
	position:relative;
}

div#main{
	width:663px;
	border:1px solid #113711;
	background:#071907;
	position:absolute;
	left:0;
}


/* IMG FORMATTING */
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a .alignright {float:right; margin:0 0 1em 1em}
a .alignleft {float:left; margin:0 1em 1em 0}
a .aligncenter {display: block; margin-left: auto; margin-right: auto}


div#feature-welcome{
	width:543px;
	border:1px solid #113711;
	background:#071907;
	float:left;
	padding:20px;
	font-size:11px;
	letter-spacing:.20em;
	line-height:1.8em;
}
div#feature-welcome h1{
	border:0;
	font-size:14px;
	letter-spacing:.45em;
	text-transform:uppercase;
	margin: 0 0 10px;
}


div#feature-news{
	width:277px;
	border:1px solid #113711;
	background:#071907;
	float:right;
	padding:10px;
	font-size:11px;
}
div#feature-news h2{
	color:#a28b6a;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
	letter-spacing:.45em;
	text-transform:uppercase;
	margin: 10px 0 5px;
}

div#nav-cuisine{
	background:#000;
	border-bottom:1px solid #113711;
	padding:10px;
	text-align:center;
	width:643px;
}

div#nav-cuisine ul li{
	display:inline;
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0 20px;
	letter-spacing:.15em;
}

div#nav-cuisine ul li a{
	text-decoration:none;
}


div#nav-cuisine ul li a:hover{
	color:#93a593;
}

table.info-table{
	background:#0e2a0d;
	width:100%;
	border:1px solid #113711;
}
table.info-table td, table td{
	padding:10px;
}


div#content-main{
	padding:20px 35px;
}
div#side{
	float:right;
}
div#content-side{
	
}
div#content-side ul li{
	margin:0 0 8px;
	list-style:none;
}
div#newsletter{
	background:url(images/bg-newsletter.png) no-repeat top left;
	width:200px;
	height:73px;
}

div#footer{
	clear:both;
	width:900px;
	text-align:center;
	padding:15px 0;
}

div.slideshow{
	width:900px;
	height:181px;
	overflow:hidden;
}
div.slideshow img{
	width:900px;
	height:181px;
}