/*-------------------------------------------------------------------------------------------
	CSS for Coconut times. Commented well and document. 
	MJP/D3Corp - 04-09
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ Main Props
*********************************************/	
body {
	background: url(/images/css/main-bg.jpg) left top repeat-x #ffe009;
	margin: 0;
}




/*********************************************
	/ The very top header
*********************************************/

div.top-header {
	width: 1000px;
	height: 91px;
	margin: 0 auto;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	background: #2f3293;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
}

	/* Links for the top */
	.top-header a {
		color: #fff;
		text-decoration: none;
	}
	
	.top-header a:hover {
		color: #FF9;
		text-decoration: underline;
	}
	
	/* This is the left and right divs, simply holding conent */
	div.top-left {
		width: 400px;
		float: left;
	}
	
	div.top-right {
		float: right;
		text-align: right;
		margin: 5px 10px 0 10px;
	}


/*********************************************
	/ The navigation and all divs 
	/ inside of it. There should be 8. 
*********************************************/

div.navigation {
	width: 910px;
	height: 43px;
	margin: 0 auto;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	background: url(/images/css/nav-bg.jpg) left top repeat-x;
	padding:0 45px 0 45px;
}


/*********************************************
	/ This is building out the subpages 
*********************************************/

div.sub-top {
	width: 1000px;
	height: 19px;
	margin: 0 auto;
	display: block;
	background: url(/images/page-top.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
}

div.sub-bot {
	width: 1000px;
	height: 19px;
	margin: 0 auto;
	display: block;
	background: url(/images/page-bottom.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
}

/* This is the main div holding content for subpage */

div.sub-content {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/page-bg.jpg) left top repeat-y #fff;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

div.sub-content .inner {
	padding:20px;
}
.has-photo .spotlight-photo{
	float:left;
	width:36%;
}

.has-photo .desc{
	float:left;
	width:62%;
}

	/* the links */
	.sub-content a {
		color: #006;
		text-decoration: underline;
		outline:none;
	}
	
	.sub-content a:hover {
		color: #000;
		text-decoration: none;
		}

	/* Below are the right and left hand of the sub pages */
	div.content-left {
		width: 647px;
		padding: 0 10px 10px 15px;
		float: left;
	}
	
	div.content-right {
		width: 300px; 
		padding: 0 15px 10px 10px;
		float: right;
	}
		

/*********************************************
	/ Here is the Footer area 
*********************************************/

div.footer {
	width: 940px;
	margin: 0 auto;
	background: #2e3192;
	padding: 25px 30px 10px 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	color: #fff;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	border-bottom: 18px solid #0895d4;
} 

	/* Links for footer */
	.footer a { 
		text-decoration: none;
		color: #ffc505;
	} 
	
	.footer a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	a.small{ 
		font-size: 10px;
		color: #fff;
		text-decoration: none;
	}
	
	.a:hover.small {
		font-size: 10px;
		color: #fff;
		text-decoration: underline;
	}
	
	
	/* the three areas in the footer */
	
	div.footer-left {
		width: 420px;
		float: left;
		text-align: left;
	}
	
	div.footer-right {
		width: 470px;
		float: right;
		text-align: center;
	}
	
	/* form fields */
	.footer-field {
		font-family: Tahoma, Geneva, sans-serif;
		width: 85px;
		height: 20px;
		font-size: 12px;
		color: #000;
		border: 1px solid #000;
	}
	
	.footer-button {
		background: #ffb200;
		color: #fff;
		border: 1px solid #000;
		padding: 2px;
		font-weight: bold;
	}
		

/*********************************************
	Here is the poll for the left side
*********************************************/	

div.poll-right {
	font-family: Tahoma, Geneva, sans-serif; 
	color: #0895d4;
	font-size: 12px;
}

	.poll-button {
		background: #158ecf;
		border: 1px solid #000;
		padding: 2px;
		color: #fff;
	}
	
	
/*********************************************
	/ ARTICLE LAYOUTS 
*********************************************/

div.article-header {
	width: 640px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0895d4;
	line-height: 22px;
	font-weight: bold;
}


div.article-date {
	width: 640px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	font-weight: bold;
}

div.article-writer {
	width: 640px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	font-weight: bold;
}

div.article-box {
	width: 640px;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}

	.article-picture {
		float: left;
		border: 1px solid #000;
		padding: 2px;
		margin: 5px;
	}
	
	.article-picture-right {
		float: left;
		border: 1px solid #000;
		padding: 2px;
		margin: 5px;
	}
	
	div.article-picture-detail {
		float: right;
		clear: left;
	}
	

/*********************************************
	/ Other design factors, headers, etc. 
*********************************************/	

div.break {
	width: 96%;
	padding: 10px;
	font-size: 10px;
	border-bottom: 1px solid #4c1256;
}


.titles {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #390501;
}

.testimonial {
	font-size: 10px; 
	font-weight: bold;
	font-style:italic;
}


/*********************************************
	/ This is the homepage content. It will
	/ include the pictures, titles and the
	/ mission statement area. 
*********************************************/


div.home-top {
	width: 1000px;
	height: 320px;
	margin: 0 auto;
	display: block;
	background: url(/images/home-top.jpg) top left repeat-x;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}

	/* these are the three sections and titles */
	
	div.home-left {
		width: 360px;
		float: left;
		margin: 5px 0 0 0;
	}
	
		/*here is the photo gallery */
		div.large-picture {
			width: 360px;
			height: 265px;
			overflow: hidden;
			margin: 0 0 5px 0;
		}
		
		.small-pictures {
			width: 60px;
			height: 40px;
			overflow: hidden;
			margin-right: 2px;
			float: left;
		}
		
		
	div.home-middle {
		width: 260px;
		float: left;
		margin: 5px 0 0 0;
		padding: 0 10px 0 10px;
	}
	
		.home-middle a{
			color: #ffd104;
			text-decoration: none;
			font-weight: bold;
		}
		
		.home-middle a:hover {
			color: #ffd104;
			text-decoration: underline;
			font-weight: bold;
		}
	
	div.home-right {
		width: 337px;
		background: #29449f;
		padding: 0 5px 0 0;
		float: right;
		margin: 0 0 0 0;
	}
	
		.home-right-buttons {
			float: right;
			padding: 5px 0 0 3px;
		}

	.top-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #ffd104;
	}
		

div.home-2 {
	width: 1000px;
	margin: 0 auto;
	display: block;
	background: url(/images/home-bg.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

		.home-2 a{
			color: #0099cc;
			text-decoration: none;
			font-weight: bold;
		}
		
		.home-2 a:hover {
			color: #ff9900;
			text-decoration: underline;
			font-weight: bold;
		}

	/*Here is the home bottom three sections */
	
	
	div.home-2-left {
		width: 305px; 
		padding: 10px 15px 10px 25px;
		float: left;
		color: #000;
	}
	
		
	div.home-2-middle {
		width: 290px; 
		padding: 10px 15px 10px 10px;
		float: left;
	}	
	
	div.home-2-right {
		width: 300px; 
		padding: 10px 15px 10px 10px;
		float: right;
	}

div.home-bot {
	width: 1000px;
	height: 22px;
	margin: 0 auto;
	display: block;
	background: url(/images/home-bot.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
}

/*home page video */
.video-title {
	font-size: 16px;
	color: #ff8c0a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*********************************************
	/ Barhopping set up
*********************************************/	

div.barhop-left {
	padding: 5px;
	border: 5px solid #ceeaf6;
	margin: 5px 5px 5px 20px;
	float: left;
	display: block;
}

div.barhop-right {
	padding: 5px;
	border: 5px solid #ceeaf6;
	margin: 5px;
	display: block;
	float: left;
}

/*********************************************
	/ Calendar page
*********************************************/	


.cal-table {
	background: url(/images/cal-bg.jpg) left top repeat-x; 
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

	.cal-table a {
		color: #fff;
		text-decoration: none;
	}
	
	.cal-table a:hover {
		color: #FF0;
		text-decoration: none;
	}


div.cal-spacer {
	height: 10px; 
	border-bottom: 3px dotted #ff840b;
	clear: both;
}

div.cal-spacer2 {
	height: 10px;
	clear: both;
}

	.cal-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #323998;
	}
		



/*********************************************
	/ I <3 Spacers
*********************************************/	

div.spacer {
	clear: both;
}

div.spacer-padding {
	clear: both;
	padding-bottom: 10px;
}

div.spacer-padding-large {
	clear: both;
	padding-bottom: 20px;
}

div.spacer-dot {
	height: 5px;
	clear: both;
	border-bottom: 1px solid #80c9e8;
}

/* clearfix - is used for clearing floats */
.clearfix:after{
	clear:both;content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix{
	display:inline-block
}

* html .clearfix{
	height:1%
}

.clearfix{
	display:block
}

.social {
	width:298px;
	margin:auto;	
	
}


.social-inner {
	margin-left:106px;
	padding-top:10px;
}

.social a img {
	border:none;
	margin-top:0;
}

.arrow {
	position:absolute;
	right: 19px;
    top: 130px;
	cursor:pointer;
}

.left {
	float:left;
	height:35px;
	margin-top:-4px;
	margin-left:37px;
}

.left img {
	border:none;
}

.clear {
	clear:both;
}


/*SPOTLIGHT STUFF*/
.spotlight_logos {
	float:left;
	margin:0 20px 0 40px;
}

.sponsor {
	margin:0 0 0 10px;
}

.sponsor h2 {
	margin-top:0 !important;
}

.sponsor .right {
	float:right;
}

.sponsor .left {
	margin:0 !important;
	height:auto !important;
}

.sponsor .center {
	margin:0 auto;
	text-align:center;
}

.sponsor_website {
	background:url(/images/buttons/off-website.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_website:hover {
	background:url(/images/buttons/on-website.jpg) no-repeat;
}

.sponsor_facebook {
	background:url(/images/buttons/off-facebook.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_facebook:hover {
	background:url(/images/buttons/on-facebook.jpg) no-repeat;
}

.sponsor_bites {
	background:url(/images/buttons/off-bestbites.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_bites:hover {
	background:url(/images/buttons/on-bestbites.jpg) no-repeat;
}

.sponsor_blog {
	background:url(/images/buttons/off-barhopping.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_blog:hover {
	background:url(/images/buttons/on-barhopping.jpg) no-repeat;
}

.sponsor_email {
	background:url(/images/buttons/off-email.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_email:hover {
	background:url(/images/buttons/on-email.jpg) no-repeat;
}

.sponsor_cocos {
	background:url(/images/buttons/off-coco.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_cocos:hover {
	background:url(/images/buttons/on-coco.jpg) no-repeat;
}

.article_left {
	float:left;
	margin:0 20px 0 0;
}
