/*
Design by Dogsdinner Productions
utilising a template from http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #333333;
	background-image:url(images/bg.jpg);
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	font-style: italic;
}





a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

/* Header */




#header {
	width: 900px;
	height: 197px;
	margin: 0 auto;
	background: url(images/header5.jpg);
}

#header h1 {
	float: left;
	padding: 70px 0 0 25px;
	letter-spacing: -4px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 92px 25px 0 0;
	font-size: 1.2em;
}
	
#header a {
	text-decoration: none;
	color: #000;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	left:1px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 180px;
	height: 40px;
	padding: 10px 0 0 0;
	background: 999999;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000;
}

#menu .first a {
	background: none;
}

#menu a:hover {
	color: #999999;
	background-color:#fff;
}

/* Content */

#content {
	width: 889px;
	margin: 0 auto;
	padding: 0;
	background: #999999 url(images/img2.jpg) no-repeat;
	border: 6px solid #FFFFFF;
	border-top: none;
}

/* Column One */

#colOne {
	float: left;
	width: 600px;
	padding: 20px 0 0 23px;
}

#colOne a {
	border-bottom: 1px dotted #000;
}

#colOne a:hover {
	border: none;
}

#colOne .post {
	margin-bottom: 30px;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 1.6em;
}

#colOne .posted {
	font-size: x-small;
}

#colOne .meta {
	height: 25px;
	padding: 10px 0 0 0;
	background: url(images/img7.gif) no-repeat right bottom;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
	font-size: x-small;
}

/* Column Two */

#colTwo {
	float: right;
	width: 220px;
	padding: 62px 0px 0 0px;
}

#textfield1 {
	width: 180px;
}

#submit1 {
	display: none;
}

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

#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 10px 10px 15px 10px;
}

#colTwo h2 {
	height: 15px;
	padding: 0px 0 0 5px;
	letter-spacing: -1px;
	font-size: 1.2em;
	color: #000;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height:138px;
	margin: 0 auto;
	padding: 0px 0;
	background-image:url(images/footer.jpg);
	border-top: 1px solid #FFFFFF;
}

#footer p {
	text-align: right;
	font-size: x-small;
	color:#999999;
	padding: 100px 10px;
}


#header h2 span,
#header h1 span {
	display:none;
	}

