@charset "UTF-8";
/*
 A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16pt;
	font-family: inherit;
	vertical-align: baseline;
  line-height:1.5;
}
body {
	
	color: #333;
	background: black;
    
	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}


/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}

.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}


/*-------------------- START MY STYLES -------------------------------------*/
html {overflow-y: scroll;}
body {
	font-family: Helvetica,Tahoma,sans-serif;
  
}
h1{
	font-size:26px;
	color:#222;
	font-weight:bold;
	text-align:center;
	padding-bottom:26px;
  	padding-top:10px;
}
h2{
	font-size:16px;
	color:#222;
	font-weight:bold;
	text-align:center;
	padding-bottom:14px;
}
h3{
	font-size:16pt;
	color:#222;
	font-weight:bold;
	text-align:center;
	padding-bottom:14px;
}
p{
		
  padding-bottom:24px;
}
p img {
	border:5px solid #333;
	margin:4px;
}
a:link,
a:visited {
	color:#660000;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	color:#000;
}

#all{
	width:1000px;
	margin:0 auto 0 auto;
}

.readmore a{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-top:10px;
	padding:4px 24px 0 0;
	background:transparent url("../images/readmore.png") no-repeat top right;
	width:180px;
	height:23px;
	
}
.readmore a:link,
.readmore a:visited{
color:#ccc; !important
}
.readmore a:hover,
.readmore a:focus,
.readmore a:active{
color:#999; !important
}

.listStyle{
	list-style: disc;
	margin-left:24px;
}
.homeList{
	margin-left:54px;
}
.liveImg{
	margin-left:90px;
	margin-bottom:20px;
}
/* ##########################  HEADER  ########################### */

#header{
	height:148px;
	background:#000 url("../images/header.jpg") no-repeat;
}
#logo
{
}

#logo img
{
	padding-top:4px;
	margin-left:246px;
	display: block;
}

/*---------- MAIN MENU -------------------------------------------*/
#mainmenu{
background:#000 url(../images/mainMenuBkg.jpg) no-repeat;
height:68px;
width:1000px;

}
#mainmenu ul
{
	padding-left:130px;
	list-style-type:none;
	
	
}

#mainmenu ul li
{
	display:block;
	float:left;
	text-transform:uppercase;

	font-weight:bold;	
	margin-right:22px;
}

#mainmenu ul li a:link,
#mainmenu ul li a:visited
{
color:#999;
	text-decoration:none;
display:block;
background:url("../images/mainMenuBut_Norm.png") top left no-repeat;
width:130px;
line-height:68px;
font-size:14px;
text-align:center;
padding-top:14px;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus
{
color:#444;
background:url("../images/mainMenuBut_Over.png") top left no-repeat;
}

#mainmenu ul li.active a:link,
#mainmenu ul li.active a:visited
{
color:#fff;

background:url("../images/mainMenuBut_Over.png") top left no-repeat;
}


/*---------- END MAIN MENU -------------------------------------------*/

/*################### END HEADER ########################*/

/*################### CONTENT ########################*/
#contentarea{
	background:#000 url("../images/pageBkg.jpg") repeat-y;
	padding-left:130px;
}
#leftcolumn{
	width:200px;
	float:left;
	margin-right:10px;
}
#contentnarrow{
	float:left;
	width:528px;
}
#contentwide{
	float:left;
	width:738px;
}



/*---------- SIDE MENU -------------------------------------------*/

/*---First Level------*/
ul.menu 
{
	list-style-type:none
}

ul.menu  li
{
	font-weight:bold;	
	padding-bottom:4px;

}

ul.menu  li a:link,
ul.menu  li a:visited
{
	color:#666;
	text-decoration:none;
	
}

ul.menu  li a:hover,
ul.menu  li a:active,
ul.menu  li a:focus
{
color:#000;
}

ul.menu  li.active a:link,
ul.menu  li.active a:visited
{
color:#000;
}
/*-----Second Level ----*/

ul.menu li ul {
	margin-top:2px;
	padding-top:2px;
	border-top:1px solid #bbb;
	margin-bottom:2px;
	padding-bottom:2px;
	border-bottom:1px solid #bbb;
}
ul.menu  li ul li
{
	padding-bottom:3px;

}

ul.menu li ul li a:link,
ul.menu li ul li a:visited,
ul.menu li.active ul li a:link,
ul.menu li.active ul li a:visited
{
	color:#666;
	font-size:12px;
	padding-left:12px;
}

ul.menu  li ul li a:hover,
ul.menu  li ul li a:active,
ul.menu  li ul li a:focus,
ul.menu  li.active ul li a:hover,
ul.menu  li.active ul li a:active,
ul.menu  li.active ul li a:focus
{
	color:#000;
}

ul.menu  li.active ul li.active a:link,
ul.menu  li.active ul li.active a:visited
{
	color:#000;
}

/*---------- END SIDE MENU -------------------------------------------*/

/*---------- HOME PAGE -------------------------------------------*/
.items-row div{
	float:left;
	width:221px;
	border:1px hairline #222;
	background:#ddd;
	padding:8px;
	margin-top:10px;
		margin-right:10px;
}
.column-2{
	margin-right:0 !important;
}
.row-separator{
	display:block;
	clear:both; 
}
.item-separator{
	display:none;
}
/*---------- END HOME PAGE -------------------------------------------*/

/*---------- LIVE SHOWS PAGE -------------------------------------------*/

#liveShow{
 width:460px;
 height:587px;
border:#333 solid 10px;

margin-left:5px;
}
#liveShowHead{
 width:460px;
 height:102px;
 background:url("../images/liveShowLanding/header.jpg");
}
#liveShow1 a:link,
#liveShow1 a:visited{
 width:236px;
 height:279px;
 background:url("../images/liveShowLanding/1.jpg");
 float:left;
}
#liveShow2 a:link,
#liveShow2 a:visited{
 width:224px;
 height:279px;
 background:url("../images/liveShowLanding/2.jpg");
 float:left;
}
#liveShow3 a:link,
#liveShow3 a:visited{
 width:236px;
 height:208px;
 background:url("../images/liveShowLanding/3.jpg");
  float:left;
}
#liveShow4 a:link,
#liveShow4 a:visited{
 width:224px;
 height:208px;
 background:url("../images/liveShowLanding/4.jpg");
  float:left;
}

#liveShow1 a:hover,
#liveShow1 a:active,
#liveShow1 a:focus{
	 background:url("../images/liveShowLanding/1_over.jpg");
}
#liveShow2 a:hover,
#liveShow2 a:active,
#liveShow2 a:focus{
	 background:url("../images/liveShowLanding/2_over.jpg");
}
#liveShow3 a:hover,
#liveShow3 a:active,
#liveShow3 a:focus{
	 background:url("../images/liveShowLanding/3_over.jpg");
}
#liveShow4 a:hover,
#liveShow4 a:active,
#liveShow4 a:focus{
	 background:url("../images/liveShowLanding/4_over.jpg");
}


/*---------- END LIVE SHOWS PAGE -------------------------------------------*/

.quote_style div{
	font-size:14px;
}
.quote{
	font-style:italic;
	padding-bottom:7px;
}
.quote_author{
	text-align:right;
	font-weight:bold;
}
.gallery .pagination {
	
}
.gallery .pagination ul {
	display:block;


}
.gallery .pagination li{
	float:left;
		padding:0 auto 0 auto !important;
}
/*################### END CONTENT ########################*/

/*################### FOOTER ########################*/

#footer{
	height:200px;
	background:#000 url("../images/footer.jpg") no-repeat;
	text-align:right;
	
	padding-right:10px;
}
#footer_inner{
	padding-left:276px;
	padding-top:56px;
	
}

#footer_copy{
	font-size:10px;
}
#footer a{
	text-decoration:none;
	display:block;
	float:left;
	padding-right:70px;
}

#flagThumb:link,
#flagThumb:visited{
	background:transparent url("../images/flagThumb_norm.png") no-repeat;
	width:108px;
	height:123px;
}
#flagThumb:active,
#flagThumb:hover,
#flagThumb:focus{
	background:transparent url("../images/flagThumb_over.png") no-repeat;

}
#flagKing:link,
#flagKing:visited{
	background:transparent url("../images/flagKing_norm.png") no-repeat;
	width:110px;
	height:117px;
	margin-top:8px;
}
#flagKing:active,
#flagKing:hover,
#flagKing:focus{
	background:transparent url("../images/flagKing_over.png") no-repeat;

}
#flagJack:link,
#flagJAck:visited{
	background:transparent url("../images/flagJack_norm.png") no-repeat;
	width:116px;
	height:121px;
}
#flagJack:active,
#flagJack:hover,
#flagJack:focus{
	background:transparent url("../images/flagJack_over.png") no-repeat;

}
/*################### END FOOTER ########################*/

/*################### HELPERS ########################*/

.clearfix{
	line-height:0;
	clear:both;
}
.preloadImg {display:none;}
/*################### END HELPERS ########################*/

/*################### ROUNDBOX ########################*/

.roundedbox_tl{
	background:transparent url("../images/roundedbox_tl.png") no-repeat top left;
	height:20px;
	width:100%;
}
.roundedbox_tr{
	background:transparent url("../images/roundedbox_tr.png") no-repeat top right;
	height:20px;
	width:100%;
}
.roundedbox_br{
	background:transparent url("../images/roundedbox_br.png") no-repeat bottom right;
	height:20px;
	width:100%;
}
.roundedbox_bl{
	background:transparent url("../images/roundedbox_bl.png") no-repeat bottom left;
	height:20px;
	width:100%;
}
.roundedbox_top{
	background:transparent url("../images/roundedbox_top.png") repeat-x top ;
	height:20px;
	margin:0 20px 0 20px;
}
.roundedbox_right{
	background:transparent url("../images/roundedbox_right.png") repeat-y right;
	height:100%;
	width:100%;
}
.roundedbox_bottom{
	background:transparent url("../images/roundedbox_bottom.png") repeat-x bottom;
	height:20px;
	margin:0 20px 0 20px;
}
.roundedbox_left{
	background:transparent url("../images/roundedbox_left.png") repeat-y left;
	height:100%;
	width:100%;
}
.roundedbox_middle{
	background:#ccc;
	margin:0 20px 0 20px;

}
/*################### END ROUNDBOX ########################*/

/*################### Forms ########################*/
form {
font-size:14px;
}
form li{
	padding:5px;
	background:#bbb;
}
.form_inset{
	
	background:#aaa;

	padding:10px;
	
}
.form_float sub{
	font-size:10px;
	color:#f00;
}
.form_float{
	float:left;
	width:333px !important;
	margin:5px;
}
.form_fieldset{
	background:#ccc;
	padding:5px;
	margin-top:10px;
	border:#aaa 1px solid;
	
}
.form_fieldset legend{
	border:#aaa 1px solid;
	background:#ccc;
	padding:5px;
	font-size:16px;
	font-weight:bold;
}



.jg_rmsm_legend{
display:none;
}





