@font-face { font-family: avb; font-weight: normal; font-style: normal; src: url( images/fonts/avb.ttf ) format("truetype");}
@font-face { font-family: avb; font-weight: normal; font-style: italic; src: url( images/fonts/avi.ttf ) format("truetype");}
@font-face { font-family: avb; font-weight: bold; 	font-style: normal; src: url( images/fonts/avd.ttf ) format("truetype");}


body {
	background-color: #000;
	margin: 0px;
	font-family: avb, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:13px;
	color:#888;
}

a { outline: none; }/* fixes dotted border bug */

	
.splash {
	background-image: url(images/misc/splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 700px;
	position:relative;
	display: block;
	margin:0 auto 0 auto;
}
.splash a{
	color:#DDD;
	text-decoration:none;
	}
.splash a:hover{
	color:#B00;
	}
.splash_btn{
	
	position:absolute;
	top:250px;
	left:180px;
	font-size:20px;
	letter-spacing:3px;
	
	}
.splray{
	
	font-size: 30px;
	color: #BBB;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	letter-spacing: 10px;
	position: absolute;
	left: 50px;
	top: 100px;
	
		}
.splartof{
	font-size: 20px;
	color:#B00;
	text-decoration: none;
	position: absolute;
	width:400px;
	left: 75px;
	top: 150px;
	letter-spacing: 5px;
	padding: 5px;
	font-weight: normal;
	
	}	


.head{
	background-image: url(images/misc/indexbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 50px;
	top: 0px;
	width: 480px;
	height: 325px;
	/* border: thin dotted #EEE; /****** BORDER */

	}
	
.head span{
	
	position: relative;
	left: -10px;
	top: 20px;
	width: 450px;
	z-index:10000;
	}

.raydonley{
	
	background-image: url(images/misc/trans.png);
	background-repeat: repeat;
	font-size: 20px;
	color: #BBB;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	letter-spacing: 10px;
	
	}

.theartof{
	background-image: url(images/misc/trans.png);
	background-repeat: repeat;
	font-size: 14px;
	color:#B00;
	text-decoration: none;
	position: absolute;
	width:400px;
	left: 30px;
	top: 30px;
	letter-spacing: 5px;
	padding: 5px;
	font-weight: normal;
	
	}
	
/* ******************************************************************************************************************** BLANK */


.blank{
	position:relative;
	width: 460px;
	height:100px;
	overflow: hidden;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	
	}
/* ******************************************************************************************************************** CONTACT */
div.cTDiv{
	position:relative;
	width: 480px;
	height:auto;
	
	/*border: thin solid #0f0; /****** BORDER */
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	}
div.cThead{ 
	width:325px; 
	color:#DDD;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	}


div.cTcontent{
	width:auto;
	padding:10px 10px 30px 10px;
	height:auto;
	
	background-image: url(images/misc/backtrans.png);
	background-repeat: repeat;
	background-position: left top;
	
	border: thin solid #222; /****** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	
	}
div.cTImg {
	
	}
ul.cTul{
	width:350px;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	padding:10px 0 20px 0;
	
	font-weight: normal;
	list-style-type: none;
	border: thin solid #333; /****** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	background-image: url(images/misc/backtrans.png);
	background-repeat: repeat;
	background-position: left top;
	}
ul.cTul li{
	width:300px;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
ul.cTul a {
	color:#DDD;
	text-decoration: none;
	line-height:20px;
	}
	
ul.cTul a:active { outline:none; }
ul.cTul a:hover { color:#777; }
/* ******************************************************************************************************************** BACKGROUND */
div.bgDiv{
	position:relative;
	width: 480px;
	height:auto;
	
	
	display: block !important;
   	margin: 5px auto 0 auto;
	}
div.bgcontent{
	
	padding:10px;
	width:450px;
	height:190px;
	background-image: url(images/misc/backtrans.png);
	background-repeat: repeat;
	background-position: left top;
	
	border: thin solid #222; /****** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	}
div.bgImg { width:30%; float:left; }
div.bgImg img { 
	border: 1px solid #111; /****** BORDER */
	-box-shadow: 2px 2px 5px #111;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111; }

div.bg{ width:68%; float:right; font-weight: normal; }
	
/* ******************************************************************************************************************** COPYRIGHT */
div.cPtextDiv{
	position:relative;
	width: 480px;
	height:550px;
	
	
	display: block !important;
   	margin: 5px auto 0 auto;
	}
.cPtext{
	padding:10px;
	width:450px;
	height:auto;
	background-image: url(images/misc/backtrans.png);
	background-repeat: repeat;
	background-position: left top;
	
	border: thin solid #222; /****** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	}
.cPtext	font{
	color:#800;
	text-align: center;
	display: block !important;
 }	
div.signin{
	text-align: center;
	display: block !important;
	}
div.signin a {
	color:#111;
	text-decoration: none;
	line-height:20px;
	}
	
div.signin a:active { outline:none; }
div.signin a:hover { color:#777; }
/* ******************************************************************************************************************** CRITICAL ACCLAIM */

div.cA {
	position:relative;
	width: 480px;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	margin-bottom:100px;
	
	font-family: avb,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	}
div.cADiv{ /*  EACH DIV / each Critical Acclaim  */
	
	width:480px;
	background-image: url(images/misc/backtrans.png);
	background-repeat: repeat;
	background-position: left top;
	
	border: thin solid #222; /****** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	margin-top: 5px;
	margin-bottom: 10px;
	
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	}
	
div.cA div.quote{
	width:460px;
	height:auto;
	overflow:auto;
	margin:0 10px 0 10px;
	/* border: thin dotted #EEE; /****** BORDER
	line-height: 10px;*/
	}
div.cA div.detperwhwh{ /* HOLDS PERSON /WHERE / WHEN */
	width:460px;
	height:auto;
	overflow:auto;
	margin:0 0 20px 10px;
	/* border: thin dotted #EEE; /****** BORDER
	line-height: 10px;*/
	}
div.cA b.per { /* NAME OF PERSON  */
	font-size:14px;
	color:#800;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;	
	}
div.cA i.whwh { /* QUOTE WHERE / WHEN */
	font-size:11px;
	color:#444;
	font-style: normal;
	font-weight: normal;
	}
/* ******************************************************************************************************************** SUBSCRIBE */
.cSubscribe{
	/*border:1px solid #888; /* border */
	width:450px;
	display:block;
	margin:20px auto 20px auto;
}
.cSubscribe i{ font-style:normal; color:#B00;}
.cSubscribe ul{
	/*border:1px solid #888; /* border */
	margin: 20px;
	width:300px;
	text-align:left;
	list-style-type:none;
	list-style-image: none;
}
.cSubscribe li{
	position:relative;
	right:-75px;
	padding:5px 0 5px 0;
	
}
.cSubscribe label{
	text-align:right;
	position:absolute;
	right:310px;
	width:100px;
}
.cSubscribe input{
	
	width:200px;
}
.cSubscribe textarea{
	height:80px;
	width:204px;
}
.subrequired{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:10px;
	float:right;
	/*margin:10px 10px 0 0;*/
	}
	
	
/* ******************************************************************************************************************** NEWS */
div.nE {
	position:relative;
	width: 480px;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	margin-bottom:100px;
	
	font-family: avb,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	}
div.nEDiv{ /*  EACH DIV / each Critical Acclaim  */
	
	width:480px;
	background-image: url(images/misc/backtrans.png);
	background-repeat: repeat;
	background-position: left top;
	
	border: thin solid #222; /****** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	margin-top: 5px;
	margin-bottom: 10px;
	
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	
	
	}
div.nEDiv em{color:#777;}
div.nEDiv a{ color:#B00; text-decoration:none;}	
div.nEDiv a:hover{ color:#500; text-decoration:none;}	
div.nE div.nEnews{/* NEWS TEXT  */
	width:460px;
	height:auto;
	overflow:auto;
	padding:0;
	margin:0 0 30px 10px;
	/*border: thin dotted #EEE; /****** BORDER
	line-height: 10px;*/
	}
div.nE div.nEtitleDate{ /* HOLDS title Date */
	width:460px;
	height:20px;
	margin:10px 0 5px 10px;
	/*border: thin dotted #EEE; /****** BORDER
	line-height: 10px;*/
	}
div.nE b.nEtitle { /* title  */
	font-size:14px;
	color:#800;
	font-weight: normal;
	}
div.nE i.nEdate { /* date */
float:right;
	font-size:12px;
	color:#444;
	font-style: normal;
	font-weight: normal;
	}

/* ******************************************************************************************************************** TABS */
.tabFld{ /* POSITIONS tabs  */  
	position: absolute !important;
	margin:0;
	top: 100px;
	width:100%;
	height:auto;
	/* border:1px dotted #00f; /****** BORDER */
	}

.pane  {	/* CONTENT    */
	/*border:1px solid #999; /****** BORDER */
	}
.pane .inPane{
	/*display:block;*/	
	
	/*border:1px solid #9C0; /****** BORDER */
	
	}




div.tabWrap{ /*   POSITION OF NAVBAR  */
	/* border:1px solid #666; /***** BORDER */

	margin: 0;
	/*display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;*/
	text-align: center !important;
	font-family: avb,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

ul.tabs { /* NAVBAR */
	min-width:480px;
	/*border:1px solid #3CC; /***** BORDER */
	padding:0;
	margin:0;
			
}
.tabBar {
	background-image: url(images/misc/trans.png);
	background-repeat: repeat-x;
	
	/*border:1px solid #111; /***** BORDER */
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-box-shadow: 2px 2px 10px #000;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	
	padding: 3px 10px 6px 10px;
	}
.tabBar li{
	/*border:1px solid #3CC; /***** BORDER */
	height:30px;
	display: inline-block !important;
}
/* spacer element  */
ul.tabs b {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	color: #500;
	padding: 0px 5px 0px 5px;
}


.infoSub { color:#DDD; cursor:pointer; font-style: normal; }/* LINK to SUBTABS in NAVBAR */
.infoSub:hover {color:#777; }


span.subtabs { /* POPUP  */
	background-image: url(images/misc/droptrans.png);
	background-repeat: repeat;
	background-position: left top;
	display:none;
	z-index:500000;
	text-align: left;
	padding: 2px 10px 2px 10px;
	border:1px solid #111;
	-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-box-shadow: 2px 2px 10px #000;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	
	
	
}
.subtabs li { /* POPUP  */
	height:20px;
	
}
span.subtabs a { /* POPUP  */
display:block;

}









/*span.subtabs { /* POPUP  
	/*border:1px dotted #00f; margin:0;/****** BORDER 
	display:none;
	width:auto;
	z-index:50000;
}
span.subtabs li{ /* Align POPUP Center 
/*border:1px dotted #00f; /****** BORDER *
	
	}*/
ul.tabs a{
	color:#DDD;
	text-decoration: none;
	z-index:10;
	}
	
ul.tabs a:active { outline:none; }
ul.tabs a:hover { color:#777; }
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs current a { cursor:default !important; color:#B00 !important; }



/* ******************************************************************************************************************** PAINTINGS */

.imgtitle{
	position:relative;
	top:-16px;
	background-image: url(images/misc/trans.png);
	background-repeat: repeat;
	width:420px;
	height:auto;
	
	/*border:1px dotted #800;  /****** BORDER */
	 text-align:center;
	display: block !important;
	margin:0 auto 0 auto;
	font-size: 13px;
	}


#image_wrap {/* styling for the image wrapper  */
	width:480px;
	height:300px;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	/* border:1px dotted #800;  ****** BORDER */
}

.srcimg{
	border:1px solid #111; 
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	}
	
.newLarge{ /*  ZOOM ICON  */
	position: absolute;
	top:5px;
	left:5px;
	border:none;
	z-index:10;
	}
.newLarge a {
	background-image: url(images/misc/zoom.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute !important;
	height: 30px;
	width: 30px;
	opacity: 0.4;
	filter: alpha(opacity = 30);
	}
div.newLarge a:hover {
	opacity: .9;
	filter: alpha(opacity = 90);
}	

.scrollable {
	/* required settings */
	position:relative;
	width: 460px;
	height:100px;
	overflow: hidden;
		display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	
	/*
	border:1px solid #ccc;
	width: 100%;
	overflow: hidden;
	height:120px;
	 custom decorations  
	border:1px solid #ccc;
	*/
		
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	
}

/* single scrollable item */
.scrollable .rflt {
	float:left;
	padding:0px;
	
	cursor:pointer;
	width:75px;
	height:75px;
	background-position: left top;
	-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	margin: 0px 8px 0px 8px;
		
}
img.reflected {
margin-bottom: 5px;
	
}

/* active item */
.scrollable .active {
	/*border:1px solid #400;*/
	z-index:9999;
	
}
.scrollnav{
	position:relative;
	width:460px;
	height:16px;
	display:block;
	margin:0 auto 0 auto;
	}
.nextr{
	cursor:pointer;
	opacity: .3;
	float:right;
	height:16px;
	width:16px;
	background-image: url(images/misc/next.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.nextr:hover{opacity: .9;}	
.previousr{
	cursor:pointer;
	opacity: .3;
	float:left;
	height:16px;
	width:16px;
	background-image: url(images/misc/previous.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.previousr:hover{opacity: .9;}

div.disabled { 
visibility:hidden !important; 
}

.fullimg{
	position:relative;
	top:-16px;
	text-align:center;
	width:460px;
	height:16px;
	display:block;
	margin:0 auto 0 auto;
	}
.fullimg a{ color:#222; text-decoration:none; }
.fullimg a:hover{ color:#B00;}

/* ******************************************************************************************************************** PAINTINGS ZOOM */
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	padding-bottom:2px;
	height:auto;
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #555;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	font-family: avb,"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.jqZoomWindow
{
	
	border: 3px solid #000;
	background-color: #000;
	
	-border-radius: 5px; 
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
}

.jqZoomPup
{
	overflow:hidden;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	cursor:auto;
	border: 1px solid #777;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	color: #DDD;
	font-size:14px;
	text-decoration: none;
	background-color:#222;
	padding:10px 0px 0px 46px;
	text-align:left;
	background-image: url(images/misc/loader.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	width:100px;
	height:46px;
	
	*width:100px;
	*height:46px;
	z-index:1000;
	position:absolute;
	top:3px;
	left:3px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	

}

#guestlogin{
	padding:10px;
	background-color:#DDD;
	position:absolute;
	top:10px;
	right:40px;
	border: 1px solid #777;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-box-shadow: 2px 2px 10px #111;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;	
}
#guestlogin a{
	color:#069;
	text-decoration:none;
}
#guestlogin a:hover{
	color:#000;
}

