/* Main */
html,body,h1,h2,h3,h4,a,span,div,table,img{
	margin:0;
	border:0 none;
	padding:0;
}
html {
	height:100%;
}
body {
	font-family:"helvetica neue",helvetica,lucida grande,verdana,arial,sans-serif;
	font-size:62.5%;
	color:#777067;
	height:100%;
	margin:0;
	padding:0;
	background:#ffffff url(../img/body-bg.png) repeat-x -20% 0;
}

/* Messages */
.message {
	padding: 10px;  
	font-size: 13px;  
	/*font-weight: bold;*/
	margin-bottom:2em;
}
#goodMessage {  
	background-color: #fff9d7;  
	border: 1px solid #e2c822;  
	color: #333333;  
}
#badMessage, #authMessage {  
	background-color: #ffebe8;  
	border: 1px solid #dd3c10;  
	color: #333333;   
} 
.error {
	color:#CC0000;
}

/* Headings and body text */
h1,h2,h3,h4 {
	font-weight:normal;
	margin-bottom:1em;
}
h1 { font-size:48px;}
h2 { font-size:22px; }
h3 { font-size:16px; }
h4 { font-size:inherit; }

/* Text links */
a {
	outline:none;
	color:#3862b7;
	text-decoration:none;
}
a:active,a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#copyright {
	font-size:90%;
	color:#d7eaa2;
}

/* Shortcuts */
.left { float:left; }
.right { float:right; }
.third { width:33%; }
.half { width:49%; }
.block { margin:0 0 1.5em 0; }

/* Clears/Hacks */
.clear {
	width: 100%;
	clear: both !important;
	display: inline-block;
	line-height:0;
	height:0;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clear {
	height: 1%;
}