/*
------------------------------------------

CSS Document - General Styles

Design by RedStar Designs
http://www.redstardesigns.com.au/

------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	background: #333333 url('../images/bg.gif') repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 48px;
	font-weight: bold;
	color: #5eb504;
	letter-spacing: -4px;
	text-transform: lowercase;
}

h3 {
	font-size: 24px;
	text-transform: lowercase;
}

ul {
	list-style-image: url('../images/misc/bullet.gif');
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#wrapper {
	width: 779px;
	margin: 0 auto;
	background: #fff;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}

/* Header */

#logo {
	width: 750px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 10px;
}

#logo p {
	float: right;
	padding-top: 10px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	height: 41px;
	margin: 0 auto 20px;
	border-top: 1px solid #dcdcd0;
	background: #F6F6F6 url('../images/menu/bg.gif') repeat-x;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/menu/divider.gif') no-repeat left;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#menu .first a {
	background: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #333;
}

#splash
{
	margin: 0 auto;
	width: 747px;
	height: 140px;
}

/* Page */

#page {
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {

	padding: 20px 0;
}

.features {
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #dcdcd0;
	border-bottom: 5px solid #dcdcd0;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}

.features .col {
	width: 252px;
	height: 190px;
	float: left;
	background: #f4f4f4;
}

.col h2 {
	margin: 0 0 5px;
	font-size: 24px;
	background-color: #333;
	border-right: 1px solid #fff;
	text-transform: lowercase;
	letter-spacing: -2px;
}

.col h2:hover {
	background-color: #5eb504;
}

.col h2 a {
	display: block;
	margin: 0 0 10px;
	padding: 20px 0 0 10px;
	height: 40px;
	width: 100%;
	color: #f4f4f4;
	text-decoration: none;
}

.col img {
	border: 1px solid #dcdcd0;
	padding: 5px;
	background: #fff;
}

.post {
	margin: 10px 0 10px 0;
	padding-bottom: 15px;
	border-top: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
	color: #5eb504;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.location {
	margin: 0 0 20px 0;
	padding: 4px;
	padding-left: 20px;
	border-bottom: 1px solid #dcdcd0;
}

.entry {
}

.entry #imageSet {
	margin: 0 0 20px 0;
	padding: 8px 8px 20px 0;
	text-align: center;
	border-bottom: 1px dashed #dcdcd0;
}

.entry #imageSet a img {
	margin: 0 10px;
	padding: 6px;
	background-color: #333;
	border: 1px solid #3a3a3a;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.formTable {
	width: 90%;
	border: 1px dashed #dcdcd0;
	background-color: #f4f4f4;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: url('../images/footer_bg.gif') no-repeat top center;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

/* Misc */

#confirm, #error
{
	font-size: 13px;
	color: #fff;
	padding: 55px 15px 15px 15px;
	width: 428px;
	height: auto;
	margin: 0 auto 20px;
}

#confirm
{
	background: #55953C url('../images/misc/successfully_completed.gif') no-repeat top left;
	border: 2px solid #55953C;
}

#error
{
	background: #d01d00 url('../images/misc/error_has_occurred.gif') no-repeat top left;
	border: 2px solid #d01d00;
}