@import url(global.css);
@import url(TPC_ValenciaPriv_css/modules.css);
@import url(TPC_ValenciaPriv_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/
body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #8b916A;
	font: 22px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-bottom: .2em;
	background: url(../../../Images/divider_main.gif) repeat-x left bottom;

}

h2 {
	
	color: #000;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: .4em 0 .6em;
	margin-bottom: .4em;
	background: url(../../../Images/divider_main.gif) repeat-x left bottom;

}

h3 {
	
	color: #84520F;
	font: italic 12px "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: .6em;

}

h4 {
	
	color: #000;
	font: 13px "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: .6em;

}

h5 {
	
	color: #000;
	
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-bottom: .3em;

}

h6 {
	
	color: #FFF;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

}
/* ::TODO:: look into the best solution for this */

p {
	
	color: #696969;
	font: 11px "Lucida Sans Unicode", Arial, sans-serif;
	margin: 0;

}

table {
	
	font: 11px "Lucida Sans Unicode", Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #6F2904;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #A83F06;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #668473;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*/////////////////////////////////////////////////////
Layout and Custom Selectors For: TPC Valencia - Private
/////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////
= GLOBALLY USED CLASSES
////////////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.houdini {

	visiblity: hidden;

}

/*primarily For images, removes extra bottom white space
IE creates For sourced images inside oF containers without
deFined heights*/

.blockLevel {

	display: block;

}

.justifiedCopy {

	text-align: justify;

}

.centered {

	margin: 0 auto;
	text-align: center;

}

.logoFix {

	text-indent: -100000px;

}

.arrowLink {

	background: url(../../../Images/arrow.gif) no-repeat left center;
	padding-left: 10px;
	font: 11px "Lucida Sans Unicode", Arial, sans-serif; 
	text-decoration: none;
	margin-left: 6px;
	color: #AA9049;

}

.arrowLink:hover {

	text-decoration: none;
	color: #9A8E6E;

}

.borderedThumb {

	border: 1px solid #686868;
	display: block;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 90px;

}

	/*color theme ids for page-specific background images*/
	
	/*#blueTheme {
	
		background: url(../../../Images/bodybg_home.jpg);
	
	}
	
	#lightBrownTheme {
	
		background: url(../../../Images/bodybg_belong.jpg);
	
	}
	
	#darkBrownTheme {
	
		background: url(../../../Images/bodybg_dine.jpg);
	
	}
	
	#greenTheme {
	
		background: url(../../../Images/bodybg_play.jpg);
	
	}
	
	#tanTheme {
	
		background: url(../../../Images/bodybg_socialize.jpg);
	
	}*/

.siteWrapper table td {

	vertical-align: top;

}


.siteContainer {

	margin: 90px auto 0;
	width: 956px;
	background: #FFF;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	background: url(../../../Images/logo.gif) no-repeat left top;
	height: 150px;
	padding-right: 116px;

}

	#loggedInWrapper {

		height: 84px;
		margin-top: 34px;
		padding: 20px 30px 0 0;
		border-right: 1px solid #D3CBA5;
		text-align: right;

	}
	
		#loggedInWrapper h5 {
		
			color: #000;
			display: block;
			font-size: 16px;
			text-transform: uppercase;
			padding-bottom: 4px;
		
		}
		
		#loggedInWrapper .signedIn {
		
			color: #555;
			font-size: 10px;
			border-bottom: 1px dotted #B2B2B2;
		
		}
		
			#loggedInWrapper .logoutLinks {
		
				color: #Cf8A15;
				font-size: 10px;
		
			}
			
				#loggedInWrapper .logoutLinks a {
			
					color: #Cf8A15;
			
				}
				
				#loggedInWrapper .logoutLinks a:hover {
			
					color: #936C29;
					text-decoration: none;
			
				}

	#leafWrapper {

		width: 276px;

	}


/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	text-align: center;
	width: 100%;
	height: 32px;
}

	#nav .inside {
	
		width: 868px;
		margin: 0 auto;
		height: 32px;
		text-align: center;
	
	}
	
		#nav .inside h3 {
		
			line-height: 32px;
		
		}

/*color-theme specific nav background colors*/

#blueTheme #nav {
	
	background: #A3B5AB;
	
}

#lightBrownTheme #nav {
	
	background: #C4B79B;
	
}

#darkBrownTheme #nav {
	
	background: #A6987C;
	
}

#greenTheme #nav {
	
	background: #B9BC9A;
	
}

#tanTheme #nav {
	
	background: #C1B68E;
	
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

/*home page*/

#contentAreaCell {

	border: 2px solid #FFF;
	border-left: none;

}

	#contentArea {
	
		width: 910px;
		margin: 0 auto;
		text-align: center;
	
	}
	
		#contentWrapper {
		
			width: 100%;
		
		}
		
			#sidebar {
		
				width: 42px;
				border: 2px solid #FFF;
				border-right: none;
		
			}
			
				#iconLinks,
				#iconLinks li { 
				
					margin: 0;
					padding: 0;
					list-style: none;
				
				}
				
				#iconLinks { 
				
					padding: 26px 0;
				
				}
				
					#iconLinks a { 
					
						width: 40px;
						height: 20px;
						display: block;
					
					}
					
					#iconLinks a:hover { 
					
						background: #FFF;
					
					}
				
						#iconLinks img {
						
							display: block;
							padding-top: 2px;
						}

			
			#contentMain {
		
				width: 616px;
				background: #FFF;
				text-align: left;
		
			}
			
				#mainImageWrapper {
		
					height: 275px;
		
				}
				
				#lowerContentWrapper {
		
					width: 572px;
					margin: 22px 22px 0;
					padding-bottom: 22px;
		
				}
				
					.lowerContent {
					
						width: 100%;
						margin-top: 10px;
					
					}
					
						.lowerContent_left {
						
							width: 340px;
							padding-right: 28px;
						
						}
						
							.lowerContent_left .borderedThumb {
						
								margin-right: 6px;
						
							}
						
						.lowerContent_right {
						
							width: 208px;
						
						}
						
							.calloutWrapper {
							
								width: 100%;
								background: #F2F0E5;
							
							}
						
							.lowerContent_right .inside {
						
								width: 180px;
								margin: 0 14px;
								padding: 14px 0;
						
							}
						
			
				#mainImageWrapper {
		
					height: 275px;
		
				}
			
			#contentSecondary {
		
				width: 294px;
				text-align: left;
		
			}
			
				#contentSecondary .inside {
		
					width: 246px;
					margin: 0 24px;
					padding: 10px 0;
		
				}
				
					#quickLinks,
					#quickLinks li {
					
						margin: 4px 0 0 4px;
						list-style: none;
						font: 11px Georgia, "Times New Roman", Times, serif;
						color: #333;
						padding: 0;
					
					}
			
						#quickLinks li {
						
							margin: 6px 0 0;
						
						}
						
							#quickLinks li a {
							
								text-decoration: underline;
								color: #333;
							
							}
							
							#quickLinks li a:hover {
							
								text-decoration: none;
							
							}
			
				#upcomingEventsWrapper {
		
					width: 100%;
					min-height: 235px;
					height: auto !important;
					height: 235px;
					padding: 20px 0;
					background: #CCD6D0;
		
				}
				
					#upcomingEventsWrapper .inside {
		
						width: 254px;
						margin: 0 20px;
						padding: 0;

					}
					
					
/*color theme-specific sidebar 
and content area background colors*/

#blueTheme #sidebar,
#blueTheme #contentWrapper {

	background: #E1E7E3;
	
}

#lightBrownTheme #sidebar, 
#lightBrownTheme #contentWrapper {

	background: #E3DDD3;
	
}

#darkBrownTheme #sidebar, 
#darkBrownTheme #contentWrapper {

	background: #E3DDD3;
	
}

#greenTheme #sidebar, 
#greenTheme #contentWrapper {

	background: #DDDFC3;
	
}

#tanTheme #sidebar, 
#tanTheme #contentWrapper {

	background: #EBE4C7;
	
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	
}