/* Curious Forest CSS 

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: Helvetica, Arial, sans serif;
	font-size: 14px;
	color: black;
	line-height: 1.5em;
}

a {
	color: #0099ff;	
}

a:hover {
	color: #0066cc;	
}

ul.products h3, ul.products p.intro {
	font-size: 26px;	
}

ul.products, ul.grid h4, div.contact_container {
	font-size: 18px;	
}

ul.grid p {
	font-size: 15px;	
}

ul.products p.intro {
	color: white;
}

ul.products li.product h3 a, ul.products p, p.contact strong {
	color: #696969;	
}

ul.grid p, p.contact, div.contact_container {
	color: #999;	
}

ul.products h3 strong, ul.grid h4 a {
	color: black;	
}

ul.products h3 strong, ul.products {
	font-weight: bold;	
}

ul.products {
	text-align: center;
}

ul.grid h4 a, ul.products h3 a {
	text-decoration: none;	
}

ul.products h3, ul.grid h4, ul.products p.intro {
	line-height: 1.2em;
}

ul.grid h4 {
	line-height: 1.3em;	
}

ul.grid p, div.contact_container {
	line-height: 1.6em;	
}

span.mascot {
	text-indent: -200px;
}

/* Positioning
---------------------------------------------------------------------------------------- */

body {
	background: white url(../images/back_dither.gif) top left repeat-x;	
}

div.center_box {
	width: 760px;
	position: relative;
	margin: 0 auto;	
}

h1 {
	background: url(../images/curiousforest_logo.gif);	
	width: 120px;
	height: 98px;
	text-indent: -200px;
	overflow: hidden;
}

ul.products {
	padding-top: 20px;	
	background: transparent url(../images/grass_1.gif) 180px 8px no-repeat;	
	width: 100%;
	float: left;
}

ul.products li {
	width: 240px;
	background: #45c108 url(../images/notice_dither.gif) bottom left repeat-x;	
	height: 240px;
	float: left;
	margin-right: 20px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

ul.products li.last {
	margin: 0;	
}

ul.products li.product {
	background: #e8e8e8 url(../images/software_dither.gif) bottom left repeat-x;	
}

ul.products h3, ul.products p.intro {
	padding: 20px 0 8px 0;
}

span.new {
	position: absolute;
	height: 48px;
	width: 48px;
	background: transparent url(../images/software_new_label.gif);
	top: 0;
	right: 0;	
}

span.mascot {
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: -8px;
	right: 10px;
	overflow: hidden;		
}

span.mascot.seashell {
	background: transparent url(../images/software_seashell.gif);
}

span.mascot a {
	display: block;
	height: 70px;
	width: 70px;
}

span.mascot.peashoot {
	background: transparent url(../images/software_peashoot.gif);
	height: 75px;
	width: 75px;
}

span.mascot.peashoot a {
	display: block;
	height: 75px;
	width: 75px;
}

div.divider {
	clear: both;
	height: 23px;
	position: relative;
	background: transparent url(../images/divider.gif) bottom left no-repeat;	
}

h2 {	
	text-indent: -300px;
	overflow: hidden;
	background: transparent url(../images/heading_grid.gif);
	width: 80px;
	height: 28px;	
	position: absolute;
	top: 8px;
	left: -95px;
}

h2.blog {
	background: transparent url(../images/heading_blog.gif);
}

h2.contact {
	background: transparent url(../images/heading_contact.gif);	
}

h2.products {
	display: none;	
}

span.grass {
	width: 18px;
	height: 12px;
	background: transparent url(../images/grass_2.gif) bottom left no-repeat;		
	position: absolute;	
	bottom: 3px;
	left: 240px;	
}

span.grass.contact {
	width: 20px;
	height: 16px;
	background: transparent url(../images/grass_3.gif) bottom left no-repeat;		
	bottom: 3px;
	left: 500px;	
}

ul.grid {
	padding-top: 15px;	
	width: 100%;
	float: left;
}

ul.grid li {
	width: 240px;
	float: left;
	margin-right: 20px;	
}

ul.grid li.last {
	margin: 0;	
}

ul.grid h4 {
	padding-bottom: 5px;	
}

p.contact {
	margin-top: 18px;		
}

div.contact_container {
	padding: 12px 180px 100px 0;
	background: transparent url(../images/contact_mascots.gif) top right no-repeat;		
}