/*  
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
#nav- nk
#nav-link-hover
#nav-link-hover-bg
#heading-color
#heading-link
#heading-link-hover
#main-link
#163972-hover
#side-h3
#side-p
#side-link
#side-link-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 {
  outline:none;
}	


html {
	overflow-y: scroll;
}

body {
	background: #909a9c url(images/bg.jpg) repeat-x;
	text-align: center;
	margin: 0 auto;
	font: 12px arial, Geneva, sans-serif #main-font;
	}
	

/* -------------------
Main Structure
------------------- */

#allWrap {
}
	
#frame {
	width: 980px;
	text-align: left;
	background-image: url(images/middle_bg.jpg);
	margin: 0 auto 0px auto;
	}
	
#middle {
  overflow: auto;
	margin:0 auto;
	clear: both;
	}

#content {
	width: 550px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#content_bottom {
	width: 100%;
	height: 37px;
}

#content_bottom_image {
	height: 37px;
	width: 980px;
	margin: 0 auto;
	background: url(images/content_bottom.png) top center no-repeat;
}
	
#sidebar {
	float: right;
	width: 269px;
	padding: 0px 0px 10px 0px;
	}
	
#clear_nav {
  margin-top: 0px;
	height: 0px;
  clear: both;
	background-image: url(images/clearNavBg.jpg);
	background-repeat: no-repeat;
}
/* -------------------
Header
------------------- */

#header {
    background: url(images/heading_bg.jpg) no-repeat;
    width: 980px;
    height: 165px;
    margin:0px auto;
    clear: both;
		padding: 0px;
	}

	
.headImgLink {
  display:block;
  width:900px;
  height:200px;
  text-indent:-9000px;
}	



/* -------------------------------
navigation
---------------------------------- */
	

#nav {
	font-family: arial, Geneva, sans-serif;
	width: 980px;
	height: 60px;
	margin: 0 auto;
	background-image: url(images/nav_bg.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: 23px;
	margin: 0px 0px 0px 0px;
	padding: 9px 20px 0 20px;
	color: #FFF;
	font: 13px 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{
  	background: url(images/nav_button_over.jpg) repeat-x;
}

#nav .current_page_item {
  	background: url(images/nav_button_over.jpg) 0px -32px repeat-x;
}

#nav li a:active {
	text-decoration:none;
}







/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 20px 10px;
	}
	
/* Headings */
	
#content h1 {
	color: #047fa9;
	font: 27px arial,San-serif; 
	margin: 10px 0px 5px 0px;
	}


#content h2 {
	color: #827b6a;
	font: 19px arial,San-serif; 
	font-weight: normal;
	margin: 12px 0 8px 0;
  padding: 4px 0px 5px 0;
}

#content h2 a {
	color: #69624f;
	text-decoration: underline;
	font: 19px arial,San-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #047fa9;
}
	
#content h3 {
	font: 14px arial,San-serif;
	font-weight: bold;
	color: #047fa9;
	margin: 0;
  padding: 4px 0px 5px 0;
}

#content h3 a {
	font: 14px arial,San-serif;
	font-weight: bold;
	color: #047fa9;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #827b6a;
}
	
#content h4 {
	font: 13px arial,San-serif;
	color: #heading-color;
	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: #heading-color;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl, #widgetshoppingcart, .wpsc_container, .entry {
	font: 12px/22px arial,San-serif;
  color: #main-font;
}
	
#content ul, #content ol, #content dl {
	margin: 0 0 10px 0;
}

#content p {
	margin: 0 0 20px 0;
}
#content ul {
    list-style:square;
}
#content ol {
    list-style:decimal;	
}
#content li {
	margin: 0 0 0 30px;
	font: 12px/22px arial,San-serif;
  color: #main-font;

}
	
#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: #163972;	
	font: 12px arial,San-serif;
	font-weight: normal;
 }
#content a:hover { color: #305ca5; }
	
#content .post ul.post-data {	
	list-style: none;
	font: 12px arial,San-serif;
	padding: 0.1em 0 0.2em 0;
	color: #main-font;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #main-font;
	}
	
#content .post ul.post-data a {
	color: #163972;
  text-decoration: underline;
  font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #305ca5;
	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;
	}

	
#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;

	}
	
#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: #main-font;	
}

#content #comments .comment a:hover { 
	font: 12px arial,San-serif;
	color: #main-font; 
}
	
#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: #main-font;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font: 12px arial,San-serif;
	color: #main-font; 
}

#content #comments .comment .comment-data p a:hover { 
  color: #main-font; 
}

#content #comments form {
	color: #main-font;
	font: 12px arial,San-serif;
	}

#content #comments form a { color: #main-font; }
#content #comments form a:hover { color: #main-font; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* -------------------
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;
}


.sidebar_panel_top {
	background: url(images/side_panel_bg.jpg) top;
	clear: left;
	width: 269px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.sidebar_panel_content {
	width: 234px;
	clear: left;
	padding: 0 10px 10px 25px;
	margin: 0 0 10px 0;
	background: url(images/side_panel_bg.jpg) bottom;
}

div.sidebar_panel_content h2 {
	color: #0681ab;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.sidebar_panel_content p {
	color: #827b6a;	
}

div.sidebar_panel_content a, div.sidebar_panel_content a:visited {
	color: #827b6a;
	text-decoration: none;
  font-weight:normal;
}

div.sidebar_panel_content a:hover {
	color: #0681ab;
	text-decoration: none;
  font-weight:normal;
}





#newsdiv a {
	color: #827b6a; 
}

#newsdiv a:hover {
	color: #0681ab; 
}

#newsdiv h2 {
	color: #0681ab;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#newsdiv h3 {
	color: #827b6a;
	font-size: 15px;
	font-weight: bold;
}




#search-submit  {
  /*width:175px;*/
  height:22px;
  float:left;

}

.search {
  	margin:0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(images/side_search_bg.jpg) bottom;
	height: 35px;
}

#search-text {
  width:125px;
  height:20px;
  float:left;
  margin-right:5px;
}









/* -------------------
Footer
------------------- */

#footer_wrapper {
	width: 100%;
	background: url(images/footer_bg.jpg) repeat-x;
	height: 150px;
}


#footer {
    clear: left;
    width: 980px;
    height: 130px;
    background: url(images/footer_bg_centre.jpg) no-repeat;
    margin:0 auto;
    padding: 0px;
	}

#footer_nav {
	position: relative;
  top:30px;
	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: 30px;
	text-align:center;
}
		
#footer #footertext {
	color: #DDD;
	font: 12px arial,San-serif; 
	padding: 0px 0 0 0;
	}

#footer #footertext .nutwork_footer_lines {
	color: #161e23;
}

#footer #footertext a {
	color: #161e23;
	text-decoration:underline;
	}

#footer #footertext a:hover {
	color: #CCC;
	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;
}





