/* Start of CMSMS style sheet 'Canvas Home Styles' */
* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  font-family: Arial, verdana, helvetica, sans-serif;
  font-size: 1.1em;
  color: #B4B488;
}

h1 {
  font-size: 22px;
}

h2 {
  display: none;
}

h4 {
  font-size: 15px;
  color: #FCA91F;
  margin-top: 10px;
}

p {
  color: #DADAA2;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
}

.clear {
  clear: both;
  margin-top: 30px;
}

a {
  color: #A13904;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*** layout styles ***/
body {
  background: #000 url(uploads/images/theme/body_bg.gif) repeat-y top center;
}

#wrapper {
  margin: 0 auto;
  background: #000 url(uploads/images/theme/wrapper_bg.gif) no-repeat;
  width: 850px;
  /* background-color: #000; */
  padding-top: 20px;
  padding-bottom: 20px
}

.borderLeft {
  background: url(uploads/images/theme/filigreeL_50.png) no-repeat;
  position: absolute;
  top: 0;
  width: 122px;
  height: 792px;
  margin-left: -80px;
}

.borderRight {
  background: url(uploads/images/theme/filigreeR_50.png) no-repeat;
  position: absolute;
  top: 0;
  width: 122px;
  height: 792px;
  margin-left: 813px;
}

#header {
  width: 100%;
}

#header h1 a {
  background: url(uploads/images/theme/logo/logo.png) no-repeat top center;
  display: block;
  width: 460px;
  height: 342px;
  position: relative;
  top: 20px;
  text-align: center;
  text-indent: -999em;
  margin: 0 auto 40px auto;
}

#menu {
  position: absolute;
  top: 0;
  width: 850px;
}

#content {
  margin: 0 25px;
}

#sidebarLeft {
  float: left;
  width: 200px;
  margin-top: 15px;
  margin-left: 35px;
}

#sidebarLeft h3 {
  font-family: Palatino Linotype, Book Antiqua;
  font-size: 16px;
  color: #DADAA2;
  font-variant: small-caps;
}

#sidebarLeft p {
  color: #B4B488;
}

#sidebarRight {
  float: right;
  width: 200px;
  margin-top: 15px;
}

#sidebarRight h3 {
  font-family: Palatino Linotype, Book Antiqua;
  font-size: 16px;
  color: #DADAA2;
  font-variant: small-caps;
}

#sidebarRight p {
  color: #B4B488;
}

#main {
  margin-left: 280px;
  margin-right: 25px;
}

#main .img {
  float: left;
  width: 75px;
  font-size: 9px;
  text-align: center;
}

#main .artists {
  float: left;
  width: 400px;
  height: 100px;
  margin-left: 5px;
  display: inline;
}

.right {
  float: right;
  width: 200px;
  margin-right: 50px;
}

.right p {
  font-size: 10px;
}

.map {
  float: right;
  width: 200px;
  margin-top: 15px;
}

.map a {
  font-size: 10px;
}

#main h3 {
  font-family: Palatino Linotype, Book Antiqua;
  font-size: 20px;
  color: #901100;
  font-variant: small-caps;
  margin-top: 15px;
}

#main h3.tagline {
  background: url(uploads/images/theme/logo/tagline.png) no-repeat;
  width: 238px;
  height: 49px;
  margin-bottom: 15px;
  text-indent: -999em;
}

#gallery {
  border: 1px solid #080808;
  background: transparent;
  margin-top: 20px;
  padding: 10px;
  height: 290px;
  overflow: auto;
}

.highlight {
  color: #FCA91F;
}

.phone {
  color: #DADAA2;
  font-size: 12px;
  font-weight: bold;
}


/*Default style for Switch Content */

.iconspan{
cursor:hand;
cursor:pointer;
color: #A13904;
font-family: Arial, helvetica, sans-serif;
font-size: 12px;
font-variant: normal;
}

.eg-bar{
background-color: #EEF5D3;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

/* div.eg-bar{
width: 500px;
} */

.icongroup1{
width: 500px;
}


/*** merchandise styles ***/
#merchMens {
  float: left;
  width: 180px;
  display: inline;
  margin: 0;
}

#merchWomens {
  margin-left: 230px;
  position: relative;
  width: 180px;
}

#merch form {
  margin-top: 10px;
  margin-left: 35px;
}

#merch img {
  width: 113px;
  border: 1px solid #fff;
}

#merch .text {
  text-align: center;
  font-size: 12px;
}


#footer p {
  color: #36362A;
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: center;
}

#footer a {
  color: #36362A;
}

#footer img {
  padding: 3px;
}

.hr {
  height: 1px;
  margin: 1em 0;
  border-bottom: 1px solid #101010;
}

blockquote {
  font-size: 11px;
  color: #B4B488;
  padding-left: 10px;
}

/* LISTS */
/* lists in content need some margins to look nice */
#main ul,
#main ol,
#main dl {
	font-size: 12px;
        color: #DADAA2;
	line-height: 1em;
	margin: 1em 0 1.5em 0;
}

#main ul li,
#main ol li {
	margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
#main dl dd {
	margin: 0 0 1em 1em;
}
/* End of 'Canvas Home Styles' */

