/*   
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: 1.0.3
Tags: tan, light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging

	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: url('../images/chalkboard_tile.png') repeat;
	font-family: "Verdana", "Arial", serif;
	color: #EEEEEE;
	background-color:#333;
	font-size:.8em;
}

a {
	color: #5d9ad1;
	text-decoration:none;
}

img {
	border: 0;
}

p
{
	line-height: 1.5em;
}

/* RAILS */

.flash_notice
{
	margin-top:10px;
	background-color: green; 
	color:white; 
	padding:10px;
	margin-bottom:10px;
	width:500px;
}

.flash_message
{
	margin-top:10px;
	border:1px solid #009900; 
	color: white; 
	padding:10px;
	margin-bottom:10px;
	width:500px;
}

.flash_warning
{
	margin-top:10px;
	background-color:#CC0000;
	color:white; 
	padding:10px; 
	margin-bottom:10px;
	width:500px;
}




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


/* Menu */

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



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

.double-right-sidebar #menu ul {
	width: 947px;
}

#menu ul li {
	float: left;
}

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

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

#menu a
{
	color: #999;
}






/* Header */

#header-wrap {
}

#header {	
	height:277px;
	margin-bottom:30px;
}

.no-sidebar div #header {
}

.double-right-sidebar div #header {
	background-image: url('../images/header-double-sidebar.jpg');
}

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

.double-right-sidebar #header div {
	width: 947px;
}

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

#header h1 a {
	color: #5d9ad1;
	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(images/body.jpg) repeat-y center top; */
}

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


#body 
{
	float: left;
	width: 450px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	min-height: 1000px;
	
}



/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	position: relative;
	left: -35px;
}


/* Footer */




/****************************
 **   Front Page
 ****************************/

#frontPageMain
{
	width: 450px;
}


.frontPageSection
{
	padding-top:30px;
}

.frontPageSideBox
{	
	background: url('../images/box_short.png') no-repeat;
	width: 260px;
	height: 300px;
	padding-top:23px;
	padding-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	padding-bottom:0px;

}

.sideBox
{
	
	background: url('../images/box_tall.png') no-repeat;
	width: 260px;
	height: 420px;
	padding-top:23px;
	padding-left:20px;
	margin-right:20px;
}

.frontPageSideBox p, .sideBox p
{
	width:215px;
}


.btn
{
	display: block;
	text-align: center;
	width:202px;
	height:52px;
	background-image: url(../images/btn_off.png);
	background-position: top;
	outline: none;
}

.btn img
{
	padding-top:10px;
}

.btn:hover {
	background-image: url(../images/btn_on.png);
}
.btn:active {
	background-image: url(../images/btn_off.png)
}


#frontPageBottomSectionHolder
{
	margin-top: 50px;
	border:0px;
	width:100%;
	background: url(../images/v_rule.png) center right no-repeat;
}

.frontPageBottomSection
{
	float:left;
	width:260px;
	height:330px;
	vertical-align:top;
	border: 0;
	margin-bottom: 100px;
	padding-top: 20px;
	background: url(../images/v_rule.png) center right no-repeat;
	
}

.bottomSectionTitle
{
	padding-bottom:20px;	
}


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

/* General */

h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

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


/* Standard wordpress */

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

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

li
{
	margin-bottom: 1em;
}


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

/* General */

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

.sidebar a {
	color: #5d9ad1;
}

.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;
}


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


#footer-wrap-outer {
	margin-top: -51px;	
	background-image: url('../images/bottom_wall.png');
	background-color:#e6e0d1;
}

#footer-wrap {
	width: 100%;
	/*background: url(images/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: 30px;
	min-height: 200px;
	text-align: center;
	color: #000;
}


#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url('../images/footer_wall.png');
	width: 149px;
	height: 126px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}



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

#footer a {
	color: #000000;
}


#footer a:hover {
	color: #777777;
}

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