/* CSS Document */


/*crue lists*/
.newLink{
	text-decoration: blink;
	}
#leftContainer{
	clear: right;
	float: left;
	width: 66%;
	}
#leftContainer dt{
	padding: 25px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
    color: #ececec;
	}
#leftContainer dd{
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 175%;
	color: #d4d4d4;   
	}
#leftContainer a{
	font-size: 120%;
	}
#leftContainer a:link {
	color: #666;
	text-decoration: underline;
	}
#leftContainer a:visited {
	text-decoration: underline;
	color: #bb5555;
	}
#leftContainer a:hover {
	text-decoration: underline;
	color: #222;
	}
#leftContainer a:active {
	text-decoration: none;
	color: #333;
	}
	
	
/* COLUMN CONTROL */
/* Column One */	
#columnOne{
	float: left;
	width: 50%;
	}
#columnOne div{
	padding: 25px 15px 100px 35px;
	border-left: 2px dashed #666;
	border-right: 2px dashed #666;
	}

	
/* Collumn Two */	
#columnTwo{
	float: right;
	width: 50%;
	}
#columnTwo div{
	padding: 25px 0 100px 35px;
	}

	
/* Column Three */	
#columnThree{
	float: right;
	width: 34%;
	}
#columnThree div{
	padding: 25px 0 100px 35px;
	border-right: 2px dashed #666;
	border-left: 2px dashed #666;
	}
#columnThree dt{
	padding: 25px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
    color: #ececec;
	}
#columnThree dd{
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #d4d4d4;    
	}

#columnThree a{
	font-size: 120%;
	}
#columnThree a:link {
	color: #666;
	text-decoration: underline;
	}
#columnThree a:visited {
	text-decoration: underline;
	color: #bb5555;
	}
#columnThree a:hover {
	text-decoration: underline;
	color: #222;
	}
#columnThree a:active {
	text-decoration: none;
	color: #222;
	}
	
/*img containers*/
#galleryWrap{
	float: left;
	padding: 25px 0 0 110px;
	}
#galleryWrap a img{
	padding: 4px;
	border: 1px solid #e3e3e3; 
	border-bottom: 1px solid #c8cdd2; 
	border-right: 1px solid #c8cdd2; 
	text-decoration: none;
	}
.imgContainer{
	float: left; 
	display: block;
	text-align: left;
	width: 75%;
	margin: 2px 0 0 0;
	padding: 15px 10px;
	border: 1px solid #e9e9e9;
	border-right: 1px solid #c8cdd2;
	border-bottom: 1px solid #c8cdd2;
	background-color: #eee;
	}
	
.imgContainer img{
	float: left;
	margin: 1px;
	background-color: #FFFFFF;
	}
	
.img-shadow {
  float:left;
  background: url(../_FP_ASSETS/images/shadowAlpha.png) no-repeat bottom right  !important;
  background: url(../_FP_ASSETS/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -4px 5px 5px -4px;
  }
  
  
  
/*Crue navigation*/


.crueNav a{
	padding: 2px 4px;
	margin: 0 1px 0 0;
	color:#333;
	background-color: #dfdfdf;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	text-decoration: none;
	}
.crueNav a:link{
	color:#333;
	}
.crueNav a:hover, body#party #t-party a{
	padding: 3px 4px 4px 4px;
	color: #000;
	background: #eee; 
	}
.crueNav a:hover, body#leisure #t-leisure a{
	padding: 3px 4px 4px 4px;
	color: #000;
	background: #eee;
	}
.crueNav a:hover, body#thrash #t-thrash a{
	padding: 3px 4px 4px 4px;
	color: #000;
	background: #eee; 
	}
.crueNav a:hover, body#shred #t-shred a{
	padding: 3px 4px 4px 4px;
	color: #000;
	background: #eee; 
	}

	
/*Crue page titles*/
.crueTitles{
	margin: 250px 0 0 15px;
	}	

	
