/*
Theme Name: Matua Gardens
Description: WordPress theme created for the Matua Gardens.
Version: 0.1
Author: Myles O'Reilly
Author URI: http://www.creativecompulsions.com
Tags: Matua Gardens
*/
.ngg-gallery-thumbnail-box {border: 0px;}
td {vertical-align:top;}
#quickbook {text-align: center; font-size: 1.8em; margin:0 0 10px 0;}
/***************************Layout**************************/
body {background: #3F3F3F url('images/grad.jpg') repeat-x top center;
	color: #FFFFFF;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Sans-Serif;
	margin: 3px 0px 0px 0px;
	padding: 0;
	text-align: center; /* Stupid IE */}

p {color: #ffffff;
text-decoration: none;
word-spacing: 0.05em;
text-align: left;
font-size: 1.18em;}
	
#wrapper {width:974px; margin: auto; text-align: left; /* Stupid IE */}

#header {height: 155px; width: 974px; text-align: center; margin-top: -1px;}

.imgbdr {border: 2px solid #FFFFFF;}

#infomenu {height: 35px; width: 974px; text-align: center;}

#maincontent {width: 974px;}

#footer{border-top: 1px solid #FFFFFF;}

#titleblock {float:left; margin-left:150px; vertical-align: middle; height: 130px;}


/***************************SIDEBAR**************************/

#sidebar {padding: 10px;}
 
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
 
#sidebar ul li {
	list-style-type: square;
	list-style-image: none;
	margin-bottom: 15px;
	}
 
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
 
 
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
 
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
 
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
 
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
 
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
 
#sidebar #searchsubmit {
	padding: 1px;
	}
 
#sidebar form {
	margin: 0;
	}
 
/* End Sidebar Entries */
 
/***************************TYPESETTERS DREAM**************************/

  


h1 {font-family: Times New Roman;
color: #ffffff;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
font-size: 2.8em;
text-transform:uppercase;
margin-top: 0px}

h2 {
font-family: Trebuchet MS;
color: #ffffff;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
line-height: 1.5em;
font-size: 2em;
}

h3 {
font-family: Trebuchet MS;
color: #ffffff;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
line-height: 1.5em;
font-size: 1.3em;
}
 

h3.comments {
	padding: 0;
	margin: 40px auto 20px;}
 
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	/* End of typography */
 
/***************************CLINKS - Yes I said CLINKS. So What? You Wanna Fight About It?**************************/
 
#maincontent a {
	color: #FFFFFF; 
	text-decoration: none;
border-bottom: 1px dotted #FFFFFF;
font-weight: bold;
	}
 
#maincontent a:hover {
	color: #c0c0c0;
	text-decoration: none;
border-bottom: 1px dotted #c0c0c0;
font-weight: bold;
	}

/* End links */
 
/***************************POSTS**************************/
 
/* Begin post structure. essentially the structure of our posts. The alignment of them, the postions, etc. */
.post {
	margin: 0 0 40px;
	text-align: left;
	}
 
.post hr {
	display: block;
	}
 
.postmetadata {
	clear: both;
}
 
.clear {
	clear: both;
}
 
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End the post structure */
 
/***************************FOOTER**************************/
 
#footer {margin-top: 0;}

#footer p {
font-size: .9em;
text-align: left;
margin-top: 0px;
color: #FFFFFF;
	}

#footer a {color: #FFFFFF; text-decoration: none; font-size: 1em;}

#footer a:hover {color: #c0c0c0; text-decoration: underline; font-size: 1em;}

#logos {width: 400px; float: right; text-align: right;}
#address {width: 540px; float: left;}

.page-navi ul li {
display: inline;
margin-left: 10px;
margin-right: 10px;
font-size: 8px;
	list-style-type: none;
	list-style-image: none;
	}
/* End Da Footah! */
 
/***************************FORMS**************************/
 
/* Style of form elements */
.search_input {font-size: 8pt; color: #737373; width: 140px; height: 15px; padding: 1px; margin-top:0px;}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
 
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
 
select {
	width: 130px;
	}
 
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
 
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
 
#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
 
/***************************COMMENTS**************************/
 
/* Begin comments style. The style section used to customize how comments are displayed on your blog.*/
.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;
	}
 
#commentform p {
	margin: 5px 0;
	}
 
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
 
.commentmetadata {
	margin: 0;
	display: block;
	}
 
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
 
.commentlist li {
	font-weight: bold;
	}
 
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
 
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
 
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
 
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
 
.commentmetadata {
	font-weight: normal;
	}
 
small, .nocomments, .postmetadata, blockquote, strike {
color: #666;
}
 
/* End Comments */
 

/***************************VARIOUS**************************/
 
/* Begin Various Tags & Classes. Just some last minute formatting things to make it look nice. Such as acronyms, block quotes and image links. Alter if needed. */
 
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	color: #CCCCCC;
	Padding-left: 15px;
}
 
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
 
acronym, abbr, span.caps {
	cursor: help;
	}
 
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
 
.center {
	text-align: center;
	}
 
.hidden {
	display: none;
	}
 

a img {
	border: none;
	}
 
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
 
 
 
/* End of stylesheet. 
Created by Creative Compulsions .com 
 
Knowledge is not information,
it is transformation.
 - Osho.
*/