/*   
Theme Name: Elegant Grunge
Theme URI: http://michael.tyson.id.au/elegant-grunge-wordpress-theme
Description: An unwashed yet crisp theme with a feature footer, styled image frames, a page template with a uniquely configurable sidebar and a photoblog tag page
Author: Michael Tyson
Author URI: http://michael.tyson.id.au
Version: 0.4.5
Tags: grunge, dirt, monochrome, fixed width, footer, configurable, image frames, photoblog

	Elegant Grunge by Michael Tyson
	http://michael.tyson.id.au/elegant-grunge-wordpress-theme
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #4c4c4c;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #777;
}

a {
	color: #5f5f5f;
}

a:hover {
	color: #000;
}

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	background-color: #191919;
	height:3.0em;
	border-bottom: 1px solid #373737;
	position:relative;
}

#menu ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #868686;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}

/* Dropdown Menus */		
#menu li ul {
	position: absolute;
	left: -999em;
	top: 3em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 250px;
	border-bottom: 1px solid #6e7073;
	line-height: 26px;
	z-index: 10;
	}

#menu li li {
	width: 250px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
	}

#menu li li a, #nav li li a:visited {
	padding: 6px;
	font-variant:normal;
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background: #1e1f21;
	}

#menu li li a:hover, #nav li li a:active {
	background:#4a4f54;
	}	
		
#menu li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

/* Header */

#header-wrap {
	background: url(header-repeat.jpg) repeat-x center top;
}

#header {
	height: 216px;
/*	height: 150px; */
	background: url(header.jpg) no-repeat center;
}

#header div {
	width: 800px;
	margin: 0 auto;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

/* Content */

#content-container {
	background: #f3f4ee url(body.jpg) repeat-y center 270px;
}

#content {
	width: 800px;
	margin: 0 auto;
}

#body {
	float: left;
	width: 500px;
	padding-left: 16px;
	padding-right: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 230px;
	margin: 0;
	padding: 0 12px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Footer */

#footer-wrap-outer {
	margin-top: -51px;
	background: #4c4c4c url(footer-repeat.jpg) repeat-x center top;
}

#footer-wrap {
	width: 100%;
	background: url(footer.jpg) no-repeat center top;
	padding-top: 91px;
	padding-bottom: 30px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 90px;
	min-height: 30px;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 0px;
	margin-bottom: 1.2em;
}

h2.single {
	margin-bottom: 6px;
}

h2.pages {
	margin: 1.25em 0 0.0 0;
}

h2.page_title {
	margin: 0 0 0.5em 0;
}

h2 a {
	text-decoration: none;
	color: #3b3b3b;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
}

.post .author {
	text-transform: uppercase;
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -70px;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

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

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
/*   border: 1px solid #ddd; */
   text-align: center;
/*   background-color: #f3f3f3; */
   padding: 4px 0 0 0;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}

.children {
	padding: 0;
	margin: 8px 0 0 14px;
	list-style-type: none;
}

.children li {
	margin-top: 16px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #666;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

#sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

#sidebar a {
	color: #9f9f9f;
}

#sidebar a:hover {
	color: #333;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}

/****************************
 **   Footer
 ****************************/

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}

#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}

#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

/* Customizations */

#sidebar ul ul.flickr-sidebar {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.flickr-sidebar li {
	display: inline;
	margin: 0;
	padding: 0;
	border-width: 0;
}

ul.flickr-sidebar li a, ul.flickr-sidebar li a:hover {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	padding: 0;
	margin: 0;
	background-color: black;
}

ul.flickr-sidebar li a img {
	border: solid 1px black;
}

ul.flickr-sidebar li a img:hover {
	border: solid 1px black;
}

.lifestream_date {
	font-size: 0.85em;
	font-style:italic;
}

p.lifestream_date {
	text-align: right;
	margin: 0;
	padding: 3px 6px 0;
}

.lifestream_hour {
	font-size: 0.85em;
}

.lifestream_text {
	font-size: 0.85em;
}

ul.wp-tag-cloud {
	list-style: none;
	margin: 0;
	padding: 0 12px 12px;
}

ul.wp-tag-cloud li {
	display: inline;
	padding: 6px;
	margin: 0;
	line-height: 24px;
}

.sub-text {
	margin: 0;
	padding: 0 6px;
	clear: both;
	text-align: right;
	font-size: 0.85em;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.google_horizontal_post_top {
	margin: 0 auto 18px;
	padding: 0;
	width: 468px;
}

.google_horizontal_post_bottom {
	margin: 12px auto 6px;
	padding: 0;
	width: 468px;
}

.google_horizontal_page {
	margin: 0 auto 12px;
	padding: 0;
	width: 468px;
}

.post_navigation {
	margin: 12px 0 6px 0;
	padding: 0;
}

.previous_link {
	float: left;
}

.next_link {
	float: right;
}

#sidebar ul .aktt_tweets ul {
	padding: 0;
	margin: 0 6px;
}

#sidebar ul .aktt_tweets ul li {
	padding: 0;
	margin: 0 0 12px;
}

.twitter-timestamp {
	display: block;
	padding: 0;
	margin: 6px 0 0;
	font-size: .75em;
}

a.twitter-link {
	text-decoration: none;
}

.aktt_tweets ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 0 0 18px;
	padding: 0;
}
