/*  
Theme Name: Nutwork Custom Theme
Theme URI:
Description: This theme has been custom designed for you.  If you need to contact us, please do so on 08 9388 6918
Version: 
Author: Nutwork Web Design
Author URI: http://www.nutwork.com.au
*/

/* colours
Find and replace these terms... in reverse order
#body-bg
#main-font

#heading-color
#heading-link
#7aae16-hover
#main-link
#7aae16-hover


*/


/*** Reset All ***/
* { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}
a, div {
  outline:none;
}	


html {
	overflow-y: scroll;
}

body {
	background: #170401 url(images/BodyBg.png) repeat-x;
	text-align: center;
	margin: 0 auto;
	font: 12px arial, Geneva, sans-serif #cacaca;
	}
	

/* -------------------
Main Structure
------------------- */

#allWrap {

}
	
#frame {
	width: 962px;
	text-align: left;
	margin: 0px auto 0px auto;
	border-left:9px solid #000000;
	border-right:9px solid #000000;
	background: url(images/frame_bg.gif) repeat-x;
	}
	
#middle {
  overflow: hidden;
	margin:0 auto;
	clear: both;
	background:url(images/Footer2.jpg) no-repeat bottom left;
	padding-bottom:135px;
	}

#content {
	background:#4D4D4D none repeat scroll 0 0;
  width:544px;
  padding:20px;
  padding-bottom:70px;
  float:right;
  min-height:611px;
	}
	
#sidebar {
  background:transparent url(images/Rainbow.jpg) no-repeat scroll 0 0;
  float:left;
  min-height:725px;
  padding:0 0 10px;
  width:378px;
}

#sidebarBlank{
  float:left;
  min-height:725px;
  padding:0 0 10px;
  width:378px;
}

#sidebarTwo {
  background:transparent url(images/aboutus_img.jpg) no-repeat scroll 0 0;
  float:left;
  min-height:725px;
  padding:0 0 10px;
  width:378px;
}
	
#clear_nav {
  margin-top: 0px;
	height: 0px;
  clear: both;
  height:9px;
}
/* -------------------
Header
------------------- */

#header {
    background: #1d0c04;
    width: 962px;
    height: 47px;
    margin:0px auto;
    clear: both;
		padding: 0px;
	}

	
.headImgLink {
  display:block;
  width:980px;
  height:47px;
  text-indent:-9000px;
}	



/* -------------------------------
navigation
---------------------------------- */
	

#nav {
	font-family: arial, Geneva, sans-serif;
	width: 980px;
	height: 35px;
	margin: 0 auto;
	background-image: url(images/navBg.jpg);
	clear: both; 
}

#nav ul {
	list-style: none;
  margin-left: 20px;
	text-align: center;
}

#nav li {
	float: left;
}

#nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	text-transform: none;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0 20px;

	font: 12px arial,San-serif normal;
  outline: none;
}

/*
#nav li a:visited {
	color: #nav-link-visited;
	display: block;
	text-decoration: none;
	text-transform: none;
	width: 100px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	font: 12px arial,San-serif normal;
  outline: none;
}
*/

#nav li a:hover, .current_page_item {

}

#nav li a:active {
	text-decoration:none;
}







/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 20px 10px;
	}
	
/* Headings */
	
#content h1 {
	color: #7aae16;
	font: 28px arial,San-serif; 
	margin: 10px 0px 5px 0px;
	}


#content h2 {
	color: #7aae16;
	font: 19px arial,San-serif; 
	font-weight: normal;
	margin: 12px 0 8px 0;
  padding: 4px 0px 5px 0;
}

#content h2 a {
	color: #7aae16;
	text-decoration: underline;
	font: 19px arial,San-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #8fda00;
}
	
#content h3 {
	font: 14px arial,San-serif;
	font-weight: bold;
	color: #7aae16;
	margin: 0;
  padding: 4px 0px 5px 0;
}

#content h3 a {
	font: 14px arial,San-serif;
	font-weight: bold;
	color: #7aae16;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #8fda00;
}
	
#content h4 {
	font: 13px arial,San-serif;
	color: #7aae16;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
  padding: 4px 0px 2px 0;
}
	
#content h5 {
	font: 13px arial,San-serif;
	margin: 0;
  padding: 4px 0px 2px 0;
	color: #7aae16;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl, #widgetshoppingcart, .wpsc_container, .entry {
	font: 12px/19px arial,San-serif;
  color: #cacaca;
}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 12px 0;
}

#content li {
	margin: 0 0 0 30px;
	font: 12px/15px arial,San-serif;
	color: #cacaca;
	list-style: 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: #7aae16;	
	font: 12px arial,San-serif;
	font-weight: normal;
 }
#content a:hover { color: #8fda00; }
	
#content .post ul.post-data {	
	list-style: none;
	font: 12px arial,San-serif;
	padding: 0.1em 0 0.2em 0;
	color: #cacaca;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #cacaca;
	}
	
#content .post ul.post-data a {
	color: #7aae16;
  text-decoration: underline;
  font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #8fda00;
	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 arial,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;
	list-style: none;
	}

	
#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;
	list-style: none;

	}
	
#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 arial,San-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 12px arial,San-serif;
	color: #cacaca;	
}

#content #comments .comment a:hover { 
	font: 12px arial,San-serif;
	color: #cacaca; 
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font: 12px arial,San-serif;
	}
	
#content #comments .comment .comment-data p {
	font: 12px arial,San-serif;
	color: #cacaca;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font: 12px arial,San-serif;
	color: #cacaca; 
}

#content #comments .comment .comment-data p a:hover { 
  color: #cacaca; 
}

#content #comments form {
	color: #cacaca;
	font: 12px arial,San-serif;
	}

#content #comments form a { color: #cacaca; }
#content #comments form a:hover { color: #cacaca; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* -------------------
Sidebar
------------------- */


#sidebar h3 {
	color: #ffffff;
	font: 18px/22px arial,San-serif;
	font-weight: normal;
	margin: 0 0 0px 0;
  padding: 6px 0px 2px 0px;
	text-align: left;
	}
#sidebar h1 {
	color: #ffffff;
	font: italic 30px/34px arial,San-serif;
	font-weight: normal;
	margin: 0 0 0px 0;
  padding: 6px 0px 2px 0px;
	text-align: left;
	}
	
#sidebar h3.small {
  font-size: 13px;
}
	
#sidebar p, #sidebar li {
	color: #side-p;
	font: 12px/15px arial,San-serif;
  text-align: left;  
  list-style:none;      
}
#sidebar li {

}
	
#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;
	}
	
#sidebar a {
	color: #side-link;
	text-decoration: none;
  font-weight:normal;
	}
	
#sidebar a:hover {
	color: #side-link-hover;
	text-decoration: none;
  font-weight:normal;
}


#newsdiv {
	padding-left: 15px; 
}

#newsdiv a, #newsdiv a:visited {
	color: #333; 
}

#newsdiv a:hover {
	color: #5a2981; 
}

#newsdiv h2 {
	color: #5a2981;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#newsdiv h3 {
	color: #8c8c8c;
	font-size: 18px;
	font-weight: bold;
}

#search-submit  {
  /*width:175px;*/
  height:22px;
  float:left;

}
.search {
  margin-right:10px;
  float:right
}
#search-text {
  width:125px;
  height:20px;
  float:left;
  margin-right:5px;
}








/* -------------------
Footer
------------------- */

#FooterWrap {
  background:#1f1612;
  border-top:9px solid #000000;
}
#FooterGradient {
  background:transparent url(images/BottomGradient.png) repeat-x scroll 0 0;
  height:150px;
  position:relative;
  top:-273px;
  width:962px;
  margin:0 auto;
  margin-bottom:-150px;
}

#footer {
    clear: left;
    width: 962px;
    height: 275px;
    background: #1a0b03;
    margin:0 auto;
    padding: 0px;
    border-left:9px solid #000000;
		border-right:9px solid #000000;
	}

#footer_nav {
	position: relative;
  top:20px;
	text-align: center;
  width:100%;
	float:left;
	overflow:hidden;
}

#footer_nav ul {
	list-style:none;
	font-family: arial, 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: none;
	color:#fff;
	font-weight: normal;
	font-size:12px;
  outline: none;
}

#footer_nav li a:link {
	text-decoration:none;
}

#footer_nav li a:visited {
	text-decoration:none;
  color: #fff;
}

#footer_nav li a:hover {
	color:#fff;
}

#footer_nav li a:active {
	text-decoration:none;
}
	
#footertext {
	clear: both;
	width: 100%;
	position: relative;
	top: 40px;
	text-align:center;
}
		
#footer #footertext {
	color: #777777;
	font: 12px arial,San-serif; 
	padding: 0px 0 0 0;
	}
	
#footer #footertext a {
	color: #555555;
	text-decoration:underline;
	}

#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 #333;
	width: 475px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 12px;
	border: 1px solid #333;
	width: 180px;
	height: 15px;
}

#commentform input{
	margin-bottom: 3px;
}

#commentform #submit {
	margin:0 auto;
	float:left;
  background:#000000;
  color: #ffffff;
	font: 12px arial,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;
}




/* -------------------
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: #c2232b;
}

.imgLink {
  border:0px;
}

small {
  font-family: arial, Arial;
  font-size:10px;  
}


table.shoppingcart {
  display:none;
}

.wpsc_container {
  float:left;
}

.clear {
  clear:both;
}

strong {
  font-weight:bold;
}
em {
  font-style:italic;
}
.ngg-galleryoverview {
  clear:none !important;
}
.ngg-albumoverview {
  clear:none !important;
}
div.piclenselink {
  display:none;
}
div.navigation {
  height:30px;
}
input, select, textarea {
  border:1px solid #b4b4b4;
}



/* _______________  PULL QUOTES ________________________ */

#pullout_right {
	float: right;
	width: 250px;
	margin: 0 0 20px 25px;
}

#pullout_right p {
	font-size: 22px;
	line-height: 28px;
	color: #7ebbce;
	margin-left: 12px;
	text-indent: -12px;
}

#pullout_left {
	float: right;
	width: 250px;
	margin: 0 25px 20px 0;
}

#pullout_left p {
	font-size: 22px;
	line-height: 28px;
	color: #7ebbce;
	margin-left: 12px;
	text-indent: -12px;
}

/********************************/
#NewsDiv {
  margin-top:40px;
  clear:both;
}
#NewsDiv h2 {
  font:18px verdana;
  font-weight: normal;
  color: #8c8c8c;
}
#NewsDiv h3 {
  font:13px verdana;
}
#NewsDiv p {
  font:11px verdana;
}

#NewsDiv p a:active {
  font:11px verdana;
}

#NewsDiv p a:hover {
  color: #0F3;
}

#NewsList li {
  float:left;
  margin:0 15px 0 0;
  list-style-type:none;
  padding:0 0 0 15px;
  width:25%;
  height: 150px;
  border-left:1px solid #8C8C8C;
}
#NewsList li:first-child {
  border-left:0px solid #8C8C8C;
  padding: 0;
}
#DiscoverMessage {
  display:none;
  padding:20px 20px 60px 20px;
  width:470px;
  background: #6b6c63 url(images/chiesel.jpg) no-repeat bottom right;
}
a.DiscoverLink {
  background:url(images/DiscoverLinkBg.png) no-repeat;
  width:526px;
  height:21px;
  display:block;
  padding-top:10px;
  text-decoration:none;
  margin-top:100px;
  color:#cacaca  !important;
}
.NoMargin {
  margin:0 !important;
  padding:0 !important;
}
.LightenUp {
  Color:#cacaca !important;
}
.HomeTagline {
  margin-top:65px;
}
/****************Galleria******************/
.galleria_container {margin-left:-374px;clear:both;width:240px;float:left; z-index:1;}
.galleria{list-style:none;clear:right;}
.galleria li, .gallery li{display:block;width:100px;height:100px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer; z-index:1;}
.galleria li.active div img,.galleria li.active div{display:block; z-index:1;}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto; z-index:1;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
span.caption {
  width:200px;
  }
#ImageDescription {
  float:left;
  margin-bottom:50px;
  min-height:200px;
  width:344px;
}
#BuyOrder {
  float:right;
}
#ImageDescription img {
  display:none;
}
ul.gallery {
  width:3000px;
  height:110px;
}
#Scroller {
  height:130px;
  overflow-x:scroll;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #CACACA;
}
.vscrollerbar {
width: 10px;
background-color: #7AAE16;
}
.hscrollerbase {
height: 10px;
background-color: #CACACA;
}
.hscrollerbar {
height: 10px;
background-color: #7AAE16;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#Scroller {
scrollbar-face-color: #7AAE16;
scrollbar-highlight-color: #7AAE16;
scrollbar-3dlight-color: #7AAE16;
scrollbar-darkshadow-color: #7AAE16;
scrollbar-shadow-color: #7AAE16;
scrollbar-arrow-color: #7AAE16;
scrollbar-track-color: #ddd;
}