@import url(global_v1-2.css);
@import url(harvardny_css/modules.css);
@import url(harvardny_css/plugins.css);
@import url(harvardny_css/Sweet-titles/css/sweettitles.css);
@import url(adminLogin.css);
@import url(admin.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: #d21034;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #d21034;
	font: 700 20px Garamond, "Times New Roman", Times, serif;

}

h4 {
	
	color: #CC0134;
	font: 700 12px Tahoma, Arial, Helvetica, sans-serif;
	display:inline;

}

h5 {
	
	color: #7c7e75;
	font:13px Arial, Helvetica, sans-serif;
	display:inline;

}

h6 {
	
	color: #fff;
	font: bold 11px Helvetica, Arial, sans-serif;
	display:inline;

}

p {
	
	color: #333;
	font: 12px/1.4 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #666;
	font: 12px/1.4 Arial, Helvetica, sans-serif;

}

ul {
	color: #332625;
	font: 11px/1.4 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited,.smallerfont {
	
	color: #d21034;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #999;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#c9c6bd;
	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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	width:960px;
	text-align:center;
	margin:0 auto;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background:#cc0134;
	width:960px;
	height:149px;
	margin:0 auto;
	
}
	#branding .inside {
		padding:10px;
	
	}
	
	#branding p {
		font:10px Arial, Helvetica, sans-serif;
		color:#fff;
		text-transform:uppercase;
	
	}

#logo {
	float:left;
	width:530px;
	height:116px;
	margin-left:10px;

}

#login {
	float:right;
	text-align:right;
	width:400px;
	height:40px;
	padding:2px;

}

	#login a {
	
		color:#fff;
		font:inherit;
		
	}

	/* edit login fields globally */
	
#login .advLogUsername {
	color:#821126;
	font: bold 9px Arial, Helvetica, serif;
	text-transform:none;
	background:#fff url(../../../Images/login_username.jpg) no-repeat top left;
	border-color:1px solid #e4e49e;
	padding-left:5px;
	padding-top:2px;
	height:16px;
	width:130px;
}
	
	#memberLogin_main .advLogUsername {
		width:128px;
	}


#login .advLogPassword {
	background:#fff url(../../../Images/login_password.jpg) no-repeat top left;
	color:#821126;
	border-color:1px solid #e4e49e;
	height:16px;
	width:130px;
	padding-left:5px;
}
	#memberLogin_main .advLogPassword {
		width:128px;
	}

/* overwrite Global Login Divs ---not on this site----start implementing */
#login_error {
	display:none;
}

#memberLogin_main #login_error {
	height:20px;
}

.login_fields {
}

.login_input {
}

#username {
	
}

#un_box {
	display:inline;
	width:140px;
}

#password {
}

#pw_box {
	display:inline;
	width:140px;
}

#login_forgotPassword {
	display:inline;
	width:150px;
}

#login_link {
	display:inline;
	width:50px;
}

#login_cookieMessage {
	color:#163360;
	display:inline;
	margin-right:12px;
	width:106px;
}

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	float:right;
	width:960px;
	/*text-align:center;*/
}

#nav .navinside {
	width:900px;
	text-align:right;

}
	#navpubHome {
		float:right;
		width:840px;
	}
/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	background:#fff;
	text-align:center;
	margin:0 auto;
		
}

	#contentArea .inside {
		
		padding:15px;
	
	}

#contentWrapper {
	float:right;
	width:700px;
	text-align:left;
	height:auto;
}

	#contentWrapper .inside {
		padding:20px;
		
	}
	
/*///////////////////////////Public Home////////////////////*/
	
#flash {
	width:930px;
	height:350px;

}
	
#pubContent {
		width:700px;
		float:left;
		text-align:left;
	
}

	#pubContent .inside {
		padding:20px 10px 10px 20px;
	
	}	

#pubHomeWrapper {
	float:right;
	width:500px;
	text-align:left;
	margin:0 auto;

}	


	#contentMain {
		float:left;
		width:420px;
		height:auto;
	
	}
	
		#contentMain .inside {
			padding:20px 10px 20px 20px;
		
		}
	

	#contentSecondary {
		float:left;
		width:250px;
		height:auto;
	
	}
	
		#contentSecondary .inside{
			padding:20px 30px 10px 0px;
		
		}
		
	#sidebarPub {
		float:right;
		width:210px;
	
	}
		#sidebarPub .inside {
			padding:10px;
	
		}
/*/////////////////Public Content Page//////////////////*/
		
	#sidebar {
		float:left;
		text-align:left;
		width:210px;
	
	}
		#sidebar .inside {
			padding:30px 10px;
		
		}

		
/*///////////////////////Private Home Page////////////////////*/

#privContent {
	float:left;
	text-align:left;
	width:685px;

}
	#privContent .inside {
		padding:20px;
	
	}

#primaryContent {
	width:665px;

}

	#primaryContent .inside {
		padding:0px;
	
	}

#secondaryContent {
	width:665px;

}
	#secondaryContent .inside {
		padding:10px;
	
	}
	
	#secondaryContent img {
	
		/*border-top:#666 2px solid;
		border-bottom:#666 2px solid;*/
	
	}
	
#thirdContent {
	width:665px;

}

	#thirdContent .inside {
		padding:10px;
	
	}
	
#sidebarPriv {
	float:right;
	text-align:left;
	width:230px;

}
	#sidebarPriv .inside {
		padding:10px;
	
	}

		
		#sidebarPriv .insidePriv {
			padding:60px 10px 10px 10px;
		}
		
		
			
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	width:960px;
	height:125px;
	padding:10px;

}

	#footer .floatLeft {
		float:left;
		width:300px;
		text-align:left;
	
	}
	
	#footer .floatRight {
		float:right;
		width:600px;
		text-align:right;
	
	}
	
	#footer p {
		color:#474743;
		font:10px Arial, Helvetica, sans-serif;
	
	}
	
	#footer h5 {
		color:#474743;
		font:700 10px Arial, Helvetica, sans-serif;
			
	}
