/*
Theme Name: Island Settings
Theme URI: http://island-settings.co.nz/
Description: Default Island Settings Site
Author: Darren Wood
Version: 1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* ------------------------------------------------------
RESET
@section reset
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-rendering: optimizeLegibility;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }


/* ------------------------------------------------------
TYPOGRAPHY
@section typography
--------------------------------------------------------- */
/*
@section Body
*/
html {
	-webkit-font-smoothing: antialiased;
}

body {
	font: normal 13px/1.5 "Trebuchet MS", sans-serif; /* reset to ~10px */
	color: #fff;
	background: #000;
}


/*
@section paragraphs
*/
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: .5em;
}


/*
@section links
*/
a:active { outline: none; }
a:focus { outline: thin dotted; }

a, a:active, a:visited { color:#fff; text-decoration: underline; }
a:hover { color:#036; }

a:link { -webkit-tap-highlight-color: #FF5E99; } 

#nav a {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 8px 0;
}

#nav li li a {
	font-size: 14px;
	padding: 3px 0;
}


/*
@section Headings
*/

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ecebd6;
}

h1 { font-size: 17px; }
h2 { font-size: 14px; color: #cbcda8; margin-top: 20px; }

/*
@section Lists
*/
ol { list-style: decimal; }
ul { list-style: none; }
li { 
	margin-left: 10px;
	padding-left: 15px;
	background: url(bullet-sm.png) no-repeat 0 7px;
}

#nav li {
	background: url(bullet-lg.png) no-repeat 0 14px;	
	padding-left: 25px;
}

#nav li li {
	background: url(bullet-md.png) no-repeat 0 9px;	
	padding-left: 15px;	
	margin: 0;
}


/*
@section Other
*/
small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

blockquote {
  font-size: 15px;
  font-style: italic;
  margin: 0 20px 0px 20px;
  font-family: Georgia, serif;
}
.cite {
  margin: 0 20px 30px 20px;
  padding-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  font-size: 15px;
}

::-moz-selection{ background: #383537; color:#fff; text-shadow: none; }
::selection { background:#383537; color:#fff; text-shadow: none; } 


/* ------------------------------------------------------
HELPER STYLES
@section helper
--------------------------------------------------------- */
/*
@section non-semantic helpers
*/
/* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none; }

/* Hide for both screenreaders and browsers */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


/*
@section Forms
*/
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }


/*
@section Notifications & Errors
*/


/* ------------------------------------------------------
STRUCTURE
@section structure
--------------------------------------------------------- */
#container {
	width: 960px;
	margin: 25px auto;
	overflow: hidden;
	border: 5px solid #333;
	background: url(bg.png) repeat-y;
}

header[role=banner] {
	background: url(shadow.png) repeat-x bottom;
	height: 115px;
	zoom:1;
}

header[role=banner] hgroup {
	background: #ccccb2 url(logo.png) no-repeat 25px 30px;
	height: 100px;
	text-indent: -999em;
	zoom:1;
}

header[role=banner] h1 {
	background: url(flax-sm.png) no-repeat right 0;
	height: 100px;
	zoom:1;
}

header[role=banner] h2 {
	margin: 0;
	height: 0;
	position: absolute;
	left: -999em;
}

#main {
	float: right;
	width: 660px;
	padding: 15px 25px 25px;
}

#nav {
	float: left;
	width:200px;
	padding: 0 25px;
	zoom:1;
}

#nav a {
	color: #6f5557;
	zoom:1;
}

#nav li ul {
	display: none;
}

#nav .current_page_item ul,
#nav .current_page_parent ul {
	display: block;
}

#nav .current_page_item,
#nav .current_page_parent {
	background: url(bullet-lg-on.png) no-repeat 0 14px;	
	zoom:1;
}

#nav .current_page_item a,
#nav .current_page_parent a,
#nav .current_page_parent li a {
	color: #000;
	zoom:1;
}

#nav .current_page_parent li a {
	color: #6f5557;
	zoom:1;
}

#nav .current_page_parent .current-menu-item {
	background: url(bullet-md-on.png) no-repeat 0 9px;	
}

#nav .current_page_parent .current-menu-item a {
	color: #000;
}

#contact {
	clear: both;
	float: right;
	width: 660px;
	padding: 25px;
}

#footer {
	text-align: center;
	font-size: 11px;
}

/* ------------------------------------------------------
COMPONENTS
@section components
--------------------------------------------------------- */
.product-desc {
	font-size: 14px;
	margin-bottom: 20px;
}

.products {
	overflow: hidden;
	margin-bottom: 20px;
	zoom:1;
}

.products h1 {
	border-bottom: 1px solid #a7a4a5;
	margin-bottom: 0;
}

.product {
	width: 280px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

.cycle_lite_container {
  margin: 20px 15px 0 0;
  float: right;
}

.cycle_lite_container img {
	border: 3px solid #fff;
	-moz-box-shadow: 1px 1px 8px #000; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 8px #000; /* Saf3+, Chrome */
	box-shadow: 1px 1px 8px #000; /* Standard. Opera 10.5, IE9 */
  height: auto !important;  
  max-height: 400px;
  width: 250px !important;
}

.ngg-slideshow {
  padding: 10px;
}

.ngg-slideshow img {
  -moz-box-shadow: 1px 1px 8px #000; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 8px #000; /* Saf3+, Chrome */
	box-shadow: 1px 1px 8px #000; /* Standard. Opera 10.5, IE9 */
}
/* ------------------------------------------------------
OVERRIDES
@section overrides
--------------------------------------------------------- */


/* ------------------------------------------------------
PRINT
@section print
--------------------------------------------------------- */
/* 
inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}
