/*  
Theme Name: Sleek
Theme URI: http://randywalker.net/sleek/
Description: A simple one-column design.
Version: 2.5
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: url(images/bg.gif) #600 repeat-y fixed 50% 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	width: 705px;
	margin: auto;
	clear: both;
	padding: 50px 5px 80px 5px;
	font-size: 75%;
	text-align: left;
	background-color: #ffe;
}

#header {
	margin: auto;
	background: url(images/blackstripe.gif) #000 repeat-x ;
	color: #ffe;
	height: 40px;
	text-align: left;
	width: 100%;
	position: fixed;
}

#header h1 {
	float: left;
	width: 325px;
	margin: 0;
	font-size: 75%;
	padding: 22px 0 0 5px;
}

#header ul {
	float: right;
	width: 425px;
	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 {
	background: url(images/blackstripe.gif) #000 repeat-x bottom left;
	color: #fff;
	height: 55px;
	margin: auto;
	margin-bottom: 0;
	float: left;
	text-align: left;
	width: 100%;
	padding: 0;
	padding-top: 2px;
	position: fixed;
	bottom: 0;
}

#footer p {
	float: left;
	width: 400px;
	font-size: 75%;
	padding-bottom: 22px;
	margin: 0;
	padding-left: 5px;
}

#footer ul {
	float: right;
	width: 500px;
	text-align: right;
	font-size: 75%;
	padding-bottom: 22px;
	list-style: none;
	margin: 0;
	padding-right: 5px;
}

#content p {
	text-align: justify;
}

#content p.meta {
	text-align: right;
	margin-top: 5px;
}

h2 {
	margin-top: 5px;
	text-shadow: 5px 5px 3px #cc9;
}

#content a:link, #content a:visited {
	color: #600;
	text-decoration: none;
	border-bottom: 1px #600 dashed;
}

#content a:hover {
	color: #cc9;
	border-bottom: 1px #cc9 solid;
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#header a:hover, #footer a:hover {
	color: #fff;
	border-bottom: 1px #fff dashed;
}

img {
	border: 1px #000 solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.wp-smiley {
	border: none;
	display: inline;
}

form {
	width: 75%;
	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;
}

/*
navigation
---------------------------------------------- */

ul#nav {
float: right;
font-size: 0.9em;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
}
#nav li {
float: left;
list-style-type: none;
display: block;
margin-left: 10px;
}
#nav li a {
float: right;
height: 100%;
display: block;
padding: 30px 5px 0;
}
#nav li a:hover, 
body#home li#nav-home a, 
body#archives li#nav-archives a, 
body#contact li#nav-contact a, 
body#about li#nav-about a {
background: #f9f9f9;
}


