/*  
Theme Name: COTT SURF (fresh)
Theme URI:
Description: 
Version: 
Author: Steve Deane
Author URI: http://www.nutwork.com.au
Tags: widget ready, two columns, simple
*/

/* colours
Find and replace these terms... in reverse order
#body-bg
#main-font
#nav-link
#fff-hover
#ffcf32-bg
#heading-color
#heading-link
#000-hover
#main-link
#aa8200-hover
#side-h3
#side-p
#side-link
#ffcf32-hover
*/
#pixopoint_menu1 {
  z-index:999;
}

* { margin: 0; padding: 0; }

body {

	background: #333 url(images/bg.gif);
	text-align: center;
	margin: 0 auto;
	font: 12px Verdana, Geneva, sans-serif #333;
	}
	

/* -------------------
Main Structure
------------------- */

#allWrap {
  /*width:1140px;
  margin: 0 auto;
  background: url(images/allWrap_bg.jpg) no-repeat center 0;*/

}
	
#frame {
	width: 980px;
	text-align: left;
	background-image: url(images/bevel_sides.png);
	margin: 15px auto 0px auto;
	border-top:10px solid #333;
	}
	
#middle {
  overflow: auto;
	margin:0 auto;
	clear: both;
	background: #fefdfd url(images/middle_bg.png) repeat-x bottom;
	width:950px;
	}

#content {

  border:1px solid #BBBBBB;
  float:right;
  margin:10px 0 10px 10px;
  min-height:300px;
  padding-left:10px;
  padding-right:10px;
  width:495px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#sidebar {
	float: right;
	width: 240px;
	padding: 0px 0px 10px 0px;
	}
#left_nav {
  float:left;
  width:183px;
}	
#clear_nav {
  margin-top: 0px;
	height: 0px;
  clear: both;
	background-image: url(images/clear_nav_bg.jpg);
	background-repeat: no-repeat;
}
/* -------------------
Header
------------------- */

#header {
    background: url(images/banner_bg.jpg) no-repeat 15px 0px;
    width: 980px;
    height: 270px;
    margin:0px auto;
    clear: both;
		padding: 0px;
		border-top: 5px solid #222;
	}

	
.headImgLink {
  display:block;
  width:980px;
  height:270px;
  text-indent:-9000px;
}	



/* -------------------------------
navigation
---------------------------------- */
	

#nav {
	font-family: Verdana, Geneva, sans-serif;
	width: 950px;
	height: 0px;
	margin: 0 auto;
	clear: both; 
}

#nav ul {
	list-style: none;
  margin-left: 0px;
	text-align: center;
}

#nav li {
	float: left;
}


#nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding:6px 20px 0;
	color: #fff;
	font: 13px Verdana,San-serif;
	font-weight:bold;
  outline: none;
  border-left: 1px solid #333;
  background: url(images/nav_bg.jpg) 0 -32px;
}

#nav li:first-child {
  border-left: 0px solid #843033; 
}

#nav li li:first-child {
  border-left: 1px solid #666; 
}

#nav li a:active {
	text-decoration:none;
}


/*
#nav li a:visited {
	color: #fff-visited;
	display: block;
	text-decoration: none;
	text-transform: none;
	width: 100px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	font: 12px Verdana,San-serif normal;
  outline: none;
}
*/

#nav li a:hover, #nav li.current_page_item {
	color:#ffcf32;
	background: url(images/nav_bg.jpg) 0 0px;
}


#nav li li a:link, #nav li li a:visited {
  display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0 10px;
	color: #000;
	font: 13px Verdana,San-serif;
	font-weight:bold;
  outline: none;
  border-left: 1px solid #333;
  background: #FFCF32;
  min-width: 200px;
  text-align:left;
  }
  
#nav li li a:hover, #nav li li.current_page_item {
	color:#ffcf32;
	background: #000;
	display: block;
}








/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 20px 10px;
	}
	
/* Headings */
	
#content h1 {
	color: #000;
	font: 22px Verdana,San-serif; 
	margin: 10px 0px 5px 0px;
	}


#content h2 {
	color: #000;
	font: 19px Verdana,San-serif; 
	font-weight: normal;
	margin: 12px 0 8px 0;
  padding: 4px 0px 5px 0;
}

#content h2 a {
	color: #000;
	text-decoration: underline;
	font: 19px Verdana,San-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #555;
}
	
#content h3 {
	font: 14px Verdana,San-serif;
	font-weight: bold;
	color: #000;
	margin: 0;
  padding: 4px 0px 5px 0;
}

#content h3 a {
	font: 14px Verdana,San-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #555;
}
	
#content h4 {
	font: 13px Verdana,San-serif;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
  padding: 4px 0px 2px 0;
}
	
#content h5 {
	font: 13px Verdana,San-serif;
	margin: 0;
  padding: 4px 0px 2px 0;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl, #widgetshoppingcart, .wpsc_container, .entry, #webCamDiv p {
	font: 12px/22px Verdana,San-serif;
  color: #333;
}
	
#content p, #content ul, #content ol, #content dl, #webCamDiv p {
	margin: 0 0 10px 0;
}

#content li {
	margin: 0 0 0 30px;
	font: 12px/22px Verdana,San-serif;
  color: #333;
}
#content ul {
  list-style-type:disc;
  }	
#content dl dt {
	font-weight: bold;
}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
}
	
#content blockquote {
	margin: 0 0 0 1em;
	border-left: 5px solid #15a1c4;
	padding: 0 0 0 1em;
}
	
#content a {
	color: #aa8200;	
	font: 12px Verdana,San-serif;
	font-weight: normal;
 }
#content a:hover { color: #b98e00; }
	
#content .post ul.post-data {	
	list-style: none;
	font: 12px Verdana,San-serif;
	padding: 0.1em 0 0.2em 0;
	color: #333;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #333;
	}
	
#content .post ul.post-data a {
	color: #aa8200;
  text-decoration: underline;
  font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #b98e00;
	text-decoration: underline;
	font-weight: normal;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font: 12px Verdana,San-serif;
	}
	

#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;

	}
#content .post ul.post-data li.tags {
	margin: 0 0 0 0.7em;
	}

	
#content .post ul.post-data li.tags a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;

	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover, #content .post ul.post-data li.tags a:hover {
	background-position: 0 -38px;

	}

.entry {
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}


.entry  img { 
  padding: 5px;
}

.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 1px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 1px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            text-transform: lowercase;
            }
	

/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	font: 12px Verdana,San-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 12px Verdana,San-serif;
	color: #333;	
}

#content #comments .comment a:hover { 
	font: 12px Verdana,San-serif;
	color: #333; 
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font: 12px Verdana,San-serif;
	}
	
#content #comments .comment .comment-data p {
	font: 12px Verdana,San-serif;
	color: #333;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font: 12px Verdana,San-serif;
	color: #333; 
}

#content #comments .comment .comment-data p a:hover { 
  color: #333; 
}

#content #comments form {
	color: #333;
	font: 12px Verdana,San-serif;
	}

#content #comments form a { color: #333; }
#content #comments form a:hover { color: #333; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* -------------------
Sidebar
------------------- */
.contact p {
  text-align:left !important;
  font-size:10px !important;
  padding-left:5px;
}
.news {
  /*text-transform:uppercase;
  font-weight: bold;*/
}

#searchDiv {
  background: url(images/nav_bg.jpg) repeat-x 0 -32px;
  height:32px;
  width:220px;
  margin-left:10px;
  margin-top:10px;
}
	
#sidebar h3, .homeWeather h3, .homeWebcam h3 {
	color: #fff;
	font: 12px/17px Verdana,San-serif;
	font-weight: bold;
	margin: 0 0 0px 0;
  /*padding: 6px 0px 2px 0px;*/
	text-align: left;
	background: url(images/nav_bg.jpg) repeat-x 0 -32px;
	line-height:32px;
	padding-left:10px;
	letter-spacing:6px;
	
	}
	
#sidebar p, #sidebar li {
	color: #ffcf32;
	font: 12px/15px Verdana,San-serif;
  text-align: center;  
  list-style:none;      
}
#sidebar li {
  margin-bottom:15px;
}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 16px 0;
	}
	
#sidebar ul { 
	list-style: none; 
	}

#sidebar ul li {
	padding: 2px 0px 1px 0px;
	list-style-type: none;
	margin-left: 0px;
	}
	
#sidebar a {
	color: #ffcf32;
	text-decoration: none;
  font-weight:normal;
	}
	
#sidebar a:hover {
	color: #f8be00;
	text-decoration: none;
  font-weight:normal;
}



.icon_gallery {
  background:url(images/icons_gallery.png) no-repeat right;
  height:28px;
  position:relative;
  right:10px;
  top:-30px;
  margin-bottom:-20px;
}
.icon_newsletter {
  background:url(images/icons_newsletter.png) no-repeat right;
  height:28px;
  position:relative;
  right:10px;
  top:-30px;
  margin-bottom:-20px;
}
.icon_contact {
  background:url(images/icons_contact.png) no-repeat right;
  height:28px;
  position:relative;
  right:10px;
  top:-30px;
  margin-bottom:-20px;
}
.icon_weather {
  background:url(images/icons_weather.png) no-repeat right;
  height:28px;
  position:relative;
  right:10px;
  top:-30px;
  margin-bottom:-20px;
}
.icon_webcam {
  background:url(images/icons_webcam.png) no-repeat right;
  height:28px;
  position:relative;
  right:10px;
  top:-30px;
  margin-bottom:-20px;
}
.icon_events {
  background:url(images/icons_events.png) no-repeat right;
  height:28px;
  position:relative;
  right:10px;
  top:-30px;
  margin-bottom:-20px;
}




/* -------------------
Sidebar widgets
------------------- */

#widget_news {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
}


.widget_bottom {
	height: 22px;
	background-image:url(images/widget_bottom_bg.jpg);
	background-repeat: no-repeat;	
}


#widget_news h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: normal;
}


#widget_news a {
	color: #E31F3A;
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0 0 0 15px;
	padding: 0;
}

#widget_news a:active {
	color: #E31F3A;	
}

#widget_news a:visited {
	color: #666666;	
}

#widget_news a:hover {
	color: #000000;	
}

#widget_search {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
}


#widget_search h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#widget_search form {
	margin-left: 15px;	
}


#widget_subscribe {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	text-align: left;
}

#widget_subscribe h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#widget_subscribe p {
	text-align: left;
	margin-left: 15px;
}

#widget_subscribe form {
	margin-left: 0px;
	text-align: left;	
}








/* -------------------
Footer
------------------- */

#footer {
    clear: left;
    width: 980px;
    height: 100px;
    background: url(images/footer_bg.png) no-repeat;
    margin:0 auto;
    padding: 0px;
	}

#footer_nav {
	position: relative;
  top:35px;
	text-align: center;
  width:100%;
	float:left;
	overflow:hidden;
}

#footer_nav ul {
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	position:relative;
	left:50%;
	float:left;
}


#footer_nav ul li {
  position:relative;
	display: block;
	border-left: 1px solid #777777;
	float:left;
	padding: 0px 10px; 
	height: 25px;
	right:50%;
}

#footer_nav li:first-child {
  border-left: 0px solid #843033;; 
}


#footer_nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#333;
	font-weight: normal;
	font-size:12px;
  outline: none;
  font-weight: bold;
}

#footer_nav li a:link {
	text-decoration:none;
}

#footer_nav li a:visited {
	text-decoration:none;
  color: #333;
}

#footer_nav li a:hover {
	color:#000000;
}

#footer_nav li a:active {
	text-decoration:none;
}
	
#footertext {
	clear: both;
	width: 100%;
	position: relative;
	top: 40px;
	text-align:center;
}
		
#footer #footertext {
	color: #333;
	font: 12px Verdana,San-serif; 
	padding: 0px 0 0 0;
	font-weight: bold;
	}
	
#footer #footertext a {
	color: #fff;
	text-decoration:underline;
	font-weight: bold;
	}

#footer #footertext a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
#footer #searchform {
	padding: 32px 0 0 31px;
	}
	
#footer #searchform .searchfield {
	height: 18px;
	}
	
#footer #searchform .searchbutton {
   height:23px;
	}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 1px;

	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}
ol.commentlist .author_comment {
	background:#F5F5F5;
	border-bottom: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
}

#commentform {
	margin: 2em 0;
	margin-left:2em;
	width: 565px;
}

#commentform textarea {
	border: 1px solid #ff0000;
	width: 475px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 12px;
	border: 1px solid #ff0000;
	width: 180px;
	height: 15px;
}

#commentform input{
	margin-bottom: 3px;
}

#commentform #submit {
	margin:0 auto;
	float:left;
  background:#000000;
  color: #ffffff;
	font: 12px Verdana,San-serif;
	border:1px solid #000000;
	padding:2px 8px 2px 8px;
  margin-bottom: 10px;
  height: 20px;
	}

.post{margin:0 0 25px 0;}

.post .info{
	padding:2px 3px 3px 8px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:12px;
	color:#000000;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/* TABLES ------------------------------ */


table.StandardTable 
{
	text-align: left;
	margin-left: 0px;
	border-bottom: 2px solid #777777;
	font: 10px Verdana, Geneva, sans-serif;
}

.StandardTable th {
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/table-head-bg.jpg) repeat-x ;
	text-align: left;
	vertical-align: bottom;
	font-size: 15px;
}


.StandardTable td {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999999;
	color: #555555;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: top;
}

.TableSubHeading td {
	padding: 10px 5px 2px 5px;
	color: #888888;
	font-weight: bold;
	background-color: #EEEEEE;
	background: url(images/table-subhead-bg.jpg) repeat-x ;
  font-family: Verdana, Arial;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}

/* -------------------
Extras
------------------- */

.roundMe {
  /*border: 1px #b21d24 solid;*/
  margin: 10px;
   /* padding: 0px 10px 10px 10px;*/
  -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #333;
	min-height:150px;
	padding-bottom:10px;
	/*border: 1px solid #333;*/
}
.homeWeather, .homeWebcam {
  -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.homeWeather {
 float:left;
 width:365px;
 position:relative;
 left:30px;
 overflow:auto;
 background:#fff;
 clear:right;
 /*border: 1px solid #333;*/ 
}

.homeWebcam {
 float:left;
 width:295px;
 position:relative;
 left:10px;
 height:213px;
 overflow:auto;
 background:#fff;
 /*border: 1px solid #333;*/ 
}

.homeFootWrap {
  width: 690px;
  overflow:hidden;
  height:215px;
}
.sponsor {
  float:left;
  position:relative;
  left:30px;
  top:10px;
  height:92px;
  overflow:auto;
  width:365px;
}

.imgLink {
  border:0px;
}

small {
  font-family: Verdana, Arial;
  font-size:10px;  
}


table.shoppingcart {
  display:none;
}

.wpsc_container {
  float:left;
}

.clear {
  clear:both;
}
#search-submit  {
  float:left;
  /*top:-18px;*/
  margin-left:10px;

}
#search-text {
  width:170px;
  float:left;
  /*top:-13px;*/
  margin-top:5px;
  margin-left:10px;

}
strong {
  font-weight:bold;
}
em, address {
  font-style:italic;
}

#suckerfishnav {
    background:#000000 repeat-x;
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    z-index:999;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:212px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#nav li li {
    /*width:150px;*/
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#nav li li a {
    padding:4px 10px;
    width:150px;
    font-size:12px;
    color:#000000;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#nav li li:hover {
    background:#000000;
    }
#nav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#FFCF32;
    }
#nav li:hover a, #nav li.sfhover a {
    color:#FFCF32;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000000;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#FFCF32;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#000000;
    }
    
.ngg-galleryoverview, .ngg-albumoverview, .ngg-clear {
  clear:none !important;
}
#rotator {
  margin: 0 auto !important;
}

.side1, .side2, .side3 {
  /*visibility:hidden;*/
  /*display:none;*/
}
div.kjo-link {
  display:none !important;
  }
  
.calnk a { 
  color:#000 !important;
}
.slideshowlink {
  display:none;
} 
p.PostDate {
  font-size:10px !important;
  text-align:right;
}
/* 
  ****  All for the menu on the left
  *
  */    
.page_item ul {
  display:none;
}
.current_page_item ul, .current_page_parent ul {
  display:inline;
}
.current_page_parent ul li {
  background:#f8e797 !important;
} 

ul.sideNav {
  background:#eee;
  color:#000;
  margin-top:11px;
}

ul.sideNav  a {
  color:#000;
  display:block;
  /*height:21px;*/
  padding:5px 10px 5px 15px;
  border-bottom:1px solid #b5985a;
  line-height:21px;
  outline:none;
  font-weight:bold !important;
  font-size:14px !important;
  font-family: arial, san-serif;
  text-decoration:none;
  }
ul.sideNav  a:hover {
  color:#b5985a;
  background:#000;
}

ul.sideNav ul  a {
  color:#000;
  display:block;
  border-bottom:2px solid #CDAC66;
  padding-left:25px;
  font-size:12px !important;
  background:#b5985a;
  font-weight:normal !important;
  }
ul.sideNav ul  a:hover {
  color:#b5985a;
  background:#000;
  }
ul.sideNav li:last {
  margin-bottom:30px;
}