/*NOTES FOR FAU - From simon.

	story image at top of page need to have class added imgPostHeading.
	click on image to edit.
	advanced settings
		CSS Class: imgPostHeading
		Styles: margin-bottom: 40px;
	update.
	Update page.

*/

/*   
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)
	* Addthis Plugin




/****************************
 **   General
 ****************************/
 
html, body {
	min-height:101%
}
/* div {	border: 1px solid #ccc; } */

body {
	margin: 0;
	padding: 0;
	min-width: 994px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background: url("/assets/img/bgWrapper47.jpg") no-repeat center top;
	background-attachment: fixed;
}
a {
	color: #a00821;
}
img {
	border: 0;
}
/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	width: 954px;
	margin: 0 auto 40px auto;
	border-bottom: 1px solid #808080;
}
#menu ul {
	list-style-type: none;
	background: #808080;
	width: 954px;
	float: left;
	margin: 0 -20px 0 0;
	padding: 0;
	height: 25px;
}
#menu ul li {
	float: left;
	padding: 3px 0;
}
#menu .page_item a {
	display: block;
	margin: 0 10px;
	color: #ffffff;
	text-decoration: none;
}


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


/* Header */

#header-wrap {
/*background: url(images/header-repeat.jpg) repeat-x center top;*/
}
/*Top horizontal nav - display when on that page */
#home #utilityNav ul li#navHome a, 
.issue45 #utilityNav li#navCurrent a, 
.issue44 #utilityNav li#navCurrent a, 
.issue43 #utilityNav li#navCurrent a, 
#contents #utilityNav li#navContents a, 
#issues #utilityNav li#navIssues a, 
#retailers #utilityNav li#navRetailers a, 
#subscribe #utilityNav li#navSubscribe a, 
#advertise #utilityNav li#navAdvertise a, 
#contact #utilityNav li#navContact a {
	color: #A00821;
}
#search {
	white-space: nowrap;
	margin: -3px 0 0 50px;
}
#cse-search-results {
	margin-left: 60px;
	background: #ededee;
}

/* --- End Utility Nav --- */


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

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

.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: #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 {
	margin: 0 auto;
	width: 954px;
	text-align: center;
	font-size: 130%;
}
#content {
	width: 954px;
	margin: 0 auto;
	text-align: left;
}
#body {
	float: left;
	width: 700px;
}

#body h1, #body h2, #body h3, #body h4, #body p, #body ul {
	width: 640px;
	margin-left: 40px;
	margin-right: 20px;
}

#body p, #body ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
div .metadata {
	padding-left: 40px;
	padding-right: 20px;
}
#body p img.imgPostHeading {
	margin-left: -40px;
	margin-top: -51px;
}
/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 220px;
	position: relative;
	margin-right: 10px;
	background: none;
}
/* Footer */

#footer-wrap-outer {
}
#footer-wrap {
	width: 100%;
}
#footer {
	width: 954px;
	margin: 0 auto;
}
/****************************
 **   Content
 ****************************/

/* General */

#body h2#notvisible {
	display: none;
}
#body h2 {
	display: inline;
}

#body.post h2 {
	font-size: 140%;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 0px;
}

h2 a {
	text-decoration: none;

}
.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
}
.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}
.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}
.post .date {
	/*	background-image: url(images/date.jpg);*/
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}
.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 {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}
.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%;
	margin-top: 50px;
}
.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}
.navigation .previous {
	float: right;
}
.navigation .next {
	float: left;
}
/* Standard wordpress */

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

.clear {
	clear:both;
}
.wp-caption {
	padding: 10px;
	margin: 10px;
	text-align: left;
}


div.wp-caption.alignleft {
	margin:  0 0 10px 30px;	
}

div.wp-caption.alignright {
	margin:  0 0 10px 10px;	
}

div.wp-caption.aligncenter {
	margin: 0 0 0 30px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: smaller;
	padding: 0;
	margin: 0;
	width: auto;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}
.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}
.commentlist li .comment-content, .commentlist li .before-comment, .commentlist li .after-comment, .commentlist li .after-comment div {
/*	background:transparent url(images/comment.jpg) no-repeat top right;*/
}
.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding: 28px 0 0px 0px;
}
.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}
.commentlist li .after-comment, .commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}
.commentlist li .after-comment {
	background-position:bottom right;
}
.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}
.commentlist .comment {
	margin: 0;
	padding-right: 27px;
}
.comment-text {
	max-width: 460px;
	margin-right: 10px;
	margin-top: 24px;
}
.comment-text p {
	max-width: 390px;
}
.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}
.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}
.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}
.avatar {
	float: left;
	margin:0 10px 0 0!important;
}
/* 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.aligncenter {
	text-align: center;
}
.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}
.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}
.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}
.frame-outer span 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;
}
.frame-outer span span span span * {
	max-width: 425px;
}
.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}
.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}
.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}
.frame-outer.small span 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 span {
	background: none;
}
.frame-outer span span span span .wp-caption-text {
	margin-top: 10px;
}
#body div.Bio {
	float: right;
	margin-left: 10px;
	border-left: 1px solid #000000;
	margin-bottom: 20px;
}
#body div.Bio p {
	width: 200px;
	padding-left: 10px;
	margin: 0;
}
#body div.Bio img {
	padding-left: 10px;
}
/****************************
 **   Sidebar
 ****************************/

/* General */

#sidebar.sidebar {
	font-size: 75%;
}
#sidebar.sidebar li.widget.widget_pages ul li ul li a {
	text-transform:capitalize;
	font-size: 95%;
}
.sidebar h2 {
	background: none;
}
.sidebar h2 a {
	color: #ffffff;
}
.sidebar a {
	color: #335E79;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	width: 220px;
}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	width: 220px;
}
.sidebar ul.tweets li {
	width: 190px;
	margin: 0 0 10px 0;
}
.sidebar p {
	width: 190px;
	margin: 0;
	padding: 5px 15px;
}
.sidebar p.copyright {
	background: url("/assets/img/EditorBGBlack.png") repeat-y top left;
	padding: 5px 15px;
	font-size: 90%;
	color: #ffffff;
}
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}
.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 15px;
}
.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 15px;
	width: 200px;
}
ol li, .sidebar ul ol li {
	list-style: decimal outside;
}
.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	width: 190px;
}
.sidebar h2.widgettitle {
	font-size: 100%;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: none;
	background: url("/assets/img/EditorBGBlack.png") repeat-y top left;
	width: 210px;
	margin: 0;
	padding: 5px 15px;
}
.sidebar li.widget_pages {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background: url("/assets/img/EditorBGWhite.png") repeat-y top left;
}
.sidebar li#pages-5.widget_pages {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background: url("/assets/img/EditorBG808080.png") repeat-y top left;
}
.sidebar li#pages-5.widget_pages a {
	color: #ffffff;
	font-weight: normal;
}
.sidebar li#pages-5.widget_pages a:hover {
	text-decoration: underline;
}
.sidebar li.widget_recent_entries {
	padding-bottom: 10px;
	background: url("/assets/img/EditorBGCCC.png") no-repeat top left;
}
.sidebar li.widget_polls-widget {
	padding-bottom: 10px;
	background: url("/assets/img/EditorBGWhite.png") repeat-y top left;
}
.sidebar li.widget_links, .sidebar li.widget_twitter, .sidebar p.editorial {
	padding-bottom: 10px;
	background: url("/assets/img/EditorBGWhite.png") repeat-y top left;
}
.sidebar h2 {
	clear: both;
	font-size: 90%;
	color: #ffffff;
	text-transform: uppercase;
}
h2.editorTitle, h2.TremaneBar, h2.TomBennion, h2.KeriHulme {
	padding: 10px 45px 10px 15px;
	margin: 0;
}
h2.editorTitle {
	margin: 20px 0 0 0;
	clear: none;
	background: url("/assets/img/bgMaria.png") no-repeat top left;
}
h2.TremaneBar {
	margin: 20px 0 0 0;
	clear: none;
	background: url("/assets/img/bgTremaneBarr.png") no-repeat top left;
}
h2.TomBennion {
	margin: 20px 0 0 0;
	height: 100px;
	clear: none;
	background: url("/assets/img/bgTomBennion.png") no-repeat top left;
}
h2.KeriHulme {
	margin: 20px 0 0 0;
	clear: none;
	background: url("/assets/img/bgKeriHulme.png") no-repeat top left;
}
/*h2 span.KeriHulmeIntro {
	margin: 10px 0 0 0;
	clear: none;
	color: #97684f;
	background: url("/assets/img/EditorBGWhite.png") repeat-y top left;
}
*/
h2.editorTitle a, h2.TremaneBar #sig, h2.TomBennion #sig, h2.KeriHulme #sig {
	text-decoration: none;
	border: none;
	color: #000000;
}
h2.editorTitle a:hover, h2.TremaneBar, h2.TomBennion, h2.KeriHulme {
	color: #666666;
}
h2.editorTitle a span.FTE, h2.TremaneBar span.TBar, h2.TomBennion span.TBennion, h2.KeriHulme span.KHulme {
	color: #ffffff;
}
/* Search has been deleted form the css */




/* 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 */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}
.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}
/****************************
 **   Footer
 ****************************/

/*#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}
#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 {
	width: 994px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
#footerInner {
	clear: both;
	margin: 0 auto;
}
#footerInner p {
	margin: 0;
	width: 954px;
	background: #fff;
}
#footerInner a {
	color: #335E79;
}
/****************************
 **    Addthis Plugin
 ****************************/


.addthis_toolbox div.hover_effect {
	margin: 20px 0 20px 40px;
}
.addthis_toolbox .hover_effect {
	width: 300px;
	padding: 10px 0 6px 10px;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.addthis_toolbox .hover_effect div {
	float: left;
}
.addthis_toolbox .hover_effect a {
	/*border: 2px solid #fff;*/
	padding: 2px 2px 2px 16px;
	position: relative;
	text-decoration: none;
}
.addthis_toolbox .hover_effect a:hover {
	/*border: 1px solid #105CB6;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #B4D3F8;
	color: #105CB6;
	text-decoration: none;
}
.addthis_toolbox .hover_effect span {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 1px;
}
