/*
Theme Name: Darkened
Theme URI: http://www.freecsstemplates.org & http://87.97.249.125/blog
Description: CSS by Free CSS Templates, adapted for wordpress 2.7 by Aleksey
Author: Free CSS Templates & Aleksey
Author URI: http://87.97.249.125/blog
Version: 0.3
Tags: fixed-width, black, orange, two-columns,  left-sidebar
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	background: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
}

img { 
border: 1px solid #000000; 
}

h1, h2, h3, h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 34px; 
}

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 16px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}


h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h4 {
	font-size: 30px;
	margin-bottom: -75px;
	margin-left: 155px;
}

h5 {
   padding: 0 0 22px 0;
   font-size: 13px;
   color: #ffffff;
   background: #000000 url(images/img3.gif) repeat-x left bottom;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* captions */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   */
   
   /* optional rounded corners for browsers that support it  */

   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

 
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 14px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;                 
} 




/* Header */

#header {
	width: 681px;
	margin: 0 auto;
	padding: 40px 0 0 13px;
	height: 90px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 694px;
	margin: 0 auto;
}



#sidebar {
	float: left;
	width: 179px;
	padding: 0 0 0 21px;
	font-size: 12px;
}

#sidebar h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 430px;
	padding: 0 29px 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}

#footer2 {
	clear: both;
	width: 430px;
	margin: 0 auto;

}

#footer2 p {
	padding: 20px 0 0 0;
	background: url(images/img3.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}