/*
Theme Name: Gutenberg
Theme URI: http://wordpress.org/
Description: Draft Theme for <a href="http://localhost/~mark/wordpress/">Mark's Website</a>.
Version: 0.1
Author: Mark Bussey
Author URI: http://markbussey.com/
Tags: liquid

//	Gutenberg v0

//	This theme was designed and built by Mark Bussey

//	The CSS, XHTML and design is released under GPL:
//	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Global Search & Replace to change color scheme
Dark Grey: #505050; - borders, header, some titles;
Light Grey: #808080; - Sidebar text;
Light Parchment: #EDEDD8; - background
Burgundy: #880000;	- links and decoration
Dull Orange: #CC3300; - link hover

*/

html { 
/* Structure */
	height: 100%;
	width: 100%;
/* Type & Colors */
	background-color: white;
	}
	
body {
/* Strucutre */
	position: relative;
	top: 0;
	bottom: 0;
	margin: 0; 
	height: 100%;
/* Type & Color */	
	font-family: "Palatino Linotype",
             "Palatino",
             "URW Palladio L",
             "Book Antiqua",
             "Bookman Old Style",
             "Bitstream Charter",
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             "Georgia",
             "serif";
	background-color: white;
	font-size: 1em;
	}

#page { /* The outermost container for the site = body dimensions */
/* Structure */
	position: absolute;
	left: 0;
	right: 0;
	min-height: 100%;
	min-width: 60em;
/* Type & Color */
	background-color: #EDEDD8;
	}
	
#header {
/* Structure */
	height: 13.25em;
/* Type & Color */
	}
	
#header_border {	
	border-top: 0.3em solid #505050;
	padding-top: 0.08em;
	padding-bottom: 0.08em;
	border-bottom: 0.3em solid #505050;	
	}

#header_box {
/* structure */
	position: absolute;
	top: 1.5em;
	left: 2em;
	width: 9em;	
	height: 9em;
	padding: 0.5em;
/* Type & Color */
	color: black;
	background-color: white;
	}

#header_mask {
/* structure */
	position: absolute;
	top: 0;
	left: 0;	
	height: 13.125em;
	z-index: 10; 
	}

#header_extension {
/* structure */
	position: absolute;
	top: 0;
	left: 0;	
	right: 0;
	height: 13.125em;
	width: 100%;
	}

#header_img {
/* structure */
	position: absolute;
	top: 1.5em;
	left: 16em;	
	height: 10em;
	z-index: 6; 
	}

#header_right {
/* structure */
	position: absolute;
	width: 10em;	
	height: 10em;
	top: 1.5em;
	right: 4em;
	z-index: 5;
	background-image: url(images/fell-block-gray.png);
	background-position: center center;
	background-repeat: repeat;
	background-color: transparent; 
	}

#header h1 {
/* structure */
	position: absolute;
	font-size: 1.6em;
	padding-top: 0.75em;
	width: 5.65em;
	text-align: center;
	z-index: 20;
/* Type & Color */
	font-variant: small-caps;
	}

#header .description {
/* structure */
	display: block;
	padding-top: 3.5em;	
	text-align: center;
	z-index: 20;
/* Type & Color */
	color: black;
	} 

#content {
/* Structure */
	position: relative;
	top: 0.8em;
	margin-top: 0em;
	left: 0;
	margin-left: 16em;
	right: 0;
	margin-right: 21em;
	max-width: 42em;
	min-width: 24em;
	padding-bottom: 4em;
/* Type & Color */
	}
	
#footer {
/* Structure */
	position: relative;
	bottom: 0;
	left: 0;
	margin-left: 16em;
	right: 0;
	margin-right: 21em;
	height: 8em;
	max-width: 42em;
	min-width: 24em;
/* Type & Color */
	}

#footer_nav {
/* Structure */
	position: absolute;
	bottom: 2em;
	width: 100%;
	text-align: center;
/* Type & Color */
	}

#footer_info {
/* Structure */
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 6em;
/* Type & Color */
	font-size: 0.8em;
	}
		
#footer_left, #footer_right {
/* structure */
	position: absolute;
	width: 10em;	
	bottom: 1.5em;
	background-image: url(images/fell-block-light.png);
	background-repeat: repeat;
	background-color: transparent; 
	}

#footer_left {
/* structure */
	left: 2em;
	top: 15em;
	background-position: bottom left;
	}

#footer_right {
/* structure */
	right: 4em;
	height: 10em;
	background-position: center center;
	}
	
.bottom {
	position: relative;
	margin-top: -2em;
	z-index: 5;
	}
	
.post {
/* Structure */
	margin-bottom: 4em;
/* Type & Color */
	}
	
.post p {
/* Structure */
	text-align: justify;
/* Type & Color */
	}
	
.postmetadata {
/* Structure */
/* Type & Color */
	font-size: 0.8em;
	}
	
.comments {
	padding-bottom: 2em;
	}
	
	
/* End Structure */

	

.post h3, .comments h3 {
	position: relative;
	font-size: 1.2em;
	padding-bottom: 0.2em;
	}
	
.comments h3 {
	text-align: center; 
	}

.post h3 a {
	position: absolute;
	padding-right: 0.5em;
	text-decoration: none;
	background-color: #EDEDD8;	
	z-index: 2;
	}
	
.comments h3 b {
	display: inline;
	position: relative;
	margin: 0px auto;
	padding: 0em 0.5em 0em 0.5em;
	background-color: #EDEDD8;
	text-align: center;	
	z-index: 2;
	}
	
h3 .fell_band {
	position: absolute;
	left: 0;
	height: 1em;
	width: 100%;
	z-index: 0;
	}

.posttitle1 {
	margin: 0 0 0 0;
}

h2.posttitle {
	top: 0;
	position: relative;
	display: block;
	padding: 0.4em 0 0.2em 0;
	border-top: 0.15em solid #505050;
	border-bottom: 0.15em solid #505050;
/*	text-transform: uppercase;
	letter-spacing: 0.1em;  */
	font-size: 1.4em;
	text-align: center;
	}
	
h2.posttitle p {
	display: inline;
	position: relative;
	margin: 0px auto;
	padding: 0.3em 0.5em 0.1em 0.5em;
	text-decoration: none;
	background-color: #EDEDD8;
	text-align: center;	
	z-index: 2;
	}
	
h2.posttitle .fell_band {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}

h2.pagetitle {
	font-size: 1.4em;
	padding: 0.4em 0 0.2em 0;
	border-top: 0.15em solid #505050;
	border-bottom: 0.15em solid #505050;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}	

#title_floral {
	position: absolute;
	top: 0;
	width: 100%;
	height: 2.65em;
	}
	
.post #title_floral {
	display: none;
	}



a {
	text-decoration: none;
	}
	
a:link {
	color: #880000;
		}


a:visited {
	color: #880000;
	}
	
a:hover {
	color: #cc3300;
	text-decoration: underline;
	}


.attachment {
	}

.postmetadata {
}

.clear {
	clear: both;
}


	
/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	}


h3 {
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin toc_panel */
#toc_panel {
/* structure */
	position: absolute;
	top: 15em;
	left: 2em;
	width: 10em;	
	z-index: 5;
/* Type & Color */
	color: black;
	background-color: white;
	list-style-type: none;
	border: 2px dotted #EDEDD8;
	}
	
#toc_bracket {
	width: 10em;
	margin-bottom: -2em;
	padding: 0em 0em;
	}	
	
#toc_panel h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
	}
	
#toc_panel ul {
	margin: 0 0 0 0;
	}

#toc_panel ul li {
	font-size: 0.9em;
	line-height: 1.4em;
	}
	
#toc_panel .textwidget {
	font-size: 0.8em;
	padding: 0.5em 1.5em 1.5em 1.5em ;
	text-align: justify;
	}

#toc_panel .xoxo {
	font-size: 1em;
	list-style-type: none;
	padding: 0.5em 1.5em 0em 1.5em;
	}

#toc_panel form {
	margin: 0;
	}
/* End Contents */


/* Begin Sidebar */
#sidebar {
/* Structure */
	position: absolute;
	top: 18em;
	right: 2em;
	width: 16em;
	z-index: 5;
	background-color: #EDEDD8;
/* Font & Color */
	color: #808080;
	font-size: 0.8em;
	}

#sidebar ul ul {
	padding-left: 1em;
	text-indent: -1em;
	}

#sidebar ul ul li a {
	}


#sidebar h2 {
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Widget Specific */
.widget_category_rss img {
	padding: 0.1em 0 0.3em;
	vertical-align: middle;
	}
/* End Widget Specific */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left;
	text-align: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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



