/* ------------------------------------------------------------
	GatorCountry.com 2007 redesign
	Simplified printer style sheet
	by Luke Stevens
	lukestevensdesign.com
------------------------------------------------------------ */

         
/* ------------------------------------------------------------
	General
------------------------------------------------------------ */
* {padding:0;margin:0;}                 
.to-left {float:left;}
.to-right {float:right;}       
.clear {clear:both;}
img {border:0;}                    
a {color:#0021a5;}
a:hover {text-decoration:none;}

.clearfix:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;}
.clearfix {display: inline-block; /* Fixes IE/Mac */ }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------------------------------------------------------------
	Typography
------------------------------------------------------------ */
p {line-height:1.5;}

#entry {font-size:11pt;}
#entry p {margin-bottom:15px;}

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/*input, select, th, td {font-size:1em}*/

/* ------------------------------------------------------------
	Layout
------------------------------------------------------------ */

body {font: 62.5% arial, helvetica, sans-serif;color:#333;text-align:center;background-color:#fff;}                

#wrapper {background:none;width:auto;margin:0;padding:0;}

	#header {background: url('http://gatorcountry.com/images/gc/header-bgnd.gif') repeat-x;height:106px;text-align:center;}
			#logo {overflow:hidden;background: url('http://gatorcountry.com/images/gc/gatorcountry-logo.gif') no-repeat;width:234px;height:96px;margin:0 auto;float:none;}
		#logo a {display:block;width:234px;height:96px;}
		#logo h1 {text-indent:-9999px;}

		#links-and-banner {display:none;}

		#main-nav {display:none;}			
			#secondary-nav {display:none;}       
			
	#content-body {margin:30px;}
		#content-main {width:auto;}
		#entry {width:auto;margin-bottom:20px;}
		

		#footer {border-top:1px solid #e5e5e5;margin:0 20px;padding-bottom:20px;padding-top:10px;}
			#footer-nav {text-align:center;padding-top:10px;display:none;}
			#footer-nav ul {padding-bottom:10px;}
		#footer p {text-align:center;}			



/* ------------------------------------------------------------
	Entry page
------------------------------------------------------------ */


		body#entry-page {}
	
		#entry {/*float:left;width:375px;margin-bottom:50px;*/ text-align:left}
		
			#entry-tools-top {display:none;}

			#entry-tools-bottom {display:none;}

			.bookmarks {display:none;}
			.adsense {display:none;}
			#entry-more-headlines {display:none;}
			
						.entry-details {margin-bottom:20px;background:none;padding:3px;color:#666;}
			.entry-details a {color:#333;font-weight:bold;}
			
			#entry h2 {padding:10px 0;font-size:2.2em;}
			#entry .lead-img {float:left;margin-right:10px;margin-bottom:5px;}
			#entry p.lead {font-weight:bold;}
			#entry p {}

		
		#entry-page #news-section {display:none;}	



/* ------------------------------------------------------------
	RHS col
------------------------------------------------------------ */

		#rhs-col {display:none;}

		#center-col {display:none;}


/* ------------------------------------------------------------
	Hide preview message
------------------------------------------------------------ */
		
		#preview-message {display:none;}		
