/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 01 Jan 2009
Last update made by: --- (---@domain.co.nz)

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.small 					{ font-size: 9px !important;}
#ie6 .small, #ie7 .small{ font-size: 10px !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }
.inline-block			{ display:inline-block; vertical-align:top; }

.round-corners			{-moz-border-radius: 5px; -webkit-border-radius: 5px; }
.drop-shadow			{-moz-box-shadow: 0 0 40px #ddd; -webkit-box-shadow: 0 0 40px #ddd;}
.pad-10px				{padding:10px;}
.pad-20px				{padding:20px;}
.margin-bottom-20px		{margin-bottom:20px;}
.err					{color:#ff0000; font-weight:bold;}
.on-special	{text-decoration:line-through;}

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic				{ font-style: italic; }
code					{ font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #000; font-size: 1.1em; padding:1em; margin-bottom:.5em 0; background:#eee; border:3px solid #ccc; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Lucida Grande","Lucida Sans",Verdana,sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background:#fff;
	color: #000;
}

img { behavior: url(/javascript/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; letter-spacing: -0.02em; margin-bottom: 0; color: #666666; }

h1 { font-size: 3.4em; margin: 0; }
h2 { font-size: 1.8em; margin: 0; line-height:1em; padding: 3px 0;}
h3 { font-size: 1.4em; margin: 10px 0 0 0; color: #9999; line-height:1em; }
h4 { font-size: 1.4em; margin: 10px 0 0 0; color: #999; }

h2 a{color:#666; text-decoration:none;}
h2 a:hover{color:#3399cc;}

p { font-size: 1.2em; line-height: 1.4em; margin: 0 0 20px 0; }
	p.tagline { color: #999; margin: 0; }

a { color: #3399cc; text-decoration: none; }

pre
{
	font-size:1.1em;
}

a:hover, a:active { text-decoration: underline; color: #101010; }

ul li {
	list-style: disc;
}

ol li {
	list-style-type: decimal;
}

ul.no-markers li {
	list-style: none;
}

dl {
	font-size: 12px;
}

dt {
	float: left;
	clear: left;
	width: 145px;
	padding-left:20px;
	margin: 0 0 10px 0;
	color: #999;

}

dd {
	float: left;
	margin: 0 0 10px 10px;
}

blockquote {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica;
	color: #666666;
	padding:1em;
	margin-bottom:1em;
}

blockquote p{
	margin-bottom:.5em;
}

.quote-src {
	text-align: right;
}

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#master {
	
}

#header {
	height:70px;
	margin:0 45px 1em 45px;
	border-bottom:1px solid #000;
}

#introduction
{
	margin: 1em 45px;
	border-bottom:1px solid #000;
}

#navigation {
	position:absolute;
	top:25px;
	right:45px;

}

#level2-nav{
	position:releative;
	display:block;
	overflow:hidden;
}

#page {
	width: 940px;
	position: relative;
	margin:0 auto;
}

#content {
	width:525px;
	float:left;
	margin-left:45px;
}

.content-full
{
	margin: 0 45px;
}

#sidebar
{
	width:260px;
	float:right;
	margin-right:45px;
}

#footer {
	clear:both;
	padding-top:1em;
	margin:0 45px;
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

#header h2 span
{
	visibility:hidden;
}

#header h2
{
	width:291px;
	height:36px;
	background:url(/images/gen/logo.gif) no-repeat;
	position:absolute;
	top:15px;
}

#header h2 a
{
	text-decoration:none;
	display:block;
	width:291px;
	height:36px;
}

#navigation ul,#level2-nav ul
{
	margin:0;
	padding:0;

}

#navigation ul li, #level2-nav ul li
{
	float:left;
	list-style:none;
	padding-left:10px;
	font-size:1.5em;
	letter-spacing:-.05em;
}

#level2-nav ul li{
padding-left:0 !important;
padding-right:10px !important;
margin-left:0 !important;
}

#navigation ul li a, #level2-nav ul li a
{
	display:block;
	font-weight:bold;
	color:#666666;
	padding:5px 8px;
	background:#eee;
}

#navigation ul li a:hover, #level2-nav ul li a:hover
{
	color:#fff;
	background:#666;
	text-decoration:none;
}

#navigation ul li a.selected, #level2-nav ul li a.selected
{
	color:#fdd106;
	background:#666;
}

#content ul
{
	margin-bottom:1.5em;
}

#content ul li
{
	margin-left:20px;
	margin-bottom:.5em;
	font-size:1.2em;
}

.content-wrapper
{
	margin:1em 45px;
	border-bottom: 1px solid #000;
	zoom:1;
	overflow:hidden;
}

.content-third
{
	width:390px;
	margin-right:35px;
	float:left;
}

.content-third.last
{
	margin-right:0;
}

.entry
{
	margin-top:.5em;
}

.entry p
{
	line-height:1.5em;
}

.calendar-icon
{
	position:absolute;
	left:0;
	width:33px;
	height:40px;
	background:url(/images/gen/calendar-icon.gif) no-repeat;
}

.calendar-icon .month, .calendar-icon .day
{
	display:block;
	text-transform:uppercase;
	text-align:center;
}

.calendar-icon .month
{
	color:#666;
}

.calendar-icon .day
{
	font-size:1.8em;
	line-height:1.4em;
	font-weight:bold;
	color:#fff;
}
	

.post-info
{
	font-size:1.1em;
	margin:0;
	padding:0;
}

.post-metadata
{
	font-size:1.1em;
	margin:0;
	padding:0;
	margin-top:-1em;
	margin-bottom:2em;
	padding-bottom:.5em;
	border-bottom:1px solid #000;
}

.comment-gravatar
{
	float:right;
}

.comment-gravatar img
{
	width:33px;
	height:33px;
}

ul.product-list
{
	margin:0 !important;
	padding:0 !important;
}

ul.product-list li
{
	list-style:none;
	margin:.5em 0 !important;
	padding:1em !important;
	background:#efefef;
	font-size:1em !important;
	text-align:center;
}
ul.product-list li p
{
	margin:.5em 0;
}

ul.product-list li .price
{
	font-size: 1.5em;
	font-weight:bold;
	color:#333;
	margin-bottom:.5em;
}

ul.product-list li input
{
	width:100%;
	font-size:1.5em;
}

.comment-list li
{
	list-style:none;
	margin:0 0 1em 0;
	padding:1em;
	background:#efefef;
}



.comment-list li p.comment-text
{
	margin:0;
	padding:5px;
	background:#fff;
	font-size:1.1em;
}

.comment-list li p.comment-metadata
{

 font-size:1.1em;
 background:url(/images/gen/comment-icon.gif) no-repeat;
 padding-left:20px;
 margin:0.8em 0 1.5em;
}

#sidebar ul li, ul.latest-blogposts li, ul.twitterfeed li,ul.twitterfeed li
{
	list-style:none;
	margin:0;
	padding:0;	
}

#sidebar ul li ul
{
	margin-bottom:1em;
}

#sidebar ul li a, ul.latest-blogposts li a, ul.twitterfeed li p
{
	font-size:1.2em;
}

#sidebar h2 a
{
	font-size:1em !important;
}

ul.twitterfeed li p
{
	margin:0;
	padding:0;
}

ul.twitterfeed li p .small
{
	color:#999;
}

#sidebar ul.archive li, ul.latest-blogposts li
{
	background:url(/images/gen/calendar-list-icon.gif) no-repeat;
}

#sidebar ul.latest-comments li,.cmt-form-comment
{
	background:url(/images/gen/comment-icon.gif) no-repeat;
}

#sidebar ul.blogroll li,.cmt-form-website
{
	background:url(/images/gen/link-icon.gif) no-repeat;
	
}

ul.twitterfeed li
{
	background:url(/images/gen/twitter-icon.gif) no-repeat;
	
}

#sidebar ul.archive li,#sidebar ul.latest-comments li,#sidebar ul.blogroll li, ul.latest-blogposts li, ul.twitterfeed li, #sidebar ul.twitterfeed li,
#sidebar ul.latest-blogposts li
{
	display:inline-block;
	padding-left:20px;
	padding-bottom:2px;
	background-position:0 1px;
	width:100%;
}



.cmt-form-name
{
	background:url(/images/gen/user-icon.gif) no-repeat;
		
}

.cmt-form-email
{
	background:url(/images/gen/email-icon.gif) no-repeat;
}

.cmt-form-comment,.cmt-form-website,.cmt-form-name,.cmt-form-email
{
	padding-left:25px;
	padding-top: 3px;
	padding-bottom:3px;
	background-color:#fff;
	background-position:5px 5px;
	height:22px;
}

.comment-form
{
	background:#efefef;
	padding:10px;
	overflow:hidden;
}

.comment-form input,.comment-form textarea
{
	width:300px;
	font-size:1.1em;
	padding:5px;
	font-weight:bold;
	color:#666;
}

.comment-form textarea
{
	height:150px;
}
	
	



/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/


/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/


/* Cart Styles===================== */ 


/* CART TABLE */
.proceedButton {
	float:right;
	font-size:1.5em;
}

.proceedButton.top {
	float:left;
	font-size:1.5em;
}

.cart-tab {
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	padding:0;
}
.cart-tab th, .cart-tab td {
	border:1px solid #ccc;
	border-width:1px 0;
	padding:5px 2px;
	font-size:1.4em;
}
.cart-tab .altRow th, .cart-tab .altRow td {
	background:#DFDFDF;
}
.cart-tab .totalRow td {
	border-top:3px double #999;
	border-bottom:0;
}
.cart-tab th, .cart-tab .total, .cart-tab .title {
	font-weight:bold;
	line-height:1.2em;
}

.cart-tab .total {
	font-size:2em;
}
.cart-tab .total, .cart-tab .price {
	text-align:right;
}

#shipping {
	border:3px solid #999;
	float:right;
	margin-top:1em;
	padding:1em;
	width:300px;
}
#shipping select
{
	font-size:1.4em;
}


#shipping h2 {
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0;
	font-size:1.5em;
}

#calcs {
	clear:both;
	font-size:1.4em;
}

.grandTotal {
	border-bottom:3px double #CCCCCC;
	font-size:2em;
	font-weight:bold;
	padding:0.2em;
	text-align:right;
	margin-bottom:1em;
}

.subTotal, .tax {
	padding:0.2em;
	text-align:right;
}

.message
{
	text-align:center;
	color:#000;
	background:#ddd;
	padding:1em;
	font-size:2em;
	font-weight:bold;
	clear:both;
	margin:1em 0;
}

.message strong
{
	color:#00adff;
}

.free-ship
{
	padding-top:1em;
}

.note
{
	width:400px;
}


#micro-cart
{
	Margin-right:40px;
	margin-top:20px;
	overflow:hidden;
	zoom:1;
}

#micro-cart .cart-items
{
	font-family:Arial;
	font-size:1em;
	font-style:normal;
}

#micro-cart .total
{
	font-weight:bold;
}

#micro-cart .view-cart
{
	float:right;
}

#micro-cart .view-cart a
{
	display:block;
	background:url(../images/layout/bkg/cart-link.gif) no-repeat  0px 3px;
	font-size:1.4em!important;
	color:#000;	
	width:88px;
}


/* End Cart Styles================= */ 


div.holding
{
	background:#ffffff;
	padding:10px;
	text-align:center;
	width:500px;
	margin:200px auto 0 auto;
	border:1px dashed #ccc;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-box-shadow: 0 0 20px 5px #eee; 
	-webkit-box-shadow: 0 0 20px 5px #eee;
	
}

div.holding p
{
	margin-bottom:0;
}

div.holding img
{
	margin: 0 auto;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
