/*  
Theme Name: Alley424
Theme URI: http://www.alley424.com
Description: 
Version: 2.0
Author: Digital Loom, Inc.
Author URI: http://www.digital-loom.com/
*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url("images/body-tile.gif");
	background-repeat:repeat-x;
	background-color:#e9eef4;
	font-size:62.5%;	/* 10px 96ppi */
	padding:0;
	margin:0;
}

#page {
	width:770px;
	margin:0 auto;
	background-color:#fff;
	/* background-repeat:repeat-x;
	background-image:url("images/container-tile.gif"); */
}

#sidebar{
float: right;
width: 200px;
margin-right:29px;
display: inline;
}

#sidebar_top {
	height:70px;
	background-repeat:no-repeat;
	background-image:url("images/sidebar-top.gif");
	background-position:left bottom;
}

#sidebar_bottom {
	color:#fff;
	padding-bottom:257px;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image:url("images/sidebar-bottom.gif");
	/* Cheat! */
	/* position:relative;
	top:-9px; */
}

#sidebar ul {
	background-color:#1b2764;
	list-style:none;
	padding:0 5px;
	margin:0;
}


#sidebar a {
	color:#fff;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar li {
	font-size:1.2em;
	/* line-height:1.5em; */
}

#sidebar li ul li {
	margin-left:5px;
}

#sidebar h2 {
	margin-bottom:0;
	line-height:2em;
}

#s {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #000;
	font-size:11px;
	padding:3px;
	color:#888;
	width:50%;
}

#searchsubmit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content {
	margin:0 20px;
	width:470px;
	float:left;
}

#footer {
	clear:both;
	padding:10px;
}

#footer p {
	color:#888;
	font-size:1.1em;
	text-align:center;
}

#footer a, .commentlist a {
	color:#444;
	text-decoration:none;
}

#footer a:hover, .commentlist a:hover {
	color:#000;
}

hr {
	display:none;
}

.entry {
	padding-left:1em;
}

.entry p, .entry li {
	font-size:1.6em;
	/* line-height:1.75em; */
}

.post h2 {
	margin-bottom:0;
	font-size:2.4em;
}

.post h2 a {
	color:#1b2764;
	text-decoration:none;
}

.post h2 a:hover {
	color:#000;
}

.post small, .postmetadata {
	font-size:1.1em;
	font-style:italic;
}

#header {
	display:none;
}

#logo {
	width:770px;
	margin:0 auto;
}

a img {
	border:0;
}

H3#comments, H3#respond {
	font-size:1.6em;
}

.commentlist li {
	font-size:1.6em;
}

.commentlist cite {
	font-weight:bold;
	font-style:normal;
}

TEXTAREA#comment {
	width:725px;	/* What??? */
}

#commentform small{
font-size: 1.4em;
}

/* More cheating! */

BODY.single #sidebar {
	display:none;
}

BODY.single #content {
	width:730px;
}

#content .navigation {
  margin-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
  text-align:center; 
}
#content .navigation div {
  font-size:1.2em;
}

.post { clear:both; }

#rss {
  height: 16px;
  padding-left: 25px;
  background-image: url('images/rss.gif');
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#feedburner {
  margin: 0 0 15px 25px;
}
