/* @group Global Reset */

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd { margin-left:0; }
fieldset { padding: 0; }
img {
    border:none;
}
.spacer {
    clear:both
}
a {outline: none;}

/* @end */



/* @group Body Tags */

body {
    margin: 0 auto;
    padding: 0;
    color: #000;
    background: #000 url(/images/bg.jpg) no-repeat fixed center top;    
    font: 12px Lucida Grande, "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
}
#pageWrapper {
    width: 842px;
    margin:  40px auto  50px auto;
    position: relative;
    background: url(/images/wrapper-bg.gif) no-repeat 0 bottom;
}
#wrapper {
    background: url(/images/wrapper-top-bg.gif) no-repeat left top;
    padding: 30px 0 24px 0;
}
#insideWrapper {
    background-color: #000;
    padding: 0px;
}
a:link { 
    text-decoration: underline; 
    color: #BF1E2D; 
}
a:visited {  
    text-decoration: underline; 
    color: #BF1E2D; 
}
a:hover, a:active { 
    text-decoration: none; 
    color: #a4914f; 
}
h1, h2, h3 {
    color: #BF1E2D; 
    line-height:120%;
}
p {
	margin: 15px 0 0 0;
}
.spacer {
	cler:both;
	height: 15px;
}
.tableBorder {
 border: 1px solid #73737E;
 margin:  0 15px 0 15px;
}

th {
 padding:           5px 4px 5px 12px;
 background-color:  #227db2;  
}

td {
 font-size:         11px;
 color:             #000;
}
.small {
	font-size: 80%;
}
.spacer {
    clear: both;
}

.center {
    text-align: center;
}
blockquote {
    font-family:  "Lucida Grande", helvetica, tahoma, verdana, arial, sans-serif;
}
.small {
	font-size: 80%;
}

/* @end */

/* @group Header */

#header {
    height: 170px;
    background: #000 url(/images/menu-bg.gif) no-repeat 30px bottom;
    padding:  0 0 0 30px;
}
#logo {
    position:absolute;
    top: 13px;
    left: -20px;
    width: 450px;
    height: 121px;
}
#logo img {
	margin-left: 70px;
}
#time_until {
    position: absolute;
    top: 62px;
    right: 44px;
    font-size: 110%;
}
#topmenu {
    position: absolute;
    top: 92px;
    right: 44px;
    font-size: 110%;
}
#topmenu li {
    display: inline;
}
#topmenu li a {
    list-style-type: none;
    display: block;
    float: left;
    padding: 3px 8px 3px 8px;
    margin:  0 0 0 5px;
	border-right: 1px solid #801414;
	text-decoration: underline;
}
#topmenu #contacts {
    background: url(/images/site/mail_icon.gif) no-repeat;
}
#topmenu #print {
    background: url(/images/site/printer_icon.gif) no-repeat;
}
#topmenu #bookmark {
    background: url(/images/site/folder_icon.gif) no-repeat;
}
#topmenu #login {
    background: url(/images/site/keys_icon.gif) no-repeat;
}

/* @group Menu  */

/****************************
MENU
 ****************************/

.nav {
	position:absolute;
    top:117px;
    left:20px;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 100;
	position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li li {
	  background-color: #a19d39;
}
.nav li a.top, .nav li a.top:link, .nav li a.top:active, .nav li a.top:visited {
  font: small-caps 16px/25px "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  color: #fff;
  display: block;
  padding: 14px 10px 14px 10px;
  text-decoration: none;
  border:none;
  border-right: 2px dotted #fff;
}
.nav li a.last {
	border-right: none;
}
.nav li li a, .nav li li a:link, .nav li li a:active, .nav li li a:visited {
  font: small-caps 16px/25px "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  background-color: #a19d39;
  color: #fff;
  display: block;
  padding: 5px 9px 2px 12px;
  text-decoration: none;
  border-top: 1px solid #cec848;
  border-bottom:1px solid #a19d39;
  border-right:none;
  border-left:none;    
}

.nav li a:hover {
  background-colour: #a19d39;
  color: #fff;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #a19d39;
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #67660c;
  border-top: 1px solid #474022;
  border-bottom: 1px solid #c4bd45;
  border-right:none;
  border-left:none;  
  color: #fff;	
}

.nav ul {
  background: url("./images/menu-over-bg.png") bottom right repeat-y;
  list-style: none;
  margin: 0;
  padding-right:7px;
  width: 235px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 53px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  width: 215px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
.nav ul li.bottom {
  background: url("./images/menu-bg-bot.png") bottom right repeat-x;
  padding-bottom:7px;  
  border-bottom: none;
}

.nav ul li.bottom a {  
  border-bottom: none;
}

/* @end */



/* @end */

#mainWrapper {
	padding:  12px 0px 40px 30px;
    line-height:1.5em;
    font-size: 110%;
}

#mainWrapper #breadcrumbs {
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 20px 20px;
	font-size: 90%;
}
#fullcol {
	padding:  0px;
	margin:  0 0 20px 0;
	width: 775px;
    float: left;
    line-height:1.5em;
    font-size: 100%;
}
#fullcol .container {
	background: #fff url(/images/fullcol-container-bg.gif) no-repeat 0 bottom;
	margin:  0 0 10px 0;
	padding:  0 0 5px 0;
}
#fullcol .container .top {
	background: #fff url(/images/fullcol-container-bg-top.gif) no-repeat;
	height: 8px;
}
#testimonials {
	float:right; 
	width: 240px; 
	background-color:#fff; 
	border-left: 1px solid #ccc; 
	margin:40px 20px 20px 20px; 
	font-size: 16px; 
	font-family: Georgia, serif; 
	font-style: italic; 
	color:#333
}
#leftcol {
	padding:  0px;
	margin:  0 0 20px 0;
	width: 485px;
    float: left;
    line-height:1.5em;
    font-size: 100%;
}
#leftcol .container {
	background: #fff url(/images/leftcol-container-bg.gif) no-repeat 0 bottom;
	margin:  0 0 10px 0;
	padding:  0 0 5px 0;
}
#leftcol .container .top {
	background: #fff url(/images/leftcol-container-bg-top.gif) no-repeat;
	height: 8px;
}
#leftcol #lead-image img {
	margin: 0 0 0 10px;
	padding:0;
	border: 1px solid #d1d8d3;
}

#leftcol h1, #fullcol h1 {
    color: #BF1E2D;
    padding: 0;
	margin:  20px 20px 10px 20px;
}
#leftcol h2, #fullcol h2 {
	color: #BF1E2D;
	font-size: 120%; 
    padding: 0;
	border-bottom: 1px solid #ccc;
	margin:  20px 20px 15px 20px;
}
#leftcol h2 a:link, #leftcol h2 a:visited {
	text-decoration: none;
}
#leftcol h3, #fullcol h3 {
    color: #BF1E2D;
    padding: 0;
   	font-size: 100%; 
	margin:  10px 20px 8px 20px;
}
#leftcol h3 a {
	text-decoration: none;
}
#leftcol h4, #fullcol h4 {
    padding: 0;
   	font-size: 90%; 
	margin:  0px 20px 10px 20px;
}
#leftcol p, #fullcol p {
    padding: 0;
	margin:  0px 20px 0px 10px;
}
#leftcol ul, #fullcol ul {
	padding-left: 20px;
}
#leftcol .container p, #fullcol .container p {
	padding:  0 15px 20px 15px;	
}
#fullcol img {
	margin:  15px;
}
.home-alert {
	padding: 6px 0 6px 15px;
	background-color: #838C37;
	font-variant: small-caps;
	color:#fff;
	margin: 0 4px 10px 4px;
	font-size: 15px;
}
.home-alert {
	padding: 8px 0 8px 15px;
	background-color: #838C37;
	font-variant: small-caps;
	color:#fff;
}
#leftcol #welcome {
	font: italic 22px/1.3em Georgia, "Times New Roman";
	color: #333;
	margin-top: 20px;
}
#sponsors {
	margin:  0 0 0 15px;
}

.artist {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin:  10px 20px 10px 20px;
	padding:  0 0 10px 0;
}
.artist a:link, .artist a:visited {
	color: #142f7f;
}
.artist .thumb img {
	float: left;
	padding:  4px;
	border: 1px solid #ccc;
	margin:  0px 8px 0 0px;
}
#leftcol .artist h3 {
	margin:  0 0 4px 0;
}
#leftcol .artist p {
	margin:  0px;
	padding: 0;
	font-size: 90%;
}
#leftcol .entry {
	padding:  10px 0 0px 0px;
	margin:  20px;
	border-bottom: 1px dotted #ccc;
}
#leftcol .entry h3 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 120%;
}
#leftcol .entry h4 {
	padding: 0;
	margin: 0;	
}
#leftcol .entry p {
	padding: 0;
	margin: 0;	
}
#leftcol ol {
	list-style-type: decimal;
	margin:  0 20px 10px 30px;
}
#leftcol ol li {
	list-style-type: decimal;
	margin-left:20px;
}
#leftcol ul {
	margin:  0 20px 10px 30px;	
}
#leftcol ul li {
	margin-left:20px;
}
.schedule {
	width: 430px;
	margin: 0 20px 20px 20px 
}
.schedule td {
	padding: 10px;
	background-color: #eee;
}

.paginate {
	margin:  20px 0 20px 20px;
	font-size: 11px;
}
.paginate a {
	padding:  3px;
	border:  1px solid #999;
	background-color: #eee;
}
.paginate b {
	padding:  3px;
	border:  1px solid #999;
	background-color: #fff;
}


/* @group Blockquote */

#leftcol blockquote {
	margin: 20px 0 20px 0;
	font-style: italic;
	background: url(/images/bg-quote.gif);
	position: relative;
}
#leftcol blockquote .inner {
	padding:10px 10px 30px 80px;
	background: url(/images/quote-marks.gif) no-repeat 8px 20px;
}
#leftcol blockquote p {
	padding:0px 0 5px 0px;
}
#leftcol blockquote .more {
	position: absolute;
	bottom: -10px;
	right: 15px;	
}
#leftcol #staff img {
	float:  left;
	clear:  left;
	margin:  0 10px 10px 0;
}
#leftcol #staff hr {
	clear:  left;
	margin:  0px 20px 20px 20px;
}
#leftcol #staff h3 {
	margin-top: 0px;
}
.galleryindex {
	width: 454px;
}
.galleryindex td{
	padding: 0px 6px 0 6px;
}
.tableBorder {
	width: 450px;
}
.tableBorder th {
	color: #fff;
}
td.thumbs {
	text-align: center;
}

/* @end */

#mainWrapper .entry {
	padding: 2px 20px 20px 0px;
}
#mainWrapper ul {
	margin-left: 4px;
}
#mainWrapper .entry_1 {
}
.mainWrapper .more a {
	font-size: 80%;
	padding: 4px;
	color: #fff;
}
.mainWrapper .more a:link, .mainWrapper .more a:visited {
	background-color: #BF1E2D; 
}
.mainWrapper .more a:hover, .mainWrapper .more a:active {
	background-color: #BF1E2D;
}
#leftcol #photo img {
	border: 1px solid #a4914f; 
	padding: 4px; 
	float:left; 
	margin: 10px 10px 0 0;
}
#leftcol .thumbnail img {
	border: 1px solid #a4914f; 
	padding: 4px; 
	float:left; 
	margin-right: 7px
}
.details li {
	list-style-type: none;
	padding: 0 5px 0px 8px;
	margin-left: -14px;
	border-left: 3px solid #8c7644;
}

#profile {
	color: #fff;
	background-color: #73245E;
	padding: 10px 20px 20px 20px;
	margin:  25px 30px 0 0px;
}
#profile h2 {
	margin: 17px 0 6px 0;
	padding: 0;	
	color: #fff;
	
}
#profile p {
	margin: 0;
	padding: 0;	
}
#profile img {
	padding:5px;
	margin:  20px 12px 4px 0;
	background-color: #fff;
	float: left;
}
#mainWrapper-big #login {
	padding:  10px;
	width: 280px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
    border-right:  1px solid #ccc;
}
#mainWrapper-big #siteregistration {
	padding:  10px 0 0 20px;
	width: 380px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
}
#reg_step{
	position: relative;
	text-align:center;
	margin: 35px 0 20px 0;
}
#reg_form_1 {
	width: 310px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #8c7644;
}
#reg_form_2 {
	width: 290px;
	padding: 0 20px 20px 20px;
	float: left;
}
.r_label {
	width: 90px;
	text-align: right;
	float: left;
	padding: 6px;
}
.r_input {
	padding: 6px;
}
.r_input input {
	color:#666;
	width:180px;
}
.r_input input.small_size {
	color:#666;
	width:120px;
}
#reg_form_2 .r_label {
	width: 120px;
}
#reg_form_1 textarea, #reg_form_2 textarea {
	width: 300px;
	height: 60px;
}
fieldset {
	border-left:  none;
	border-right:  none;
	border-bottom:  none;
	padding: 10px 0 0 0;
	margin:  20px 0 0 0;
}
legend {
	padding:  0 0 0 6px;
	color: #8c7644;
	font-size: 11px;
	border-color: #8c7644;
}
.r_submit {
	text-align: center;
}
.r_submit input {
	font-size: 120%;
	color: #fff;
	background-color: #a19d39;
	padding: 6px;
	margin-top:30px;	
}
.right_padding {
	padding-right:180px;
}
#mainWrapper #leftcol .container .testimonial {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color:#333;
	background: url(/images/quotes.gif) no-repeat;
	padding: 0 0 0 30px;
	margin: 0 20px 20px 20px;
}

/* @group Memberlist */

#view_edit {
	position: absolute;
	right: 140px;
	top:280px;
	font-size: 120%;
}


#memberlist {
	background-color: #b49a65;
	width: 100%;
	margin:  10px 0px 10px 0;
	clear: both;
}
#memberlist table {
	background-color: #b49a65;
	margin: 20px 0 0 0;
}
#memberlist td {
	background-color: #EFDFBE;
	padding: 5px;
}
th.memberprofilelabel {
	background-color: #b49a65;
	padding: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width: 15%;
}
td.memberprofilefield {
	width: 35%;
}
td.memberprofilefield span {
	display:block
}
#memberlist td input {
	width: 90%;
	font-size: 100%;
}
#memberlist textarea {
	width: 90%;
	height: 100px;
	font-size: 100%;
}

/* @end */

/* @group Right Col */

#rightcol {
	padding:  0px 0px 20px 10px;
	margin:  0 0 20px 0;
	width: 247px;
    float: left;
    line-height:1.5em;
}
#rightcol h1, #rightcol h2, #rightcol h3, #rightcol h4, #rightcol p {
    margin: 0px 15px 0px 15px;	
}
#rightcol p {
    font-size: 90%;
}
#rightcol #rt-menu, #rightcol #rt-menu-2 {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#rt-menu li, #rt-menu-2 li {
	margin:0;
	padding: 0px;
	list-style-type: none;
}
#rt-menu a {
	margin:0 0 5px 0;
	padding: 15px 0 15px 20px;
  	font: small-caps 25px/25px Georgia, "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  	display: block;
  	width: 247px;
  	height: 25px;
  	color:#fff;
	text-decoration: none;
}
#rt-menu a:link, #rt-menu a:visited {
  	background: url(/images/rt_menu-bg.png) no-repeat;
 	margin:0 0 5px 0;
}
#rt-menu a:hover, #rt-menu a:active {
  	background: url(/images/rt_menu-bg.png) no-repeat 0 -56px;
	margin:0 0 5px 0;
}
#rt-menu-2 a {
	margin:0 0 5px 0;
	padding: 15px 0 15px 20px;
  	font: small-caps 17px/25px "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  	display: block;
  	width: 257px;
  	height: 25px;
  	color:#fff;
	text-decoration: none;
}
#rt-menu-2 a:link, #rt-menu-2 a:visited {
  	background: url(/images/rt_menu-2-bg.png) no-repeat;
}
#rt-menu-2 a:hover, #rt-menu-2 a:active {
  	background: url(/images/rt_menu-2-bg.png) no-repeat 0 -56px;
}

#rightcol .container {
	width: 257px;
	background: #fff url(/images/rtcol-container-bg.gif) no-repeat 0 bottom;
	padding:  0 0 10px 0;
	margin:  8px 0 8px 0;
}
#rightcol .container .top {
	background: #fff url(/images/rtcol-container-bg-top.gif) no-repeat;
	height: 15px;
}
#rightcol .container h4 { 	
	margin-top:  6px;
}
#rightcol .container p { 	
	margin-bottom:  20px;
}

/* @end */



/* @group Footer */

#footer {
	clear: both;
	border-top: 1px solid #999;
	text-align: center;
	margin:  20px 70px 0px 50px;
	padding-bottom: 40px;
	color:#999;
}
#footer ul {
	padding:  20px 0 20px 0;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #999;
	padding:  0 10px 0 10px;
}

/* @end */

/* @group Global Reset */

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd { margin-left:0; }
fieldset { padding: 0; }
img {
    border:none;
}
.spacer {
    clear:both
}
a {outline: none;}

/* @end */



/* @group Body Tags */

body {
    margin: 0 auto;
    padding: 0;
    color: #000;
    background: #000 url(/images/bg.jpg) no-repeat fixed center top;    
    font: 12px Lucida Grande, "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
}
#pageWrapper {
    width: 842px;
    margin:  40px auto  50px auto;
    position: relative;
    background: url(/images/wrapper-bg.gif) no-repeat 0 bottom;
}
#wrapper {
    background: url(/images/wrapper-top-bg.gif) no-repeat left top;
    padding: 30px 0 24px 0;
}
#insideWrapper {
    background-color: #000;
    padding: 0px;
}
a:link { 
    text-decoration: underline; 
    color: #BF1E2D; 
}
a:visited {  
    text-decoration: underline; 
    color: #BF1E2D; 
}
a:hover, a:active { 
    text-decoration: none; 
    color: #a4914f; 
}
h1, h2, h3 {
    color: #BF1E2D; 
    line-height:120%;
}
p {
	margin: 15px 0 0 0;
}
.spacer {
	cler:both;
	height: 15px;
}
.tableBorder {
 border: 1px solid #73737E;
 margin:  0 15px 0 15px;
}

th {
 padding:           5px 4px 5px 12px;
 background-color:  #227db2;  
}

td {
 font-size:         11px;
 color:             #000;
}
.small {
	font-size: 80%;
}
.spacer {
    clear: both;
}

.center {
    text-align: center;
}
blockquote {
    font-family:  "Lucida Grande", helvetica, tahoma, verdana, arial, sans-serif;
}
.small {
	font-size: 80%;
}

/* @end */

/* @group Header */

#header {
    height: 170px;
    background: #000 url(/images/menu-bg.gif) no-repeat 30px bottom;
    /*padding:  0 0 0 30px;*/
	padding-left: 63px;
	/*padding-top: 156px;*/
}
#logo {
    position:absolute;
    top: 13px;
    left: -20px;
    width: 450px;
    height: 121px;
}
#logo img {
	margin-left: 70px;
}
#topmenu {
    position: absolute;
    top: 92px;
    right: 44px;
    font-size: 110%;
}
#topmenu li {
    display: inline;
}
#topmenu li a {
    list-style-type: none;
    display: block;
    float: left;
    padding: 3px 8px 3px 8px;
    margin:  0 0 0 5px;
	border-right: 1px solid #801414;
	text-decoration: underline;
}
#topmenu #contacts {
    background: url(/images/site/mail_icon.gif) no-repeat;
}
#topmenu #print {
    background: url(/images/site/printer_icon.gif) no-repeat;
}
#topmenu #bookmark {
    background: url(/images/site/folder_icon.gif) no-repeat;
}
#topmenu #login {
    background: url(/images/site/keys_icon.gif) no-repeat;
}



/* @end */

#mainWrapper {
	padding:  12px 0px 40px 30px;
    line-height:1.5em;
    font-size: 110%;
}

#mainWrapper #breadcrumbs {
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 20px 20px;
	font-size: 90%;
}
#fullcol {
	padding:  0px;
	margin:  0 0 20px 0;
	width: 775px;
    float: left;
    line-height:1.5em;
    font-size: 100%;
}
#fullcol .container {
	background: #fff url(/images/fullcol-container-bg.gif) no-repeat 0 bottom;
	margin:  0 0 10px 0;
	padding:  0 0 5px 0;
}
#fullcol .container .top {
	background: #fff url(/images/fullcol-container-bg-top.gif) no-repeat;
	height: 8px;
}
#testimonials {
	float:right; 
	width: 240px; 
	background-color:#fff; 
	border-left: 1px solid #ccc; 
	margin:40px 20px 20px 20px; 
	font-size: 16px; 
	font-family: Georgia, serif; 
	font-style: italic; 
	color:#333
}
#leftcol {
	padding:  0px;
	margin:  0 0 20px 0;
	width: 485px;
    float: left;
    line-height:1.5em;
    font-size: 100%;
}
#leftcol .container {
	background: #fff url(/images/leftcol-container-bg.gif) no-repeat 0 bottom;
	margin:  0 0 10px 0;
	padding:  0 0 5px 0;
}
#leftcol .container .top {
	background: #fff url(/images/leftcol-container-bg-top.gif) no-repeat;
	height: 8px;
}
#leftcol #lead-image img {
	margin: 0 0 0 10px;
	padding:0;
	border: 1px solid #d1d8d3;
}

#leftcol h1, #fullcol h1 {
    color: #BF1E2D;
    padding: 0;
	margin:  20px 20px 10px 20px;
}
#leftcol h2, #fullcol h2 {
	color: #BF1E2D;
	font-size: 120%; 
    padding: 0;
	border-bottom: 1px solid #ccc;
	margin:  20px 20px 15px 20px;
}
#leftcol h2 a:link, #leftcol h2 a:visited {
	text-decoration: none;
}
#leftcol h3, #fullcol h3 {
    color: #BF1E2D;
    padding: 0;
   	font-size: 100%; 
	margin:  10px 20px 8px 20px;
}
#leftcol h3 a {
	text-decoration: none;
}
#leftcol h4, #fullcol h4 {
    padding: 0;
   	font-size: 90%; 
	margin:  0px 20px 10px 20px;
}
#leftcol p, #fullcol p {
    padding: 0;
	margin:  0px 20px 0px 10px;
}
#leftcol ul, #fullcol ul {
	padding-left: 20px;
}
#leftcol .container p, #fullcol .container p {
	padding:  0 15px 20px 15px;	
}
#fullcol img {
	margin:  15px;
}
.home-alert {
	padding: 6px 0 6px 15px;
	background-color: #838C37;
	font-variant: small-caps;
	color:#fff;
	margin: 0 4px 10px 4px;
	font-size: 15px;
}
.home-alert {
	padding: 8px 0 8px 15px;
	background-color: #838C37;
	font-variant: small-caps;
	color:#fff;
}
#leftcol #welcome {
	font: italic 22px/1.3em Georgia, "Times New Roman";
	color: #333;
	margin-top: 20px;
}
#sponsors {
	margin:  0 0 0 15px;
}

.artist {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin:  10px 20px 10px 20px;
	padding:  0 0 10px 0;
}
.artist a:link, .artist a:visited {
	color: #142f7f;
}
.artist .thumb img {
	float: left;
	padding:  4px;
	border: 1px solid #ccc;
	margin:  0px 8px 0 0px;
}
#leftcol .artist h3 {
	margin:  0 0 4px 0;
}
#leftcol .artist p {
	margin:  0px;
	padding: 0;
	font-size: 90%;
}
#leftcol .entry {
	padding:  10px 0 0px 0px;
	margin:  20px;
	border-bottom: 1px dotted #ccc;
}
#leftcol .entry h3 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 120%;
}
#leftcol .entry h4 {
	padding: 0;
	margin: 0;	
}
#leftcol .entry p {
	padding: 0;
	margin: 0;	
}
#leftcol ol {
	list-style-type: decimal;
	margin:  0 20px 10px 30px;
}
#leftcol ol li {
	list-style-type: decimal;
	margin-left:20px;
}
#leftcol ul {
	margin:  0 20px 10px 30px;	
}
#leftcol ul li {
	margin-left:20px;
}
.schedule {
	width: 430px;
	margin: 0 20px 20px 20px 
}
.schedule td {
	padding: 10px;
	background-color: #eee;
}

.paginate {
	margin:  20px 0 20px 20px;
	font-size: 11px;
}
.paginate a {
	padding:  3px;
	border:  1px solid #999;
	background-color: #eee;
}
.paginate b {
	padding:  3px;
	border:  1px solid #999;
	background-color: #fff;
}


/* @group Blockquote */

#leftcol blockquote {
	margin: 20px 0 20px 0;
	font-style: italic;
	background: url(/images/bg-quote.gif);
	position: relative;
}
#leftcol blockquote .inner {
	padding:10px 10px 30px 80px;
	background: url(/images/quote-marks.gif) no-repeat 8px 20px;
}
#leftcol blockquote p {
	padding:0px 0 5px 0px;
}
#leftcol blockquote .more {
	position: absolute;
	bottom: -10px;
	right: 15px;	
}
#leftcol #staff img {
	float:  left;
	clear:  left;
	margin:  0 10px 10px 0;
}
#leftcol #staff hr {
	clear:  left;
	margin:  0px 20px 20px 20px;
}
#leftcol #staff h3 {
	margin-top: 0px;
}
.galleryindex {
	width: 454px;
}
.galleryindex td{
	padding: 0px 6px 0 6px;
}
.tableBorder {
	width: 450px;
}
.tableBorder th {
	color: #fff;
}
td.thumbs {
	text-align: center;
}

/* @end */

#mainWrapper .entry {
	padding: 2px 20px 20px 0px;
}
#mainWrapper ul {
	margin-left: 4px;
}
#mainWrapper .entry_1 {
}
.mainWrapper .more a {
	font-size: 80%;
	padding: 4px;
	color: #fff;
}
.mainWrapper .more a:link, .mainWrapper .more a:visited {
	background-color: #BF1E2D; 
}
.mainWrapper .more a:hover, .mainWrapper .more a:active {
	background-color: #BF1E2D;
}
#leftcol #photo img {
	border: 1px solid #a4914f; 
	padding: 4px; 
	float:left; 
	margin: 10px 10px 0 0;
}
#leftcol .thumbnail img {
	border: 1px solid #a4914f; 
	padding: 4px; 
	float:left; 
	margin-right: 7px
}
.details li {
	list-style-type: none;
	padding: 0 5px 0px 8px;
	margin-left: -14px;
	border-left: 3px solid #8c7644;
}

#profile {
	color: #fff;
	background-color: #73245E;
	padding: 10px 20px 20px 20px;
	margin:  25px 30px 0 0px;
}
#profile h2 {
	margin: 17px 0 6px 0;
	padding: 0;	
	color: #fff;
	
}
#profile p {
	margin: 0;
	padding: 0;	
}
#profile img {
	padding:5px;
	margin:  20px 12px 4px 0;
	background-color: #fff;
	float: left;
}
#mainWrapper-big #login {
	padding:  10px;
	width: 280px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
    border-right:  1px solid #ccc;
}
#mainWrapper-big #siteregistration {
	padding:  10px 0 0 20px;
	width: 380px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
}
#reg_step{
	position: relative;
	text-align:center;
	margin: 35px 0 20px 0;
}
#reg_form_1 {
	width: 310px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #8c7644;
}
#reg_form_2 {
	width: 290px;
	padding: 0 20px 20px 20px;
	float: left;
}
.r_label {
	width: 90px;
	text-align: right;
	float: left;
	padding: 6px;
}
.r_input {
	padding: 6px;
}
.r_input input {
	color:#666;
	width:180px;
}
.r_input input.small_size {
	color:#666;
	width:120px;
}
#reg_form_2 .r_label {
	width: 120px;
}
#reg_form_1 textarea, #reg_form_2 textarea {
	width: 300px;
	height: 60px;
}
fieldset {
	border-left:  none;
	border-right:  none;
	border-bottom:  none;
	padding: 10px 0 0 0;
	margin:  20px 0 0 0;
}
legend {
	padding:  0 0 0 6px;
	color: #8c7644;
	font-size: 11px;
	border-color: #8c7644;
}
.r_submit {
	text-align: center;
}
.r_submit input {
	font-size: 120%;
	color: #fff;
	background-color: #a19d39;
	padding: 6px;
	margin-top:30px;	
}
.right_padding {
	padding-right:180px;
}
#mainWrapper #leftcol .container .testimonial {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color:#333;
	background: url(/images/quotes.gif) no-repeat;
	padding: 0 0 0 30px;
	margin: 0 20px 20px 20px;
}

/* @group Memberlist */

#view_edit {
	position: absolute;
	right: 140px;
	top:280px;
	font-size: 120%;
}


#memberlist {
	background-color: #b49a65;
	width: 100%;
	margin:  10px 0px 10px 0;
	clear: both;
}
#memberlist table {
	background-color: #b49a65;
	margin: 20px 0 0 0;
}
#memberlist td {
	background-color: #EFDFBE;
	padding: 5px;
}
th.memberprofilelabel {
	background-color: #b49a65;
	padding: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width: 15%;
}
td.memberprofilefield {
	width: 35%;
}
td.memberprofilefield span {
	display:block
}
#memberlist td input {
	width: 90%;
	font-size: 100%;
}
#memberlist textarea {
	width: 90%;
	height: 100px;
	font-size: 100%;
}

/* @end */

/* @group Right Col */

#rightcol {
	padding:  0px 0px 20px 10px;
	margin:  0 0 20px 0;
	width: 277px;
    float: left;
    line-height:1.5em;
}
#rightcol h1, #rightcol h2, #rightcol h3, #rightcol h4, #rightcol p {
    margin: 0px 15px 0px 15px;	
}
#rightcol p {
    font-size: 90%;
}
#rightcol #rt-menu, #rightcol #rt-menu-2 {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#rt-menu li, #rt-menu-2 li {
	margin:0;
	padding: 0px;
	list-style-type: none;
}
#rt-menu a {
	margin:0 0 5px 0;
	padding: 15px 0 15px 20px;
  	font: small-caps 25px/25px Georgia, "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  	display: block;
  	width: 257px;
  	height: 25px;
  	color:#fff;
	text-decoration: none;
}
#rt-menu a:link, #rt-menu a:visited {
  	background: url(/images/rt_menu-bg.png) no-repeat;
 	margin:0 0 5px 0;
}
#rt-menu a:hover, #rt-menu a:active {
  	background: url(/images/rt_menu-bg.png) no-repeat 0 -56px;
	margin:0 0 5px 0;
}
#rt-menu-2 a {
	margin:0 0 5px 0;
	padding: 15px 0 15px 20px;
  	font: small-caps 17px/25px "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  	display: block;
  	width: 257px;
  	height: 25px;
  	color:#fff;
	text-decoration: none;
}
#rt-menu-2 a:link, #rt-menu-2 a:visited {
  	background: url(/images/rt_menu-2-bg.png) no-repeat;
}
#rt-menu-2 a:hover, #rt-menu-2 a:active {
  	background: url(/images/rt_menu-2-bg.png) no-repeat 0 -56px;
}

#rightcol .container {
	width: 277px;
	background: #fff url(/images/rtcol-container-bg.gif) no-repeat 0 bottom;
	padding:  0 0 10px 0;
	margin:  8px 0 8px 0;
}
#rightcol .container .top {
	background: #fff url(/images/rtcol-container-bg-top.gif) no-repeat;
	height: 15px;
}
#rightcol .container h4 { 	
	margin-top:  6px;
}
#rightcol .container p { 	
	margin-bottom:  20px;
}

/* @end */



/* @group Footer */

#footer {
	clear: both;
	border-top: 1px solid #999;
	text-align: center;
	margin:  20px 70px 0px 50px;
	padding-bottom: 40px;
	color:#999;
}
#footer ul {
	padding:  20px 0 20px 0;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #999;
	padding:  0 10px 0 10px;
}

/* @end */