/* CSS Document */
/*  
Theme Name: PLK
Description: Theme custom designed for Peter Lynn Kites LTD.
Version: 1.0
Author: Murray Neill
Author URI: http://www.peterlynnkites.com/
*/

#wrapper {
		margin: 0 auto 0 auto;
		width: 980px;
		text-align:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
		float:left;
		width:680px;
}

#pagecontainer {
		float:left;
		width:980px;
}

#header {
		float:left;
		width:980px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;
		text-align:center;
}

.hbutton {
		width:15%;
		height:20px;
		background-color:#ADA28C;
}

.hspacer {
		width:5%;
		background-color:#A5A69C;
}

#header a:link {
	color: #333333;
	text-decoration: none;
}

#header a:visited {
	color: #333333;
	text-decoration: none;
}

#header a:active {
	color: #333333;
	text-decoration:underline;
}

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

#title a:link {
	text-decoration:none;
}
#title a:visited {
	text-decoration: none;
}

#title a:active {
	text-decoration:underline;
}

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

.title {
		background-color:#006699;
		width:680px;
		vertical-align:middle;
		padding:0px;
		font-size:14px;
		font-weight:bolder;
}

.pagetitle {
		background-color:#006699;
		width:980px;
		vertical-align:middle;
		padding:0px;
		font-size:14px;
		font-weight:bolder;
}

.post {
		padding: 10px 0 10px 0;
}

.post h2 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px
}

.entry {
		line-height:18px;
}

p.postmetadata {
		border-top: 1px solid #ccc;
		margin:10px 0 0 0;
}

.navigation {
		background-color:#006699;
		width:980px;
		vertical-align:middle;
		padding:11px;
		font-size:14px;
		font-weight:bolder;
}

.sidebar {
		float:left;
		text-align:right;
		width:290px;
		margin:0 0 0 10px;
		display:inline;
}

.sidebar ul {
		list-style-type:none;
		margin:0;
		padding:0 10px 0 10px;
}

.sidebar ul li {
		padding:10px 0 10px 0;
}

.sidebar ul li h2 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
}

.sidebar ul ul li {
		padding:0;
		line-height:24px;
}

.sidebar caption{
		text-align:right;
}

table#wp-calendar{
		margin-left: auto;
}

#footer {
		clear:both;
		float:left;
		width:980px;
		padding:0 10px 0 0;
}

#footer p {
		line-height:18px;
		text-align:center;
		color:#666666
}

body,h1,h2,h3,h4,h5,h6,blockquote,p {
		margin:0;
		padding:0;
}

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF8CE;
		font-size:12px;
		vertical-align:top;
		text-align:center;
		background-color: #000000;
		background-image:  url(images/plbg.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-attachment: fixed;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}
a:link {
	color: #ADA28C;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
}
a:hover{
	text-decoration: none;
}

h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:24px;
		padding: 0 0 10px 0;
}

p {
		padding:10px 0 0 0;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}