/*
Theme Name: Whispers of Waitaha
Theme URI: http://www.whispersofwaitaha.co.nz
Description: Designed by Daniel Batkin-Smith
Version: 1.1
Author: Meta Solutions
Author URI: http://www.metasolutions.co.nz/
*/


/*- Page Structure */

body {
	font: 65% Georgia, "Times New Roman", Times, serif; /* Resets 1em to 10px */
	background-image:url(images/wallpaper.jpg);
	background-repeat:repeat-x;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	background: url(images/body-background.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 20px auto;
	/* The entire template's width is set in this class. */
	width: 624px;
	_width: 624px;
	}

#top_layout {
	width: 624px;
	height: 20px;
	margin: 0px auto 0;
background:transparent;
}

#header {
	text-align: right;
	width: 624px;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 231px;
	background-image: url(images/header.jpg);
	}


.primary {
	width: 504px;
	_width: 504px; /* IE Hack */
	padding: 0;
	margin: 0 10px 0 50px;
	_margin: 0 20px 0 40px; /* IE Hack */
	}

.primary img {
	margin-left: -5px;
	padding: 2px;
	border: 0px solid #999;
	max-width: 100%;
	}
	
.primary a img {
	margin-left: -5px;
	padding: 2px;
	border: 0px solid #999;
	max-width: 100%;
	}
	
.primary a:hover img {
	margin-left: -5px;
	padding: 2px;
	border: 0px solid #585858;
	max-width: 100%;
	}
	
.vertical {
	vertical-align: top;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

.columns {
	width: 100%;
}

.left-column {
	width: 48%;
	float:left;
	text-align:right;
	padding-right:2%;
}

.right-column {
	width: 48%;
	float:left;
	text-align:left;
	padding-left:2%;
}

/*  Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	text-decoration: none;
	}

ul.menu,
ul.menu li a {
	padding: 0 15px 0 15px;
	text-decoration: none;
	}

ul.menu li a {
	font-size: 1.1em;
	color: #000;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	}

ul.menu li a:hover {
	color: #585858 !important;
	text-decoration: none;
	border:none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	text-decoration: none;
	}


img { border:none; }
#lightbox img { border:none;}


/*  Headings */

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	width: 100%;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1:hover {
	text-decoration: underline;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	}

.pagetitle { /* Used on static pages and archives */
	text-align: left;
	margin: 15px 0 15px;
	}

.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	}

.primary h3, .primary h4, .permalink .primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	}

.primary .aside h3 {
	font-size: 1.6em;
	font-weight: normal;
	}

.itemhead {
	margin-top: 0px;
	}

.itemtext h3 { /* For use on Pages */
	font-size: 1.5em;
	display: block;
	padding: 0;
	}

.itemtext h4 { /* For use on Pages */
	font-size: 1.3em;
	display: block;
        font-weight:normal;
	}


/*  Primary Contents */

.primary .item {
	margin: 0;
	padding: 0;
	position: relative;
	}

.primary .item .itemtext {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #444;
	}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote {
	margin: 5px 0;
	}


/* Links */

.primary a:hover, .primary a:visited:hover {
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #585858 !important;
	}

a:link, a:visited {
	color: #823333;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #823333;
	text-decoration: underline; 
}
a:active {
	text-decoration: none;
}


/*  Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center, img[align="right"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}



small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #666;
	}
	

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') 5% no-repeat;
	border: none;
	}

hr {
	display: none;
	}



/*- Begin Lists */

.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}




/* 	Contact Form  */

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}

/* 	Footer  */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #585858;
	width: 624px;
	height: 142px;
	background-image: url(images/footer.jpg);
	text-align: center;
	}

#footer a {
	color: #585858;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	font-weight: bold;
	}
td {
    padding:2px;
}	

#post-3 {
padding-top: 15px;

}
