/*  
Theme Name: Utica Avenue
Theme URI: http://www.technosailor.com/wordpress-theme-utica-avenue-released
Description: Inspired by the Utica Avenue Subway Station, Brooklyn, New York
Version: 1.0
Author: Aaron Brazell
Author URI: http://technosailor.com
*/

/* Defining HTML */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Sans-serif;
	background-color: #353e49;
	color:#eee;
	text-align: center;
	}

blockquote
	{
	background:url('images/quote.gif') no-repeat top left;
	border-left:2px solid #353e49;
	border-right:2px solid #353e49;
	padding: 0 5px;
	}
textarea
	{
	width: 480px;
	}
	
/* Defining Layers */
#page
	{
	width:760px;
	position:relative;
	margin:0 auto;
	background: url('images/bg.jpg') #fff;
	color: #353e49;
	}

#topleft
	{
	position:relative;
	float:left;
	width: 180px;
	height: 200px;
	background: url('images/ul.jpg') no-repeat top left #fbc246;
	color: #fff;
	border:5px solid #fff;
	border-bottom:0;
	margin:0
	}

#topright
	{
	position:relative;
	margin-left:185px;
	height:200px;
	background:url('images/ur.jpg') no-repeat right #80A6B9;
	color:#000;
	border:5px solid #fff;
	border-bottom:0;
	border-left:5px solid #fff;
	}

#sidebar
	{
	float:left;
	width: 215px;
	min-height:500px;
	background:#727081;
	color:#000;
	border:5px solid #fff;
	border-bottom:0;
	text-align:left;
	}

#content
	{
	margin-left: 220px;
	background:#efefef;
	color:#000;
	border:5px solid #fff;
	border-bottom:0;
	padding: 0 20px;
	text-align:justify;
	font-size:1.3em;
	}
	
#footer
	{
	clear:both;
	border:5px solid #fff;
	background:#80a6b9;
	}

/* Special IDs and classes */
.post
	{
	line-height:1.5;
	border-bottom:12px solid #353e49;
	}
.postdata
	{
	padding:0;
	margin:0;
	margin-top:20px;
	background: #fbc246;
	color:#000;
	font-size:.8em;
	letter-spacing:.1em;
	text-align:center;
	}

/* Defining Fonts and other Formatting */
h1#header 
	{
	position:absolute;
	top:0;
	left:1em;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size:3em;
	letter-spacing:.2em;	
	}
h2
	{
	font-size:1.3em;
	
	}
h2#tagline
	{
	position:absolute;
	bottom:0;
	right:5em;
	font-size:1.3em;
	letter-spacing:.1em;
	color: #fff;
	}
#sidebar h2
	{
	margin-left:10px;
	color: #fff;
	padding: 0 1em;
	}
#sidebar ul
	{
	font-size:10px;
	color:#fff;
	margin-left:1em;
	padding:0 1em;
	list-style:none;
	font-size:1.1em;
	}
#footer p
	{
	font-weight:normal;
	color:#fff;
	}
.commentlist li
	{
	margin-bottom:30px;
	}
	
/* Defining Anchors */
a
	{
	text-decoration:none;
	color: #727081;
	}
a:hover
	{
	text-decoration:underline;
	}
#header a
	{
	color:#fff;
	}
#header a:hover
	{
	text-decoration:none;
	}
#sidebar a
	{
	color:#eee;
	}
#footer a
	{
	color:#fff;
	font-weight:bold;
	}
.post h2 a
	{
	color:#353e49;
	}
.postmetadata a, .entry a, .postdata a
	{
	font-weight:bold;
	color:#353e49;
	}

/* Defining crappy browser hacks */
* html #topright
	{
	border-left:0;
	border-right:0;
	right:3px;
	}
	
	
