html {
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #ddd;
	color: #555;
	font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

a, a:link, a:visited {
	color: #008a34;
}
a:hover , a:active {
	background: #ffe96c;
}
a.subtle {
	color: #333;
	text-decoration: none;
}
a.subtle:hover {
	background-color: #ffe96c;
}
a.arrow {
	float: left;
	clear: none;
	background: url(../images/arrow1.gif) no-repeat 3px right;
	padding-right: 13px;
}

a.graphic
{
	text-decoration:none;
	background-color: transparent;
}

div { /* this will apply to MOST divs we have; override where not needed */
	float: left;
	clear: both;
	display:block;
}

h1 {
	font: 36px/38px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

h2 {
	font: 18px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #567a7a;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}

p {
	margin-top: 0.5em;
}

a img
{
	border:none;
}

/* elements */

#mainbody {
	float: none;
	margin: 5px auto;
	width: 840px;
}

#main {	
	width: 800px;
	padding: 15px 20px 20px 20px;
	background: #fff;
	border: 1px solid #aaa;
}

#menu {
	clear: none;
	width: 842px;
	background: #ddd;
	vertical-align:baseline;
}
#menu .left {
	clear: none;
	width: 600px;
}
#menu .right {
	float: right;
	clear: none;
	width: 200px;
	text-align: right;
}
#menu a {
	padding: 4px 7px 8px 7px;	
	color: #333;
	display: block;
	float: left;
	clear: none;
	text-decoration: none;
	border: 1px solid #ddd;
	margin-bottom: -1px;
}
#menu a:hover {
	background: #fff;
	color: #000;
	border-color: #aaa;
}
#menu .left a {
	margin-right: 20px;
}
#menu .right a {
	margin-left: 20px;
	float: right;
}


#canvas {
	width: 800px;
	margin: 5px 0px;
}

#buttons {
	width: 800px;
	margin: 5px 0px 14px 0px;
}
#frontButton img {
	float: left;
	clear: none;
}

#share {
	float: right;
	clear: none;
	width: 200px;
}

#frontInfo {
	width: 800px;
}

#footer {
	width: 800px;
	font-size: 11px;
	color: #aaa;
}


/* classes */
.image {
	width: 50%;
	float: left;	
}

.col {
	clear: none;
	margin-right: 15px;
}
.col.last {
	margin-right: 0px;
}

.hr {
	width: 100%;
	margin: 15px 0px;
	background: #aaa;
	height: 1px;
	overflow: hidden;
}

.sharePanel {
	width: 758px;
	padding: 15px 20px;
	background: #cbe4e4;
	border: 1px solid #acc1c1;
	margin-bottom: 20px;
}

.whisperText
{
	font-size:90%;
	color:#999999;
	font-style:italic;
}

.errorText
{
	color:red;
}

.highlight
{
	background-color:#ffffcc;
}

.socialBookmarks
{
	width:300px;
}
.socialBookmarks a
{
	padding:0px;
	margin:0px;
}
.socialBookmarks img
{
	border-width:0px;
}

.postIt				
{
	background-color:	rgb(255,255,179);
	border-right:		1px solid #444444;
	border-bottom:		1px solid #444444;
	margin-left:		10px;
	color:				#666666;
	padding:			5px;
}

/*
	Form Controls
*/

	.wideInput
	{
		width:300px;
	}

	.extraWideInput
	{
		FONT-SIZE: 12px;
		width:400px;
	}

	.wideTextArea
	{
		width:300px;
		height:200px;
	}

	.extraWideTextArea
	{
		width:400px;
		height:350px;
		font-family: trebuchet ms, Arial, Sans-Serif;
	}
