/*   
Theme Name: Paper City
Theme URI: NA
Description: A fresh urban yet friendly theme with a Moleskine-like notebook footer, styled menu and a catchy header.
Author: Melanie Genereux
Author URI: http://www.melaniegenereux.com
Version: 1.0
Tags: city, cityscape, light, one-column, friendly, fresh, colorful, texture, paper, photoblogging

	Paper City by Melanie Genereux
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

body, html {
	height: 100%; /* Needed for container min-height. */
	
	margin: 0px;
	padding: 0px;
	
	border: 0px dotted red;
	
	background-color: #3c332c;
	background-image: url("images/bg_green.jpg");
	background-repeat: repeat;
	
	font-family: "Palatino", "Georgia", "Baskerville", serif;
}


/****************************
 **   Header
 ****************************/

div#header {

	width: 100%;
	height: 180px;
	
	background-image: url("images/bg_brown.jpg");
	background-repeat: repeat;
	
	position: absolute;
	top: 10px;
	
	/*z-index: 10;*/
}

div#header img {
	border: 0px;
	
	width: 563px;
	height: 98px;
	
	float: right;
	
	position: relative;
	right: 380px;
	
	border: 0px solid red;
	
	z-index: 100;
}

div#header h1 {
	color: #fffc5c;
	font-size: 14px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-weight: lighter;
	
	float: right;
	
	position: relative;
	top: 90px;
	right: -150px;
	
	z-index: 100;
}

/****************************
 **   Menu
 ****************************/

div#right_row {
	width: 371px;
	
	height: auto !important; /* Real browsers */
	height: 100%; /* IE6: treaded as min-height. */

	min-height: 100%; /* Real browsers */
	
	border: 0px dashed #0FF;
	
	float: right;
	position: relative;
	right: 0px;
}

div#menu {
	width: 371px;
	/*height: 484px;*/
	
	position: relative;
	top: 100px;
	right: 0px;
	
	float: right;
	
	border: 0px solid red;
	
	z-index: 15;
}

div#menu .fixed {
	height: 320px;
	
	background-image: url("images/bg_menu.png");
	background-repeat: no-repeat;
	
	border: 0px solid red;
}

div#menu .stretch {
	background-image: url("images/bg_menu_y.png");
	background-repeat: repeat-y;
	
	border: 0px solid red;
}

div#menu .footer {
	position: relative;
	bottom: 0px;
	
	background-image: url("images/bg_menu_bottom.png");
	width: 371px;
	height: 48px;
	
	z-index: 5;
}

div#menu .plant {
	width: 185px;
	height: 190px;
	background-image: url("images/plant.png");
	
	position: relative;
	bottom: 233px;
	right: -185px;
	
	z-index: 10;
}

div#menu h1 {
	width: 300px;
	
	color: #abcc3f; /* green */
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	
	margin: 0px;
	padding: 0px;
	
	position: relative;
	top: 34px;
	left: 34px;
	
	float: left;
	
	border: 0px solid black;
}

#menu ul {
	list-style: none;
}

#menu ul a, a:link, a:visited {
	color: #45271b; /* brown */
	font-size: 18px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	text-decoration: none;
}

#menu ul a:hover, a:visited:hover {
	color: #abcc3f; /* green */
	font-size: 18px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-style: italic;
}

div#menu ul.morning {
	width: 120px;
	
	margin: 0px;
	padding: 0px;
	
	color: #45271b;
	font-size: 18px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	
	line-height: 34px;
	
	border: 0px solid red;
	
	position: relative;
	top: 42px;
	left: 80px;
	
	float: left;
}

div#menu ul.afternoon {
	width: 100px;
	
	margin: 0px;
	padding: 0px;
	
	color: #45271b;
	font-size: 18px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	
	line-height: 34px;
	
	border: 0px solid red;
	
	position: relative;
	top: 42px;
	left: 140px;
	
	float: left;
}

div#menu ul.archives {
	width: 200px;
	
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
	color: #cb8851; /* peach */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	border: 0px solid green;
	
	float: left;
	
	position: relative;
	left: 32px;
}

div#menu ul.archives ul {
	margin: 0px;
	padding: 5px 0px 10px 15px;

	border: 0px solid green;
}

div#menu ul.archives a.archives, a.archives:link, a.archives:visited {
	color: #cb8851; /* peach */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#menu ul.archives a.archives:hover, a.archives:visited:hover {
	color: #abcc3f; /* green */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

div#search {
	width: 371px;
	height: 86px;
	
	background-image: url("images/bg_search.png");
	
	position: relative;
	top: -100px;
	
	float: right;
	
	border: 0px solid red;
	
	z-index: 55;
}

div#search h1 {
	color: #abcc3f;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	
	margin: 1px 0px 0px 0px;
	padding: 0px;
	
	position: relative;
	top: 34px;
	left: 34px;
	
	float: left;
	
	border: 0px solid black;
}

div#search .search_field {
	color: #abcc3f;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	
	background-color: #f5f0eb;
	
	margin: 1px 0px 0px 0px;
	padding: 0px;
	
	position: relative;
	top: 34px;
	left: 34px;
	
	float: left;
	
	border: 0px solid black;
}

div#search .search_button {
	border: 0px solid black;
	
	position: relative;
	top: 37px;
	right: 5px;
	
	float: right;
}

.search_result {
	margin: 0px;
	padding: 0px;
	
	border: 0px solid blue;
}

.search_failed {
	margin: 0px;
	padding: 0px 0px 0px 70px;
}

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

div#container {
	width: 610px;
	
	height: auto !important; /* Real browsers */
	height: 100%; /* IE6: treaded as min-height. */

	min-height: 100%; /* Real browsers */
	
	border: 0px dashed #0FF;
	
	float: right;
	position: relative;
	right: 0px;
	
	z-index: 10;
}


/* IDs */
div#content {
	width: 610px;
	
	position: relative; /* Needed for footer positioning. */
	margin: 0px auto; /* Center, not in IE5. */
	padding: 0px;
	
	top: 190px;
	
	height: auto !important; /* Real browsers */
	height: 100%; /* IE6: treaded as min-height. */

	min-height: 590px; /* Real browsers */
	
	border: 0px dashed white;
	
	background-image: url("images/bg_content.png");
	background-repeat: repeat-y;
}

div#content_footer {
	width: 610px;
	height: 104px;
	
	background-image: url("images/content_footer.png");
	
	position: relative;
	top: 190px;
	/*top: 174px;*/
	left: 0px;
	
	float: left;
	
	border: 0px solid blue;
	
	margin: 0px auto; /* Center, not in IE5. */
	padding: 0px;
}

div#content p {
	margin: 0px;
	padding: 0px 75px 20px 70px;
	text-align: justify;
	line-height: 20px;
	
	color: #45271b;
	font-size: 12px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
}

div#content h1 {
	margin: 0px;
	padding: 35px 75px 30px 70px;
	
	color: #45271b;
	font-size: 30px;
	font-weight: lighter;
}

h1.title_main {
	width: 380px;
	
	margin: 0px;
	padding: 35px 85px 30px 70px;
	
	color: #45271b;
	font-size: 30px;
	font-weight: lighter;
	
	border: 0px solid red;
}

h1.title_main a.title_main, a.title_main:link, a.title_main:visited, a.title_main:hover, a.title_main:hover:visited {
	color: #45271b; /* brown */
	font-size: 30px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
}

.more-link a.more-link, a.more-link:link, a.more-link:visited, a.more-link:hover, a.more-link:hover:visited {
	color: #cb8851; /* peach */
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}

a, a:link, a:visited, a:hover, a:hover:visited {
	color: #cb8851; /* peach */
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}

.post .date {
	background-image: url("images/date.jpg");
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	
	position: relative;
	top: -20px;
	right: -60px;
	
	border: 0px solid blue;
}

.post .date .month {
	display: block;
	
	font-size: 14px;
	line-height: 17px;
	
	padding-top: 4px;
	
	color: #faa764; /* light peach */
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	line-height: 10px;
	color: #faa764; /* light peach */
}

.post .date .year {
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	color: #faa764; /* light peach */
}

div#content img {
	border: 10px solid #cb8851;
}

div#content .alignright {
	float: right;
	
	margin: 0px 0px 5px 10px;
}

div#content hr {
	width: 470px;
	
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	color: #cb8851;
	border-style: dashed;
}

/****************************
 **   Comments
 ****************************/
 
.metadata {
	margin: 0px;
	padding: 5px 75px 5px 70px;
	
	border: 0px solid red;
}

h4 {
	margin: 0px;
	padding: 15px 75px 15px 70px;
	
	font-size: 14px;
	
	border: 0px dashed red;
}

h5 a.results, a.results:link, a.results:visited, a.results:hover, a.results:hover:visited {
	padding: 15px 75px 15px 70px;
	
	color: #cb8851; /* peach */
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	
	list-style: none;
	
	border: 0px solid green;
}

.commentmetadata {
	margin: 0px;
	padding: 0px 0px 0px 70px;
	
	border: 0px solid red;
}

.comment-text p {
	margin: 0px;
	padding: 0px 75px 20px 70px;
}

.comment-text {
	min-height: 230px;
	
	padding-top: 30px;
	background: url("images/bg_comments.png") no-repeat;
	background-position: top left;
	
	border: 0px dashed black;
}

.wp-smiley {
	border-style: none;
	border: 0px;
}

.comment-text img {
	border: 0px;
}

/****************************
 **   MISC
 ****************************/

div#papers {
	width: 94px;
	height: 277px;
	
	background-image: url("images/papers.png");
	
	float: right;
	position: relative;
	top: 277px;
	right: -24px;
	
	z-index: 5;
}

.clear {
	clear: both;
}

div#bodycheat {
	width: 100%;
	
	/*height: auto !important; /* Real browsers */
	/*height: 100%; /* IE6: treaded as min-height. */

	/*min-height: 100%; /* Real browsers */
	
	z-index: 5;
	
	border: 0px solid red;
}

div#credits {
	width: 610px;

	border: 0px solid blue;
	
	margin: 0px auto; /* Center, not in IE5. */
	padding: 0px;

	color: #3697a7; /* blue */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
	position: relative;
	top: 215px;
	
	z-index: 0;
}

div#credits a.credits:link, a.credits:active, a.credits:visited {
	color: #3697a7; /* blue */
	font-size: 10px;
}

div#credits a.credits:hover, a.credits:visited:hover {
	color: #cb8851; /* blue */
	font-size: 10px;
	text-transform: underline;
}

div#lefty {
	width: 250px;
	
	position: relative;
	top: 215px;
	left: 0px;
	
	float: left;
	
	padding: 0px;
	
	border: 0px solid red;
	
	text-align: justify left;
	line-height: 20px;
	color: #45271b;
	font-size: 12px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	
	z-index: 55;
}

div#lefty h1 {
	color: #abcc3f; /* green */
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	
	margin: 0px;
	padding: 4px 35px 0px 20px;
}

div#lefty hr {
	margin: 0px;
	padding: 0px;
	
	width: 217px;
	height: 2px;
	
	background: url("images/lefty_hr.png");
	border: 0px;
}

div#lefty p {
	margin: 0px;
	padding: 10px 35px 10px 20px;
}

div#lefty p.special {
	padding: 0px 35px 0px 20px;
}

div#lefty_stretch {
	min-height: 200px;
	
	background-image: url("images/lefty_stretch.png");
	background-repeat: repeat-y;
}

div#lefty_header {
	height: 45px;
	
	background-image: url("images/lefty_top.png");
	background-repeat: no-repeat;
}

div#lefty_footer {
	height: 45px;
	
	background-image: url("images/lefty_bottom.png");
	background-repeat: no-repeat;
}

div#body_footer {
	width: 100%;
	height: 229px;
	
	background-image: url("images/bg_cityscape.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	
	border: 0px solid blue;
	
	margin: 0px auto; /* Center, not in IE5. */
	padding: 0px;
}

h3 {
	color: #45271b; /* brown */
	font-size: 18px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	text-decoration: none;
}