/* Defaults */

div, p
{
	font-size:		16px;
}

div
{
	position:		relative;
}

a
{
	color:			darkblue;
}


/* Specific Elements */

div#site-container
{
	margin-right:		auto;
	margin-left:		auto;

	padding-top:		45px;
	padding-bottom:		45px;

	background:		white;

	width:			100%;
	max-width:		390px;

/*	-moz-box-shadow:	0 0 30px 5px #999;
	-webkit-box-shadow:	0 0 30px 5px #999;
	box-shadow:		0 0 30px 5px #999;	*/

	border-radius:		3px;
	box-shadow:		rgba(0,0,0,.4) 0px 0px 8px,  0 0 3px rgba(0, 0, 0, 0.4);
	-moz-border-radius:	3px;
	-moz-box-shadow:	rgba(0,0,0,.4) 0px 0px 8px,  0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius:	3px;
	-webkit-box-shadow:	rgba(0,0,0,.4) 0px 0px 8px,  0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow:		rgba(0,0,0,.4) 0px 0px 8px,  0 0 3px rgba(0, 0, 0, 0.4);
	filter: 		progid:DXImageTransform.Microsoft.Blur(pixelRadius=6, enabled='true');
}

/* THIS SHADOW WAS ONLY AN IDEA. IT IS NOT CURRENTLY BEING USED. */
div#site-container-shadow
{
	z-index:		-500;

	position:		absolute;

	top:			-8px;
	left:			-8px;

	background:		#D8D8D8;

	width:			390px;
	height:			100%;
}

div#title
{
	text-align:		center;

	font-size:		30px;
}

div#description
{
	text-align:		center;

	font-size:		17px;
}

div#mobile-blurb
{
	color:			grey;

	text-align:		center;

	padding-bottom:		35px;
}

div#scroll-to-bottom
{
	text-align:		center;

	font-size:		16px;
	font-style:		italic;

	padding-bottom:		35px;
}

div#page-content
{
	margin-left:		auto;
	margin-right:		auto;

	padding-left:		10%;
	padding-right:		10%;
	padding-bottom:		35px;
}

div#reset-button-top
{
	text-align:		center;

	padding-bottom:		35px;
}

div#reset-button-bottom
{
	text-align:		center;
}

div#grand-total
{
	text-align:		right;

	font-size:		18px;
	font-weight:		bold;
	font-style:		italic;

	padding-bottom:		35px;
}

div.calculator
{
	padding-bottom:		35px;
}

div.calculator-title
{
	font-weight:		bold;

	text-decoration:	underline;

	padding-bottom:		5px;
}

div.calculator-content
{
	text-align:		right;
}

div.calculator-conclusion
{
	font-weight:		bold;
}

div.suggestions-label, div.suggestions-input
{
	text-align:		center;
}

div#suggestion-thanks
{
	text-align:		center;
}

div#suggestions
{
	text-align:		center;

	padding-bottom:		5px;
}

div#footer
{
	text-align:		center;
}


/* Borders */


div#site-container
{
	border-top:		1px solid #222;
	border-right:		1px solid #222;
	border-bottom:		1px solid #222;
	border-left:		1px solid #222;
}


/*
div#page-content
{
	border-top:		1px solid #222;		
	border-right:		1px solid #222;		
	border-bottom:		1px solid #222;		
	border-left:		1px solid #222;		
}
*/

/*
div#advertiser-content
{
	border-top:		1px solid #222;
	border-right:		1px solid #222;
	border-bottom:		1px solid #222;
	border-left:		1px solid #222;
}
*/

/*
div#suggestions
{
	border-top:		1px solid #222;
	border-right:		1px solid #222;
	border-bottom:		1px solid #222;
	border-left:		1px solid #222;
}
*/

/*
div#footer
{
	border-top:		1px solid #222;
	border-right:		1px solid #222;
	border-bottom:		1px solid #222;
	border-left:		1px solid #222;
}
*/




















