/*
Theme Name: rreed
Theme URI: http://ryanreed.net/
Description: My personal theme for WordPress
Version: 1.0
Author: Ryan Reed
Author URI: http://ryanreed.net/
Tags: sometag
*/

/* Includes
=============*/
	@import url("style-reset.css");
	@import url("global.css");

/* General Styles
=============*/
	body { background-color: #000; color: #fff; font-family: Arial, Helvetica, sans-serif, Courier New; font-size: 0.8em; padding: 0}
	a, a:active, a:visited { color: #fff; }
	a:hover { color: #c33; }

	#wrapper { margin: 20px auto; width: 1000px; }


/* Header
============*/
	#header { background: url("images/header-bg.png") repeat-x; height: 130px; margin: 0; padding: 0; }
	#headerimg { margin-left: 200px; padding: 10px; }
	#headerimg h1 { margin: 10px 0; }
	.description { margin-left: 20px; }


/* Content
===========*/
	.navigation { margin-bottom: 15px; }
	.narrowcolumn { float: left; margin: 10px; width: 700px; }
	.widecolumn { margin: 10px; width: 100%; }
	.post { width: 95%; }
	.post h2 { border-bottom: 1px dotted white; margin: 0; width: 100%; }
	.post a { color: #6d98a5; }
	.post a:hover { color: #c33; }
	.post-links { font-size: 0.8em; margin: 5px 0 10px 0; text-align: right; }
	.postmetadata { background-color: #222; font-size: 0.8em; margin: 10px 0 30px 0; padding: 5px; }

	.entry p { margin: 0 0 15px 0; }


/* Comment Related
===========*/
	.comment  { font-size: 0.8em; background-color: #222; border: 1px dashed #777; margin: 0 5% 10px 0; padding: 10px; }
	.avatar { float: right; }
	.bypostauthor { border: 1px dashed #ff0 !important; }
	.odd { background-color: #444 !important; }

	.comment-author { }
	.comment-meta { margin: 0 0 10px 10px; }
	.comment-body p { margin-left: 10px; }

	#commentform input, #commentform textarea { border: 4px solid #777; margin: 0 0 10px 0; padding: 5px; width: 350px; }
	#commentform input:focus, #commentform textarea:focus { border: 4px solid #900; }
	#commentform textarea { height: 90px; }
	#commentform .label { float: left; font-size: 0.8em; text-align: right; margin-right: 15px; padding-top: 10px; width: 200px; }


/* Side Bar
==========*/
	#sidebar { float: left; width: 280px;}
	#sidebar ul { list-style-type: none; }
	#sidebar h2 { color: #6d98a5; margin-bottom: 0; }
	#sidebar li a { margin-left: 10px; }


/* Footer
==========*/
	#footer p { font-size: 0.8em; margin: 15px 0 15px 0; text-align: center; width: 100%; float: left; }
