@import url(global_v1-2.css);
@import url(inwoodCC_css/modules.css);
@import url(inwoodCC_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);
@import url(inwoodCC_css/Menu.inwoodCC.css);
@import url(inwoodCC_css/PanelBar.inwoodCC.css);
@import url(inwoodCC_css/Accordion.inwoodCC.css);
@import url(_fonts/PaidFonts/LilyWang/stylesheet.css);
@import url(_fonts/PaidFonts/Proxima-Nova/stylesheet.css);
@import url(_fonts/Social-icons/stylesheet.css);
@import url(_fonts/Merriweather/stylesheet.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: #153b19;
	font: 700 26px Merriweather, Georgia, "Times New Roman", Times, serif;
padding-bottom: 20px;
}


h2 {
	
	color: #4d3e34;
	font: 20px/1.5 Proxima-Nova, arial, sans-serif;
	padding-bottom: 24px;
}

h3 {
	
	color: #153b19;
	font: 16px Proxima-Nova, arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: .02em;
}

h4 {
	
	color: #4d3e34;
	font: 16px Proxima-Nova, arial, sans-serif;
	padding-bottom: 10px;
}

h5 {
	
	color: #000000;
	font: 13px Proxima-Nova, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding-bottom: 10px;
}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p, #content table, #content div {
	
	color: #766b5c;
	font: 14px/1.7 proxima-nova, arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #153b19;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #153b19;
	font: inherit;
	text-decoration: underline;

}

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clear-fix {
    height: 1%;
}
.clear-fix {
    min-height: 1px;
}

.page {
	
	background: url(../../../Images/BG_repeat.jpg) center top;
	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: #335f36;
    border: 0px;
    color: #FFF;
	border-radius: 0px;
    display: inline-block;
    font: 12px Proxima-Nova, arial, sans-serif;
    margin: 2px 0px;
     padding: 0px 20px;
    text-align: center;
	cursor: pointer;

	letter-spacing: .06em;
	height: 30px;
	line-height: 30px;
	width: auto !important;
}

.abut:hover {
	background: #274829;
	text-decoration: none;
	border: 0px;
	color: #FFF;
	font: 12px Proxima-Nova, arial, sans-serif;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-in-out;
}

.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: inwoodCC
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.headerBG {
	width: 100%;
	height: 165px;
	background: url(../../../Images/headerBG.png) center top repeat-x;
}

.headerGlow {
	width: 1000px;
	margin: 0 auto;
	height: 115px;
	background: url(../../../Images/BG_Header_Glow.jpg) center top no-repeat;
}

.logoWrapper {
	width: 600px;
	float: left;
}

.logo {
	width: 207px;
	margin-left: 393px;
}

.logo img {
	border: none;
	display: block;
}

.logo img:hover {
	opacity: .7;
}

.logo .padding {
	padding-top: 13px;
}

.headerRight {
	width: 140px;
	float: right;
	text-align: right;
}

.headerRight .inside {
	padding-top: 43px;
}

.navWrapper {
	width: 1000px;
	margin: 0 auto;
}

#nav {
}

#pubHomeAlbum {
	width:100%;
	margin: 0 auto;
	text-align:center;
	overflow:hidden;
	position: relative;
	max-height:560px;
}

#pubHomeAlbum .clickToEditDiv {
			position:absolute;
			top:0;
			right:0px;
			left:0px;
		}
		
		#pubHomeAlbum .plgHeaderBar,
		#contentImage .plgHeaderBar {
			
			position:absolute;
			z-index:9800;
			
		}

#pubHomeAlbum [id^="photoPluginWrapper"] {
		
		width:100% !important;
		min-width:990px !important;
		height:0px!important;
		padding-bottom:37.3%;
	}

	#pubHomeAlbum .mpContent img,
	#pubHomeAlbum .image-wrap img,
	#pubHomeAlbum [id^="photoPluginWrapper"] img,
	[id^="photoPluginWrapper"] img {
	
		
		display:block;
		width:100% !important;
	}	
	
		
[class*="control-"] {
		
		width:10%;
		margin:0 auto;
		position:absolute;
		top:0;
		height:100%;
		z-index:100;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		opacity:0.7;
		
	}
	
		[class*="control-"]:hover {
			
			opacity:1.0;
			
		}
	
	.control-left {
		
		left:0;		
		background:url(../../../Images/previous.jpg) left 45% no-repeat;
		
	}
	
		.control-left img {
			
			float:left;
			width:90%;
			min-height:100%;
			border:0;		
			
		}
		
	.control-right {
		
		right:0;
		background:url(../../../Images/next.jpg) right 45% no-repeat;
		
	}
	
		.control-right img {
			
			float:right;
			width:90%;
			min-height:100%;
			border:0;		
			
		}

.fadeWrapper {
	background: url(../../../Images/watermark2.png) right bottom no-repeat;
	margin-top: -189px;
	position: relative;
	z-index: 0;
	width: 100%;
}
		
#imageFade {
	width: 100%;
	height: 189px;
	background: url(../../../Images/BG_ImageFade_repeatX.png) center top repeat-x;
	
	
}

.calloutWrapper {
	position: relative;
	z-index: 9200;
	margin-top: -50px;
}

.callouts {
	width: 1000px;
	margin: 0 auto;
}

.callout1,
.callout2 {
	margin-right: 46px;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.callout3 {
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.callout1 a{
	width: 300px;
	height: 100px;
	display: block;
	background: url(../../../Images/Callout1.jpg) center top no-repeat;
}

.callout1 a:hover {
	width: 300px;
	height: 100px;
	display: block;
	background: url(../../../Images/Callout1.jpg) center bottom no-repeat;
}

.callout2 a{
	width: 300px;
	height: 100px;
	display: block;
	background: url(../../../Images/Callout2.jpg) center top no-repeat;
}

.callout2 a:hover {
	width: 300px;
	height: 100px;
	display: block;
	background: url(../../../Images/Callout2.jpg) center bottom no-repeat;
}

.callout3 a{
	width: 300px;
	height: 100px;
	display: block;
	background: url(../../../Images/Callout3.jpg) center top no-repeat;
}

.callout3 a:hover {
	width: 300px;
	height: 100px;
	display: block;
	background: url(../../../Images/Callout3.jpg) center bottom no-repeat;
}

.watermark {
	width: 100%;
	
}

.pubHomeContentWrapper {
	width: 880px;
	margin: 0 auto;
}

.pubHomeContent {
	padding: 34px 0 64px 0px;
	text-align: center;
	color: #4d3e34;
	font: 20px/1.7 Proxima-nova, arial, sans-serif;
}

.footerBG {
	width: 100%;
	background: url(../../../Images/footerBG.jpg) center top repeat-x;
	padding: 20px 0;
	text-align: center;
	color: #aca78c;
	font: 12px/1.9 Proxima-nova, arial, sans-serif;
}

.ceFooter {
	display: inline;
}

.ceFooter a {
	color: #aca78c;
}

.footerBG h6 {
	color: #e6e2cb;
	font: 12px/1.9 Proxima-nova, arial, sans-serif;
}

.footerBG h6 a {
	color: #e6e2cb;
}

.footerBG h6 a:hover {
	text-decoration: none;
	color: #fff;
}

#contentImage {
	width: 100%;
	text-align: center;
	z-index: 8000;
	max-height: 546px;
	overflow: hidden;
	*position:static;
}

#contentImage img {
	max-width: 100%;
	width: 100%;
}

#contentImage .clickToEditDiv {
	padding-bottom: 40px!important;
	 position:absolute; 
	 top:200px; 
	 left:0px; 
	 z-index:100;
}

#contentImage .clickToEditDiv img {
	width: 90px;
}

.contentWrapper {
	width: 1000px;
	margin: 0 auto;
}

.contentMain {
	padding: 0px 0px 74px 0px;
	text-align: left;
	width: 650px;
	float: left;
}

.content,
.content table,
.content div,
.content p {
	color: #766b5c;
	font: 14px/1.7 proxima-nova, arial, sans-serif;
}

.sidebar {
	width: 300px;
	float: right;
	padding: 7px 0px 74px 0px;
}

.vnavBG {
	border: 1px solid #bab79c;
	width: 300px;
	background: url(../../../Images/vnavBG.png) center top;
	color: #766b5c;
	font: 13px proxima-nova, arial, sans-serif;
}

.vnavWrapper {
	width: 220px;
	margin: 0px 40px;
	text-align: left;
}

.vnav {
	padding: 30px 0px;
}

.crossmarketingWrapper {
	width: 220px;
	margin: 0px 40px;
}

.crossmarketing {
	width: 220px;
	text-align: left;
	padding: 50px 0px 0px 0px;
	color: #766b5c;
	font: 14px/1.7 proxima-nova, arial, sans-serif;
}

.crossmarketing table,
.crossmarketing p,
.crossmarketing div {
	color: #766b5c;
	font: 14px/1.7 proxima-nova, arial, sans-serif;
}
/*////////////////////////////////////////////////////////////////
= Login Page
////////////////////////////////////////////////////////////////*/

#loginPlugin {
	width: 630px;
	margin: 0 auto;
}

.login {
	padding-top: 10px;
}

.login table,
.login div {
	color: #908268;
	font: 11px proxima-nova, arial, sans-serif;
}

.memberLogin {
	color: #000!important;
	font: 13px proxima-nova, arial, sans-serif!important;
	display: inline;
	text-transform: uppercase!important;
}

.memberLogin table,
.memberLogin div {
	color: #000!important;
	font: 13px proxima-nova, arial, sans-serif!important;
	text-transform: uppercase!important;
}

.login .advLogUsername,
.login .advLogPassword {
		background:url(../../../Images/loginFieldBG.png) left top no-repeat;
		border: 0px;
		width:179px;
		height:30px;
		color:#000000;
		font:13px/30px proxima-nova, arial, sans-serif;
		text-indent:16px;
	}
	
		
		
		.login .advLogPassword {
			
			border-top:none;
			
		}

.login a {
	color: #908268;
	text-decoration: underline;
}

.login a:hover {
	text-decoration: none;
}

.login .abut,
.login .abut {
	margin: 0px;
	padding: 0px;
	background: none;
}

/*////////////////////////////////////////////////////////////////
= Private
////////////////////////////////////////////////////////////////*/

.privBG {
	width: 100%;
	background: url(../../../Images/Bg_PrivateSide_Watermark.jpg) center top no-repeat;
}

.privSiteWrapper {
	margin: 0 auto;
	width: 1100px;
	padding-top: 24px;
}

.privHomeAlbum {
	width: 1100px;
	height: 400px;
	background: url(../../../Images/privHomeAlbumBG.png) center top;
}

.privHomeAlbumImage {
	width: 750px;
	float: left;
}

.privHomeAlbumImage img {
	border: none;
}

.arrowOverlay {
    height: 60px;
    margin-top: 170px;
    width: 750px;
}

.privHomeAlbumText {
	width: 230px;
	margin-right: 80px;
	float: right;
	text-align: left;
}

.privHomeAlbumText table,
.privHomeAlbumText div{
	color: #766b5c;
	font: 14px/1.7 Proxima-Nova, arial, sans-serif;
}

.privHomeAlbumText img {
	border: none;
}

.privHomeAlbumText .topPadding {
	padding-top: 60px;
}

.privHomeAlbumText .description {
	color: #2a4c2c;
	font: 20px Proxima-Nova, arial, sans-serif;
	padding-bottom: 26px;
	padding-top: 6px;
}

.privHomeAlbumText .info {
	padding-bottom: 30px;
}

.privHomeAlbumText a {
	color: #000000;
	text-decoration: none;
	font: 13px proxima-nova, arial, sans-serif;
	text-transform: uppercase;
}

.privHomeAlbumText a:hover {
	color: #2a4c2c;
}

.privHomeContentPadding {
	padding-top: 25px;
}

.privWatermark {
	width: 1100px;
	background: url(../../../Images/privWatermark.png) right bottom no-repeat;
}

.privContentBG {
	width: 1100px;
	background: url(../../../Images/privContentBG.png) center top repeat-y;
}

.privContentBGTop {
	width: 1100px;
	background: url(../../../Images/BG_Pv_UI_Top.png) center top no-repeat;
}

#calendar {
	width: 650px;
	float: left;
	margin-left: 50px;
	text-align: left;
}

#calendar .inside {
	padding: 34px 0px 70px 0px;
}

#calendar .open {
	float: right;
	padding-top: 16px;
}

#calendar .itemBG {
	width: 650px;
	background: url(../../../Images/calendarBG.png) center top;
	margin-bottom: 6px;
	line-height: 24px;
}

#calendar .itemBG .padding {
	padding: 15px 0px 10px 0px;
}

#calendar .event {
	padding-bottom: 2px;
	color: #2a4c2c;
	font: 20px Proxima-Nova, arial, sans-serif;
}

#calendar .event a {
	color: #2a4c2c;
}

#calendar .event a:hover {
	color: #000;
	text-decoration: none;
}

.dateBoxWrapper {

    text-align: center;
 
}
.calMonth {
    color: #000000;
    font: 16px/14px Proxima-Nova, arial, sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.calDay {
    color: #000000;
    font: 36px/42px New-Baskerville, Garamond, Baskerville, "Times New Roman", serif;
}

.privSidebar {
	width: 300px;
	float: right;
	margin-right: 50px;
	text-align: left;
}

.privSidebar .padding {
	width: 300px;
	padding: 52px 0px 70px 0px;
}

.newsWrapper {
	width: 220px;
	margin: 0px 40px;
}

#news {
	width: 220px;
	text-align: left;
	padding: 26px 0px 0px 0px;
	color: #766b5c;
	font: 14px proxima-nova, arial, sans-serif;
}

#news h3 {
	padding-bottom: 14px;
}

#news table,
#news p,
#news div {
	color: #766b5c;
	font: 14px proxima-nova, arial, sans-serif;
}

#news .title {
	color: #4d3e34;
	font: 16px proxima-nova, arial, sans-serif;
	padding-bottom: 2px;
}

#news .title a {
	color: #4d3e34;
}

#news .title a:hover {
	text-decoration: none;
	color: #153b19;
}

#news .postdate {
	color: #766b5c;
	font: 13px proxima-nova, arial, sans-serif;
}

#news .archive {
	float: right;
	padding-top: 2px;
}

#news .archive a {
	color: #766b5c;
	font: 13px proxima-nova, arial, sans-serif;
}

#news .archive a:hover {
	text-decoration: none;
	color: #153b19;
}

#news .item {
	padding-bottom: 20px;
}

#news .newsPluginArchiveLink {
	display: none;
}

a[class*="soc-"]:before {
    color: #e6e2cb;
    font-size: 12px;
    padding-right: 7px;
	line-height: 23px;
}
a[class*="soc-"]:hover:before {
    color: #fff;
}
a[class*="soc-"] {
    color: #e6e2cb;
    font: 12px/22px proxima-nova, arial, sans-serif;
    padding-left: 4px;
}
a[class*="soc-"]:hover {
    color: #fff;
}

.modulesWrapper {
	width: 1000px;
	margin: 0px 50px;
}

.modules {
	padding: 20px 0px 50px 0px;
}

.privContentImage {
	width: 1100px;
}

.privContentImage img {
	display: block;
}

.contentMainPriv {
	text-align: left;
	width: 650px;
	float: left;
	margin-left: 50px;
}

.contentMainPriv .padding {
	padding: 40px 0px 74px 0px;
}

.carousel-img-wrap {
    float: left;
    margin: 5px 5px 0 0;
    overflow: hidden;
}
.carousel-img-wrap img {
    min-height: 80px;
    min-width: 100%;
    width: auto;
}

.carousel-img-wrap img:hover {
    opacity: .7;
    transition: all 0.3s ease-in-out 0s;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs
{
	font: 12px proxima-nova, arial, sans-serif;
	background-color:#000000;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .levelwrap
{
	border-bottom:none;
	padding-left:22px;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs  .levelwrap.level2
{
	border-bottom: 0px;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a
{
	padding-left: 0px;
	background:none;
	margin-right:0px;
	color:#fff;
	text-decoration:none;
	margin-bottom:0px;
	font-size: 12px;
}



.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a .wrap
{
	padding-right: 30px;
	padding-left: 30px;
	background:none;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a:hover
{
	color: #555;
	background: transparent;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a .innerWrap
{
	line-height: 30px;
	padding-top: 0px;
	background:none;
	text-align:center;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a.selected
{
	padding-top: 0px;
	color: #FFF;
	background:#555;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a.selected .wrap
{
	background-image:none;

	color: #FFF;
}

.courseTourWrapper .RadTabStrip_HorizontalTabs .level1 li a.selected .innerWrap
{
	background-image:none;
}

.courseTour {
	padding: 10px 0px;
}