/* Global styles */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #000000;
	color: #d5c296;
	font-size: 1.0em;
}

a { color: #B59361; text-decoration: none; }

a:hover {
	text-decoration: underline; }
	

h1 {
	font-family: Garamond;
	font-size: 1.7em;
	font-weight: bold;
	color: #1B1B1B;
	margin: 10px 5px;
	font-style: italic;
}

h2 {
	font-family: Garamond;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}

h3 {
   font-family: Garamond;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-family: Garamond;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-family: Garamond;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

.hline {
	width: 95%;
	color: gray;
	height:1px;
}

.date {
   font-size: 1.3em;
   color: #7a6340;
}

.show-name {
   font-size: 1.3em;
}

.show-details {
   margin-left: 50px;
}


#tradeshow {
    margin-left: 50px;
}

/* Layout bells */

#banner {
	border-bottom: 1px solid #d5c296;
	border-top: 1px solid #d5c296;
}

#wrapper {
	width: 950px;
	margin:10px auto;
	padding:5px;
}

#header {
	text-align: center;
}
ul#navigation {
	color: #fff;
	list-style-type: none;
	margin: 0 auto;
	width: 650px;
	font-size: 1.5em;
	font-family: "Eccentric Std", Arial, Helvetica, sans-serif;
}
ul#navigation li {
	float: left;
	padding: 1em;
}
ul#navigation li a { color:#fff; text-decoration:none; }
ul#navigation li a:hover { color: #d5c296; text-decoration:underline; }

#content {
	float: left;
	color: #fafaf0;
	font-size: .9em;
}

#bottom {
	margin: 10px 0px 10px 10px;
	float: left;
	color: #fafaf0;
}


/* Section-specific */
body.home #content div.main {
	margin: 0 200px;
	padding: 10px;
	/*
	color: #000;
	background-color: #fff;
    opacity: .25;               /* Standard style for transparency *
    -moz-opacity: .25;          /* Transparency for older Mozillas *
    filter: alpha(opacity=25);  /* Transparency for IE *
	 */
}

/* Design whistles */
.txt_right { text-align: right; }
.author { font-style:italic; }
