/* Green Paper Company
** Style sheet
*/

/* General */

* {
	padding: 0;
	margin: 0;
}

img, a img {
	border: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
	width: 48%;
}

.left {
	float: left;
	width: 48%;
}

.img-right {
	float: right;
	margin: 2px 0 4px 6px;
}

.img-left {
	float: left;
	margin: 2px 6px 4px 0;
}

body {

	background: #d5db91;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	letter-spacing: .05em;
}

.wrapper {
	margin: 25px auto 25px auto;
	width: 800px;
}
.wrapper1 {
	margin: 0px auto 25px auto;
	width: 800px;
}


.sidebar {
	width: 130px;
	height: 100%;
	padding: 101px 9px 0 0;
	float: left;
	font-size: 1em;
	color: #949e29;
}

.sidebar a {
	display: block;
	color: #949e29;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 5px 2px;
}

.sidebar a:hover {
	color: #FFF;
	background: #949e29;
}

.main {
	width: 661px;
	float: right;
	font-size: 1em;
}

.subtitle h1 {
	font-size: 1.85em;
	color: #949e29;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

.navigation ul {
	border-top: 2px solid #FFF;
	list-style-type: none;
}

.navigation ul li {
	float: left;
}

.navigation ul li a {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 15px 1px;
	margin: 0 15px 0 0;
	text-decoration: none;
	font-weight: bold;
}


.navigation ul li a:hover {
	background: #949e29;
}

.content, .content-resources {
	min-height: 320px;
	padding: 28px 150px 35px 0;
	background: url('images/layout/flowers.jpg') no-repeat bottom right;
}

p {
	font-size: 1em;
	color: #6f4c22;
	line-height: 1.75em;
	margin-bottom: 1.5em;
}

p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	background: #949e29;
	color: #FFF;
}

h3, h3 a {
	color: #333;
	font-size: 1em;
	font-size: lighter;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}

.footer {
	border-top: 2px solid #FFF;
	padding: 10px 0 0 137px;
	text-decoration: none;
	font-size: .75em;
	color: #949e29;
}

/* Home Page */

.home-logo {
	padding-top: 100px;
	background: url('images/layout/flowers.jpg') no-repeat bottom right;
}

.home-subtitle {
	margin-top: 25px;
}

.home-subtitle h1 {
	font-size: 1.85em;
	color: #fff;
	margin: 0;
	padding: 0 0 6px 139px;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

.home-subtitle h2 {
	font-size: 1.65em;
	color: #fff;
	margin: 0;
	padding: 0 0 6px 139px;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

.home-content {
	padding: 28px 0 28px 0;
}

/* Product Pages */

.product-content {
	min-height: 320px;
	padding: 28px 150px 0 0;
	background: url('images/layout/flowers.jpg') no-repeat bottom right;
}

.product-main-content {
	background: #e9edb2;
	padding: 4px 6px;
	min-height: 250px;
	margin: 0;
}

.product-menu a {
	text-decoration: none;
}

.product-menu h3 {
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1em;
}

.product-menu .solid h3, .product-menu .printed h3, .product-menu .greenote h3 {
	color: #fff;
}

.product-menu .solid {
	height: 146px;
	width: 146px;
	background: #949e29;
	margin-right: 36px;
}

.product-menu .printed {
	height: 146px;
	width: 146px;
	background: #6f4c22;
}

.product-menu .greenote {
	height: 146px;
	width: 146px;
	background: #f2b32e;
}

.product-subtitle h1 {
	font-size: 1.85em;
	color: #FFF;
	background: #949e29 url('images/layout/recycle.gif') no-repeat 6px 10px;
	text-transform: lowercase;
	margin: 0;
	padding: 11px 4px 8px 37px;
	font-weight: lighter;
	letter-spacing: 0.05em;
}




/* Bio Page */

.bio {
	width: 146px;
	margin-right: 36px;
}

.bio-last {
	margin: 0;
	width: 146px;
}

.bio h3, .bio-last h3 {
	color: #949e29;
	text-transform: none;
	font-size: 1.3em;
	font-weight: lighter;
}

/*Ordering Info Page */

.jackpine, .jackpine a {
	color: #949e29;
}

.white {
	color: #FFF;
}

/* resources */

.resources {
	display: block;
	float: left;
}

.resources a {
	color: #6f4c22;
	text-decoration: none;
	display: block;
	margin: 10px 0;
}
#retailers {color: #949e29; font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#retailers a {color: #949e29; font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

