/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(admin.css);
@import url(adminLogin.css);
@import url(bentPine_css/modules.css);
@import url(bentPine_css/plugins.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: #5D6C43;
	font: italic 25px "Times New Roman", Georgia, Times, serif;
	background: url(../../../Images/pubHome_decor.gif) no-repeat bottom center;
	text-align: center;
	padding-bottom: 1.4em;

}

h2 {
	
	color: #313828;
	font: 15px "Times New Roman", Georgia, Times, serif;
	padding-bottom: .6em;

}

h3 {
	
	color: #5D6C43;
	font: bold 12px "Lucida Sans Unicode", Arial, sans-serif;
	padding: .3em 0;

}

h4 {
	
	color: #000;
	font: 13px "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: .6em;

}

h5 {
	
	color: #333;
	display: inline;
	font: bold 12px "Times New Roman", Georgia, Times, serif;

}

h6 {
	
	color: #FFF;
	font: 10px "Lucida Sans Unicode", Arial, sans-serif;

}

/* ::TODO:: look into the best solution for this */
p {
	
	color: #444;
	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: url(../../../Images/bodybg.jpg);
	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 Arial, Verdana, 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 Arial, Verdana, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Arial, Verdana, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Arial, Verdana, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Arial, Verdana, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Arial, Verdana, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Arial, Verdana, sans-serif;
	text-decoration: none;

}

/*///////////////////////////////////////////////////
Layout and Custom Selectors For: Bent Pine GolF Club
///////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////
= 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;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	width: 878px;
	margin: 20px auto 0;
	padding: 4px 0;
	text-align: center;
	background: #5D6C43;
	border: 1px solid #FFE88A;

}

/*IE 5.5-7 only, box model compensation*/
*:first-child+html {} * html #siteWrapper {

	width: 880px;

} 

#siteContainer {

	width: 870px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width: 100%;
	height: 96px;
	background: url(../../../Images/headerLogo.gif) no-repeat left top;
	border-bottom: 4px solid #5D6C43;

}

#branding .inside {

	float: right;
	height: 55px;
	margin-top: 33px;
	margin-right: 12px;
	width: 560px;
	text-align: right;

}

#branding #quickLinks {

	list style: none;
	color: #7F7F7F;
	margin: 0;
	height: 22px;
	width: 120px;
	padding-bottom: 8px;
}

#branding #quickLinks li {

	display: inline;
	padding: 0 0 0 6px;

}

#branding .inside a {

	color: #7F7F7F;
	font: 10px "Lucida Sans Unicode", Arial, sans-serif;

}

#branding .inside a:hover {

	color: #5D5D5D;
	text-decoration: none;

}

#publicMemLogin,
#privateLogout {

	width: 90px;
	height: 22px;
	display: block;
	text-align: center;

}

/*#publicMemLogin {

	background: url(../../../Images/pubHome_memLogin.gif) no-repeat left;

}

#publicMemLogin:hover {

	background: url(../../../Images/pubHome_memLogin.gif) no-repeat right;

}
*/
#privateLogout {

	background: url(../../../Images/privHome_logOut.gif) no-repeat left;

}

#privateLogout:hover {

	background: url(../../../Images/privHome_logOut.gif) no-repeat right;

}


#memLoginPlugin {

	width: 384px;
	padding-bottom: 10px;

}

#headerLoginTable {

	width: 378px;

}

#headerLoginTable span {

	font-size: 9px;
	color: #780F00;

}

#headerLoginTable p {

	color: #475432;
	padding-left: 20px;

}

.publicMaster #branding .inside {

	margin-top: 16px;

}

.publicMaster #branding #quickLinks {

	margin-top: 6px;
	padding: 0 0 8px;

}

.publicMaster #branding #quickLinks li {

	padding: 0 6px 0 0;

}


/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	height: 32px;
	border-top: 1px solid #C7C7C7;
	width: 100%;
	
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea, .contentWrapper {

	width: 870px;
	margin: 0 auto;

}

/*public home*/

#pubHome {

	width: 844px;
	margin: 0 auto;
	text-align: center;
	
}

#pubHome #contentMain {

	width: 624px;
	background: url(../../../Images/pubHome_contentBg.jpg) no-repeat left top;
	text-align: left;
	float: left;
}

#pubHome #contentMain .inside {

	width: 506px;
	margin: 16px 0 0 38px;
	padding-bottom: 16px;

}

#pubHome #sidebar {

	width: 220px;
	text-align: left;

}

#pubHome #sidebar .inside {

	width: 184px;
	margin: 0 18px;
	padding: 18px 0;

}

#pubHomeBottomList {

	color: #999;
	font: 12px "Lucida Sans Unicode", Arial, sans-serif;
	list-style: circle;
	padding-left: 0;
	margin-left: 0;
	
}

#pubHomeBottomList li {

	margin-left: 40px;

}

#pubHomeBottomList h4 {

	padding-bottom: 0;
	font-size: 12px;

}

li#bottomListHead {

	margin-left: 0;
	list-style: none;
	padding-bottom: 8px;

}

.mediaWindow {

	min-height: 196px;
	border-bottom: 4px solid #5D6C43;

}

.divider {

	background: url(../../../Images/pubHome_decor.gif) no-repeat bottom center;
	padding-bottom: 24px;

}

#homeBottomDivider {

	padding-bottom: 44px;

}

/*2-column content layout*/

#twoCol #contentMain {

	width: 636px;
	text-align: left;

}

#twoCol #contentMain .inside {

	width: 564px;
	margin-left: 36px;
	padding: 36px 0;

}

#twoCol #sidebar {

	width: 234px;
	background: #E2E7DC;
	text-align: left;

}

#twoCol #sidebar .inside {

	width: 190px;
	margin-left: 22px;
	padding: 22px 0;

}

#twoCol #sidebar p {

	color: #313828;
	line-height: 1.5em;

}

/*1-column content layout*/

#oneCol #contentMain {

	width: 100%;
	text-align: left;

}

#oneCol #contentMain .inside {

	width: 798px;
	margin-left: 36px;
	padding: 36px 0;

}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width: 880px;
	margin:  0 auto;
	text-align: center;
	padding: 6px 0;
	

}