﻿/* 
 * Merchant Style sheet
 * V 1.0
 * 5/3/2010
 */
 
body {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #FCDE74;
	background-color :#220F00;
}

/* link decoration */
a {
	color: #E7AC42;
}

a:visited {
	color: #C88B1A;
}

a:hover {
	color: white;
}

#container {
	background-color: #000000;
	padding: 1em;
	margin: 0 auto;
	position: relative;
	width: 780px
}

#header {
	background: #000000;
	height: 128px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-weight: bolder;
	font-style: oblique;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}
#header a {
	text-decoration: none;
	color:black;
	}
#header a img {
	border:none;
	margin-top: 10px;	
}

/* horizontal menu */

#horz_menu {
	text-align: center;
	margin: auto;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 1.1em;
}	
   
#horz_menu a {
	color: #FCDE74;
	padding: 5px 5px 0 0;
	text-decoration: none;
}

#horz_menu a:visited {
	color: #C88B1A;
}

#horz_menu a:hover {
	color: white;
}

/* sidebar menu */
#sidebar_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 1.1em;
	float: left;
	top: 0;
	left: 0;
	width: 10em;
	color: #FCDE74;
}

#sidebar_menu li {
	list-style: none;
	padding: 0 0 .2em 0;
	text-align: left;
}

#sidebar_menu li a {
	color: #FCDE74;
	padding: 5px 5px 0 0;
}

#sidebar_menu li a:visited {
	color: #E7AC42;
}

#sidebar_menu li a:hover {
	color: white;
}


#content {
	margin-left: 10em;
	padding-left: 1em;
}

#footer {
	clear: 		both;
	font-size:	0.8em;
	margin:		1em;
	padding:	1em;
}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}

/* format for event entries */

#evententry {
  margin-left: 1em;
  margin-top: 1em;
  padding-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: thin dotted 
}
#evententry img {
	
}
