/***********************************************/
/*  1. CSS Reset				    		   */
/*                                   		   */
/*  http://meyerweb.com/eric/tools/css/reset/  */
/*  v1.0 | 20080212            				   */
/***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*************************************/
/*  2. Global Styles                 */
/*                                   */
/*  General Universal Elements,      */
/*  Wrappers and Typography          */
/*************************************/

html {background-color:#FFF; height:100%;}

body {
text-align: left;
font: 12px/150% Arial, Helvetica Neue, Helvetica, sans-serif;
background-color: #FFF;
color:#FFF;
}

p {margin-bottom: 16px;}

H1 {font-size:24px; color:#FFF; text-indent:-99999px;}
body.home h1, body.inside h1 {
	width:312px; 
	height:140px; 
	background:#000 url(../images/img_logoHome.png) no-repeat scroll left top;
	position:absolute;
	top:45px;
	left:78px;
}

body.inside h1 {background:transparent url(../images/img_logoMain.png) no-repeat scroll left top;}

body.home h1 a, body.inside h1 a {display:block; width:312px; height:140px;}


H2 {font-size:22px; color:#FFF; line-height:200%;}
H3 {font-size:18px; color:#F0C;}
H4 {font-size:12px;}

h1, h2, h3, h4 {font-family:Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;}

input, select, th, td {font-size:12px}

p.caption {text-transform:uppercase; font-size:9px;}

a {color:#09F;}
a:hover {color:#FFF;}

ul.highlights, .vendors ul {list-style:inside disc; margin-bottom:20px;}
ul.highlights li {line-height:200%; font-weight:bold;}
ul.highlights li span {display:block; padding-left:24px; font-weight:normal; line-height:130%;}


/* =Wrappers
-----------------------------------------------------------------------------*/
#page_wrapper {margin: 0 auto; width: 960px; height:1%; background-color: #000;}

#splash_wrapper {margin: 0 auto; width: 1024px; height:1%; background-color: #fff;}

#header_wrapper {width: 100%; height: 160px; background:#000 url(../images/img_borderLine.png) repeat-x scroll left bottom; position:relative;}

#content_wrapper {width: 960px; height:1%;}

body.home #content_wrapper { background:#000 url(../images/img_homeMain.jpg) no-repeat left top; height:450px;}

body.inside #content_wrapper { background:#000000 url(../images/img_insideBgMain.jpg) no-repeat left top;}

#footer_wrapper {width: 100%; height: 125px; background:#000 url(../images/img_borderLine.png) repeat-x scroll left top;}


/* =Nav Main
-----------------------------------------------------------------------------*/

#nav_main {float:right; margin-top:115px;}

#nav_main ul {width:520px; height:40px;}

#nav_main ul li {float:left;}

#nav_main ul li a {display:block; height:40px; text-indent:-99999px; background:#000 url(../images/bg_menuMain.png) no-repeat scroll left bottom;}

#nav_main ul li a.info {width:64px; background-position:-4px bottom;}
#nav_main ul li a.vendors {width:93px; background-position:-64px bottom;}
#nav_main ul li a.tickets {width:83px; background-position:-157px bottom;}
#nav_main ul li a.register {width:93px; background-position:-240px bottom;}
#nav_main ul li a.gallery {width:85px; background-position:-333px bottom;}
#nav_main ul li a.contact {width:98px; background-position:-418px bottom;}

#nav_main ul li a.info:hover {width:64px; background-position:-4px -1px;}
#nav_main ul li a.vendors:hover {width:93px; background-position:-64px -1px;}
#nav_main ul li a.tickets:hover {width:83px; background-position:-157px -1px;}
#nav_main ul li a.register:hover {width:93px; background-position:-240px -1px;}
#nav_main ul li a.gallery:hover {width:85px; background-position:-333px -1px;}
#nav_main ul li a.contact:hover {width:98px; background-position:-418px -1px;}


/* =Columns
-----------------------------------------------------------------------------*/

#column_left {width:320px; float:left; padding:20px 0px 20px 80px;}

#column_right {width:440px; float:right; padding:20px 80px 20px 0;}

#column_right.vendors a, #column_right.tickets a, #column_right.contact a, #column_right.info a{color:#999;}

/* =Footer
-----------------------------------------------------------------------------*/
#footer_wrapper ul {margin-left: 70px;}
#footer_wrapper ul li {float:left; padding:15px;}

/* =Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


