@import url(global_v1-2.css);
@import url(vineyards_css/modules.css);
@import url(vineyards_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: #582d15;
	font: 30px "Times New Roman", Times, serif;
	text-transform:uppercase;

}


h2 {
	
	color: #582d15;
	font: 20px "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #582d15;
	font: 16px "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h4 {
	
	color: #4c4626;
	font: 15px "Times New Roman", Times, serif;
	line-height:25px;

}

h5 {
	
	color:#dcc17c;
	font:16px "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h6 {
	
	color: #99bfda;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}

p {
	
	font: 15px "Times New Roman", Times, serif;
	color:#2e1304;
	line-height:18px;

}

table, div {
	
	font: 15px "Times New Roman", Times, serif;
	color:#2e1304;
	line-height:18px;

}

a,a.small,a.anchor,a.visited {
	
	color: #650d0b;
	text-decoration: none;

}

a:hover {
	
	color: #650d0b;
	text-decoration: underline;

}

img {

	display:block;
	border:none;
	
}

ul {

	list-style-image:url(../../../../../../../../../Images/bullet.jpg);
	padding-left:0px;
	margin:0px;
}

.page {
	
	background: #6f0e0b url(../../../Images/bg_page.jpg) top center repeat;
	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;

}

.hideText {

	display: none;
	
}

.advLogUsername, .advLogPassword {

	width:175px;
	background:#f4efe9;
	border:#b7a184 1px solid;
	
}

.advLogRemoveChk {

	font: 11px Arial, Helvetica, sans-serif;
	color:#606c60;
	padding-bottom:10px;
	
}

#login_forgotPassword, #login_forgotPassword a {

	font: 11px Arial, Helvetica, sans-serif;
	color:#606c60;
	
}

/****** 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: PCMA
////////////////////////////////////////////////////////*/

.hideText {

	display: none;
	
}

.floatLeft {

	float:left;

} 

.floatRight {

	float:right;

} 

.clearBoth {

	clear:both;

} 

.centered {

	margin:0 auto;
	text-align:center;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width:100%;
	margin:0 auto;

}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width:960px;
	height:122px;
	margin:0 auto;

}

	#login {
	
		height:122px;
		width:358px;
		margin:0 auto;
		/*display:block;*/
		text-align:left;
	
	}

		#login .inside {
		
			padding:30px 0 0 30px;
			font:11px "Times New Roman", Times, serif;
			color:#e89d4d;
			text-align:left;
		
		}

			#login .inside td, #login .inside a, #login .inside a:hover {
			
				font:11px "Times New Roman", Times, serif;
				color:#e89d4d;
				line-height:20px;
			
			}

	#logoContainer {
	
		height:122px;
		width:602px;
		margin:0 auto;
		display:block;
	
	}

		#logo {
		
			height:122px;
			width:244px;
			margin:0 auto;
			display:block;
		
		}
	
			a#logo {
			
				height:122px;
				width:244px;
				background: url(../../../Images/logo.jpg) top center no-repeat;
				background-position:top left;
			
			}
			
			a#logo:hover {
			
				background-position:bottom left;
			
			}

		#logoRight {
		
			height:122px;
			width:358px;
			margin:0 auto;
			display:block;
		
		}

			#logoRight .inside {
			
				padding:105px 15px 0 0;
				font:11px "Times New Roman", Times, serif;
				color:#e89d4d;
				text-align:right;
			
			}

				#logoRight .inside a {
				
					font:11px "Times New Roman", Times, serif;
					color:#e89d4d;
					text-decoration: underline;
				
				}

				#logoRight .inside a:hover {
				
					font:11px "Times New Roman", Times, serif;
					color:#e89d4d;
					text-decoration: none;
				
				}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#navContainer {

	width:960px;
	height:47px;
	background:url(../../../Images/bg_nav.jpg) top left no-repeat;
	margin:0 auto;
	text-align:center;

}

	#navLeft {
	
		width:14px;
		height:47px;
	
	}
	
	#nav {

		width:946px;
		height:47px;

	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentWrapper {
	
	width:960px;
	background:url(../../../Images/bg_content.jpg) top center repeat-y;
	text-align:center;
	margin:0 auto;
	
}

	#mediaWindow {
	
		width:960px;
		height:381px;
		margin:0 auto;
	
	}
	
	#mediaWindow .padfix, #topImage .padfix, #topImagePhotoPlugin .padfix  {
	
		width:936px;
		margin:0 auto;
		padding:0 11px;
	
	}

	#publicHome {
	
		padding:20px 30px;
	
	}

		#publicLeft {
		
			padding-right:22px;
		
		}

		#publicContainer {
		
			width:593px;
		
		}

			#publicCenter {
			
				padding-right:23px;
			
			}
	
			#publicRight {
				
			}
	
				td#publicCallout1 {
				
					color:#ffffff;
					font:12px "Times New Roman", Times, serif;
					text-transform:uppercase;
					text-align:center;
				
				}
	
					td#publicCallout1 a {
					
						color:#1c2002;
						font:12px "Times New Roman", Times, serif;
					
					}
	
				td#publicCallout2 {
				
					color:#ffffff;
					font:12px "Times New Roman", Times, serif;
					text-transform:uppercase;
					text-align:center;
				
				}
	
					td#publicCallout2 a {
					
						color:#f6ebde;
						font:12px "Times New Roman", Times, serif;
					
					}

	#topImage {
	
		width:960px;
		margin:0 auto;
	
	}

	#topImagePhotoPlugin {
	
		width:960px;
		margin:0 auto;
	
	}

	#publicContentContainer {
	
		padding:0 0 0 13px;
		background:url(../../../Images/bg_content2.jpg) top center repeat-y;
		text-align:left;
	
	}
	
		#sidebar {
		
			width:182px;
			height:400px;
			background:url(../../../Images/bg_sidebar.jpg) top left no-repeat;
		
		}
	
			#sidebar .inside {
			
				padding:30px 22px 0 20px;
				width:140px;
			
			}
	
			#sidebarLinks {
			
				padding:10px 0 30px 20px;
				width:140px;
			
			}
	
		#publicContent {
		
			width:758px;
		
		}
	
			#publicContent .inside {
			
				padding:30px 0px;
				margin-left:40px;
				width:670px;
			
			}
			
			.cellText {
			
				padding:10px;
				vertical-align:top;
				
			}
	
		#privateHome {
		
			width:758px;
		
		}
	
			#privateHome .inside {
			
				padding:30px 48px 30px 40px;
			
			}
	
				#privateHome .inside table.quickLinks a {
				
					background:url(../../../Images/carrot.gif) no-repeat center left;
					padding-left: 10px;
				
				}
	
				#privateHomeLeft {
				
					width:300px;
				
				}
		
				#privateHomeRight {
				
					width:300px;
				
				}
	
					a#pluginHeader {
					
						color:#dbb65c;
						font:11px "Times New Roman", Times, serif;
					
					}
		
	#contentBottom {
	
		width:960px;
		height:3px;
		background:url(../../../Images/bg_content_bottom.jpg) bottom center no-repeat;
		display:block;
	
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:100%;
	height:46px;
	background:url(../../../Images/bg_footer_repeat.jpg) top center repeat-x;
	margin:0 auto;

}

	#footer .inside {
	
		width:960px;
		height:46px;
		background:url(../../../Images/bg_footer.jpg) top center no-repeat;
		margin:0 auto;
	
	}
	
		#footerLeft {
		
			width:460px;
			padding:13px 0 60px 20px;
			font:10px "Times New Roman", Times, serif;
			text-transform:uppercase;
			text-align:left;
			
		}
	
			#footerLeft a {
			
				color:#d9bb73;
				
			}
	
		#footerRight {
		
			width:460px;
			padding:13px 20px 60px 0;
			font:10px "Times New Roman", Times, serif;
			color:#d9bb73;
			text-align:right;
			
		}
		
		.advLogUsername {
border: 1px solid #b67c78; 
width: 128px; 
height: 16px; 
font: 11px "Times New Roman", Times, serif;
color:#493e38;
padding-left:5px;
background: #343e15 url(../../../Images/unbg.jpg) no-repeat top center;
}

.advLogPassword {
border: 1px solid #b67c78; 
width: 128px; 
height: 16px; 
font: 11px "Times New Roman", Times, serif;
color:#493e38;
padding-left:5px;
background: #343e15 url(../../../Images/pwbg.jpg) no-repeat top center;
}

	/*#login_container .advLogUsername, #login_container .advLogPassword {
	background-color:#fff;
	background-image:none;
	color:#000;
	}*/