/* use for Gallery Page */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bk-plain.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;
	height: 160px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px;
	margin: 60px 16px 0 10px;
}


.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

#site_title {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
#site_title  h1  {
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	color: #E8EEED;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}
#site_title  h1  span  {
	display: block;
	font-size: 13pt;
	color: #E8EEED;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
}
#site_title h1 a span2 {
	display: block;
	font-size: 13px;
	color: #E8EEED;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#subscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: right;
	width: 400px;
	color: #FFFFFF;
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
}
#subscribe a:link {color: #FFFFFF;}
#subscribe a:visited {
	color: #FFFFFF;
}
#subscribe a:hover {color: #C5E38C;}
#subscribe a:active {
	color: #FFFFFF;
}
a:link {
	color: #0A8B86;
	text-decoration: none;
}
a:visited {
	color: #00CC66;
}
a:hover {
	color: #339999;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #00CCCC;
}
#menu_top {
	float: right;
	margin: 80px 0 0 0;
	padding: 0;
	font-size: 16px;
	width: 496px;
	height: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_top a:link {color: #FFFFFF;}
#menu_top a:visited {color: #FF66666;}
#menu_top a:hover {color: #C5E38C;}
#menu_top a:active {color: #66CCCCC;}
#menu_top  li  {
	display: inline;
}
#menu_top ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	width: 496px;
}
#menu_top ul li a {
	float: left;
	padding-left:18px;/*changed by Sparking from 20*/
	padding-bottom:5px;
	margin-left:0px;/*changed by Sparking from 5*/
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.Columns {
	margin: 8px 0 3px 0;
	font-size: 12px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
.Column-144LH {
	background-color: #F2F4F3;
	float: left;
	width: 154px;
	padding-right: 0px;
	margin: 8px 10px 0 0;
	height: 240px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 4px 0 0 0;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	padding: 4px 0 0 0;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	display: block;
	padding: 4px 0 4px 0;
	text-transform: uppercase;
	color: #999999;
}
#event300 {
	margin: 0 auto;
}
.slideshowWrapper {
	background-color: #D9D1A3;
	width: 470px;
	height: 345px;
	padding: 10px 10px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	padding: 6px 0 4px 0;
	text-transform: uppercase;
	color: #999999;
}
.artistListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
	padding-top: 6px;
	padding-bottom: 4px;
	font-style: normal;
	text-align: left;
	display: block;
	margin: 10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}
.artistNAME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #333333;
}
.artistWebsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	display: block;
	padding: 6px 0 4px 0;
	text-transform: uppercase;
	color: #999999;
}
.artistSTUDIO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	padding: 1px 0 1px 0;
	text-transform: uppercase;
	color: #999999;
	font-weight: 500;
}
.thumbLH {
	margin: 5px;
	border: 1px solid #CCC;
	float: left;
	padding: 5px;
}
.thumbRH {
	margin: 5px;
	border: 1px solid #CCC;
	float: right;
	padding: 5px;
}
#quickLINKS-gallery {
	margin: 20px auto;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0A8B86;
	padding: 0 0 0 10px;
	width: 180px;
}
#quickLINKS-gallery p {
	margin:0;
	width:152px;
	height:Auto;
	color:#000000;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 0 8px 4px 6px;
	text-transform: uppercase;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	width: 260px;
	font-weight: 600;
	text-transform: uppercase;
}
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
#menu_bottom   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

#menu_bottom a:link {
	color: #999999;
}
#menu_bottom a:visited {color: #FF66666;}
#menu_bottom a:hover {
	color: #0A8B86;
	background-color: #EFEFEF;
}
#menu_bottom a:active {color: #66CCCCC;}
#menu_bottom  li  {
	display: inline;
}
#menu_bottom ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
	font-size: small;
}
#menu_bottom ul li a {
	padding-left:0px;
	padding-bottom:0px;
	margin-left:0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999999;
	margin-right: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
#quickLINKS {
	margin: 20px auto;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0A8B86;
	padding: 0 0 0 10px;
	width: 180px;
}
#QuickLinksTitle {
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#quickLINKS  p {
	margin:0;
	width:164px;
	height:Auto;
	color:#000000;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	padding: 4px 8px 4px 6px;
	text-transform: uppercase;
}
#ArtistListTitle {
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.MIDDLEContent {
	margin: 6px 0 0 0;
}
.MIDDLEbox  {
	padding: 2px;
	float: left;
	width: 210px;
	margin: 0 10px 0 0;
}

.MIDDLEboxTop  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	background-color: #E8EEED;
	text-align: center;
	margin: 2px 0 2px 0;
}
.MIDDLEboxText {
	padding: 2px;
	float: left;
	margin: 0 auto;
}
.MIDDLEboxText p {
	width:190px;
	height:Auto;
	color:#000000;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 4px;
	text-transform: uppercase;
	margin: 0;
}
#sidebar1_Events {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin: 20px 16px 0 10px;
}
#mainContent_Events {
	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent_Events_Large {
	margin: 0 330px 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.Column-X-144LHCopy {
	background-color: #F2F4F3;
	float: left;
	width: 156px;
	padding-right: 0px;
	margin: 8px 10px 10px  0;
	height: 284px;
}
#artistLINKS {
	margin: 20px auto;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0A8B86;
	padding: 0 0 0 10px;
	width: 180px;
}
#artistLINKS p {
	margin:0;
	width:164px;
	height:Auto;
	color:#000000;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	padding: 1px 8px2px 6px;
	text-transform: uppercase;
}
#categoryMenu {
	margin-top: 8px;
}
#menu_bottom2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	color: #999999;
	text-align: right;
	font-weight: bold;
}

#menu_bottom2 a:link {
	color: #999999;
}
#menu_bottom2 a:visited {color: #FF66666;}
#menu_bottom2 a:hover {
	color: #0A8B86;
}
#menu_bottom2 a:active {color: #66CCCCC;}
#menu_bottom2  li  {
	display: inline;
}
#menu_bottom2 ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
	width: 500px;
	font-size: small;
}
#menu_bottom2 ul li a {
	float: right;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999999;
	margin-right: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}.copyright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	width: 280px;
	font-weight: 600;
	text-transform: uppercase;
}
#BottomTEXT-event {
	padding-top: 8px;
	padding-bottom: 6px;
}

