/*
Theme Name: Hoagies n Grinders
Theme URI: None
Description: Blog theme for This is Stephen Version 3
Author: Stephen Rudolph
Author URI: http://thisisstephen.com
Version: 3
*/

html {
	margin: 0;
	padding 0;
}

body {
	background: #222;
	color: #777;
	font: 10pt "Gill Sans MT" sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Link Styles */

a:link {
	color: #2288cc;
	text-decoration: none;
}

a:visited {
	color: #2288cc;
	text-decoration: none;
}

a:hover {
	color: #2a9ae5;
}

/* The Divs */

#wrapper {
	width: 710px;
	text-align: left;
}

#header {
	background: #222 url(images/headie.jpg) top left no-repeat;
	height: 105px;
	width: 205px;
}

#navigation {
	padding: 0 0 0 4px;
	width: 200px;
	border-right: #444 solid 1px;
}

#content {
	width: 500px;
	position: absolute;
	top: 101px;
	left: 215px;
}

#footer {
	width: 200px;
	height: 20px;
	text-align: center;
}

/* Div Childrens */

#header span {
	display: none;
}

#content blockquote {
	background: #333;
}

#footer p {
	font: 8pt sans-serif;
}

/* The Classes */

.current_page_item {
	color: #2288cc;
}

.who {
	text-decoration: underline;
}

.titleDate {
	color: #2288cc;
}

/* Twitter Plugin Stuff */

ul.twitter {
	list-style: none;
}

li.twitter-item {
	padding: 0 5px 10px 0;
	border-bottom: #000 solid 1px;
}

p.twitter-message {}
	

.twitter-timestamp {
	color: #9bec37;
	font: 8pt sans-serif;
}

a.twitter-link {
	color: #888;
}

a.twitter-link:hover {
    text-decoration: underline;
}

a.twitter-user {}

/* Comment and Text Area things */

#commentform {
	width: 500px;
}

#comment {
	width: 500px;
}

#comments {
	color: #2288cc;
}

#content ol li {
	margin: 0 10px 0 0;
	padding: 5px;
	background: #333;
}

cite {
	color: #ff9900;
}

#respond {
	color: #9bec37;
}