@charset "utf-8";
/* ------------------------------------------------

*Filename:		global.css
*Description:		Global CSS
*Web site:		http://www.miamilakesbarassociation.com/
*Author:			Fausto Cordova
				Quick Graphic Solutions
				http://www.quickgraphicsolutions.com/
*Original Date:	February 1, 2010

== STRUCTURE =======================================

*Page width:	800
*No. Columns:	2 (column-main, column-secondary)

== SWATCH COLORS ===================================

//Branding Gradient//
*white		#F8F7F7
*light gray	#ECEBEB

//Background Gradient//
*white		#F3F1F1
*light gray	#E6E1E1

//Secondary Column Gradient//
*light blue	#ECECF2

//Nav Bar Gradient//
*dark blue	#000033
*blue		#000066

//Nav Bar Buttons//
*electric blue	#0066CC
*tan			#DACABA

//Dividers//
*gray		#A8A8A8

//Headings//
*blue		#000066
*blue		#000041
*red			#990000

//Footer//
*gray		#CCCCCC
*white		#F8F7F7
*light gray	#ECEBEB

//Links//
*tan			#AB8865

---------------------------------------------------- */

/* == CSS TOC ======================================

$__BODY		Body and Type definitions
$__CONTAINER	Containers
$__TABLE		Tables definitions
$__HEADER		Header definitions
$__NAV-MAIN	Navigation under the logo
$__NAV-LINKS	Navigation bottom of the page
$__FOOTER		Footer
$__FORM		Definitions for Forms & Content
$__MISC		Miscellaneus definitions and hacks

---------------------------------------------------- */

/* __BODY		- GLOBAL BODY AND TYPE DEFINITIONS

---------------------------------------------------- */

html {
	background: url(../backgrounds/bkgd-html.png) #E6E1E1 0 170px repeat-x;
	}

body { 
	background: url(../backgrounds/bkgd-body.png) 0 0 repeat-x;
	font: 62.5%/172% Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	text-align: center;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, p, ul, ol, li, th, td, label, input, textarea {
	font-size: 100%;
	font-weight: normal;
	}
	
p , li, input, textarea, th, td {
	font-size: 1.2em;
	}

#footer p {
	margin: .5em 0 0 30px;
	font-size: 1em;
	}
	
a:link {
	color: #FF6600;
	text-decoration: none;
	}
	
a:visited {
	color: #990000;
	text-decoration: none;
	}
	
a:hover {
	color: #0000FF;
	text-decoration: none;
	}
	
a:active {
	color: #000033;
	text-decoration: none;
}

/* $__HEADER		H1 H2 H3 ... GLOBAL DEFINITIONS

---------------------------------------------------- */

#branding h1 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000041;
	text-transform: uppercase;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	}

/* __CONTAINER	- GLOBAL TEXT/IMAGE CONTAINERS

---------------------------------------------------- */

#branding {
	width: 100%;
	height: 173px;
	margin: 0;
	padding: 0;
	}

#container {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}
	
#content {
	width: 100%;
	background: url(../backgrounds/bkgd-content.jpg) left top repeat-y;
	padding: 0 0 25px;
	}
	
#content-alt {
	width: 100%;
	background: white;
	padding: 0 0 25px;
	}
	
#column-main {
	position: relative;
	float: left;
	width: 70%;
	}
	
#column-secondary {
	position: relative;
	float: right;
	width: 28%;
	margin: 0 0 0 15px;
	}
	
#footer {
	width: 100%;
	background: url(../backgrounds/bkgd_footer.png) #F8F7F7 left top repeat-x;
	text-align: left;
	padding: 10px 0;
	}
	
#footer-text {
	width: 780px;
	margin: 0 auto;
}

#footer-links {
	position: relative;
	float: left;
	width: 66%;
	padding-right: 0;
	}
	
#footer-web {
	display: block;
	position: relative;
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 20px;
	margin-top: 4.2em;
	}

/* $__NAV-MAIN		NAVIGATION UNDER THE MLBA LOGO

---------------------------------------------------- */

#navigation-main {
	width: 720px;
	height: 40px;
	margin: 7px 30px 0 30px;
}

#navigation-main ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

#navigation-main ul li {
	width: 144px;
	height: 40px;
	float: left;
}

#navigation-main ul li a {
	width: 144px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#navigation #home {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/navigation-main.png)no-repeat;
	background-position: 0 0;
}

#navigation #home a:hover, #navigation #home #current {
	background: url(../images/navigation-main.png) 0 -40px no-repeat;
}

#navigation #about {
	position: absolute;
	top: 0;
	left: 144px;
	background: url(../images/navigation-main.png) no-repeat;
	background-position: -144px 0;
}

#navigation #about a:hover, #navigation #about #current {
	background: url(../images/navigation-main.png) -144px -40px no-repeat;
}

#navigation #members {
	position: absolute;
	top: 0;
	left: 288px;
	background: url(../images/navigation-main.png) no-repeat;
	background-position: -288px 0;
}

#navigation #members a:hover, #navigation #members #current {
	background: url(../images/navigation-main.png) -288px -40px no-repeat;
}

#navigation #officers {
	position: absolute;
	top: 0;
	left: 432px;
	background: url(../images/navigation-main.png) no-repeat;
	background-position: -432px 0;
}

#navigation #officers a:hover, #navigation #officers #current {
	background: url(../images/navigation-main.png) -432px -40px no-repeat;
}

#navigation #contact {
	position: absolute;
	top: 0;
	left: 576px;
	background: url(../images/navigation-main.png) no-repeat;
	background-position: -576px 0;
}

#navigation #contact a:hover, #navigation #contact #current {
	background: url(../images/navigation-main.png) -576px -40px no-repeat;
}

/* $__FOOTER
---------------------------------------------------- */

#links {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2em 0 .5em 5px;
	}

#links li {
	list-style-type: none;
	float: left;
	margin: 0 5px;
	padding: 0;
	color: #AB8865;
	}
	
#links li a {
	color: #AB8865;
	text-decoration: none;
	}
	
#links li a:hover {
	color: #990000;
	text-decoration: none;
	}
	
#links li a:active {
	color: #ccc;
	text-decoration: none;
	}

#links li:after {
	content: "• ";
	padding-left: 10px;
	}
	
#links li#first {
	margin-left: 25px;
	}

#links li#last:after {
	content: " ";
	}


/* $__MISC		MISC. DEFINITIONS AND BROWSER HACKS

---------------------------------------------------- */

.clear {
	clear: both;
	}
	
img {
	border: none;
	}
	
hr {
	color: #DACABA;
	background-color: #DACABA;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	width: 496px ;
	height: 1px ;
	border: none;
	}
	
.text-blue {
	color: #999999;
	}

.text-highlight {
	color: #FFCC00;
	font-weight: bold;
	}
