@import url(global_v1-2.css);
@import url(duxburyYC_css/modules.css);
@import url(duxburyYC_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: #042B55;
	font: 24px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

}


h2 {
	
	color: #042B55;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	
}

h3 {
	
	color: #07273F;
	font: bold 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

h4 {
	
	color: #07273F;
	font: 14px Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #07273F;
	font: bold 14px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;

}

h6 {
	
	color: #07273F;
	font: 10px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

p {
	
	color: #07273F;
	font: 11px/1.6 Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

table, div {
	
	color: #07273F;
	font: 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #DC0505;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #DC0505;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bodyBg.jpg) repeat-x left top #6C9BD3;
	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: Duxbury Yacht Club
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

#mediaWindow img,
#privPages #sidebar img {

	display: block;

}

a img {
	
	border: none;
	
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width: 960px;
	margin: 0 auto;
	text-align: center;
	
}

#pubPages {


	
}

#privPages {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width: 100%;
	height: 95px;
	background: url(../../../Images/contentTop.gif) no-repeat bottom center;
}


	#branding .floatLeft {
	
		width: 478px;
		height: 89px;
		/*background: url(../../../Images/headerLogo.gif) no-repeat left top;*/
		background: url(../../../Images/headerLogo.png) no-repeat left top;
		
	
	}
	
	* html #branding .floatLeft {
		
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='Images/headerLogo.png');
	
	}


	#branding .floatRight {
	
		width: 482px;
		
	}
	
		#pubPages #branding .floatRight #homeLink {
		
			width: 100%;
			overflow: hidden;
		
		}
	
		#pubPages #branding .floatRight #homeLink a {
	
			float: right;
			padding: 3px 8px;
			background: #0A2F5E;
			color: #FFF;
	
		}
		
	#privPages #globalLinks {
	
		background: #0A2F5E;
		text-align: right;
		width: 250px;
		padding: 8px;
		margin-bottom: 12px;
	
	}
	
		#privPages #globalLinks,
		#privPages #globalLinks a,
		#privPages #globalLinks a:hover,
		#privPages #globalLinks h6 {
	
			color: #FFF;
	
		}
		
		#privPages #globalLinks h6 {
			
			margin-bottom: 6px;
			padding-bottom: 6px;
			border-bottom: 1px dashed #FFF;
		
		}
		
	#privPages #dateWrapper {
		
		width: 100%;
		text-align: right;
	
	}
	
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width: 100%;
	height: 40px;
	background: url(../../../Images/navBg.gif) no-repeat center top;
	text-align: left;

}

	#nav .inside {

		width: 948px;
		height: 39px;
		margin-left: 6px;

	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {

	width: 100%;
	text-align: left;

}


#pubPages #contentArea {
	
	background: url(../../../Images/contentAreaBg_1col.gif) repeat-y center top;
	
}

#privPages #contentArea {
	
	background: url(../../../Images/contentAreaBg_2col.gif) repeat-y center top;
	
}

	#contentWrapper {
	
		width: 948px;
		margin-left: 6px;
	
	}
	
	#mediaWindow {
	
		width: 100%;
	
	}
	
/************
public pages
************/
		
		#pubPages #contentMain {
		
			width: 100%;
			padding: 32px 0;
		
		}
		
			#pubPages #contentMain .inside {
			
				width: 884px;
				margin: 0 32px;
			
			}
		
/*************
private pages
*************/

			
		
		#privPages #sidebar {
		
			width: 224px;
			padding: 22px 0;
		
		}
		
			#privPages #sidebar .inside {
			
				width: 180px;
				margin: 0 22px;
			
			}
			
				#privPages #sidebar .inside #gleanings {
			
					width: 122px;
					margin: 22px 0 22px 24px;
			
				}
			
		#privPages #contentMain {
		
			width: 724px;
			padding-bottom: 32px;
		
		}
		
			#privPages #mediaWindow {
		
			width: 724px;
		
			}
		
			#privPages #contentMain .inside {
			
				width: 660px;
				margin: 22px 0 0 32px;
			
			}
			
			#privPages .twoColTableWrapper {
			
				width: 304px;
			
			}
			
			#privPages .todaysAlertsWrapper {
			
				padding-top: 6px;
				padding-bottom: 20px;
			
			}

			#privPages .privHomeFeatEventsWrapper {
			
				width: 304px;
				padding-bottom: 10px;
			
			}
			
			#privPages .privHomeBttmRghtWrapper {
			
				width: 304px;
				padding-top: 10px;
			
			}
			
			#privPages .privContFeatEventsWrapper {
			
				width: 304px;
				padding-bottom: 10px;
				padding-top: 16px;
			
			}
			
			#privPages .clubNewsWrapper {
			
				width: 304px;
				padding-bottom: 20px;
			
			}
			
			#photoAlbumCell {
			
				border-top: 1px solid #dc1515;
				padding-top: 10px;
			
			}
			
			#photoAlbumCell #thumbnailCell img {
			
				border: 2px solid #FFF;
			
			}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width: 100%;
	height: 75px;
	line-height: 70px;
	background: url(../../../Images/footerBg.gif) no-repeat center top;
	color: #CEE3F8;
	font-size: 10px;

}

