﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #AAE74A url(images/img04.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

p, ol, ul {
	line-height: 170%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	text-decoration: none;
}
#header a {
	text-decoration: none;
	font-style: normal;
	color: #666666;
}

#logo h1, #logo p {
	text-transform: lowercase;
}

#logo h1 {
	margin: 0;
	padding: 15px 0 0 85px;
	letter-spacing: -2px;
	font-size: 60px;
	font-weight: bold;
	color: #000000;
	left: 125px;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	text-transform: lowercase;
	left: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 85px;
	margin-top: -10px;
	margin-right: 0;
	margin-left: 2px;
}

/* Menu */

#menu {
	width: 962px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: right;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(images/img05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(images/img06.gif) no-repeat right top;
	font-weight: bold;
}

/* Page */

#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(images/img07.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: no-repeat;
	background-image: url(images/img09.gif);
}

#content a {
	color: #FF8900;
}

.pagetitle {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(images/img13.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.post {
	padding: 40px 30px 0 30px;
}

.title {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
}

.byline {
	width: 962px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: .75em;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
	background: url(images/img14.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 11px 5px 0 11px;
	background: url(images/img08.gif) no-repeat;
}
#sidebar h2 {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(images/img11.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar a {
	text-decoration: none;
	color: #0065FF;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: none;
	color: #FF4DCA;
}
#sidebar .north {
	margin: 10px 60px 0px 0px;
	background-position: right;
	text-align: left;
	line-height: 100px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url('images/north island.gif');
	background-repeat: no-repeat;
}
#sidebar .south {
	margin: -5px 0px 10px 60px;
	text-align: right;
	line-height: 100px;
	background-image: url('images/South.gif');
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
}

/* Footer */

#footer {
	width: 962px;
	margin: 0 auto;
	background: url(images/img10.gif) no-repeat;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}