@CHARSET "UTF-8";

/*-----------------------------------------------------
@author:    CanvasGroup
@version:   1.0
@copyright: 2010, canvasgroup.com.au
@since:     2010.05.19
-------------------------------------------------------*/


/*-------------
    Common
---------------*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	font-family: Helvetica, Arial, Georgia, "Times New Roman", Times, serif, Verdana;
	line-height: 120%;
	color: #fff;
	background-color: #000;
}

a {
	outline: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #00c0ed;
}

a:hover {
	text-decoration: none;
	color: #a3e9fa;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

pre {

}

block {

}

.clear {
	clear: both;
}

/* Errors */
.errors {
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
}

	.errors ul {
		list-style-type: none;
	}
	
		.errors ul li {
			margin-bottom: 3px;
		}

/* Go To Top */
div.backtotop-container {
	text-align: right;
	margin-top: 20px;
	padding-right: 24px;
}

	div.backtotop-child {
		
	}
	
		div.backtotop-child a {
			font-weight: bold;
			font-style: italic;
			font-family: Times;
			text-decoration: underline;
		}

div#paginator-container {
	margin: 30px 0px 0px 0px;
	padding-top: 5px;
	border-top: 1px solid #333;
}

div#paginator-container:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

ul#paginator {
	float: right;
	list-style-type: none;
}

ul#paginator:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

	ul#paginator li {
		float: left;
		margin-right: 10px;
		font-family: Times;
		font-style: italic;
		font-weight: bold;
	}
	
	ul#paginator li a {
		text-decoration: underline;
	}
	

/* COMMON HEADER */
.cocklebay-common-header {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.cocklebay-common-small-header {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
}


/*-------------
    Common
---------------*/
div#wrapper {
	width: 100%;
	text-align: center;
}

	div#container {
		width: 847px;
		margin: 0px auto;
		padding: 0px 10px 50px 10px;
		background-image: url(../images/global/bg.png);
		background-repeat: repeat-y;
		background-position: top left;
	}
	
	* html div#container {
		width: 867px;
		margin: 0px auto;
		padding: 0px 10px 50px 10px;
		background-image: url(../images/global/bg.gif);
		background-repeat: repeat-y;
		background-position: top left;
	}

	
/*-------------
    header
---------------*/
div#header {
	text-align: left;
	padding: 0px 20px;
}

div#header:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

	/* log */
	div#header h1 {
		float: left;
		margin-top: 20px;
		height: 55px;	
	}
	
	/* search */
	div#box-search {
		float: right;
		margin-top: 25px;
	}
	
		div#box-search-child {
			width: 174px;
			height: 29px;
			background-image: url(../images/global/search_bg.gif);
			background-position: left top;
			background-repeat: no-repeat;
		}
		
			div#box-search-child form {
				padding: 0px;
			}
		
			div#box-search-child input#search-keyword {
				position: absolute;
				padding: 0px 0px 0px 2px;
				width: 140px;
				height: 25px;
				line-height: 25px;
				color: #fff;
				font-size: 14px;
				font-style: italic;
				font-family: Times;
				background: none;
				border: none;
			}
	
			div#box-search-child input#search-button {
				position: absolute;
				margin-left: 150px;
			}


/*-------------
 menu-container
---------------*/
div#menu-container {
	margin-bottom: 30px;
	padding-left: 24px;
	text-align: left;
}

div#menu-container:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

	/* Menu */
	div#menu {
		float: left;
		margin-top: 76px;
		width: 190px;
	}

	div#menu ul {
		list-style-type: none;
	}
	
		div#menu ul li {
			margin-bottom: 5px;
		}
		
			/* Venues */
			a#menu-venues {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/venues.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}
			
			a:hover#menu-venues {
				background-position: right top;
			}
			
			a#menu-venues-active {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/venues.gif);
				background-position: right top;
				background-repeat: no-repeat;
			}
			
			/* News */
			a#menu-news {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/news.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}
			
			a:hover#menu-news {
				background-position: right top;
			}
			
			a#menu-news-active {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/news.gif);
				background-position: right top;
				background-repeat: no-repeat;
			}
			
			/* Information */
			a#menu-information {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/information.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}
			
			a:hover#menu-information {
				background-position: right top;
			}
			
			a#menu-information-active {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/information.gif);
				background-position: right top;
				background-repeat: no-repeat;
			}
			
			/* Photo Gallery */
			a#menu-photo {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/photo.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}
			
			a:hover#menu-photo {
				background-position: right top;
			}
			
			a#menu-photo-active {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/photo.gif);
				background-position: right top;
				background-repeat: no-repeat;
			}
			
			/* Video Gallery */
			a#menu-video {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/video.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}
			
			a:hover#menu-video {
				background-position: right top;
			}
			
			a#menu-video-active {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				background-image: url(../images/global/menu/video.gif);
				background-position: right top;
				background-repeat: no-repeat;
			}
			
			
			/* Subscribe */
			a#menu-subscribe {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				line-height: 23px;
				background-image: url(../images/global/menu/subscribe.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}
			
			a:hover#menu-subscribe {
				background-position: right top;
			}
			
			a#menu-subscribe-active {
				display: block;
				text-indent: -9999em;
				width: 190px;
				height: 23px;
				line-height: 23px;
				background-image: url(../images/global/menu/subscribe.gif);
				background-position: right top;
				background-repeat: no-repeat;
			}
			


	/* menu-content */
	div#menu-content {
		float: left;
		/* margin-top: 76px; */
		width: 633px;
		height: 330px;
	}
	
		/* Flash */
		div#flash-container {
			position: absolute;
			display: none;
			margin: 0px 0px 0px 28px;
			width: 600px;
			height: 330px;
		}
	
		/* Venues */
		div#venues-container {
			position: absolute;
			display: none;
			width: 583px;
			min-height: 254px;
			margin-top: 76px;
			padding: 0px 20px 0px 28px;
			border-left: 1px solid #fff;
		}
		
			div#venues-container h2 {
				margin-bottom: 15px;
				color: #3e9cb3;
				font-size: 17px;
				font-weight: bold;
				text-transform: uppercase;
			}
		
			div#venues-container ul {
				list-style-type: none;
			}
			
			div#venues-container ul li {
				margin-bottom: 3px;
			}
		
			div#restaurants-container {
				float: left;
				padding-right: 30px;
				width: 215px;
			}
			
			div#bars-container {
				float: left;
				padding-right: 30px;
				width: 158px;
			}
	
			div#inandaround-container {
				float: left;
			}

		/* News and Events */
		div#news-menu-container {
			position: absolute;
			display: none;
			width: 583px;
			min-height: 254px;
			margin-top: 76px;
			padding: 0px 20px 0px 28px;
			border-left: 1px solid #fff;
		}
		
			div#news-menu-content {
				
			}
			
			div#news-menu-content:after {
				display: block;
				clear: both;
				height: 0px;
				visibility: hidden;
				content: ".";
			}
			
				div#news-menu-entries {
					float: left;
					width: 350px;
				}
				
					div.news-menu-entry {
						margin-bottom: 20px;
					}
				
						div.news-menu-entry h3 {
							margin-bottom: 10px;
							font-size: 18px;
							font-weight: bold;
							line-height: 18px;
							text-transform: uppercase;
						}
						
							div.news-menu-entry h3 a {
								color: #3e9cb3;
							}
							
							div.news-menu-entry h3 a:hover {
								color: #227e95;
							}
				
					div#news-menu-all-link a {
						font-weight: bold;
						font-style: italic;
						font-family: Times;
						text-decoration: underline;
					}
				
				div#news-menu-image {
					float: right;
				}

			
		/* Visitor Information */			
		div#information-menu-container {
			position: absolute;
			display: none;
			width: 583px;
			min-height: 254px;
			margin-top: 76px;
			padding: 0px 20px 0px 28px;
			border-left: 1px solid #fff;
		}
		
			div#information-menu-content {
				
			}
			
			div#information-menu-content:after {
				display: block;
				clear: both;
				height: 0px;
				visibility: hidden;
				content: ".";
			}
		
				div#information-menu-entry {
					float: left;
					width: 300px;
				}
				
					div#information-menu-entry h3 {
						margin-bottom: 20px;
						color: #3e9cb3;
						font-size: 18px;
						font-weight: bold;
						line-height: 18px;
						text-transform: uppercase;
					}
					
					div#information-menu-entry p {
						margin-bottom: 20px;
					}
					
					div.information-menu-link {
						margin-bottom: 10px;
					}
					
					div.information-menu-link a {
						font-family: Times;
						font-style: italic;
						font-size: 13px;
						text-decoration: underline;
					}
				
				div#information-menu-image {
					float: right;
				}


/*-------------
 main
---------------*/
div#main {
	text-align: left;
	margin-bottom: 30px;
	padding-left: 24px;
}

* html div#main {
	border: 1px solid #000;
}

div#main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

	div#main-left-col {
		width: 552px;
		float: left;
	}
	
	div#main-right-col {
		width: 200px;
		padding-right: 20px;
		float: right;
	}
	
		div#photo-entry-container {
			background-image: url(../images/index/photo_line.gif);
			background-position: left top;
			background-repeat: no-repeat;
		}




/*-------------
    footer
---------------*/
div#footer {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
	background-image: url(../images/global/footer_line.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
}

	div#footer-child {
		text-align: center;
		margin-bottom: 5px;
	}

	div#footer ul {
		width: 740px;
		margin: 0px auto;
		list-style-type: none;
		margin-bottom: 13px;
	}
	
	div#footer ul:after {
		display: block;
		clear: both;
		height: 0px;
		visibility: hidden;
		content: ".";
	}

		div#footer ul li {
			float: left;
			margin-right: 10px;
			padding-right: 10px;
			border-right: 1px solid #fff;
		}
		
		div#footer ul li#footer-menu-last {
			border: none;
		}

	div#footer address {
		font-size: 10px;
		font-style: normal;
	}

