/*  
Theme Name: Sleek
Theme URI: http://randywalker.net/sleek/
Description: A simple one-column design.
Version: 2.0
Author: Randy Walker
Author URI: http://randywalker.net/

Feel free to edit or distribute this theme however you want.
I'd appreciate a link but don't worry about it.
By using this theme, you agree not to hold me responsible for:
--problems
--malfunctions
--data loss
--alien abductions

That is all. Enjoy.

*/

html {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000000;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	width: 75%;
	margin: auto;
	clear: both;
	padding: 50px 5px 80px 5px;
	font-size: 75%;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	margin: auto;
	background-color: #B04021;
	color: #fff;
	border-bottom: 1px solid #000;
	height: 40px;
	text-align: left;
	width: 100%;
	
}

#header h1 {
	float: left;
	margin: 0;
	font-size: 85%;
	padding: 22px 0 0 5px;
}

#header ul {
	float: right;
	font-size: 75%;
	text-align: right;
	margin: 0;
	padding: 22px 5px 0 0;
}

#header ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}

#footer ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}

.page_item ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}

#footer {
	background-color: #B04021;
	color: #fff;
	height: 40px;
	margin: auto;
	margin-bottom: 0;
	float: left;
	text-align: left;
	width: 100%;
	padding: 0;
	padding-top: 2px;
	position: relative;
	bottom: 0;
}

#footer p {
	float: left;
	font-size: 75%;
	padding-bottom: 22px;
	margin: 0;
	padding-left: 5px;
}

#footer ul {
	float: right;
	text-align: right;
	font-size: 75%;
	padding-bottom: 22px;
	list-style: none;
	margin: 0;
	padding-right: 5px;
}

#content p {
	text-align: left;
}

#content p.meta {
	text-align: right;
	margin-top: 5px;
}

h2 { margin-top: 5px;
	
}



#content a:link, #content a:visited {
	color: #B04021;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover {
	color: #000;
	border-bottom: 1px solid;
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	 }

#header a:hover, #footer a:hover  {
	background-color: #fff;
	color: #000;
	
}

.linkslist {list-style: none;}

img {
	border: 1px #000 solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.wp-smiley {
	border: none;
	display: inline;
}

form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffc;
	-moz-border-radius: 10px;
	border: 1px #cc9 solid;
	padding: 5px;
}

form textarea, form input[type=text] {
	width: 99%;
	border: 1px #cc9 solid;
	background-color: #ffe;
}

form textarea:focus, form input[type=text]:focus {
	border: 1px #600 solid;
	background-color: #fff;
}

form h3 {
	padding-top: 0px;
	margin-top: 0px;
}

form input[type=submit] {
	margin-left: auto;
	display: block;
}