/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(admin.css);
@import url(adminLogin.css);
@import url(DevonYC_css/modules.css);
@import url(DevonYC_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:#810000;
	font:bold 30px "Palatino Linotype", Times, serif;
	margin: 0 0 15px;
	display: inline;
}

h2 {
	color:#6f2904;
	font:bold 22px "Palatino Linotype", Times, serif;
	margin: 5px 0 3px;
	display: inline;
}

h3 {
	color:#000;
	display:inline;
	font:bold 17px "Palatino Linotype", Times, serif;
	margin: 5px 0 3px;
	display: inline;
}

h4 {
	color:#4A493D;
	font:15px "Palatino Linotype", Times, serif;
	margin: 5px 0 4px;
	display: inline;	
}

h5 {
	color:#333;
	display:inline;
	font:bold 12px "Palatino Linotype", Times, serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Palatino Linotype", Times, serif;
	display: inline;
}

/* ::TODO:: look into the best solution for this */
p {
	color:#5f5f5f;
	font:16px "Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 0 0 5px;
}

table {
	font:11px "Trebuchet MS", Arial, Verdana, sans-serif;
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
}
a,a.small,a.anchor,a.visited .plgCalendarWeekday,.plgCalendarWeekend,.plgCalendarDayOn{
	color:#000;
	font-size:13px;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}

.page {
	background: #C9DCEF url(../../../Images/main_bg.gif) repeat-x scroll 0% 0%;
	/**background:#89bae6;**/
}

.CEMenu {
	margin:0;
	padding:0;
}

/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px "Trebuchet MS", 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 "Trebuchet MS", Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px "Trebuchet MS", Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px "Trebuchet MS", Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px "Trebuchet MS", Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px "Trebuchet MS", 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 "Trebuchet MS", Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: (DevonYC)
///////////////////////////////////////*/

.hide-text {

	display: none;

}

div .inside table {

	width: auto !important;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	background: #fff url(../../../Images/page_bg.gif) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 956px;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#header {

	height: 100px;
	position: relative;

}

	#logo {
	
		background: url(../../../Images/hdr_logo.gif) left top no-repeat;
		display: block;
		height: 65px;
		left: 45px;
		position: absolute;
		top: 27px;
		width: 405px;
	
	}
	
	#hdr_links {
	
		position: absolute;
		right: 15px;
		top: 10px;
		text-align: right;
	
	}
	
		#hdr_links a {
		
			margin: 0 10px 0 0;
			font-size: 10px;
		
		}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	background: url(../../../Images/nav_bg.gif) left top repeat-x;
	height: 26px;
	margin: 0 10px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentWrapper {

	margin: 0 10px;
	width:936px;

}

	.contentArea {
	
		background: url(../../../Images/content_bg.gif) left top repeat-y;
		width: 936px;
	
	}

#contentIntro {

	background: #fff;
	float: left;
	position: static;
	width: 936px;
	height:auto;

}	

#contentIntro img {
	display: block;
	
}

	#flashWrapper {

		position: relative;

	}

		#overlay {
		
			position: absolute;
			right: 10px;
			top: 70px;
			width: 240px;
			z-index: 10;
		
		}
		
			#overlay {
			
				color: #fff;
				text-align: right;
			
			}
			
			#overlay p,
			#overlay h2 {
			
				color: #fff;
				
			}
	
#contentMain {

	float: left; 
	width: 455px;

}

	#contentMain .inside {

		padding: 25px 55px 20px 45px;

	}

		#welcome {

			position: relative;
			left: -20px;

		}
		
#contentSub {

	float: right;
	width: 265px;

}




	#contentSub .inside {
	
		padding: 45px 15px 20px 15px;
	
	}

#sidebar {

	background: url(../../../Images/sidebar_bg.gif) left top repeat-x;
	float: left;
	width: 215px;
	text-align: center;

}

	#sidebar .inside {
	
		padding: 40px 0px 60px;
		width: 180px;
		margin: 0 auto;
	
	}
	#sidebar .insidePublichome {
	
		padding: 60px 35px 65px 20px;
	
	}

/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background: transparent url(../../../Images/footer_bg.gif) center top no-repeat;
	width: 956px;
	text-align: center;
}

	#footer .inside {
	
		padding: 20px;
	
	}

	#footer p {
	
		
	
	}
	
	
/* -------------------------------------------------------------
= CONTENT PAGE
------------------------------------------------------------- */



#pub-content #contentMain {

	width: 720px;

}

#pub-content #sidebar .inside {

	padding-top: 40px;
	/*height: 100%;*/

}

#vNav{
	width:160px;
	padding-bottom:80px;
	float:left;

}
/* -------------------------------------------------------------
= PRIVATE PAGE
------------------------------------------------------------- */


#priv-content #contentMain {

	width: 720px;

}