/*   
Theme Name: SMARSH Wide View
Theme URI: http://sammarsh.net/
Description: This is the wide view version
Author: Sam Marsh
Author URI: http://sammarsh.net
Version: 0.1
Tags: grunge, dirt, monochrome, fixed width, footer, configurable, image frames, photoblog, sam, marsh

	SMARSH by Sam Marsh
	http://sammarsh.net/
	
	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: #666; /* previously #777 */
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}


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

/* Menu */

.menu-fixed-width{
	margin:0 auto;
	width:800px;
}

#menu{
	width:300px; /* this is the width of your menu */
	height:82px; /* this is the height of your menu */
	float:left; /* When you float an element it becomes a block box. This box can then be shifted to the left or right on the current line. */
	/* the normal position for the margin listed below */
}

#menu a{ 
	text-indent:-99999px; /* Moves the text the given value to the left [i.e. out of sight] */
	display:block; /* Means that the element is displayed as a block */
	float:left;
	background-color:transparent;  /* This makes the underlying colors shine through */
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	height:82px; /* Sets the height of this class */
	margin:-23px 0px 0px 0px; /* used to be -70px 150px 25px -7px;*/
}

#menu a#btn_home{
	width:86px; /* Sets the width of the first button to 64px */
	background-position:0px 0px; /* Sets the starting position of the background image to x=0 and y=0 */
}

#menu a#btn_home:hover, #menu a#btn_home.selected{
	background-position:0px -80px; /* here I have altered the value of the y-coordinate to reflect the hover state in my menu.png image */
}

#menu a#btn_contact{
	width:98px;
	background-position:-88px 0px;
}

#menu a#btn_contact:hover, #menu a#btn_contact.selected{
	background-position:-88px -80px;
}

#menu a#btn_archives{
	width:100px;
	background-position:-187px 0px;
}

#menu a#btn_archives:hover, #menu a#btn_archives.selected{
	background-position:-187px -80px;
}


/* Header */

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

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

#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;
	position: relative; /* This line has been added in */
	top: -60px; /* This line has been added in */
	text-shadow: #000 0 1px 2px;   /* (not valid in css 2.1 but I like it so it stays!) */
	float: left;
}

#description-box {
	margin:0 auto;
	width:800px;
}

#blog-description {
	position: relative;
	width: 500px;
	top: 155px;
	float: left;
	right: -60px;
	color: #d3d3d3; /* used to be #616161 */
	text-shadow: #000 0 1px 1px;   /* (not valid in css 2.1 but I like it so it stays!) */
}


/* Content */

#content-container {
	background: #f3f4ee url(images/body_wide.jpg) repeat-y center 270px;  /* Original image is body.jpg (amended on Seashore) */
}

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

#body {
	float: left;
	width: 750px;  /* Amend this and the one below under sidebar to amend widths - but it doesn't do the images...  Would need to amend body.jpg for that */
	padding-left: 20px;
	padding-right: 20px;
}

/* Sidebar */

#sidebar {
	display: none;
}



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

/* General */

h2 {
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
	color: #666; /* Used to be #3b3b3b */
	margin-top: 0px;
	margin-bottom: 1.8em;
}

h2 a {
	text-decoration: none;
	color: #666; /* Used to be #3b3b3b */
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666; /* sets text colour of main entries */
	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 {
	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 {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
	clear: both;
	border: 0;
	background-image: url(images/hr.jpg);
/*	color: #f8faf7;  (invalidates the css in 2.1 - not really needed anyway...) */
	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;
	color: #666;
}

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

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

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

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


/* 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: 14px 0 0 -15px; /* originally 0 0 0 14px; */
	list-style-type: none;
}

#comment-preview { /* this whole id has been added in to fix comment-preview width problem. */
	width: 466px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	background: url(images/comment-top.jpg);
	width: 466px; /* originally 481 */
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px; /* originally 437 */
	background: url(images/comment-middle.jpg) repeat-y;
	padding-right: 10px; /* originally 10 */
	width: 451px; /* changes the midlle image but not general width - originally 451 */
	padding-left: 26px; /* originally 26 */
}

.comment-text {
	margin-left: 42px; /* originally 42 */
	margin-right: 25px; /* originally 10 */
	margin-top: 24px;
	font-size: 0.9em;
	color: #a5a5a5;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
	background: url(images/comment-bottom.jpg);
	width: 466px; /* originally 481 */
	height: 37px;
}

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


/* Comment badge / bubble */

.shield {
	position: relative;
}
.commentscloud {
	position: absolute;
	text-align: center;
	top: -4px;
	left: 720px;
	width: 30px;
	height: 24px;
	padding: 3px 0;
	background: url(images/bubble.png) no-repeat 0 0;
	color: #a5a5a5;
}
.commentscloud a {
	text-decoration: none;
	font-weight: bold;
	color: #a5a5a5;
}

/* Comment Form */


input.text {
	width: 200px;
	padding: 5px;
	border-width : 0;
	background : url(images/input.png) repeat-x 0 100%;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 3px dotted #ccc;
}

:focus { outline : 0; } /* Stops the blue line round input areas in Safari */

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

/* Quotes */

blockquote {
	text-indent: 25px;
	background: url(images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* ---- Recent Comments box ---- */

.qboxflr{padding:0;margin:0;width:203px;}

.qbox{padding:0px 0 20px 0;margin:5px 0 0 0;background:url("/wp-content/themes/elegant-grunge/images/quotebox/bqbox.jpg") no-repeat bottom left;overflow:hidden;position:relative;border-top:1px solid #fff;}
.qbox blockquote{text-indent: 0px;padding:5px 5px 2px 10px;background: url("/wp-content/themes/elegant-grunge/images/quotebox/tqbox.jpg") no-repeat 0 0;margin:0px;}
.qbox blockquote p{background: url(images/);}
.qbox blockquote, .qbox .info, .qbox .links{font-size:1.2em;line-height:1.4em;}
.qbox .info{padding:15px 0 10px 10px;margin:0px;background:url("/wp-content/themes/elegant-grunge/images/quotebox/r_quote.gif") no-repeat 180px 0;}
.qbox p strong,.qbox p b{line-height:22px;}
.qbox a{padding:0px 0 0px 10px;display:block;}


/* Aligning images */

.leftpic { margin-right: 16px;
           float: left;
           }
           
.rightpic { margin-left: 16px;
           float: right;
           }
           
.centerpic { 
           text-align: center;
           margin-left : auto;
		   margin-right : auto;
           }

.textcenter { text-align: center;
           }
           
/* Work around to stop a border being put round the 'fieldset' which is needed to validate strict xhtml 1.0 */
fieldset	{ border: none;}           


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

/* General */

#sidebar h2 {
	font-size: 1.4em;
	color: #666; /* used to be #676767 */
	margin-bottom: 20px;
}

#sidebar a {
	color: #9f9f9f;
}

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

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

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

/* Search */

#sidebar #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#sidebar #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 */

#sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

#sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   RSS
 ****************************/

#rss #subscriberss a {
	display: none;
}

/* Extra RSS icon I've added in (next to search function) */

#searchbar-rss {
  display: none;
}

#searchbar-rss span {
  display: none;
}

#searchbar-rss a {
  display: none;
}

#searchbar-rss a:hover span {
  display: none;
}

#searchbar-rss .rss2 {
  display: none;
}
#searchbar-rss .rss2 span {
  display: none;
}

/* IE workaround class for Greek text */
.greek {
	font-family:Code2000, Gentium, "Palatino Linotype", "Arial Unicode MS",
"Lucida Grande", sans-serif;
}

/* typegreek css for textarea form */
 .typegreek {
	font-family: "TITUS Cyberbit Basic", "Gentium", "New Athena Unicode", "Palatino Linotype", "Arial Unicode MS", "Georgia Greek";
	font-size:150%;
 }

.ie_border {
	background-color: #FFFFC0;
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 10px;
	}
	
.footnote a {
	text-decoration: none;
}

.footnotereverse a {
	text-decoration: none;
}

.copyright {
	text-align: right; 
	font-size: 14px;
	color: #666;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 300px;
	}
	
#footer-container {
    position: relative;
    min-height: 100%;
    width:800px;
    margin:0 auto;
}

#footerline {
	position: absolute;
	width : 700px;
	left: -250px; 
	padding: 1em 0; 
	background : url(images/h_line_one.png) repeat-x 0 0;
	}
	
.about_text {
	display: none;
}

.about_image {
	width: 317px;
	height: 253px;
	margin-left: -10px;	
}	

/* Betacode table */
.betacodechart {border: 1px solid #CCC; margin: 1em auto;}

.betacodechart td {border: 1px solid #CCC;}

.betacodechart td.caution {background-color: #FFFFCC;}

/* Shane Claiborne box */

.reusableBox { 
    background: url(images/box/left.png) no-repeat;
    margin-left: -10px;  /* Using a negative margin to avoid overlap of transparent images. I learned to do this by reading css-discuss. NS 2007.04.06 */
    /* position: absolute; */
 }
.reusableBox .presentationTop { 
    background: url(images/box/top.png) no-repeat top right;
    margin-left: 10px;
/*     padding-top: 10px; */
 }
.reusableBox .rbContent { 
    padding-top: 10px;
    padding-left: 5px;  /* another 10px is added by the margin of presentationTop */
    padding-right: 10px;
    position: relative;
 }
.reusableBox .presentationBottom { 
    height: 10px;
    background: url(images/box/bottom.png) no-repeat bottom right;
    position: relative;
    top: 10px;
}
.reusableBox .presentationLeftBottom { 
    height: 10px;
    width: 10px;
    margin-left: -10px;
    margin-bottom: -10px;
    background: url(images/box/bottom.png) no-repeat top left;
    position: relative;
 }
.reusableBox .rbNipple { 
    background: url(images/box/nipple.png) no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 22px;
 }
 
#twitter-tools h2 { 
    background: url(images/twitter.jpg) no-repeat;
    width: 205px;
    height: 39px;
    margin-bottom: -20px;
    background-position: 2px 0px;
 }
 
/* Hides 'return to default screen' image */
 .notforprint_default {
  	display: none;
}

/* Stylesheet Changer */

.stylesheet_changer {
	position: absolute;
	top: -40px;
	left: 730px;
}

