/*  
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: "Lucida Grande", "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: 520px;
	}
	
/* Defining Layers */
#page
	{
	width:760px;
	position:relative;
	background: url('images/bg.jpg') #efefef;
	margin:0 auto;
	color: #353e49;
	}

#topleft
	{
	position:relative;
	float:left;
	width: 180px;
	height: 150px;
	background: url('images/ul.jpg') no-repeat top left #000000;
	color: #fff;
	border:5px solid #fff;
	border-bottom:0;
	margin:0
	}

#topright
	{
	position:relative;
	margin-left:185px;
	height:150px;
	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: 180px;
	background: #fbc246;
	color:#353e49;
	border:5px solid #fff;
	border-bottom:0;
	text-align:left;
	}

#content
	{
	background:#efefef;
	color:#000;
	border:5px solid #fff;
	margin-left: 185px;
	border-bottom:0;
	padding: 0 20px;
	text-align:left;
	font-size:1.3em;
	}
	
#footer
	{
	clear:both;
	border:5px solid #fff;
	background:#80a6b9;
	}



/* Special IDs and classes */
.post
	{
	margin-bottom: 60px;
	line-height:2.0;
	}

.postdata, .postmetadata
	{
	padding:0;
	margin:0;
	margin-top:20px;
	color:#000;
	font-size:.8em;
	letter-spacing:.1em;
	text-align:center;
	border-top: 1px solid #353e49;
	}

/* Defining Fonts and other Formatting */
h1#header 
	{
	position:absolute;
	top:0;
	left:1em;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Sans-serif;
	font-size:3em;
	letter-spacing:.2em;	
	}
h2
	{
	font-size:1.3em;
	}

h2#tagline
	{
	position:absolute;
	bottom:0;
	right:1em;
	font-size:1.3em;
	letter-spacing:.1em;
	color: #fff;
	}
#sidebar h2
	{
	margin-left:5px;
        margin-right: 5px;
	color: #353e49;
	border-bottom: 3px solid #ffffff;
	padding: .3em;
        margin-top: 2em;
	letter-spacing:.2em;        
	}
#sidebar ul
	{
	font-size:10px;
	color:#353e49;
	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, a:visited
	{
	text-decoration:underline;
	color: #353e49;
	}

a:hover, a:active
	{
	text-decoration:none;
	}

#header a
	{
	color:#fff;
	text-decoration:none;
	}

#header a:hover
	{
	text-decoration:underline;
	}

#sidebar a
	{
	color:#353e49;
	}

#footer a
	{
	color:#fff;
	font-weight:bold;
	}
.post h2 a
	{
	color:#353e49;
	text-decoration: none;
	}

.postmetadata a, .entry a, .postdata a
	{
	font-weight:bold;
	color:#353e49;
	}
	
#date 
	{
 	font-weight: bold;
	font-size: 1.3em;
	color: #353e49;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
	}


/* Eigene Styles */

h2.seite
	{
	margin-top: 35px;
	border-bottom: 1px dotted #000;
	}



/* Defining crappy browser hacks */
* html #topright
	{
	border-left:0;
	border-right:0;
	right:3px;
	}

