/*  
Theme Name: Unnamed
Theme URI: http://www.freewpthemes.net/preview/unnamed
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
/* 	width 90%; */
	margin: 0;
	padding: 0;
	background: #808080 url(images/img01.jpg) repeat-x top center;
	font-size: 13px;
	text-align: center;
	color: #B0B0B0;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}
table { margin: auto }

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B0B0B0;
	text-align:center;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	text-align: center;
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	/* width: 90%;  */
	/* border: 10px solid #303030; */
	height: 120px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: url(images/img02.jpg) repeat-x left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	float: center;
	margin: 0;
}

#header h1 {
	color: #EC4231;
	font-size: 36px;
}


#header h2 {
	color: #FFFFFF;
	font-size: 30px;
}
header p {
	padding: 20px 20px 20px 20px;
	font-size: 10px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #EC4231;
}

/* Page */

#page {
	text-align: center;
	/* width: 90% ;  */
	margin: 0 auto;
}

/* Content */

#content {
	text-align: center;
	/* width: 90%; */ 
	margin: 0 auto;
	background: #0E0E0F;
	/* border: 10px solid #303030;*/
	margin-bottom: 20px;
}

.post 
	padding: 20px 20px 0 20px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	/* border-bottom: 10px solid #303030; */
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
 	border-bottom: 2px solid #0F0F0F; 
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: center;
	color: #646464;
	padding: 10px 10px;
	background: #303030;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}

.meta .comments {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* Footer */

#footer {
	clear: both;
	height: 136px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;
	border-top: 10px solid #303030;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
/*
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
*/
	color: #B0B0B0;
}

#footer p {
	padding-top: 10px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

