@import url(global_v1-1.css);


@import url(summitClubRedesign_css/modules.css);
@import url(summitClubRedesign_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	color: #000;
	background: #FFF;

}
h1 {
	color: #284E36;
	font-size:20px;
}
h2,h3 {
	color: #847D54;
	font-size:20px;
}
h4 {
	color: #AF7A1F;
	font-style:italic;
	font-size:16px;
	line-height:1.3;
}

h5 {
	font-size:11px;
	color: #2b3B24;
	display: inline;
}

h6 {
	color: #423317;
	font-size:11px;
	font-weight:bold;
}
p { color: #1A1816;}
a,a.small,a.anchor,a.visited {
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;
}
a:hover { text-decoration: underline;}

.page { 

	font:12px  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	background:url(../../../Images/body.jpg);
	text-align: center;

}

.blockLevel {

	display: block;

}

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: siteName
////////////////////////////////////////////////////////*/

#siteWrapper {
	color:#252525;
	margin:40px auto 0;
	width:880px;
	background:#000;
}
/* -------------------------------------------------------------
= LAYOUT CLASSES 
------------------------------------------------------------- */
ul { margin:0; padding:0;}
p,h1,h2,h3,h4,h5,h6 { margin:0;}
li { list-style:none; margin:0;}
/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */
#branding {
	height:155px;
	border-bottom:5px solid #1f1f20;
}
#branding strong {
	background:url(../../../Images/logo.gif) no-repeat;
	width:133px;
	float:left;
	margin:37px 0 0 50px;
	height:88px;
}
#branding strong a {
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999em;
}
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	float:left;
	width: 619px;
	height: 30px;
	margin:97px 0 0 60px;
	border-left:1px solid #262626;

}

/*#nav li.hover,
#nav li:hover { position:relative;}
#nav li.hover ul,
#nav li:hover ul{ display:block;}
#nav li a {color:#808080;}
#nav li a:hover {
	text-decoration:none;
	color:#fa9f00;
}
#nav ul {
	display:none;
	width:213px;
	top:26px;
	z-index:100;
	border-bottom:1px solid #323233;
	left:-2px;
	background:url(../../../Images/drop.gif)  no-repeat 0 10px;
	padding-top:23px;
	position:absolute;
}
#nav ul li {
	clear:both;
	border:none;
	height:auto;
	text-align:left;
	line-height:normal;
	width:auto;
}
#nav ul li a {
	line-height:27px;
	padding-left:15px;
	width:196px;
	float:left;
	background:#1f1f20;
	border:1px solid #323233;
	border-bottom:none;
	width:196px;
}
#nav ul li a.first { border-top:none;}
#nav ul li a:hover { background:#141415;}*/
/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */
#contentArea {
	/*background:url(../../../Images/main-img.jpg)  no-repeat;
	height:440px;*/
	text-align: left;
	width: 880px;
}
#contentArea h1 {
	text-indent:-9999em;
	overflow:hidden;
}

.inner {
	
	width: 100%;
	/*background:url(../../../Images/main-img-inner.jpg)  no-repeat 100% 0 !important;*/

}

/*sidebar*/
#sidebar{
	height:440px;
	background:#e7e7e7;
	float:left;
	width:200px;
	padding:0 20px;
}
#sidebar h2 {

	width: 200px;
	text-transform: uppercase;
	color:#0f0f0f;
	padding:10px 0 4px;
	border-bottom:2px solid #fa9f00;
	font:18px/34px "Palatino Linotype", "Times New Roman", Georgia, serif;
}

/*#sidebar ul { margin-top:3px;}
#sidebar li {
	width:100%;
	float:left;
}
#sidebar a {
	background:url(../../../Images/arr.gif) no-repeat 3px 50%;
	display:block;
	font-size:12px;
	margin-top:2px;
	color:#5b1300;
	padding-left:13px;
	line-height:22px;
}
#sidebar a:hover,
#sidebar a.active {
	color:#000;
	text-decoration:none;
	background:#dad7d7 url(../../../Images/arr-act.gif) no-repeat 3px 50%;
}*/

#sidebar p {
	/*float:left;*/
	line-height:18px;
	margin-top:15px;
	padding-right: 10px;
}

#sidebar .inside {

	width: 200px;

}

.inner .floatRight {

	width: 640px;

}

.inner .floatRight .img {

	display: block;

}

.inner2 .floatRight {

	width: 440px;

}

.inner2 .floatRight .img {

	display: block;

}

#FullPage {
	width: 880px;
	background:#e7e7e7;
}

#FullPage .inside {
	padding:0 20px;
}

#FullPage h2 {
	text-transform: uppercase;
	color:#0f0f0f;
	padding:10px 0 4px;
	border-bottom:2px solid #fa9f00;
	font:18px/34px "Palatino Linotype", "Times New Roman", Georgia, serif;
}

#HalfPage {
	width: 440px;
	height: 440px;
	background:#e7e7e7;
	float: left;
}

#HalfPage .inside {
	padding:0 20px;
}

#HalfPage h2 {
	text-transform: uppercase;
	color:#0f0f0f;
	padding:10px 0 4px;
	border-bottom:2px solid #fa9f00;
	font:18px/34px "Palatino Linotype", "Times New Roman", Georgia, serif;
}

#sideNav {
	width: 200px;
	text-align: left;
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */
#footer {
	text-align:right;
	height:20px;
	background: url(../../../Images/footerStripe.gif) no-repeat left top #000;
	line-height:20px;
	font-size:10px;
	color:#8b7e5f;
	text-transform: uppercase;
}

#footer a {
	margin-right:10px;
	color:#e7e7e7;
	
}
#footer a.inner-link {
	padding:1px 9px;
	margin-right:2px;
	background:#313131;
}