/*
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-image: url(images/bg.JPG); 
     background-position: center top; 
     background-attachment:fixed; 
     background-repeat:no-repeat; 
     color: white; 
     font-family: Verdana, Arial;
    }

h1, h2, h3 {
	color: White;
	font-family: Verdana, Arial;
	font-weight:normal;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: White;
}

a:hover {
	text-decoration: underline;
	color: White;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	padding: 5px 0;
	background: url(images/img5.PNG) repeat-x left bottom;
}

.boxed .title h2 {
	background: url(images/img2.PNG) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0;
	background: url(images/img5.PNG) repeat-x left bottom;
}

.post .title h2 {
	background: url(images/img2.PNG) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.PNG) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	background: url(images/img5.PNG) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	margin: 0 auto;
}

#logo h1
{
	margin: 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-family: Broadway, Verdana, Arial;
	text-align: center;
	font-size: 64px;
	font-weight: normal;
	color: black;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 325px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	
}

#extra {
}

/* Content */

#content {
	float: right;
	margin-top:30px;
	width: 420px;
	padding: 10px 10px; 
	background-color:Gray;
	}

/* Sidebar */

#sidebar {
	float: left;
	margin-top:30px;
	width: 200px;
	padding: 10px 10px; 
	background-color:Gray;
}


/* Content > Sidebar > Menu */

#menu
{
	height: 60px;
}

#menu a
{
	display: block;
	float: left;
	height: 34px;
	padding: 14px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	color: White;
	background: #669999;
	font-family: Broadway, Verdana, Arial;
	border-right: black double;
	border-top: black double;
	border-left: black double;
	border-bottom: black double;
}

#menu a:hover {
/*	background: #000000 url(images/img2.PNG) no-repeat 15px 50%; */
	text-decoration:underline;
	color:Black;

	
}

#menu .first a {
	border: none;
	font-weight: bold;
}

#menu .active a {
	color:Black;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 400px;
	margin: 0 0;
	padding: 10px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}