/*
Theme Name: flatlander 
Theme URI: http://www.flatlanderchocolate.com
Description: A minimized corporate page-based site. Compatible with WordPress 2.7.x. Valid CSS & HTML. Theme is highly extensible and ready for localization. A perfect starting point for theme development. 
Version: 1.0
Author: Dan Schreiber
Author URI: http://www.flatlanderchocolate.com/
Tags: white, light, two-columns, right-sidebar, fixed-width

	flatlander v1.0
	http://www.flatlanderchocolate.com

	This theme was designed and built by Daniel Schreiber
  Based on minimalism by Christian Genaehr,
	whose website you will find at http://www.genaehr.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
 * Global Reset
 */

p {
  margin: 0;
  padding: 0;
  }

/* Begin Typography & Colors */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	background: #eee;
	color: #333;
	text-align: center;
	}

#content {
  padding: 37px 0 0;
  }
 
.front #content {
  padding: 15px 0 0;
  }

.entry {
  padding: 10px 0 0;
	line-height: 1.4em;
  }

.entry p {
  margin: 0 0 10px;
	}

p.prologue {
  margin: -10px 0 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px dotted #754300;
  font-size: .8em;
  }

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	font-size: 0.9em;
	}

.alt {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

#headerimg h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	}

h1, h2 {
	font-size: 1.6em;
	color: #666;
  margin: 0;
  padding: 0;
	}

h2.pagetitle {
	font-size: 1.6em;
  margin: 0 0 20px 245px;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
  color: #666;
	}

h3 {
	font-size: 1.3em;
	color: #666;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #754300;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #754300;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #754300;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #666;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.4em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

pre {
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

a {
	color: #754300;
	text-decoration: none;
  font-family: tahoma;
	}

a:hover {
	color: #333;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
  text-align: left;
  margin: 0 auto;
	padding: 0;
	width: 900px;
  position: relative;
	}

#logo {
  position: absolute;
  top: 15px;
  left: 40px;
  }

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 0;
	margin: 0 0 0 150px;
	width: 750px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0 0 0 45px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}
/* End Structure */



/* Begin Images */

.borderimg {
  padding: 5px;
  border: 1px #ccc solid;
}

/* End Images */


/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #loc-list {
	margin: 0;
	padding: 0;
  list-style-type: none;
  list-style-image: none;
	}

#sidebar ul li {
	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;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

ul ul li {
	margin-left: 0px;
	padding-left: 10px;
	text-indent: -10px;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
 	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
 	cursor: pointer;
	}

input, textarea, select
 {
 	border: #ddd 1px solid;
 	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
 	font-size:1em;
 	font-weight: normal;
 }

#text_field, #text_area, .password, select
 {
	width: 100%;
 }

#searchsubmit 
 {
 	cursor: pointer;
 	text-decoration:none;
 }

/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #eee;
	}

blockquote {
	font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

#navigation {
  list-style: none;
  padding: 0;
  margin: 96px 0 0;
  float: left;
  text-align: right;
  width: 100px;
  }

#navigation li {
  margin: 0 0 15px;
}
/* End Various Tags & Classes*/


