/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

h1, h2, h3 {
color: #CCCCCC;
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.1em;
    color: white;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1110px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #CCCCCC;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 2.5em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.6em;
	font-style: italic;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

th {
	text-align: left;
	color: #CCCCCC;
	}

td {
	vertical-align: top;
	}

.new { 
    font-size: 90%; color: yellow; font-weight: bold; text-transform: uppercase;
}


	
/* Menu */

#menu {
	width: 1110px;
	height: 51px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 99%;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.0em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1110px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 800px;
}

.post {
	margin-bottom: 40px;
}

strong {
	color: #FFFFFF;
}
	
.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}


.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .date {
	float: right;
	font-size: 0.9em;
}

.post .meta .comments {
	float: right;
}

.post td {
	vertical-align: top;	
	padding-left: 1ex; 
	padding-right: 1ex;}
	
.post p {
	margin-top: 1ex;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 40px;
	padding: 13px 10px 0 20px;
	font-size: 1.6em;
}

#sidebar h3 {
	height: 40px;
	padding: 13px 10px 0 10px;
	font-size: 1.6em;
}

#sidebar h4 {
	height: 0;
	padding: 13px 20px 0 20px;
	font-size: 1.2em;
	color: #CCCCCC
}

#sidebar p {
	line-height: 140%;
	padding: 1px 0px 0 20px;
}


/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
#menu a {
  font-size: 14px !important;
}
