/*
Theme Name: Nicolinnis
Theme URI: http://nicolinnis.com/
Description: The default WordPress theme for Nicolinnis.
Version: 1.0
Author: Aaron Elliott
Author URI: http://forwardtrends.com/
Tags: nicolinnis

*/



/* Nicolinnis Ristorante Stylesheet by Aaron Elliott - forwardtrends.com */

body {
	margin:0px;
	padding:0px;
	background-image:url(/img/body-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#86490D;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#003300;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#3A302C;
	font-style:italic;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#990000;
}

#top {
	display:block;
	height:3px;
	background-color:#99000;
}

#wrapper {
	width:920px;
	margin:0 auto;
}

#header {
	display:block;
	height:200px;
}

#logo {
	position:absolute;
	top:-30px;
	margin-left:170px;
}

#nav {
	position:absolute;
	width:800px;
	top:170px;
	margin-left:225px;
}

#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav ul li {
	margin:0px;
	padding:0px;
	float:left;
	outline: none;
	text-indent: -9999px;
	
}

#nav ul li a {
	background-image: url(/img/nav.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:50px;
}

#nav ul li#home a {
	width:79px;
	background-position:0px 0px;
}
#nav ul li#home a:hover {
	background-position:0px -43px;
}

.home #home a {
	background-position:0px -43px!important;
}

#nav ul li#menus a {
	width:110px;
	background-position:-79px 0px;
}
#nav ul li#menus a:hover {
	background-position:-79px -43px;
}

.page-id-2 #menus a {
	background-position:-79px -43px!important;
}

#nav ul li#locations a {
	width:136px;
	background-position:-189px 0px;
}
#nav ul li#locations a:hover {
	background-position:-189px -43px;
}

.page-id-4 #locations a {
background-position:-189px -43px!important;
}

#nav ul li#giftcards a {
	width:142px;
	background-position:-325px 0px;
}
#nav ul li#giftcards a:hover {
	background-position:-325px -43px;
}

.page-id-6 #giftcards a {
	background-position:-325px -43px!important;
}

#nav ul li#reservations a {
	width:163px;
	background-position:-467px 0px;
}
#nav ul li#reservations a:hover {
	background-position:-467px -43px;
}
.page-id-8 #reservations a {
	background-position:-467px -43px!important;
}

#nav ul li#products a {
	width:126px;
	background-position:-630px 0px;
}
#nav ul li#products a:hover {
	background-position:-630px -43px;
}
.page-id-10 #products a {
	background-position:-630px -43px!important;
}

#nav ul li#contact a {
	width:96px;
	background-position:-756px 0px;
}
#nav ul li#contact a:hover {
	background-position:-756px -43px;
}
.page-id-12 #contact a {
	background-position:-756px -43px!important;
}

#splash {
	display:block;
	width:800px;
	height:372px;
	background-image:url(/img/splash-bg.png);
	background-repeat:no-repeat;
}

#content-top {

	
}

#content {
	background-image:url(/img/content-bg.png);
	background-repeat:repeat-y;
	background-position:top left;
	margin:0px;
	padding: 0px 30px 70px 30px;
}


#main {
	margin:0px;
	padding:1px 30px;
	float:left;
	width:600px;
	min-height:400px;
}

#mainhome {
	margin:0px;
	padding:1px 30px;
	float:left;
	width:860px;
}
#sidebar {
	width:200px;
	float:right;
	padding-top:10px;
	font-size:11px;
	color:#493E30;
}

#footer {
	display:block;
	font-size:11px;
	color:#40261E;
	padding:0px;
	padding-top:60px;
	background-image:url(/img/content-bot.png);
	background-repeat:no-repeat;
	height:284px;
	margin-top:-71px;
	position:absolute;
	width:920px;
}

#footer #facebook {
	position:absolute;
	margin-left:682px;
	margin-top:36px;
	width:134px;
	height:108px;
}

#footer a {
	color:#40261E;
	height:100px;
}
#footer-left {
	float:left;
	width:240px;
	margin-left:60px;
	margin-top:220px;
}
#footer-right {
	float:right;
	width:550px;
	text-align:right;
	margin-right:60px;
	margin-top:220px;
}

.mapp-div {
	border:5px solid #FFF;
}
/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}
/* PNG Fix */

img, div, input { 
	behavior: url("../htc/iepngfix.htc") ;
}


