/* styles need to be set for the following:  
- modules in #mainContent & #SidebarContent	
.editor img 	.slideshow	.news	listview li	
#contactform 	#contactform label	
#contactform .question_input - general needed 
styles
p h1 h2 td tdtd, #contentWrapper ul ul #contentWrapper u l a, 
a:visited.clear-block 
.module_bottom_spacer*/



@import url("modules.css");


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* font-size:62.5%; */
	font-size:.8em;
}


body.bodyBkg{
	background-image: url(/images/golfing9/g9-bkgd.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #eae7d7; 
}
/* container (outer shell, 1 level in from body tag that holds everything) */


#container {
	width:982px;
	padding: 38px 0 0 0;
	margin:0px auto 0px auto; /* Center page in browser ----- */
/*
	background-image: url(/images/golfing9/g9-top.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
	border: solid 0px #484848;
	font:12px Arial, "Trebuchet MS", sans-serif;

}

#header {
	background-image: url(/images/golfing9/g9-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	display: block;
	padding: 0px;
	margin: 0;
	height: 232px;
	width:982px;
	z-index: 2;	
	border: solid 0px #ccc;
}

#phone {
	position: absolute;
	top: 0;
	font:bold 18px Arial, "Trebuchet MS", sans-serif;
	color:#fff;
	float: right;
	padding: 2px;
	margin: 2px 12px 0 0;
	width: 968px;
	text-align: right;	
	text-shadow: 3px 3px 3px #333; 
	z-index:500;
}

 
#logoName {
	font:400 38px  Georgia, Times, Arial, Verdana, "Trebuchet MS", sans-serif;
	color:#fff; 
	float: left;
	margin-top:128px;
	margin-left:8px;
	padding: 10px 35px 0px 0px;
	position: relative;
	vertical-align:middle;
	text-shadow: 3px 3px 3px #333; 
	z-index: 5;
	border: solid 0px #900;
}


#logoName img {
	float:left;
	position: relative;
	padding: 3px 3px 12px 3px;
	margin-right:10px;
	vertical-align:middle;
	text-align: center;
	z-index: 5;
}


#logoName1 {
	display: block;
	margin: 1px 0 0 0;
	padding: 1px;
}
#logoName2 {
	display: block;
	/* float: left; */
	margin: 1px;
	padding: 1px;
}


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: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 200;
	color: #837c52!important; /*dk tan */
	line-height: 18px;
	margin:1em 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #3b5f6d!important; /* dk blueish green */
	line-height: 18px;
	margin:1em 0;
}
 .module_bottom_spacer {
	height:5px;
	display:block;
	clear: both;
}


img.banner {
	display:block;
	height: 85px;
	width:1000px;
	background-image: url(/images/);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 1px #900;
	background-color: #900; 
}
#welcome_date {
	display:none;
}



#horizBar { /* NOT USED here - banner */
	display: none;
	width:99%;
}

/* content area - contentWarapper("box" around the sectionNav mainContent and SidebarContent) */


#mainContentWrapper {
	background-color: #fff;
}

#contentWrapper {
	position:relative;
	top:20px;
	width: 960px;
	margin: 0 0 20px 14px;
	text-align: center;	
}

#mainContent {
	position:relative;
	min-height: 450px;
	width:auto;
	font-size:1.2em;
	text-align:left;
	padding-right:25px;
	padding-bottom: 12px;
}


#SidebarContent {
	position:relative;
	z-index: 10;
	display:block;
	width:226px;
	float:right;
	padding: 8px;
	margin-left:25px;
	margin-bottom: 30px;
	margin-right: 6px;
	text-align:left;
	/* background: url(/images/golfing8/sidebar-bkg.png);
	background-repeat: no-repeat; */
	background-color: #c1bb95; 
		-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


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

 #bottom {
	position: relative;
	left: 0px;
	bottom: 0px;
	display:block;
	width:972px;
	height:130px;
	padding: 5px;
	background: url(/images/golfing9/g9-footer2.gif);
	background-repeat: no-repeat;
	/* background-position: 8px 8px; */
	background-color: #999; 
	z-index:1000;
	margin-bottom: 10px;

}

/*  FOOTER - bottom nav  */

#bottomNav {
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0;
	top:50px;
	height:auto;
	text-align: left;

}
#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 11px Arial, "Trebuchet MS", sans-serif;
	color:#0f2e39;
	text-decoration: underline;
}
#bottomNav a:hover {
	color:#ccc !important;
}
#copyright {
	position:relative;
	margin: 0 auto 0 auto;
	font-size:1em;
	color: #0f2e39;
	text-align:left;
	height:auto;
	text-align: center;
	top:70px;
	padding: 0;
	margin-bottom:40px;
	
}
#copyright a {
color: #0f2e39;
}
#copyright a:hover {
color:#ccc !important;
}

/* End bottom area */


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



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

#SidebarContent .imageGallery {       /* decorates both video and photo gallery icons */
	border: solid 1px #c1bb95 !important;
		background-image: url(/images/blank.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
}

.videothumbails_container {
	position: relative;
	border: solid 1px #c1bb95 !important;
	background-image: url(/images/video-thumbs-tan.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 30;

}

.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-tan.jpg);
	background-repeat: repeat-x;
	background-position: left top;
z-index: 25;

} 


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

/* --------------------------  MAIN TOP NAV -------------------------- */


#main-menu {  /* old name #mainnavContainer */
	position:relative;
	display:block;
	height: 33px;
	width:982px;
	background-image: url(/images/golfing9/g9-nav.gif);
	background-repeat: repeat-x;
	background-position: left top; 
	text-align: left;
	padding:0;
	border-top: solid 1px #ccc;
	z-index:800;
}

#mainnav {
	position: absolute;
	top: 0px;
	left: 2px;
	padding: 0;
	margin: 3px 0 0 0 ;
	height: 32px;
	overflow:visible;
}

.responsive-menu  {
	display: block;
}




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

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

#SidebarContent .editor {
	width: 205px;
	background-image: url(/images/golfing9/module-trans.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 6px;
	margin: 0 0 6px 6px;
	text-align: center;
		-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
  
	border: solid 0px #fff;
}

#sidebarContent .editor H1 {
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 200;
	color: #009!important; 
	line-height: 18px;
	margin: 2px;
}


/* ------------ NEWS MODULE ------------------ */

.news {

}

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

.news h2 a:hover {
	text-decoration:none!important;
}

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

#mainContent .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;
}

/* ---------- NEWS MODULE ---------- */


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

#SidebarContent .news {
	position: relative;
	background-image: url(/images/golfing9/module-trans.png);
	background-repeat: repeat-y;
	z-index: 100;
		margin-bottom: 6px;
	padding: 4px 4px 2px 4px;
	border: solid 0px #fff;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
 
}




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


#mainContent #contactform form {
	display:inline-block;
	border: solid 0px #900;
}
#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 {
	width: 205px;
	background-image: url(/images/golfing9/module-trans.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 6px;
	margin: 0 0 6px 6px;
	text-align: center;
		-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
   
	border: solid 0px #fff;
}

#SidebarContent #contactform input, #SidebarContent #contactform textarea {
	width:172px;
	padding: 2px;
	margin: 2px;
}

/* ------------------- WEATHER ---------------*/

div#weather {
position: relative;
z-index: 100;
border: solid 1px #fff;
}

#SidebarContent .weather {
	position: relative;
	background-image: url(/images/golfing9/module-trans.png);
	background-repeat: repeat-y;
	z-index: 100;
	margin-bottom: 6px;
	padding: 4px 4px 2px 4px;
	border: solid 0px #fff;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}

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

div#weather th {
background-color: #ccc;
}

.listview {width: 88%; margin-left: 18px;}
.listview ul {list-style-type: none;}

/* ------------ 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;
}


.facebook, .twitter, .youtube, .linkedin, .digg, .delicious {
float: left;
padding: 0;
margin:0;
}


@media(max-width: 1000px) {
	#container {
		width: 97%;
	}
	#container img {
		max-width: 100%;
		height: auto;
	}
	#header {
		background-size: contain;
		width: 100%;
		height: 0;
		padding-top: 23.62%;
	}
	#phone {
		width: 89%;
	}
	#contentWrapper {
		width: 97.8%;
	}
	#main-menu {
		width: 100%;
	}
	#SidebarContent {
		width: 23%;
	}
	#bottom {
		width: 99%;
	}
	
	#mainContent iframe {width: 98%;}
	
	
	.editor table {border: solid 0px #ccc; width: 99%!important; }
	
	#mainContent #contactform label {
		min-width: 15.3%;
		_width: 15.3%;
	}
	#SidebarContent .editor {
		width: 90.7%;
	}
	#SidebarContent #contactform {
		width: 90.7%;
	}
	#SidebarContent #contactform input {
		width: 76.1%;
	}
	#SidebarContent #contactform textarea {
		width: 76.1%;
	}
	#logoName {
		font-size: 60%;
		margin-top: -90px;
	}
}

@media(max-width: 580px) {
	
	
#contentWrapper {
	width: 100%;
	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;
	}
	
#contentWrapper #SidebarContent {
	width: 88%;
	margin: 2px 2px 2px 2px;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;} 
#contentWrapper #mainContent {
	float: left;
	width: 93%!important;
	-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
}	


	
#header {
	margin-bottom: 10px;
}

#welcome_date {
	display:none;
}

#mainContentWrapper {
	display: table;
	width: 99%;
}

#main-menu {
		width: 100%;
	}



#mainContent img {
	width: 99%;
}

.editor img {
/*
	width: 90%!important;
	height: 90%!important;
*/
	max-width: 100% !important;
	height: auto !important;
}


#mainContent .editor {width: 100%;}

#mainContent table {
	width: 90%!important;
}	

#mainContent iframe {width: 98%;}
		
#contentWrapper #SidebarContent {
	min-width: 300px;
	width: 88%!important;
	position:relative;
	z-index: 10;
	display:block;
	float:left;
	padding: 8px;
	margin-left:5px;
	margin-bottom: 12px;
	margin-right: 5px;
	text-align:left;
	clear: both;
	}


#SidebarContent .editor {
	width: 95%!important;
	margin: 1px;
	background-image: url(none);
}
	
#phone {
	padding: 2px;
	margin: 2px 12px 0 0;
	width:90%;
	text-align: right;	
	text-shadow: 1px 1px 1px #ccc; 
}
#phone a {color: #fff;}

 
#logoName img {
	float:left;
	position: relative;
	width: 20%!important;
	height: 20%!important;
	padding: 3px 3px 10px 3px;
	margin-right:10px;
	border: solid 0px #900;
	vertical-align:middle;
	text-align: center;
	z-index: 5;

}


#logoName1 {
	display: block;
	margin: 10px 0 -10px 0;
	padding: 1px;
}
#logoName2 {
	display: block;
	float: left;
	margin: 1px;
	padding: 1px;
} 

#contactform {width: 88%;}

#contactform input[type="text"] {
	padding: 10px;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 80%;
	margin: 0 0 30px;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contactform textarea {
	padding: 10px;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 80%;
	margin: 0 0 30px;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contactform input[type="email"] {
	padding: 10px;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 80%;
	margin: 0 0 30px;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contactform input[type="submit"] {
	padding: 12px;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 200px;
	height: 40px;
	margin: 0 0 30px;
	background-color: #fc0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
}

#SidebarContent #contactform {
	width: 98%;
	background-image: url(none);
	padding: 5px 6px;
	margin: 0 0 6px 6px;
	text-align: center;
		-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

 #bottom {
	position: relative;
	left: 0px;
	bottom: 0px;
	display:block;
	width:100%;
	height:130px;
	padding: 5px;
	background: url(/images/golfing9/g9-footer2.gif);
	background-repeat: no-repeat;
	background-color: #999; 
	z-index:1;
	margin-bottom: 10px;

}

.editor table {border: solid 0px #ccc;}
.editor table { max-width: 100%; table-layout: fixed; }
.editor td { white-space: normal; }
.editor table td img {width: 100%; height: 100%; border: solid 0px #f00;}
.question_input {width: 88%;}	

	#logoName {
		font-size: 14px;
	}
	#logoName1 {
		font-size: 14px;
	}
	#logoName2 {
		font-size: 12px;
	}

/* Video */

.videocontainer {width: 99%;}

.videocontainer iframe {width: 99%;}

.videothumbails_container {width: 99%;}
.videothumb img { width: 60px !important; height: 60px !important; }

/* news */
#SidebarContent .news {width: 90%; height: 70%; background: none;}

.listview {width: 88%; margin-left: 18px;}
.listview ul {list-style-type: none;}

/* social media */
.socialNetworking {width: 80%;}

#fb-root {width: 85%!important;}  /* these are not working */

#fb-root  .fb-like-box {width: 85%!important;}

.fb-like-box data-width {width: 85%!important;}

#fb-root  .fb-activity {width: 85%!important;}

.twitter-timeline {width: 85%!important;}


/* Paypal */
.paypal {width: 100%;}
.paypal table {width: 100%;}
.paypal td {border-bottom: solid 1px #999;}

/* calendar */
/* ------------ CALENDAR ------------------ */

html .fc {border: solid 0px #333;}
.fc table { border: solid 0px #f00; width: 100%;}
.fc-content {border: solid 0px #009; clear: both;} /* this not doing anything */
	
.fc-button {
	width: 100%;
	position: relative;
	display: block!important; /*inline-block;*/
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
	}
	
/* weather */
#weather1278 {display: none; width: 90%;}

#SidebarContent .weather {
	display: none;
	position: relative;
	width: 100%;
	background-image: url(none);
	z-index: 100;
	margin-bottom: 6px;
	padding: 9px;
	border: solid 1px #333;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	clear: both;

}


/* photo gallery slideshow */

.pdf { width: 58%; padding: 0; margin: 0; float: left; overflow: hidden; border: solid 0px #009; clear: none;}

.photogallery { width: 98%;}
.imageGallery {width: 98%!important;}

#slideshow {width: 95%!important; border: solid 0px #f00;}

#slideshow-slide {width: 100%!important;}



.cycle-slideshow  {width: 98%;}

.cycle-overlay {width: 50%;}



#slideshow-controls  {width: 98%;}

.module_bottom_spacer {width: 98%;}


}
