/*
Theme Name: 007D Nav Strip with Dividers | Blue on Blue
Description: WordPress theme developed by Burst Creative
Version: 1.0
Author: Burst Creative
Author URI: http://www.burstcreative.com.au
*/

/* RESET AND BASICS */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
a { text-decoration: none; outline: none; color: #006; border-bottom: 1px dotted; }
a:hover { color: #69C; border-bottom: none; }
a img { border: 0; background: none; }
img	{ vertical-align: middle; }
.clear { clear: both; }
fieldset { border: 0; }
::selection { background: #ffcc89; color: #222; }
::-moz-selection { background: #ffcc89; color: #222; }
.button { background: #fe4902 url(/images/button-bg.png) top left repeat-x !important; color: white !important;  font-weight: bold; font-size: 15px; -moz-border-radius: 16px !important; -webkit-border-radius: 12px !important; border: 0 !important; letter-spacing: -1px; padding: 5px 12px 3px 12px !important; }
.button:hover { background: #2e2e2e !important; cursor: pointer; }
.alignCenter { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }



/* GENERAL TYPOGRAPHY */
h1, h2, h3, h4, h5 { font-weight: normal; margin: 0 0 5px 0; }
h1 { font-size: 36px; color: #6CF; }
h2 { font-size: 32px; color: #6CF }
h3 { font-size: 26px; color: #6CF }
h4 { font-size: 20px; font-weight: bold; color: #6CF }
h5 { font-size: 20px; font-style: italic; color: #6CF }
p, li, dd, td { font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #888 }
p, dd { margin: 0 0 10px 0; }
li { margin: 0 0 5px 0; }
p strong, li strong { color: #666; }
blockquote { padding: 0 0 0 15px; margin: 0 0 15px 15px; border-left: 2px solid #ccc; }
blockquote, blockquote p { font: italic 15px/22px "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif; }
code { font: 12px/18px Monaco, Courier; width: 500px; padding: 10px; display: block; background: #F0F0F0;  overflow: auto; margin: 5px 0 15px 0; position: relative; color: #000; }
pre code[class]:after { content: attr(class); display: block; text-align: right; font-size: 10px; padding: 5px 5px 0 0; color: #fe4902; }			
ul, ol { margin-left: 20px; padding-bottom: 5px; }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
a.cboxElement { border: none; }

a.cboxElement img { margin: 0 15px 15px 0; border: 6px solid #ccc; }

a:hover.cboxElement img { border: 6px solid #333; }

/* End Images */


/* MAIN STRUCTURE */

body {
	background-image: url(images/bg-body.png);
	margin: 0;
	background-color: #09C;
}

#page-wrap {
	width: 960px;
	margin: auto;
}

#header {
	width: 960px;
        height: 192px;
	position: relative;
	background: #6CF;
}

#header h1 { 
	background: url(images/logo.png) no-repeat;
	width: 960x;
	height: 150px;
        margin: 0;
        padding: 0;
	text-indent: -9999px; 
}

#nav {
	position: absolute;
        bottom: 0;
	width: 910px;
	background: #d1f0ff;
	padding-left: 50px;
/*	border-top: 1px solid #FFF;*/
	border-bottom: 1px solid #AAA;
}

#content-wrap {
	padding: 20px 50px 20px 50px;
	overflow: auto;
	background: #fff;
}

#content {
	float: left;
	min-height: 400px;
}

#content.default {
	width: 575px;
}

#content.sidebar-image {
	width: 575px;
}

#content.full-width {
	width: 860px;
}

#sidebar {
	float: right;
	min-height: 300px;
}

#sidebar.default {
	width: 240px;
}

#sidebar.image {
	width: 270px;
}

#sidebar ul  {
	list-style-type: none;
	margin: 0;
}

/* Side Bar Style */
li.widget {
	width: 200px;
	padding: 20px;
	border: 1px solid #6CF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	list-style-type: none;
}

li.widget h2 {
	font-size: 22px;
	padding-bottom: 5px;
	color: #6CF;
}

li.widget p {
	color: #666;
}

li.widget a {
	color: #666;
}

li.widget a:hover {
	color: #999;
}

#footer {
	width: 960px;
	text-align: center;
	padding-top: 5px;
}

#footer p, #footer a {
	font-size: 11px;
	color: #DDD;
}

#footer a:hover {
	color: #777;
}

#suckerfishnav {
    font-size:18px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:41px;
    padding:0;
    margin:0;
    }
	
#suckerfishnav li {
    float:left;
    padding:0;
	margin: 0;
	background: url(images/bg-nav-divider.png) no-repeat left; 
	line-height:41px;
}
	
#suckerfishnav li:first-child {
	background: none; 
}
	
/* Top Menu - Off State: Tab Background and Font Colours */
#suckerfishnav li a {
	color: #888;
    display:block;
	background: none;
    text-decoration:none;
    padding: 0px 15px;
	line-height: 41px;
	font-size:15px;
	border: none;
}

#suckerfishnav li:first-child a {
    padding-left: 0px;
}

/* Top Menu - On and Hover States: Tab Background and Font Colours */
#suckerfishnav li a:hover, #suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #suckerfishnav li.current_page_item a, #suckerfishnav li.current_page_parent a  {
	background: none;
	color: #000;
}
		
#suckerfishnav li li {
    float:left;
    padding:0;
	margin: 0;
    }
	
#suckerfishnav li ul {
	z-index: 100;
    }



/* sub nav rest */
/* Drop Down Menu - Hover States: Background and Font Colours */
#suckerfishnav li li a, #suckerfishnav li:hover li a, #suckerfishnav li.sfhover li a, #suckerfishnav li.current_page_item li a, #suckerfishnav li.current_page_parent li a {
	display:block;
    text-decoration:none;
	color: #fff;
    padding:0px 15px;
	background: #6CF;
	margin: 0;
	font-size:14px;
	line-height: 31px;
	border-top: 1px solid #fff;
}

#suckerfishnav li li:first-child a {
    border-top: 1px solid #AAAAAA;
}

/* sub nav roll */
#suckerfishnav li li a:hover {
	background: #d1f0ff;
	color: #000;
}

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:200px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
}

#suckerfishnav li li {
    width:200px;
}

#suckerfishnav li ul ul {
    margin:-31px 0 0 200px;
    }
#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;
}
	
div.news-item {
	border-top: 1px solid #CCC;
	padding-top: 20px;
	margin-bottom: 30px;
}

div.news-item:first-child {
	border-top: none;
	padding-top: 0;
	margin-bottom: 30px;
}

small {
	color: #666;
	font-weight: bold;
	margin: 10px 0 5px 0;
	display: block;
}