/*
Theme Name: Minka Joinery
Theme URI: http://www.minkajoinery.com.au/
Description: Custom theme for Minka Joinery
Version: 1.0
Author: Michelle Dancer
Author URI: http://michelledancer.com/
*/



/* Begin Typography & Colors */
html {
  background: #0e0e0e url(images/gradient.png) repeat-x;
  }
  
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 1.5em;
	color: #a5a5a5;
	}

#page {
	font-size: 1.2em;
	}
	
#page-nav ul li {
  font-family: 'Bookman Old Style', Georgia, 'Times New Roman', sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
}

#quote {
	font-family: 'Bookman Old Style', Georgia, 'Times New Roman', sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: right;
}

#home-footer {
  font-size: 1.2em;
}

#footer {
  text-align: center;
  font-size: 1.1em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.2em;
	}
	
#sidebar h3 {
  margin-bottom: -10px;
}

#home-footer h3 {
  color: #ffffcc;
  font-family: 'Bookman Old Style', Georgia, 'Times New Roman', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a {
	color: #ffffcc;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	}

a:hover, .entry p a:hover {
	color: #E52A37;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#container {
  width: 920px;
  margin: 0px auto;
	}

#header {
  float: left;
}

#page {
  clear: both;
  float: left;
  width: 918px;
}
	
#footer {
  clear: both;
  padding-top: 10px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Header */
#header h1 {
  float: left;
}

#page-nav {
  float: right;
}

#page-nav ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
}

#quote {
  clear: right;
  float: right;
  width: 650px;
  margin-top: 50px;
}

#nav-buttons {
  clear: both;
  width: 920px;
  margin: 10px 0;
}

#nav-buttons ul {
  float: left;
  width: 455px;
  height: 68px;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

#nav-buttons ul#buttons-left {
  background: url(images/buttons-left.png);
  margin-right: 10px;
}

#nav-buttons ul#buttons-right {
  background: url(images/buttons-right.png);
}

#nav-buttons ul li {
  float: left;
}

#nav-buttons ul li a {
  display: block;
  float: left;
  width:222px;
  height: 68px;
  margin-right: 5px;
  text-indent: -10000px;
}

/* End Header */

/* Begin Homepage */
#home-fader {
  clear: both;
}

#home-footer {
  clear: both;
  float: left;
  margin-top: 10px;
  background: url(images/home-footer.png) no-repeat;
}

#home-footer div {
  float: left;
  margin: 10px;
}

#home-footer h3 {
  margin: 0 0 14px 10px;
}

#about-block {
  width: 440px;
  height: 165px;
  background: url(images/about-bg.png) 0 21px no-repeat;
}

#about-block p {
  padding: 0 10px;
  min-height: 130px;
}

#gallery-block {
  width: 210px;
  height: 164px;
}

#gallery-block h3 {
  margin-bottom: -15px;
}

#home-footer #gallery-thumbs {
  position: relative;
  float: none;
  margin: 0;
}

#gallery-thumbs img {
  position:absolute;
  top:30px;
  left:0;
  z-index:8;
}

#gallery-thumbs img.active {
  z-index:10;
}

#gallery-block img.last-active {
  z-index:9;
}

#video-block {
  width: 210px;
}

#video-block embed, #video-block object {
  width: 210px;
  height: 135px;
}
/* End Homepage */

/* Begin Posts/Pages */
#content {
  float: left;
  margin-left: 30px;
  width: 670px;
}
/* End Posts/Pages  */

/* Begin Sidebar */
#sidebar {
  float: left;
	width: 178px;
	margin-left: 20px;
}

#sidebar ul {
  list-style-type: none;
  padding: 0;
  line-height: 2em;
}

#sidebar ul li {
  border-bottom: 1px solid #282827;
  padding: 3px 0 2px;
}

#sidebar ul li:last-child {
  border: 0;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
  position: absolute;
  left: -1000em;
}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.grid-column {
  float: left;
  margin: 0 5px 10px;
  width: 220px;
}