/*
Theme Name: The tube
Theme URI: http://quietis.org/
Description: A theme inspired in the London underground system, one of the oldest in the world.
Version: 1.0
Author: Ricardo Cruz and Vasco Flores
Author URI: http://quietis.org/
Tags: red, custom header, fixed width, two columns, widgets, tube, city, london, the tube
*/

/* Begin Page Structure */
body {
	margin: 10px auto 10px auto;
	padding: 0;
	background: url('images/darkvictorian.jpg') repeat fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; /* Resets 1em to 10px */
	color: #111111;
	text-align: center;
	}

#page {
	margin: auto;
	background: url('images/border.png') repeat-y center;
	padding: 0px 15px 0px 15px;
	width: 860px;
	text-align: left;
	}
/* End Page Structure */

/* Begin Header */
#header {
	width: 860px;
	}

#headerimg {
	text-align: center;
	/* For compatibility with IE */
	clear: both;
	}

#header img {
	padding-top: 10px;
	width: 840px;
	}

#title {
	padding: 20px 0px 0px 20px;
	position: absolute;
}

.blog_name {
	display: inline;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	border-right: 2px solid white;
	font-size: 3em;
	}

p.blog_name a	{
	color: white;
	text-decoration: none;	
	}

.blog_description {
	display: inline;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	color: white;
	}
/* End Header */

/* Begin Menu */
#menu {
	background: url('images/menu_bg.png') no-repeat;
	margin-top: 10px;
	height: 60px;
	}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1.3em;
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
}

#menu ul li a {
	background: url('images/button.png') no-repeat scroll left top;
	padding: 15px 0px 0px 15px;
	width: 100px;
	height: 45px;

	list-style-type: none;
	list-style-image: none;

	text-align: left;
	
	/* For compatibility with IE */
	float: left; 
}

#menu ul li a:hover {
	background: url('images/button.png') no-repeat scroll left bottom;
}
/* End Menu */

/* Begin Content */
#content {
	font-size: 1.2em;
	width: 860px;
	height: auto;
}
/* End Content */

/* Begin Posts */
#posts	{
	padding-left: 20px;
	padding-right: 20px;
	width: 585px;
	float: left;
	}

.post {
	background: url('images/post_bg.png');
	text-align: justify;
	}

.post h2{
	margin: 0px 0px 0px 10px;
	color: #002d73;
	}

.post small {
	margin: 0px 7px 0px 7px;
	}

#date	{
	background: url('images/date_bg.png');
	margin: 5px 5px 15px 10px;
	width: 50px;
	height: 50px;
	float: left;
	vertical-align: middle;
	}

#date h4 {
	margin: 2px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	color: white;
}

#date h5 {
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-size: 1.2em;
	color: black;
}

#post_title {
	margin: 5px 0px 15px 5px;
	width: 505px;
	vertical-align: middle;
	float: left;
	}

#post_title h2 {
	margin: 0px;
	}

#post_title small {
	margin: 0px;
	}

.entry {
	margin: 0px 20px 0px 70px;
	padding: 0px 0px 10px 10px;
	line-height: 1.4em;
	border-left: 2px solid #cad9df;
	clear: left;
	}

.entry_page {
	margin: 0px 20px 0px 20px;
	padding-bottom: 10px;
	line-height: 1.4em;
	clear: left;
	}

.entry p {
	margin-bottom: 0px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata {
	text-align: left;
	margin: 10px 0px 0px 70px;
	clear: left;
	color: gray;
}

.postmetadata-single {
	padding: 5px;
	text-align: justify;
	color: gray;
}

.postmetadata-single small {
	margin: 0px 7px 0px 7px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postheader {
	background: url('images/post_bg_top.png') no-repeat;
	height: 5px;
	margin-top: 15px;
	}

.postfooter {
	background: url('images/post_bg_bottom.png') no-repeat;
	height: 5px;
	}

.navigation {
	margin: 0px 7px 0px 7px;
}
/* End Posts */

/* Begin Comments*/
#postcomments	{
	margin: 10px 10px 10px 10px;
}

#comments {
	margin-top: 10px;
	}

#respond {
	margin-top: 10px;
}

.commentlist {
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;

	font-size: 0.9em;
	font-weight: bold;

	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;

	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar {
	margin: 0px 20px 0px 0px;
	height: auto;
	width: 215px;
	float: right;
	color: white;
	}

#sidebar h2 {
	font-size: 1.3em;
	color: white;
	margin: 0px;
	padding: 0;
	}

#sidebar a {
	color: white;
	}

.sidebar_top_red {
	background: url('images/sidebar_top_red.png');
	height: 30px;
	}

.sidebar_red {
	background: url('images/sidebar_red.png') repeat-y;
	padding: 10px 20px 10px 20px;
	width: 175px;
	}

.sidebar_bottom_red {
	background: url('images/sidebar_bottom_red.png');
	height: 30px;
	}

.sidebar_top_blue {
	background: url('images/sidebar_top_blue.png');
	height: 30px;
	}

.sidebar_blue {
	background: url('images/sidebar_blue.png') repeat-y;
	padding: 10px 20px 10px 20px;
	width: 175px;
	}

.sidebar_bottom_blue {
	background: url('images/sidebar_bottom_blue.png');
	height: 30px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li:before {
	content: "\00BB \0020";
	}

#tubestation	{
	background: url('images/tube_station.png') no-repeat;
	margin: 0px 25px 0px 25px;
	width: 125px;
	height: 100px;
}

#weather ul, #weather h2 {
	text-align: center;
	}

#weather ul li:before {
	content: '';
	}

#weather p.temperature {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 9px;
}

#weather p.weathericon {
	text-align: center;
	margin: 0px;
}
/* End Sidebar */

/* Begin Footer */
#footer {
	width: 860px;
	}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
	}

#footer h2 {
	font-size: 1.3em;
	color: white;
	}

#bottombar {
	background-color: #df002c;
	margin: 0px 10px 0px 10px;
	color: white;
	}

#bottombar p {
	color: white;
	}

#bottombar a {
	color: white;
	}

#credits {
	background: url('images/footer_bg.png') no-repeat bottom;
	margin: 0px 10px 0px 10px;
}

.footerwidget	{
	float: left;
	margin: 20px 0px 20px 52px;
	list-style-type: none;
	list-style-image: none;
	width: 25%;
	height: auto;
}

.footerwidget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}

.footerwidget h2 {
	color: white;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid white;
	}

.footerwidget ul li:before {
	content: "\00BB \0020";
	}

.clear {
	clear: both;
	}
/* End Footer */

/*	Begin Header Tags */
h1 {
	padding-top: 70px;
	margin: 0;

	font-size: 4em;
	text-align: center;
	font-weight: bold;
	}

h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
	font-weight: bold;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
	}

h3 {
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	}

/* End Header Tags */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.rssicon {
	vertical-align: middle;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
	float: center
	}
/* End Images */

/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/* End Entry Lists */

/* Begin Forms */
#searchform {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	}

#searchform #s {
	background: white url('images/search_bg.png');
	padding: 2px 2px 2px 23px;
	width: 129px;
	border: 1px solid #cad9df;
	}

#commentform {
	width: 535px;
	}

#commentform p {
	margin: 5px 0;
	text-align: left;
	}

#commentform input {
	font-size: 0.9em;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	font-size: 1.2em;
	width: 529px;
	padding: 2px;
	}

#commentform textarea, input {
	border: 1px solid gray;
	}

#commentform #submit {
	float: right;
	}
/* End Forms */

/* Begin Various Tags & Classes */
a {
	color: #002d73;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.center {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/* End Various Tags & Classes */
