/*  
Theme Name: Big Shed
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   background: #202020;
   text-align: center;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-family: arial, helvetica, sans-serif;
   color: #ffffff;
}
body {
   font-size: 87.5%;
   /*
   with body font-size of 87.5%:
   
   20px - 1.429em
   19px - 1.357em
   18px - 1.286em
   16px - 1.143em
   15px - 1.071em
   14px - 1em
   13px - 0.929em
   12px - 0.857em
   11px - 0.786em
   10px - 0.714em
   */
}
h1, h2, h3, h4 {
   color: #fff;
}
h1 {
   font-size: 1.429em;
   background: #481E20;
   padding: 10px;
   text-align: center;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   text-shadow: 3px 3px 3px #000;
   margin-bottom: 0;
   letter-spacing: 1px;
}
.maincontent h1 {
   background: none;
   padding: 0;
}
h1 a {
   text-decoration: none;
   text-shadow: none;
   letter-spacing: normal;
   font-size: 80%;
	font-family: arial, helvetica, sans-serif;

}
h1 a:hover {
   color: #e6e6e6;
}
h2 {
   font-size: 1.286em;
   color: #FF9B05;
}
h2 a {
   text-decoration: none;
   color: #FF9B05;
}
h2 a:hover {
   color: #FF9B05;
   text-decoration: underline;
}
h3 {
   font-size: 1.143em;
}
h4 {
   font-size: 1em;
}
a {
   color: #fff;
}
a:hover {
   color: red;
}
img {
   border: 0;
}
div {
   text-align: left;
}
li {
   margin-top:5px;
   margin-bottom:5px;
}
#header {
   height: 150px;
}
#logo {
   display: block;
   float: left;
   width: 400px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
}
#page, .pagewidth {
   width: 960px;
   margin: 0 auto;
   line-height: 1.4em;
}
#header .pagewidth {
   position:relative;
}
#page {
   background: #3D3D3D;
}
#social {
   text-align: right;
   width: 530px;
   float: right;
   height: 44px;
   padding-top: 6px;    
   padding-right: 30px;    
}
#nav {
   text-align: center;
   line-height: 30px;
   width: 560px;
   float: right;
   padding-top: 30px;
}
#nav a {
   margin: 0 5px;
   color: #fff;
   text-decoration:none;
   font-size: 16px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;   
   padding: 4px 5px;
}
#nav a:hover {
   color: #DA251C;
}
#nav a.current, #nav li.current_page_item a, #nav li.current-page-ancestor a, #nav li.current_page_parent a {
   background: #931A21;
}
#nav li.current_page_item a:hover, #nav li.current-page-ancestor a:hover {
   color:#fff;
}
#nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#nav li {
   display: inline;
   list-style: none;
}
#mainphoto {
   background: url(images/grad1.gif) top left repeat-x;
}
#featureboxes {
   background: url(images/grad2.gif) top left repeat-x;
   overflow: hidden;
   width: 960px;
   padding: 20px 0;
}
.box {
   float: left;
   width: 275px;
   padding: 9px;
   background: #1A1A1A;
   margin-right:20px;
}
#box1 {
   margin-left:20px;
}
.maincontent {
   padding: 20px 30px;
   overflow: hidden;
   line-height: 
}
.col, .widecol, .narrowcol {
   float: left;
   width: 390px;
   padding: 0 25px;
}
.col p, .widecol p, .narrowcol p {
   margin-right: 30px;
}
.widecol {
   width: 480px;
}
.narrowcol {
   width: 300px;
   background: #000;
   padding: 15px 25px;
}
.narrowcol h3{
   margin-top: 0;
}
#leftcol {
   float: left;
   width: 430px;
   padding: 10px 10px 10px 20px;
}
#rightcol {
   float: left;
   width: 270px;
   padding: 10px 20px 10px 10px;
}

#galleries .box {
   text-align: center;
   height: 360px;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 90px; /* temp only - remove for 3 boxes */
   margin-right: 90px; /* temp only - remove for 3 boxes */
}
#galleries p.text {
   text-align: left;
   height: 100px;
   margin-bottom: 20px;
}
a.button {
	color: #fff;
   text-decoration: none;
   padding:5px 10px; 
	margin-top: 20px;
	font-size:0.857em;
	cursor:pointer;
	width:auto;

    border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;

	border:1px solid #000;
	
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 1%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#666666), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 1%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 1%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 1%,#333333 100%); /* IE10+ */
	background: linear-gradient(top,  #666666 1%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
a.button:hover {
	border:1px solid #000;
	background: #481E20; /* Old browsers */
	background: -moz-linear-gradient(top,  #6E1C21 1%, #331819 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6E1C21), color-stop(100%,#331819)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6E1C21 1%,#331819 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6E1C21 1%,#331819 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6E1C21 1%,#331819 100%); /* IE10+ */
	background: linear-gradient(top,  #6E1C21 1%,#331819 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6E1C21', endColorstr='#331819',GradientType=0 ); /* IE6-9 */
}
#page .thethe_image_slider.white-square-2 {
    background: none repeat scroll 0 0 #000;
    border: 0px;
}
#page .thethe_image_slider.white-rounded {
    background: none repeat scroll 0 0 #000;
    border: 0px;
    border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.clear {
   clear:both;
}
.centered, .center {
   text-align:center;
}
.padding {
   padding: 5px 30px;
}
#footer {
   padding: 10px;
   text-align: center;
   font-size: 0.786em;
   color: #ccc;
   background: #481E20;
   line-height: 30px;
   clear: both;
}
#footer a {
   text-decoration: none;
   color: #ccc;
}
#footer a:hover {
   text-decoration: underline;
}
.phone {
   margin-left: 300px;
   font-weight: bold;
   font-size: 14px;
}

img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}
div.rounded {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.shaddow {
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}


/* News Posts Styles */
#maincontent_single {
   background-color: #f6f6f6;
   color: #555;
}
div.news-item {
   margin-bottom: 20px;
   padding: 10px 20px;
   background-color: #f6f6f6;
   color: #444;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;   
}
div.news-item h2, div.news-item h2 a, div.news-item a.more-link {
   color: #931A21;
}
div.news-item h2 a:hover, div.news-item a.more-link:hover {
   color: #481E20;
}
div.news-item a, #maincontent_single a {
   color: #931A21;
}
div.news-item a:hover, #maincontent_single a:hover {
   color: #481E20;
}


/* Shiba Gallery Style Over-rides */
.maincontent .shiba-stage img {
   background-color: #121212;
}
.maincontent .noobmask {
   border: none;
}
.gallery .shiba-outer {
    border: 2px solid #CFCFCF;
}
dd.native-text h6 {
   text-align: center;
   font-size: 13px;
}

/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
   max-width: 100%;
   height: auto !important;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
   line-height: 1.35em;
}
.more-link {
   display:block;
   text-align:right;
   margin: 20px 0;
   font-weight: bold;
   font-size: 16px;
   color: #FF9B05;
   text-decoration: none;
   text-transform:uppercase;
   background: url(images/arrow.png) right center no-repeat;
   padding-right: 10px;
}
.more-link:hover {
   text-decoration: underline;
}

.linklove {
   display:none;
}

/* Comments */
#comments {
   margin-top: 100px;
   color: #333;
   background: #fff;
   border: 1px solid #e0e0e0;
   padding: 10px 20px;
   clear:both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-bottom: 10px;
}
.commentlist {
	list-style: none;
	margin: 0;
   padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p {
	margin-bottom: 2px 0;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 11px;
	margin: 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 10px 0;
}
.reply a,
a.comment-edit-link, #comments a {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
   font-style: italic;
   color: #999;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	display:none;
}
#respond label {
	color: #888;
	font-size: 12px;
   width: 80px;
   display: block;
   float: left;
   text-align: right;
   padding-right: 10px;
}
#respond input {
	margin: 0 0 9px;
	width: 500px;
}
#respond textarea {
	width: 500px;
   height:  100px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
