﻿/*
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: #FFFFFF url(images/bag01.jpg) repeat-x left top;
	font-size: 13px;
	color: #7F7F7F;
	height:100%;
	}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

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

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
	color: blue;
}

/* Header */

#container {
   min-height:100%;
   position:relative;
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}


#body {
   padding:10px;
   padding-bottom:80px;   /* Height of the footer */
}   


/* Logo */

#logo {
	width: 960px;
	height: 170px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

#logo p {
	text-transform: uppercase;
	font-size: 10px;
}

#logo h1 {	
	padding-top: 5px;
	font-size: 34px;
}

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


/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 64px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

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

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 28px 25px 15px 25px;
	background: url(images/img07.jpg) no-repeat left 32px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

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

#menu .current_page_item a {
	height: 20px;
	color: #FFFFFF;
}

#menu .first {
	background: none;
}
/* Search */

#search {
	float: right;
	width: 305px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 25px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	
}

/* Content */

#content {	
	float: left;
	width: 590px;
	padding-bottom: 10px;
	padding-top: 20px;
	}

.post {
	padding: 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
	
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;	
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}


/* Sidebar */

#left_sidebar {
	float: left;
	width: 170px;
	padding-top: 20px;
}
#sidebar {
	float: right;
	width: 240px;
	padding-top: 20px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	
}

#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 20px;	
	text-transform: uppercase;
}

#sidebar a {
	text-decoration: none;
}

.hidden { display: none; }
.unhidden { display: block; }

#sidebar a:hover {
}
/* Footer */

#footer {
	width: 100%;
	height: 95px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 56px 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #66665E;
}

#footer a {
	color: #000000;
}


