/*
Theme Name: Turtle Island
Theme URI: http://turtleisland.com.au
Description: Turtle Island 2010 theme
Version: 1.0
Author: Jylan Wynne, Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 * COLOURS
 * red					:	ff0000
 * green				:	00ff00
 * blue					:	0000ff
 * 
 * based on 960 12 col grid
 * columns 60px
 * column gaps 20px
 *
 * CONTENTS
 * 1.Header and Body
 * 2.Main Content
 * 3.Forms
 * 3.Footer
 * 4.Navigation
 * 5.News
 * 6.Sidebar
 * 7.Homepage
 */

/*
 * 1.Header and Body
 */

html {
	background:#79b4d1 url(images/htmlBg.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background:transparent url(images/palmTree.png) left bottom no-repeat;
}

.outer {
	width: 100%;
	background:transparent url(images/bodyBg.png) center top repeat-y;
}

#header {
	width: 100%;
	height: 275px;
	position: relative;
	background:transparent url(images/palmTree.png) top right no-repeat;
}

#subheader {
	background:#348db9;
	border-top:1px solid #fff;
	height:90px;
}

#subheader .widthlimiter {
	height:90px;
}

#header .widthlimiter {
	background:url(images/header3.jpg) center top no-repeat;
	height: 275px;
}

#header h1 {
    margin: 0;
    padding: 0;
	position:absolute;
	top:220px;
	left:120px;
	width:439px;
	height:66px;
	z-index:99;
	background:transparent url(images/logo.png) no-repeat;
	text-indent:-9999px;
    font: normal bold 30px/100px sans-serif;
}

p#description {
    margin:0;
    color: #fff;
	background:transparent url(images/descriptionBg.png) no-repeat;
    width: 381px;
	height:90px;
    float: right;
    font: italic bold 1.2em/90px sans-serif;
	text-indent:-9999px;
}

.widthlimiter{
	width:920px;
	margin:0 auto;
	position:relative; /* this is here for any absolute positioning */
}

.widthlimiter.main {
	background:#fff;
}

/*
 * 2.Main Content
 */

#content {
    font: normal 1em/1.6em Georgia, serif;
	padding:0 10px 1em;
	width: 613px; /* 8 cols */
	float: left;
}

#content p, #content ul {
	color:#555;
}

#content ul {
	padding:0 0 0 1.5em;
}

#content ul li {
	border-bottom:1px solid #ddd;
	margin:0 0 .5em;
	padding-bottom:.5em;
}

#content h1, #content h2, #content h3 {
    color: #348db9;
    margin:.5em 0 .1em;
	font: bold 1.6em/1.2em "Palatino Linotype", Georgia, serif;
}

#content h2 {
	font-size:1.2em;
}

#content h3 {
	font-size:1em;
}

#content .ngg-navigation a.page-numbers, #content .ngg-navigation span, #content .ngg-navigation a.prev, #content .ngg-navigation .next {
	padding:2px 7px;
	font-size:1.1em;
	color:#79b4d1;
	border:1px solid #79b4d1;
	text-decoration:none;
	margin:0 3px 0 0;
	font-family:  Verdana, "Verdana Ref", sans-serif;
}

#content .ngg-navigation a.page-numbers:hover, #content .ngg-navigation a.prev:hover, #content .ngg-navigation .next:hover {
	background:#79b4d1;
}

#content .ngg-navigation span {
	color:#333;
}

#content .ngg-gallery-thumbnail img {
	border:1px solid #79b4d1;
	padding:1px;
	background:none;
}

#content .ngg-gallery-thumbnail a:hover img {
	border:1px solid #333;
}

a {
    color: #348db9;
}

a:hover {
    color: #333;
    text-decoration: none;
}

#sidebar #usermessagea {
	margin:0 0 .5em 0;
	font-size:1.1em;
	font-weight:bold;
}

#sidebar fieldset {
	border:none;
	padding:0;
}

#sidebar fieldset ol {
	margin:0;
	padding:0;
}
align
#sidebar fieldset .emailreqtxt, #sidebar fieldset .reqtxt, #sidebar fieldset legend {
	display:none;
}

#sidebar fieldset label {
	color:#000;
	line-height:1.5em;
	font-weight:bold;
	display:block;
}

#sidebar fieldset input, #sidebar fieldset textarea {
	border:1px solid #82c8ff;
	padding:.5em;
	width:232px;
	-webkit-box-shadow:3px 3px 0 rgba(0,0,0,0.09);
	box-shadow:3px 3px 0 rgba(0,0,0,0.09);
	-moz-box-shadow:3px 3px 0 rgba(0,0,0,0.09);
}

#sidebar fieldset textarea {
	height:60px;
}

#sidebar input#sendbutton {
	background:#348db9;
	color:#fff;
	padding:.3em .8em;
	text-transform:lowercase;
	float:right;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #296c8d;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#sidebar input#sendbutton:hover {
	background:#1f80ac;
}

#sidebar input#sendbutton:focus, #sidebar input#sendbutton:active {
	background:#00739e;
}

.linklove {
    display: none;
}

.alignright {
	margin:.5em 0 1em 1em;
	float:right;
	border:2px solid #09f;
	padding:1px;
}

/*
 * 4. Navigation
 */
 
#menu {
	position:absolute;
	bottom:27px;
	left:20px;
	background:#4197c4;
	font-size:.8em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
 
#menu ul, #menu li {
	list-style:none;
	padding:0;
	margin:0;
}

#menu li {
	float:left;
}

#menu li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:.6em .75em;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#menu li a:hover {
	background:#006c96;
	color:#fff;
}

#menu li.current_page_item a {
	background:#fff;
	color:#006c96;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.1);
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}

/*
 * 3.Footer
 * Text should be a little smaller and more subtle in contrast.
 */

#footer {
	clear: both;
    background: #348db9 url(images/footerBg.png) repeat-x;
    width: 100%;
	padding:1em 0 2em 0;
	overflow:hidden;
	text-align:center;
}

#footer .widthlimiter {
	width:900px;
}

#footer p {
    font-size: 0.8em;
    line-height: 1.4em;
	margin:0;
	float:left;
    color: #fff;
}

#footer p#designedby {
	float:right;
}

#footer a {
    color: #fff;
}

#footer a:hover {
	background:none;
    text-decoration: none;
}

#sidebar {
	float:right;
	font: normal 1em/1.6em Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	margin:0;
	padding:0 10px 1em 10px;
	width:252px;
	background:#b9e0ff url(images/sidebarBg.png) 0 230px repeat-x;
}

#sidebar li#text-4 {
	background:#f5f5f5;
	margin-left:-10px;
	padding:10px 0;
	width:272px;
	border-bottom:1px solid #fff;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
	text-align:center;
}

#sidebar li#text-4 p, #sidebar li#text-4 p a {
	color:#555;
	background:none;
}

#sidebar li#text-4 p.address {
	margin:.5em 0 0 0;
	line-height:1.4em;
}

#sidebar h2 {
	color:#fff;
	margin-bottom:.3em;
}

#sidebar p {
	color:#333;
	margin:.3em 0;
	line-height:1.2em;
}

#sidebar ul, #sidebar li {
	list-style:none;
	margin:0 0 1em 0;
	padding:0;
}

#sidebar li li {
	margin:0 0 1em 0;
}

span.clear {
	clear:both;
	height:0;
	overflow:hidden;
	display:block;
}

