@import url("modules.css");

*{
/*
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
		line-height: 14px;
*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;	
	line-height: 14px;
}

body.bodyBkg{
	background-image: url(/images/bkgd-golf7.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #766539; 
}

/* container (outer shell, 1 level in from body tag that holds everything) */

#container {
	width:980px;
	margin:20px auto 0px auto; /* Center page in browser */
/*
	background-image: url(/images/ban-bkg22.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/
	border: solid 15px #BCB299;
	background-color: #fff;
}

#header {
	position: relative;
	width:980px;
	height:200px;
	background-image:url(/images/ban-golf7.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	text-align:right;
	border: solid 0px #900;
}	

#phone {
	position: absolute;
	/* left: 76%; */
	font:bold 22px Arial, "Trebuchet MS", sans-serif;
	color:#fff;
	float: right;
	padding: 2px 5px 0 6px;
	display: block;
	margin: 8px 0 0 0;
	width: 235px;
	background-image: url(/images/phone7.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #BCB299;
	text-align: left;	
	z-index: 500;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
    behavior: url(border-radius.htc);
}


#logoName {
	font:200 38px  Palatino, Georgia, Arial, Verdana, "Trebuchet MS", sans-serif;
	color:#900; /*  #9CA37A; */
	font-variant: small-caps;
	float: left;
	margin-top:95px;
	margin-left:12px;
	padding: 10px 35px 5px 10px;
}
#logoName img {
	float:left;
	margin-right:5px;
	margin-top:-10px;
	padding: 3px 3px 12px 3px;
}

#logoName1 {
	font:200 38px  Palatino, Georgia, Arial, Verdana, "Trebuchet MS", sans-serif;
	display: block;
	margin: 1px 0 -10px 0;
	padding: 1px;
	border: solid 0px #900;
}
#logoName2 {
	font:200 22px  Palatino, Georgia, Arial, Verdana, "Trebuchet MS", sans-serif;
	display: block;
	float: left;
	margin: 1px;
	padding: 1px;
	border: solid 0px #900;
}


img.banner {
	display:none;
}
#welcome_date {
	display:none;
}

#horizBar { /* banner */
	width:980px;
	height: 18px;
	background-image: url(/images/nav-tan.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: solid 0px #900;
}

p, #contentWrapper ul {
	font-size: 100%!important;
	line-height:100%;
	padding: 0 0 4px 20px;
	margin-top:0em;
	margin-bottom:1.5em;
	margin-left: 5px;
	margin-top: 3px;
	line-height: 1.4em;
}
td {
	font-size:1.2em;
	line-height:100%
}
td td, #contentWrapper ul ul {
	font-size:100%;
}

#contentWrapper a, 
#contentWrapper a:visited {
color: #0B6497 !important;
}
a:hover, a:visited:hover {
	color: #A40000 !important;
	text-decoration:none;
}




h1 {
	font-family: Palatino, Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 200;
	color: #372418 !important; 
	line-height: 18px;
	margin:1em 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #38648A !important;  /* blue */ 
	line-height: 18px;
	margin:1em 0;
}
.module_bottom_spacer{
	height:25px;
	display:block;
}
/* --------------------------   MAIN LEFT NAV -------------------------- */
#main-menu{
	width:175px;
	float:left;
	position:relative;
	z-index:2;
}
.responsive-menu ul{
	margin:0;
	padding:0;
}
.responsive-menu li{
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	width:auto;
	height:auto;
	position:relative;

}
.responsive-menu li a{
	background-image: url(/images/nav-golf7.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	background-color:#372418;
	padding:6px 20px 6px 20px;
	display:block;
	font:bold 12px "Trebuchet MS", sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.responsive-menu li a:hover{
background-position: 0px -26px;
	color:#BCB299 !important;
}
.responsive-menu li a.active{
}/* End main nav */


/* ---- 2nd level --- */
/* 2nd level ul styles */
.responsive-menu ul ul {
  	position:absolute;
  	top: 0px;
	left:175px;
  	margin:0;
  	padding:0;
  	width:auto;
  	height:auto;
  	border: 1px solid #666;
	display:none;
	width:150px;

}
/* 2nd level li styles */
.responsive-menu ul ul li {
 	text-align:center;
 	width:150px;
 	clear:both;
 	height:auto;
 	margin:0;
 	padding:0;
}

/* 2nd level links style */
.responsive-menu ul ul li a{
	/* background-color:#9CA37A; */
	display:block;
	border-bottom: 1px solid #666;
 	border-collapse:collapse;
	height:auto;
	font:normal 12px "Trebuchet MS", sans-serif;
	color: #fff;
	text-decoration: none;


}
.responsive-menu ul ul li a:hover{
	color:#EBC657;
	display:block;
}

/* level 2 arrow to 3rd level image */
.responsive-menu ul ul img{
	display:none;
}

/* ---- 3rd level --- */
/* 3nd level ul styles */
.responsive-menu ul ul ul{
  	position: absolute;
  	top:0px;
  	left:151px;
  	margin:0;
 	padding:0;
  	width:auto;
  	height:auto;
  	display:none;
  	border: 1px solid #666;
}
/* 3nd level li styles */
.responsive-menu ul ul ul li {
 	text-align:center;
 	width:150px;
 	clear:both;
 	height:auto;
 	margin:0;
 	padding:0;
}

/*  3rd level links style */
.responsive-menu ul ul ul li a{
	background-color:#9CA37A;
	padding-top:5px;
	display:block;
	border-bottom: 1px solid #666;
 	border-collapse:collapse;
	height:auto;
	font:normal 12px "Trebuchet MS", sans-serif;
	color: #fff;
	text-decoration: none;
}
.responsive-menu ul ul ul li a:hover{
	color:#EBC657;
	display:block;
}


/* ---- functions --- */
/* display sub leveles */
.responsive-menu li:hover ul, .responsive-menu li:hover li:hover ul {
  display: block;
}
/* hide 3rd level when hovering other leveles */
.responsive-menu li:hover ul ul {
		display:none;
}
/* sub nav - only used in non-dropdown style menu */
#subnav{
	display:none;
}
#subnav ul{
}
#subnav li{

}
#subnav li a{
}
#subnav li a:hover{
}
#subnav li a.active{
}
/* --------------------------  END MAIN TOP NAV -------------------------- */
/* content area - contentWarapper("box" around the sectionNav mainContent and SidebarContent) */

#contentWrapper {
	position:relative;
	top:0px;
	height:auto;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:50px;
	width:780px;
	float:left;
	z-index:1;
}


/* section nav can be used as a duplicate of the current section subnav.   Example: sectionNav can be used to display the subnav for that section within the content area */
#sectionNav {
	display:none;
}
#sectionNav ul {
}
#sectionNav li {
}
#sectionNav li a {
}
#sectionNav li a:hover {
}
#sectionNav li a.active {
}

#mainContent {
	position:relative;
	height:auto;
	width:auto;
	font-size:1.2em;
	text-align:left;
	padding-right:25px;
}
#SidebarContent {
	position:relative;
	z-index: 10;
	display:block;
	width:175px;
	float:right;
	padding: 8px;
	margin: 8px 2px 2px 2px;
	border:1px solid #9AA18C;
	text-align:left;
	background-color: #BCC3AE;
		-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    behavior: url(border-radius.htc);
}


.clear {
	position:relative;
	clear:both;
	float:none;
	height:1px;
	width:100%;
	display:block;
}

.clear-block {
	clear:both;
	display:block;
} 


/*  End content area */



/* bottom area - bottom("box" around bottomNav and copyright) */


#bottom {
	clear: both; /* Clear floats from left/right divs */
	width:980px;
	height:153px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	background: url(/images/foot-golf7.png) no-repeat right top;
	background-color: #372418;
	z-index:-1000;
}


/* ------------ bottom nav  ------------------ */
#bottomNav {
	position:relative;
	top:50px;
	height:auto;
	text-align:center;
}
#bottomNav ul {
	margin:0px;
	padding:0px;
	text-align:center;
}
#bottomNav li {
	display:inline;
	margin-left:0px;
	margin-right:8px;
	padding:0px;
	list-style:none;
	width:auto;
}
#bottomNav a {
	font:bold 12px Arial, "Trebuchet MS", sans-serif;
	color:#fff;
	text-decoration: underline;
}
#bottomNav a:hover {
	color:#EBC657;
}
#copyright {
	position:relative;
	font-size:1em;
	color:#666666;
	text-align:center;
	height:auto;
	top:80px;
	margin-bottom:40px;
}
#copyright a {
color: #fff;
}
#copyright a:hover {
color: #EBC657;
}
/*  ------------ End bottom area  ------------------ */


/* ------------ EDITOR MODULE ------------------ */

.editor {
display: block;
width: 99%;
position: relative;
z-index: 10;
}

.editor img {
	padding: 0;
	margin: 8px;
}


/* ------------ NEWS MODULE ------------------ */
.detailview{
	background-color:#ffffff;
}

.news {
font-size: 1.2em;
}

.news li{
	margin:0 0 10px -25px;
		
}
.news a{
	font-weight:bold;
	line-height:100%;
}
.news h2 a{
	text-decoration:none !important;
	color: #333;
}

.news h2{
color: #333 !important;
}

.article {
color: #476989 !important;
font-size: .85em;
}

#mainContent .news h2 {
	font-size:1.4em;
	margin-bottom:.3em;
	font-weight:bold;
}
#SidebarContent .news {
	border: solid 0px #900;
	padding: 0;
	margin: 0;
}

#SidebarContent .listview, #SidebarContent .multiview  { /* sidebar news bullets */
	padding: 0 0 0 15px;
	border: solid 0px #900;
}



#SidebarContent .news h2 {
	font-size:1.4em;
	margin-bottom:.3em;
	font-weight:bold;
}

.pNews{
	font-size:1em !important;
	font-weight:normal !important;
	color:#000000;
}
.pNews a{
	font-weight:bold;
	display:block;
	color:#A40000;
}

/* --------- MODULES ---------*/


.imageGallery{            /* decorates both video and photo gallery icons */
	border: solid 2px  #ccc !important;
	background-image: url(/images/video-thumbs-gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px 3px;
}

DIV#SidebarContent .photogallery .imageGallery{
background-image: url(blank);
border: solid 0px  #ccc !important;
	padding: 8px 3px;
}

.photogallery {
border: solid 0px #900;
margin-top: 12px;
}

.videothumbails_container {
border: solid 2px #ccc !important;
background-image: url(/images/video-thumbs-gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

.videothumbails_container img{
clear: both;
border: solid 0px #900;
}


.currentgallery {
	background-color: #D9E3C9;
	border-top: solid 1px #999;
	width: 98.4%;
	padding: 12px 5px 0 5px;
	float: left;
}


.slideshow {
display: block;
position: relative;
padding: 5px 0 5px 5px;
	border: solid 2px #ccc !important;
	background-image: url(/images/video-thumbs-gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
z-index: 25;

} 


div#weather {
position: relative;
z-index: 10;
border: solid 0px #900;
}

div#weather td {
border: solid 0px #ccc;
font:bold 11px Arial, "Trebuchet MS", sans-serif !important;
color:#000;
}

div#weather th {
color:#ccc;
}

.videocontainer iframe {
position: relative;
z-index: 3 !important;
border: solid 2px #ccc;
}
iframe {
position: relative;
z-index: 3 !important;
border: solid 0px #ccc;
}
*/


/* ------------ CONTACT FORM MODULE ------------------ */

#mainContent #contactform form{
	display:inline-block;
}
#mainContent #contactform .clear-block{
	padding:7px 0;
}
#mainContent #contactform label {
	float:left;
	min-width:150px;
	_width:150px;

}
#mainContent #contactform .question_input {
	float:left;
}

#SidebarContent #contactform {
	border: solid 0px #900;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	width: 98%;
	text-align: center;
}

#SidebarContent #contactform input, #SidebarContent #contactform textarea {
	max-width:150px;
}
/* ------------ CALENDAR ------------------ */
table.MonthlyCalendar{
	background-color:#ffffff !important;	
}
.MonthNavigation{
	background-color:#e2e9db !important;	
}
.Today{
	background-color:#e2e9db !important;
}
/* background behind date number & weekend boxes */
.DateLabel,.Weekend{
	background-color:#f7f7ee !important;
}
/* background behind Days of week at top */
.DateHeader{
	background-color:#edecda !important;
}
/* background behind Days not in month */
.Inactive{
	background-color:#f8f8f8 !important;
}

/* --------- Social Media ------------- */

.socialNetworking{
	position: relative;
	z-index: 10;
	display:block;
	clear:both;
	float:none;
}
.socialNetworking div{
	float:left;
	margin:0 15px 15px 0;
}

/* */

#phone {
	/* display: none; */
	width: 23.3%;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
}
#displayname {
	display: inline;
	margin: -10px 0 0 0;
	padding: 0;
	float: left;
}
#logoName {
	position: absolute;
	top: 47.5%;
	left: 0;
	margin-top: 0;
	height: 50%;
	width: 80%;
	max-height: 50%;
	font-size: 38px;
	text-align: left;
	vertical-align: top;
}
#logoName img {
	width: auto !important;
	height: 80% !important;
}

@media screen and (max-width: 1010px) {
	#container, #header, #horizBar, #contentWrapper, #mainContent, #SidebarContent, #bottom, #bottomNav, #copyright {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border: 0 !important;
	}
	#container img {
		max-width: 98% !important;
		height: auto;
	}
	#header, #bottom {
		background-size: 100% 100% !important;
		/* background-position: left !important; */
	}
	#horizBar {
		background-size: cover !important;
		background-position: center !important;
	}
	#contactform {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	#contactform label {
		max-width: 80%;
	}
	#contactform input[type="text"] {
		max-width: 75%;
	}
	#contactform input[type="email"] {
		max-width: 75%;
	}
	#contactform textarea {
		max-width: 80%;
	}
	.editor table {
		border: solid 0px #ccc;
		display: block !important;
		max-width: 100% !important;
	}
	#header {
		background-size: 100% 100% !important;
	}
	#bottomNav a {
		font-size: 8px;
	}
	#copyright {
		font-size: 8px;
	}

	#horizBar {
		height: 0;
	}

	#contentWrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/* optional */
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#mainContent {
		overflow: hidden;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	#SidebarContent {
		overflow: hidden;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
@media screen and (max-width:800px) {
	#phone {
		font-size: 1.0rem !important;
	}
	#logoName1 {
		font-size: 1.3rem !important;
	}
	#logoName2 {
		font-size: 1.05rem !important;
	}
}
@media screen and (max-width:600px) {
	#phone {
		font-size: 0.8rem !important;
	}
	#logoName1 {
		font-size: 1.0rem !important;
	}
	#logoName2 {
		font-size: 0.75rem !important;
	}
}
@media screen and (max-width:500px) {
	#phone {
		font-size: 0.65rem !important;
	}
	#logoName1 {
		font-size: 0.85rem !important;
	}
	#logoName2 {
		font-size: 0.6rem !important;
	}
}
@media screen and (max-width:400px) {
	#phone {
		font-size: 0.5rem !important;
	}
	#logoName1 {
		font-size: 0.7rem !important;
	}
	#logoName2 {
		font-size: 0.45rem !important;
	}
}
