/*
Theme Name: Free Fu
Theme URI: http://www.preow.com/design/free-fu
Description: Converted Solemnity Template. 
Version: 1.0
Author: Nick Dienstbier | nicosaan@gmail.com | http://preow.com
*/

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#fff;
	margin:0;
	background:url(images/body_tan.jpg) top repeat-x #fbebd1;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
	list-style-type: none;
}

#wrapper1 {
	background:#fbebd1;
	padding:0 10px 10px 10px;
	width:860px;
	margin:0 auto;
}

#wrapper2 {
	width:840px;
	background:url(images/wrapper21.jpg) bottom repeat-x #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 45px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#000;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
	
	
}
#nav li a:hover {
	background:url(images/nav_a_hover1.jpg) top center no-repeat #000;
	color:#fff;
	
}

#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#fff;
	float:left;
	padding:80px 30px 14px 125px;
	background:url(images/h1.gif) left bottom no-repeat;
}
#header h1 a {
	color:#fff;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#fff;
}
#header h1 span {
	font-size:.8em;
	color:#fff;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:20px 0 0 0;
}

p.description {
	background: url(images/images_head/rotate.php) right bottom no-repeat #000;
 	width: 840px;
 	height: 200px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #000;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(images/sidebar1.jpg) top right no-repeat #000;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
	color: #fff;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(images/content2.jpg) top right no-repeat; #000;
	color: #fff;
}

#content h2 {
	font:2.2em Arial;
	color:#fff;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat; #000;
	clear:left;
}
#content h2 a {
	color:#fff;
	text-decoration:none;
	border: 0;
	background: #000;
}
#content span.postmeta {
	float: left;
	color: #fff;
	display: block;
	border-top: 2px solid #eee;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 130%;
	background: #000;
}
#content p {
	margin:15px 0;
	font-size:130%;
	line-height:21px;
	background: #000;
}
#sidebar h2 {
	color:#fff;
	margin:10px 0;
	font-size:1.3em;
	background: #000;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:0px solid #eee;
	border:none;
	padding:0;
	margin:0;
	background: #000;
}
#sidebar ul li {
	border-bottom:0px solid #eee;
	padding:5px;
	margin:0;
	background: #000;
}
#sidebar ul#recently li {
	background: #000 url("images/check.png") center left no-repeat;
	padding-left: 22px;
}
#sidebar ul#blogroll li {
	background: #000 url("images/user.png") center left no-repeat;
	padding-left: 22px;
}
#sidebar ul#feeds li {
	background: #000 url("images/rss.png") center left no-repeat;
	padding-left: 22px;
}
#sidebar span#search {
	background: #000 url("images/search.png") center left no-repeat;
	padding-left: 22px;
}
#sidebar ul li a {
	color:#fff;
	text-decoration:none;
	border: 0;
}
#sidebar ul li a:hover {
	color:#fff;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:200px;
}

#content h3 {
	font:1.8em Trebuchet MS;
	color:#fff;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}
/* Begin Images */



p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
        font-size:130%;
}
#content img {
	padding:5px;
	border:1px solid #eee;
}
#comments .comment
{
	clear: left;
}
#comments .commentname
{
	border-bottom: 2px solid #000;
	width: 100%;
	display: block;
	background: url("images/name.png") center no-repeat;
	text-indent: 13px;
	color: #fff;
}
#comments .commentname a
{
	color: #fff;
	border: 0;
	line-height: 21px;
}
#comments .commenttext
{
	float: left;
	margin-left: 10px;
}
#comments .gravatar
{
	float: left;
	margin-top: 10px;
}
 a {
	color:#fff;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
label
{
	display: block;
	font-weight: 700;
	width: 100%;
}
input,
textarea
{
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 3px;
}
textarea { width: 250px; height: 175px}
input:focus,
textarea:focus
{
	background: #fff;
	border: 1px solid #005a97;
}
 a:hover {
	border-bottom:1px solid #ccc;
}
#footer {
	text-align:center;
	border-top:0px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#999;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}
