/* @override http://staging.pantrylist.net/css/style.css */

body {
	background: url(../images/background.png) repeat;
}

#content {
	width: 800px;
	height: 600px;

	position:relative;
	left:-6px;
	top: -6px;	
	background-image: url(../images/content.gif);
}

#dropshadow {
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	
	width: 800px;
	height: 600px;
	background: url(../images/shadowAlpha.png) no-repeat bottom right;
}

#top
{
	height: 75px;
	margin-top: 5px;
	margin-right: 25px;
}

#top .floatright
{
	float: right;
}

#content #top .floatleft
{
	float: left;
	padding: 5px;
	border-right:1px solid #b24010;
	border-bottom:1px solid #b24010;
}

#content #top .floatleft a
{
	text-decoration:none;
	color:#b24010;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	color: #b24010;
	font: normal bold 45px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	color: #666;
	font: normal bold 26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	top: -13px;
}

#content #middle {
	height: 358px;
	width:800px;
	background-image: url(../images/woodgrain.png);
	margin-top: 16px;
}

#content #middle #pictures
{
	width: 350px;
	height: 358px;
	
	
	float: left;
	z-index:0;
}

#content #middle #pictures img
{
	width: 256px;
	height: 256px;
	
	margin-top: 71px;
	margin-left: 97px;	
}

#content #middle #features
{
	width: 325px;
	height: 358px;
	background: url(../images/notepad.png) no-repeat;
	float:right;
	z-index:1;
}

#content #middle #features ul
{
	padding-top: 10px;
}

#content #middle #features ul li
{
	color: #464646;
	font: 24px "Marker Felt";
	margin-left: 20px;
	list-style-type: disc;
	margin-right: 0px;
	list-style-position: outside;
	margin-top: 30px;
}

#content #middle #features .productby a 
{
	text-decoration:none;
	color: #464646;
}

#content #middle #features .productby a img
{
	border: none;
}

#content #middle #features .productby
{
	text-align:center;
	color: #464646;
	font: 16px/10px "Marker Felt", "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Bottom */

#content #bottom {
	width: 800px;
	height: 150px;
	
	border-top: 1px solid #666;
}

#content #bottom h3 {
	color: #b24010;
	margin: 7px 0 0 10px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content #bottom p
{
	margin: 4px 10px 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4e4e4e;
}

#content #bottom #cel1 {
	width:33%;
	height: 150px;
	
	float: left;
	border-right: 1px solid #666;
}

#content #bottom #cel2 {
	width:33%;
	height: 150px;
	
	float: left;
	border-right: 1px solid #666;
}
#content #bottom #cel3 {
	width:33%;
	height: 150px;
	
	float: left;
}



/* @end */

#rasberry {
	float: right;
	width: 256px;
	height: 256px;
	background: url(../images/icon.png) no-repeat;
	z-index:-2;
	position:relative;
	top: -200px;
	left:140px;
}

/* @group Copyright */

#copyright h6 {
	color: #919191;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	width: 200px;
}

#copyright {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: -10px;
	left: -10px;
	z-index:-1;
}

#copyright #center {
	margin-left:auto;
	margin-right:auto;
	width: 200px;
}

/* @end */

#footer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	color: #ababab;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.overlay
{
	width: 100%;
	height: 100%;
	background: url(../images/cover.png) repeat;
	
	z-index:10;
	position:absolute;
	top: 0px;
	left: 0px;
	
	visibility: hidden;
}

.overlay #signup
{
	width: 400px;

	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #fcfaec;
	border:3px solid #333;
}

.overlay #signup a * {
	border: none;
}

.overlay #signup #top .close
{
	position:relative;
	top: -15px;
	left: -15px;
	cursor: pointer;
}

.overlay #signup p
{
	padding: 0px 0px 0px 15px;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #252525;
}

.overlay #signup #form
{
	margin-top: 0px;
}

.overlay .button
{
	float:right;
	width:100px;
	padding: 5px 10px;
	background-color: #fcfaec;
	text-align: center;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b24010;
	cursor:pointer;
	border-top:1px solid #666;
}

.overlay .button:hover
{
	color: #fff;
	background-color: #b24010;
}

label {
	color: #353535;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
