/*  
Theme Name: Pretty Shitty City
Theme URI: http://prettyshittycity.co.uk/
Description: A theme designed by Benjy Stanton & Tariq El-Hoss for the Pretty Shitty City blog.
Version: 2.2
Author: Benjy Stanton / Tariq El-Hoss
Author URI: http://www.thecolourmill.co.uk/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	background: #242424 url(images/bg_top.jpg) top no-repeat;
	}

/*Container*/
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #22bde1 url(images/bg_wrapper.jpg) top repeat-y;
	}
	
/*Header*/
#header {
	width: 750px;
	background: #000000 url(images/bg_header.jpg) bottom no-repeat;
	}
#header .description {
	padding: 10px 10px 0 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	}
#header h1 {
	margin: 10px 0 10px 10px;
	padding: 0;
	letter-spacing: -5px;
	}
#header h1 a {
	color: #F2E946;
	font-size: 160%;
	text-decoration: none;
	}

/*Navigation*/
#navigation {
	width: 730px;
	padding: 10px;
	text-align: left;
	background: #000000;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	}
#navigation h2 {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	text-transform: lowercase;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	display: inline;
	}
#navigation ul li {
	margin: 0 5px;
	display: inline;
	}
#navigation ul li a {
	color: #FFFFFF;
	font-size: 110%;
	text-decoration: none;
	text-transform: lowercase;
	}
#navigation ul li.current_page_item a {
	color: #F3566B;
	}
	
/*Content*/
#content {
	width: 440px;
	float: left;
	}

/*Content 2*/
#content2 {
	width: 750px;
	float: left;
	}

	
/*Post styles*/

img.float-left, img.alignleft
	{
	clear:left;
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}
	
#flickr img{
	margin:0 5px 5px 0;
	}

.post {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #242424;
	text-align: left;
	}
.post:hover {
	background: #393939;
	}
.post h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	}
.post h2 a {
	color: #22CAF1;
	text-decoration: none;
	}
.post .divider {
	width: 100%;
	height: 1px;
	margin: 5px 0;
	background: #000000;
	}
.post .entry {
	color: #FFFFFF;
	font-size: 80%;
	}
.post .entry p {
	line-height: 1.6;
	}
.post .entry a {
	color: #F4E846;
	text-decoration: none;
	}
.post .entry a:hover {
	background: #22CAF1;
	}
.post .author,
.post .postmetadata {
	margin: 5px 0;
	color: #7E7E7E;
	font-size: 60%;
	}
.post .entry .postmetadata {
	font-size: 80%;
	}
.post .postmetadata a {
	color: #FFFFFF;
	text-decoration: none;
	}
#content .navigation {
	margin: 10px 0;
	padding: 10px;
	color: #FFFFFF;
	background: #242424;
	}
#content .navigation:hover {
	background: #393939;
	}
#content .navigation a {
	font-size: 80%;
	color: #F4E846;
	text-decoration: none;
	}
#content .navigation a:hover {
	background: #22CAF1;
	}
#content .navigation .alignleft {
	width: 45%;
	float: left;
	}
#content .navigation .alignright {
	width: 45%;
	float: right;
	text-align: right;
	}
	
	
	
/*Comments*/
#comments {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #F4E846;
	}
#comments:hover {
	background: #f7ee8c;
	}
#comments h3 {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	}
#comments a {
	color: #000000;
	}
#comments ol.commentlist {
	font-size: 80%;
	}
#comments ol.commentlist .alt {
	}
	
/*Links*/


#content.links p{
	color: #ffffff;
	font-size: 80%;
	line-height: 1.6;
}

#content.links {
	width: 420px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #242424;
	}
#content.links:hover {
	background: #393939;
	}
#content.links h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #22CAF1;
	}
#content.links ul {
	list-style: none;
	}
#content.links ul h2 {
	margin: 0 0 0 -20px;
	}
	
#content.links ul ul {

	color: #FFFFFF;
	}
#content.links ul ul li {
	font-size: 80%;
	list-style: none;
	margin: 0 0 0 -50px;
	}

#content.links ul ul li a {
	color: #F4E846;
	text-decoration: none;
	}
#content.links ul ul li a:hover {
	background: #22CAF1;
	}

/*Sidebar*/
#sidebar {
	width: 280px;
	float: right;
	margin: 0 10px 0 10px;
	}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar h2.widgettitle {
	padding-bottom: 6px;
	color: #242424;
	border-bottom: #242424 1px solid;
	}
#sidebar {
	font-size: 80%;
	}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	}
#sidebar a:hover {
	background: #242424;
	}
	
#sidebar img{
	margin:0 10px 10px 0;
	}

ul#twitter_update_list li {
	margin-bottom: 10px;
}
	
/*Events, Upcoming.org*/
.upb_date {
	font-weight: bold;
	}
/*Events, 30boxes*/
div#thirtyBoxes .eventItem {margin-left:20px; margin-bottom:5px; text-indent:-20px; }
div#thirtyBoxes .eventDate {font-size:80%; }
div#thirtyBoxes .eventSummary {color:#FFF; }

/*Recent comments*/
ul#recentcomments li {
	font-size: 80%;
	}
/*Categories*/
li#categories li {
	font-size: 80%;
	}
/*Monthly archieves*/
li#archives li,
li#upcoming-gigs li {
	font-size: 80%;
	margin-bottom: 6px;
	}
	
/*
li#text-1,
li#text-2,
li#category-cloud,
li#recent-comments,
li#text-3,
li#text-4,
li#archives,
li#upcoming-gigs,
li#text-5 {
	padding: 0 6px 6px 6px;
	}	
li#text-1:hover,
li#text-2:hover,
li#category-cloud:hover,
li#recent-comments:hover,
li#text-3:hover,
li#text-4:hover,
li#archives:hover,
li#upcoming-gigs:hover,
li#text-5:hover {
	background: #1ccdff;
	}
	*/
	
/*Footer*/
#footer {
	clear: both;
	font-size: 80%;
	width: 760px;
	}

#footer ul{
	display:inline;
}

#footer ul li{
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 0 20px 0 0;
	float: left;
}

#footer h2.widgettitle {
	padding-bottom: 6px;
	color: #242424;
	border-bottom: #242424 1px solid;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	background: #242424;
	}
	
#footer img{
	margin:0 10px 10px 0;
	}

	
/*General*/
.hidden {
	display: none;
	}
	
.clear {
	clear: both;
}