@import url(global_v1-2.css);
@import url(ParkCityClub_09_css/modules.css);
@import url(ParkCityClub_09_css/plugins.css);
@import url(adminLogin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #335686;
	font: 30px "Times New Roman", Times, Georgia, serif;
	text-align:center;

}


h2 {
	
	color: #291f12;
	font: 21px "Times New Roman", Times, Georgia, serif;
	
}

h3 {

	color: #000;
	font: 16px "Times New Roman", Times, Georgia, serif;
	letter-spacing:0.07em;

}

h4 {
	
	color: #335686;
	font: italic 16px/1.4 "Times New Roman", Times, Georgia, serif;
	text-align:center;

}

h5 {
	
	color: #000;
	font: 16px "Times New Roman", Times, Georgia, serif;
	/*display: inline;*/

}

h6 {
	
	color: #7e6e4e;
	font: 12px "Times New Roman", Times, Georgia, serif;

}

p {
	
	color: #1A1816;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #291f12;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #291f12;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bg_page.jpg) top center;
	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 Verdana, "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 Verdana, "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 Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "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 Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: ParkCityClub
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.vertAlignBottom {
	vertical-align:bottom;
}
.vertAlignTop {
	vertical-align:top;
}


/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	width:100%;
}

#pubHome {
	text-align:center;
	margin:0 auto;
	width:100%;
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background: url(../../../Images/bg_branding.gif) no-repeat top left;
	width:960px;
	height:105px;
	
	text-align:right;
}
	
	#pubHome #branding .inside, #pubContent #branding .inside {
		margin:0;
		width:100%;
	}
	
	#branding .inside {
		text-align:right;
		width:500px;
		
		margin-top:34px;
	}

	.greeting_txt {
		color:#f1c647;
		font:21px "Times New Roman", Times, serif;
	}
	.loggedIn_txt {
		color:#fff;
		display:block;
		font:bold 9px "Times New Roman", Times, serif;
		text-transform:uppercase;
		
		padding:0px 0 8px;
	}
	
	#branding .inside a {
		background:url(../../../Images/arrowLink_branding.gif) no-repeat right center;
		color:#f1c647;
		font:bold 10px "Times New Roman", Times, serif;
		text-transform:uppercase;
		padding:0 8px 0 12px;
	}
	#branding .inside a:hover {
		color:#fff;
		/*background:url(../../../Images/arrowLink_branding_hover.gif) no-repeat right center;*/
		text-decoration:none;
	}

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	margin:34px auto 0;
	padding-bottom:20px;
	text-align:left;
	width:166px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#siteContainer {
	background: url(../../../Images/bg_footer_frame.jpg) no-repeat bottom left;
	width:960px;
	text-align:center;
	margin:0 auto;
	padding-bottom:5px;
}


	#contentAreaFrame {
		background: #291f12 url(../../../Images/bg_contentArea.jpg) repeat-y top left;
		margin:0 auto;
		width:960px;
		
	}
	#contentArea {
		background:#eee8da url(../../../Images/bg_sidebar.jpg) repeat-y top left;
		width:950px;
		margin:0 auto;
	}
	
	
		#sidebar {
			/*background: url(../../../Images/bg_sidebar.jpg) repeat-y top left;*/
			width:205px;
			text-align:center;
			
		}
			#sidebarTopFrame {
				background:url(../../../Images/bg_sidebar_top.jpg) no-repeat top left;
				width:100%;
				height:4px;
			}
			#sidebarBottomFrame {
				background:transparent url(../../../Images/bg_sidebar_bottom.jpg) no-repeat bottom left;
				width:100%;
				/*height:4px;*/
				
			}
			
			#sidebar .inside {
				text-align:left;
				width:166px;
				margin:0 auto;
				padding-top:20px;
				padding-left:12px;
				padding-bottom:30px;
			}
			
				#sidebar .inside h1, #sidebar .inside h2, #sidebar .inside p, #sidebar .inside a {
					color:#FFFFFF;
				}
			
		
		
		
		#contentWrapper {
			text-align:left;
			width:745px;
		}
		
			#mediaWindow {
				width:745px;
				/*height:175px;*/
			}
			
			#contentMain {
				background:#eee8da;
				width:745px;
				text-align:left;
				margin:25px 0 30px;
			}
				
				#contentMain .inside {
					/*border:1px dotted #aaa;*/
					width:650px;
					margin:0 0 0 26px;
					text-align:left;
				}



	/* -------------------------------------------------------------
	= PUBHOME
	------------------------------------------------------------- */
	#pubHome #sidebar {
		background:url(../../../Images/bg_sidebar_pubHome.jpg) no-repeat top left;
		width:205px;
		height:420px;
	}
	
	#pubHome #mediaWindow {
		background: #444;
		width:745px;
		height:420px;
	}
	
	#pubHome #contentWrapper {
			background:url(../../../Images/bg_contentWrapper_pubHome.jpg) no-repeat top left;
			width:100%;
			height:178px;
			text-align:center;
		}
		
			#pubHome #contentSecondary {
				width:205px;
				text-align:center;
			}
				#pubHome #contentSecondary .inside {
					margin:0 auto;
					width:155px;
				}
			
			#pubHome #contentMain {
				background:none;
				margin:0px;
				width:745px;
				text-align:center;
			}
				#pubHome #contentMain .inside {
					margin:25px auto 0px;
					margin-bottom:none;
					width:694px;
				}
	
	
	
	
	/* -------------------------------------------------------------
	= PUB CONTENT
	------------------------------------------------------------- */
	
	#pubContent #contentMain {
		margin:46px 0 30px;
	}
	
	
	/* -------------------------------------------------------------
	= PRIV HOME
	------------------------------------------------------------- */
	
	#privHome #contentMainTop {
		width:650px;
	}
	
		.leftColumn, .rightColumn {
			width:305px;
		}
		
		#privHome #contentMainTop .leftColumn {
			padding-top:13px !important;
			padding-top:2px;
		}
		
		
		#privHome #contentMainTop .leftColumn td, #privHome #contentMainBottom .inside .leftColumn td {
			padding:10px 0 6px 24px;
		}
	
	
	
	#privHome #contentMainBottom {
		border:1px solid #7c6e53;
		background:#baae98;
		margin:20px 0 0px;
		
		
		width:685px;
	}
		#privHome #contentMainBottom .inside {
			/*border:1px dotted #444;*/
			margin-top:10px;
			margin-left:0;
			width:100%;
		}
			#privHome #contentMainBottom .inside .rightColumn {
				width:330px;
			}
			#privHome #contentMainBottom .inside .leftColumn {
				/*margin:10px 0 0 0px;*/
			}
	
	
	
	#privHome #contentMainBottom table {
		border:none;
		background:none;
		margin:0;
	}
	
	
	
	
	/* -------------------------------------------------------------
	= PRIV CONTENT
	------------------------------------------------------------- */
	
	
	#privContent #contentMain {
		margin:46px 0 30px;
	}

			#contentMainBottom table {
			
				border:1px solid #7c6e53;
				background:#baae98;
				margin:20px 0 0px;
				
			}

	
	/* -------------------------------------------------------------
	= MODULE MASTERPAGE
	------------------------------------------------------------- */
	
	#privContent #contentMain #moduleMaster {
		width:692px;
	}
		
		
	
	
	

/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	width:100%;
	/*height:50px;*/
	height:150px;
	
	text-align:center;
	margin:20px auto 0;
}

	#footer .inside {
		background: #33291c;
		padding: 18px 0;
		text-align:center;
		width:100%;
	}