/*
	Chill Website ~ Layout CSS.

	Crated by Nick hughes nick@nickhughes.co.nz.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	background-color: #fff;
	background-image: url(../images2/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666;
}



/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* Containers
----------------------------------------------- */
#container {
	align:centre;
	width: 964px;
	margin:0 auto;
}

.container_5 {
	background:#fff;
}


/ headings
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}
/*Clear rows
----------------------------------------------- */
.clear {
	content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/*Header
----------------------------------------------- */

#header {
	width:100%;
	height:120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images2/ocean24_header.jpg);
	background-repeat: no-repeat;
	}
	
#header .login {
	float: right;
	width:200px;
	}
	
	
/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}

input {margin-bottom: 5px; font-size:10px;}


input.username {
	width:180px;
}
input.password {
	width:150px;
}
input.go {
	padding: 0px;
	float: right;
	margin-right: 15px;
}
	


/* here come the blocks
----------------------------------------------- */

.column_1 {
	float:left;
	width: 180px;
	margin: 0 15px 15px 0;
}
.column_1_spacer {
	float:right;
	width: 180px; 
	height: 15px;
	margin: 0 0 0px 0;
	padding:0;
}

.column_1_end {
	float:right;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}

.column_2 {
	float:left;
	width: 376px;
	margin: 0 15px 15px 0;
}

.column_2_270 {
	float:inherit;
	width: 375px;
	height: 273px;
	margin: 0 15px 15px 0;
	padding-right: 0 0px 15px 0;
}

.column_3 {
	float:left;
	width: 570px; 
	margin: 0 15px 15px 0; 
}

.column_4 {
	float:left;
	width: 765px; 
	margin: 0 0 15px 0; 	
}

.block_banner {
	height: 290px;
	margin: 0 0 0px 0;
	padding:0;
}
.block_bannerSM {
	height: 150px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}

.block_feature {
	height: 605px;
	padding:0px;
	margin: 0px 0px 0px 0px;
}
.block_feature_long {
	height: 900px;
	padding:0px;
	margin: 0px 0px 0px 0px;
}

.block_article {
	padding:0px;
	margin: 0 0 15px 0;
}
.block_article img {
	float:right;
}

/* Twitter
----------------------------------------------- */
.block_twitter {
	height: 290px;
	margin: 0 0 0 0;
	padding:5px;
	background-color: #A3724A;
}

#tweet ul li{
	color:#FFFfff;
	font-size:0.9em;
	list-style:none;
	margin: 10px 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom:1px solid #CCC;
}

#tweet {
	width: 100%;
	height: 250px;
	overflow:auto;
}
#tweet a {font-weight:bold;}


/* Additional bits
----------------------------------------------- */
.line_pink {
	margin: 0 0 5px 0;
	padding: 0px;
	border-top:dashed 3px #E2003B;
}

.line_blue {
	margin: 0 0 5px 0;
	padding: 0px;
	border-top:dashed 3px #005373;
}

.line_blue_space {
	margin: 0 0 15px 0;
	padding: 0px;
	border-top:dashed 3px #005373;
}

.line_bluespacer {
	margin: 10px 0 5px 0;
	padding: 0px;
	border-top:dashed 3px #005373;
}

.spacer15 {padding:0px; height:15px; clear:both;}
.spacer30 {
	padding:0px;
	height:26px;
	clear:both;
}


/* Footer
----------------------------------------------- */
#footer {
	height:95px;
	padding: 10px;
	background-image: url(../images2/ocean24_footer.jpg);
	background-repeat: no-repeat;
	float: none;
}
#footer .details {
	width: 156px;
	float:right;
	text-align:left;
}
#footer .details p{
	color:#FFF;
	font-size:11px;
	line-height: 14px;
}
.footer_link a:link{
	color:#FFF;
	font-size:11px;
	line-height: 14px;
}

#footer .phone {
	width: 250px;
	float:left;
	text-align:left;
}
#footer .phone p{
	color:#FFF;
	font-size:12px;
	line-height: 14px;
}
