/*   
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.3
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)
		






/****************************
 **   Content
 ****************************/

/* General */
#header{
color:#000000;
}

.post {
padding-bottom:20px;
padding-top:10px;

background-image: url(http://www.luminusnetwork.com/fileadmin/templates/images/luminus/border-horizontal.gif);

background-repeat: repeat-x;

background-attachment: scroll;

background-position: left bottom;
border-bottom: 0;
}

#bottom_full{
width:700px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.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;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {

	text-align: left;
	float: left;
	padding-bottom: 20px;
}

/*

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}*/

.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;
}

.hr {
	/*clear: both;
	border: 0;
	background-image: url(images/hr.jpg);
	color: #f8faf7;
	background-color: #f8faf7;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;*/

}

.hr hr {
	display: none;
}

.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-top: 4px;
   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;
	list-style-type: none;
}


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
display:none;
}


.commentlist .comment {
	margin: 0;
	/*font-size: 0.8em;*/
	/*width: 437px;*/
	/*background: url(images/comment-middle.jpg) repeat-y;*/
	/*width: 600px;*/


	padding-left: 25px;
	padding-right: 25px;
}

.comment-text {
	/*margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;*/
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
display:none;


}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
display:none;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */

/*.frame-outer {
	background: url(images/frame-top-left.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.frame-outer span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	display: block;
}

.frame-outer span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
	display: block;
}

.frame-outer span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
	display: block;
}

.frame-outer span span span * {
    max-width: 425px;
}

.frame-outer.small {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span {
	background: none;
}
*/
/****************************
 **   Sidebar
 ****************************/

/* General */

#top_right{clear:none;}

#top_right h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

#top_right a {
	color: #9f9f9f;
}

#top_right ul, #top_right ul ol {
	margin: 0;
	padding: 0;
}

#top_right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

#top_right ul p, #top_right ul select {
	margin: 5px 0 8px;
}

#top_right ul ul, #top_right ul ol {
	margin: 5px 0 0 10px;
}

#top_right ul ul ul, #top_right ul ol {
	margin: 0 0 0 10px;
}

ol li, #top_right ul ol li {
	list-style: decimal outside;
}

#top_right ul ul li, #top_right ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

#top_right #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#top_right #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#top_right #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: -2000px;
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

#top_right .elegant_grunge_photoblog div {
	text-align: center;
}

#top_right .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}



#menu ul{width:700px;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 a{display:block;padding-right:40px;/* line-height:3.0em;*/
/* color:#868686;*/ text-decoration:none;}
.post .entry{font-size:0.9em;line-height:1.3em;clear:both;}
.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.alignleft{float:left;}
.alignright{float:right;}
.clear{clear:both;}
body{margin:0;padding:0;font:normal 12px "Trebuchet MS",Helvetica,sans-serif;text-align:center;padding:0px;margin:0px;background:#000 url(images/bodyBG_blue.gif) repeat top center;color:#fff;}*/
a{color:#5f5f5f;}
img{border:0;}
#column{text-align:center;width:100%;float:left;}
#wrapper{margin:0px auto 0px auto;text-align:center;width:950px;}
#content{float:left;background:#000000 url(images/leftBG-blue.gif) repeat-y -6px top;}
#header{width:950px;float:left;background:#000 url(images/headerBG_blue.jpg) no-repeat top center;text-align:left;clear:both;display:block;}
#homeLink{width:250px;height:75px;float:left;margin:0px;padding:0px;text-align:left;display:inline;}
#aboveMenu{z-index:1000;width:700px;float:right;display:inline;height:50px;}
#aboveMenu .r{padding-top:5px;padding-right:10px;float:right;display:inline;color:#ccc;}
#aboveMenu .l{padding-top:5px;padding-right:10px;float:left;display:inline;color:#ccc;}
#aboveMenu a{color:#ccc;text-decoration:none;}
#menu{width:700px;z-index:1000;float:left;display:inline;height:22px;padding-top:3px;}
#menu a{color:#ffffff;text-decoration:none;}
#menu a:hover{color:#868686;text-decoration:underline;}
#top{background:#000;margin:0px auto 0px auto;text-align:left;width:950px;clear:both;padding:0px;float:left;position:relative;}
/*#top a{color:#fff;}
*/
#top_left{width:700px;padding:0px;}
#top_right{color:#fff;width:217px;padding-right:15px;padding-left:15px;padding-top:15px;}
.leftCol{float:left;display:inline;padding:0px;margin:0px;}
.leftCol h1{color:#2b5b82;}
.leftCol h2,.leftCol h3,.leftCol h4,.leftCol h5{color:#ffffff;}
.rightCol{float:right;display:inline;}
.rightCol h1{color:#8c6a4b;}
.rightCol h1,.rightCol h2,.rightCol h3,.rightCol h4,.rightCol h5{color:#ffffff;}
#highlight{background:#fff;text-align:left;width:950px;clear:both;padding:0px;float:left;color:#000;}
#highlight_left{text-align:left;width:689px;padding:5px;}
#highlight_right{text-align:left;width:240px;padding:5px;}
#highlight_right a{color:#000;text-decoration:underline;}
#highlight_right a:hover{color:#666666;text-decoration:underline;}
#bottom{margin:0px auto 0px auto;text-align:left;width:950px;clear:both;padding:0px;float:left;color:#fff;}
#bottom_left{width:700px;padding-top:10px;position:relative;float:left;color:#ffffff;}
#bottom_middle{width:320px;padding:15px;position:relative;float:left;color:#ffffff;}
#bottom_right{width:240px;padding-top:10px;padding-left:0px;padding-right:10px;float:right;}
#bottom_full{width:670px;padding:15px;position:relative;float:left;display:block;color:#ffffff;}
#bottom_full a{color:#ffffff;}
.full{float:left;width:654px;padding:10px;margin:10px;background:#171a21;border:3px solid #13161d;}
.left{color:#ffffff;text-align:left;float:left;width:304px;height:200px;padding:10px;margin:10px;background:#171a21;border:3px solid #13161d;}

.podPress_content a, .date a{color:#000000;}
.right{width:200px;float:right;padding:10px;margin:10px;margin-left:0px;background:#171a21;color:#ffffff;}
.right a{color:#ffffff;}
.right h3{color:#d0b91d;}
#footer{background:#ffffff;margin:0px auto 0px auto;width:950px;text-align:center;clear:both;color:#000000;font-size:11px;padding:0px;padding-top:5px;padding-bottom:5px;}
#footer img{display:none;}
#footer a{color:#000000;font-size:11px;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
h1{font-weight:normal;font-size:20px;padding:0px;margin:0px;margin-bottom:5px;color:#d0b91d;}
h1 a{color:#d0b91d;text-decoration:none;}
h1 a:hover{text-decoration:underline;}
h2{font-size:16px;padding:0px;margin:0px;margin-bottom:0px;}
h2 a{color:#d0b91d;text-decoration:none;}
h2 a:hover{text-decoration:underline;}
h3{font-size:14px;padding:0px;margin:0px;margin-bottom:5px;}
h4{font-size:13px;padding:0px;margin:0px;margin-bottom:5px;}
h5{font-size:12px;padding:0px;margin:0px;margin-bottom:5px;}
.unlist{list-style:none;margin:0px;padding-left:15px;margin-top:10px;}
