/*  
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-link
#nav-link-hover
#nav-link-hover-bg
#heading-color
#heading-link
#716269-hover
#main-link
#716269-hover
#side-h3
#side-p
#side-link
#fff-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, p {
  outline:none;
  font: Verdana, Arial, Helvetica, sans-serif;
}	


html {
	overflow-y: scroll;
}

body {
	/*background: #000 url(images/bg.jpg) top center no-repeat; */
	background-color: #000;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #624d35;
	}
	

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

#allWrap {
  /* background: url(images/bg.jpg) no-repeat center 167px; */
}

#homeFrame {
	width: 1020px;
	text-align: left;
	/* background: #fff url(images/middle_bg.jpg) no-repeat bottom; */
	margin: 0px auto 0px auto;
	min-height: 710px;

	}
	
	
#frame {
	width: 1020px;
	text-align: left;
	/* background: #fff url(images/middle_bg.jpg) no-repeat bottom; */
	margin: 0px auto 0px auto;
	min-height: 700px;

	}
	
#middle {
  overflow: auto;
  width: 860px;
  float: right;
  position: relative;
  top: 0;
  margin:-610px auto 0 auto;
  clear: both;
  /* background: url(images/bg-curve4.png) no-repeat left top; */
  min-height:680px;
  z-index: 500;
}

#MiddleHome {
  overflow: auto;
	margin:0 auto;
	clear: both;
  min-height:680px;
  z-index: 500;
  /* background:url(images/UnderVideo.jpg) no-repeat right top; */
	}

#content {
  float:left;
  padding-left:60px;
  padding-right:0px;
  padding-top:55px;
  width:760px;
  padding-bottom:100px;
	}
	
#MiddleHome #content {
  width:440px;
  padding-bottom:100px;
}	

#sidebar {
	float: left;
	width: 240px;
	padding: 0px 0px 10px 0px;
	}
	
#clear_nav {
  margin-top: 0px;
	height: 24px;
  clear: both;
	/* background-image: url(images/clearNavBg.jpg);
	background-repeat: no-repeat; */
}
/* -------------------
Header
------------------- */

#header_home {
    /* background: url(images/bannerBg.jpg) ; */
	width: 1020px;
    height: 700px;
    margin:0px auto;
	padding: 0px;
	z-index: 5;
	}

#header {
    /* background: url(images/altBannerBg.jpg) no-repeat; */
    width: 1020px;
    height: 700px;
    margin:0px auto;
	padding: 0px;
	z-index: 5;
	}

	
.headImgLink {
  display:block;
  width:900px;
  height:200px;
  text-indent:-9000px;
}	

object {
	margin: 0;
	padding: 0px;
	outline: none;
}





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

#content .post {
	margin: 0 10px 20px 10px;
	}
	
/* Headings */
	
#content h1 {
	color: #ddb182;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
	}



#content h2 {
	color: #ddb182;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 20px 0 8px 0;
    padding: 4px 0px 5px 0;
}

#content h2 a {
	color: #ddb182;
	text-decoration: underline;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #998c92;
}
	
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #716269;
	margin: 0;
  padding: 4px 0px 5px 0;
}

#content h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #716269;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #998c92;
}
	
#content h4 {
	font-size: 13px;
	color: #716269;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
  padding: 4px 0px 2px 0;
}
	
#content h5 {
	font-size: 13px;
	margin: 0;
  padding: 4px 0px 2px 0;
	color: #716269;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl, #widgetshoppingcart, .wpsc_container, .entry {
	font-size: 13px;
	line-height: 22px;
  color: #aa9279;
}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 20px 0;
}
#content ul {
    list-style:disc;
}
#content ol {
    list-style:decimal;
}
#content li {
	margin: 0 0 0 30px;
	font: 13px/22px;
	color: #624d35;
}
#content td {
  padding:0 5px;
}	
#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: #bf9b76;	
	font-size: 13px;
	font-weight: normal;
 }
#content a:hover { color: #edc498; }
	
#content .post ul.post-data {	
	list-style: none;
	font-size: 13px;
	padding: 0.1em 0 0.2em 0;
	color: #624d35;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #624d35;
	}
	
#content .post ul.post-data a {
	color: #716269;
  text-decoration: underline;
  font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #9b9196;
	text-decoration: underline;
	font-weight: normal;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font-size: 13px;
	}
	

#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 { 
  border:0px solid #313131;
}

.entry  img.alignleft { 
                float: left;
				clear: left;
                margin: 0px 30px 10px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 0px 10px 30px;
                 }

.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-size: 13px;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font-size: 13px;
	color: #624d35;	
}

#content #comments .comment a:hover { 
	font-size: 13px;
	color: #624d35; 
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font-size: 13px;
	}
	
#content #comments .comment .comment-data p {
	font-size: 13px;
	color: #624d35;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font-size: 13px;
	color: #624d35; 
}

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

#content #comments form {
	color: #624d35;
	font-size: 13px;
	}

#content #comments form a { color: #624d35; }
#content #comments form a:hover { color: #624d35; }
	
	
	
	
	
	
	
	
	
	
	
	






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

#footer {
    clear: left;
    height: 340px;
	width: 1020px;
    background: url(images/FooterBg.jpg) repeat-x;
    margin:0 auto;
    padding: 0px;
	}

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

#footer_nav ul {
	list-style:none;
	font-family: verdana, Geneva, sans-serif;
	text-align:center;
	position:relative;
	left:50%;
	float:left;
}


#footer_nav ul li {
  position:relative;
	display: block;
	border-left: 1px solid #5f523c;
	float:left;
	padding: 0px 10px; 
	height: 25px;
	right:50%;
}

#footer_nav li:first-child {
  border-left: 0px solid #5f523c; 
}


#footer_nav li a {
	text-decoration: none;
	text-transform: none;
	font-family: verdana, Geneva, sans-serif;
	color:#5f523c;
	font-weight: normal;
	font-size:11px;
  outline: none;
}

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

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

#footer_nav li a:hover {
	color:#5f523c;
}

#footer_nav li a:active {
	text-decoration:none;
}
	
#footertext {
	clear: both;
	width: 100%;
	position: relative;
	top: 40px;
	text-align:right;
	width:960px;
	margin:0 auto;
}
		
#footer #footertext {
	color: #5f523c;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	padding: 0px 0 0 0;
	}
	
#footer #footertext a {
	color: #5f523c;
	text-decoration:underline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

#footer #footertext a:hover {
	color: #5f523c;
	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: 13px;
	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-size: 13px;
	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:13px;
	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: Verdana, Arial, Helvetica, sans-serif;;
  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: 13px;
	text-indent: -13px;
}

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

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

