﻿/* *************************************************************************** */
/* BulletList Items Section */
/* *************************************************************************** */

ul.Blue 
{
}

ul.Black 
{
}


/* ********************************************************************** */
/* Content */
/* ********************************************************************** */


.clsHomeContent
{	
/*	color:#fff;
	font-size:11px;*/
	line-height:1.5;	
}

.HRBlue
{
      display: block;
      height: 1px;
      line-height: 1px;
      overflow: hidden;
      border-top: solid 1px #0299d2;
      margin: 5px 0px 0px;
      padding: 0;
}


.BlueThickBorder
{
	background-color:#0197d6;
	width:100%;
	height:7px;
	display:block;
}


.OrangeThickBorder
{
	background-color:#eb5b1c;
	width:100%;
	height:7px;
	display:block;
}

.clsBoldText 
{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}


.more 
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding:1px 10px 1px 5px;	
	color:#fff;
	text-decoration:none;
	margin-top:10px;
	line-height:10px;			
	background:#eb5b1c url(images/BulletWhite.gif) no-repeat right;	
}


.EditorBrownBox 
{	
	background-color:#242021;
	padding: 10px;
	color: #fff; 
	font-size: 11px;
	display: block;
	margin: 10px 0px;
}

.EditorSimple 
{
	
	background-color:#fff;
	padding: 13px;
	color: #000;
	font-size: 12px;
	display: block;
	margin: 10px 0px;
}

.EditorBrownBorder 
{
	margin: 10px 0px;
	background-color:#fff;
	padding: 10px;
	color: #000;
	font-size: 12px;
	display: block;
	border:solid 3px #242021;
}


.EditorBlueBox 
{
	margin: 10px 0px;
	background-color:#0397d5;
	padding: 10px;
	color: #fff; 
	font-size: 12px;
	display: block;
}

.EditorBlueBorder 
{
	margin: 10px 0px;
	background-color:#fff;
	padding: 10px;
	color: #000;
	font-size: 12px;
	display: block;
	border:solid 3px #0397d5;
}

.WhiteText
{
	color: #fff;		
}

.BlackText
{
	color: #000;		
}

.OrangeTitle
{
	color:#eb5b1c;
	font-size:14px;
}

.ImageClear 
{
	color: #000;  
	display:block;
	overflow:hidden;
	clear:both;
	height: 2px;
}

.ArtistNavLinks 
{
	padding-right: 20px;
}

.artistGallery 
{
}

.eventGallery 
{
}
/* ***************************************************************************** */
/* * Styles not used for selection * */
/* ***************************************************************************** */

.Do_Not_Use_Styles_Below_Here
{
	color: Red;
	display: block;
	background-color: #000;
	height: 125px;
}

/* Global Behavior */
body, td, p, div, span 
{
	font-family:Arial, Verdana;
	font-size: 12px; 
}


h1
{
	font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;    
    border-bottom:#eb5b1c solid 3px;
    width:inherit;
    display:inline;
    margin-bottom: 5px;
}

h2
{
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
    
}

h3
{
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
    font-style: italic;
}
h4
{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
    
}


a:active,
a:visited,
a
{
	color:#eb5b1c;
	font-weight:bold;
	text-decoration:none;	
}

a:hover
{	
	text-decoration:underline;	
}

ul.Blue li
{
	
	padding: 0;
	margin: 0;
	padding-left: 15px;		
	padding-bottom:5px;
	list-style:none;
	background: url(/app_themes/FF2010/images/BulletBlue.gif) no-repeat 0px 0px;
	
	
}

ul.Black li
{
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-bottom:5px;
	list-style:none;
	background: url(/app_themes/FF2010/images/BulletBlack.gif) no-repeat 0px 0px;
	
	
}

a.more:active,
a.more:visited,
a.more
{	
	color:#fff;
	text-decoration:none;	
}

a.more:hover
{	
	color:#fff;
	text-decoration:none;	
}

a.BlackLink:visited,
a.BlackLink:active
{	
	color: #012847;
	font-weight:bold;
	text-decoration:none;
}

a.BlackLink:hover
{	
	text-decoration:underline;
}


.EditorBlueBox span,
.EditorBlueBox p,
.EditorBlueBox div,
.EditorBlueBox td
{
	color: #fff;
}

.EditorBlueBox a,
.EditorBlueBox a:visited,
.EditorBlueBox a:active
{
	color: #000;
	font-weight: bold;
}

.EditorBlueBox a:hover
{
	text-decoration: underline;
}


.EditorBrownBox span,
.EditorBrownBox p,
.EditorBrownBox div,
.EditorBrownBox td
{
	color: #fff;
}

.EditorBrownBox a,
.EditorBrownBox a:visited,
.EditorBrownBox a:active
{
	color: #eb5b1c;
	font-weight: bold;
}

.EditorBrownBox a:hover
{
	text-decoration: underline;
}




.EditorBlueBorder span,
.EditorBlueBorder p,
.EditorBlueBorder div,
.EditorBlueBorder td
{
	color: #000;
}

.EditorBlueBorder a,
.EditorBlueBorder a:visited,
.EditorBlueBorder a:active
{
	color: #eb5b1c;
	font-weight: bold;
}

.EditorBlueBorder a:hover
{
	text-decoration: underline;
}



.EditorBrownBorder span,
.EditorBrownBorder p,
.EditorBrownBorder div,
.EditorBrownBorder td
{
	color: #000;
}

.EditorBrownBorder a,
.EditorBrownBorder a:visited,
.EditorBrownBorder a:active
{
	color: #eb5b1c;
	font-weight: bold;
}

.EditorBrownBorder a:hover
{
	text-decoration: underline;
}



.TittleBlueBox
{
	font-family:Arial;
	background:#0197d6;
	color:#fff;		
	font-size:18px;
	font-weight:bold;	
	padding:5px 10px;	
	display:block;				
}



.TittleLink
{
	font-size:12px;	
	color: #000;
	padding-top:4px;
	position: absolute;
	margin-top: -25px;
	display: block;
	text-align:right;
	padding-right: 10px;
}

a.TittleLink:visited,
a.TittleLink:hover,
a.TittleLink:active,
a.TittleLink
{		
	color: #000 !important;
	text-decoration:none;
	background: #0197d6;
	width: 115px;
	margin-left: 550px;
}

.TittleGrayBox
{
	font-family:Arial;
	background:#666666;
	color:#fff;		
	font-size:18px;
	font-weight:bold;	
	padding:5px 10px;	
	display:block;				
}

.TittleLightGrayBox
{
	font-family:Arial;
	background:#cccccc;
	color:#fff;		
	font-size:18px;
	font-weight:bold;	
	padding:5px 10px;	
	display:block;				
}


h1.simple 
{
	border-bottom:0;
	padding-bottom: 3px;
	font-weight: bold;
}


.EditorBlueBox a,
.EditorBlueBox a:visited,
.EditorBlueBox a:active,
.EditorBlueBox a:hover
{
	color: #003b53;
}
