/* web fonts */
	@import url(http://fonts.googleapis.com/css?family=Lato:900);
	
/* general styles */
	html,body {
		height: 100%;
	}
	body {
		background-color: #eee;
	}
	
/* topbar */
	.top {
		padding-top: 20px;
		background-color: #eee;
		
		background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#fff));
		background-image: -moz-linear-gradient(top, #eee, #fff);
		background-image: -ms-linear-gradient(top, #eee, #fff);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fff));
		background-image: -webkit-linear-gradient(top, #eee, #fff);
		background-image: -o-linear-gradient(top, #eee, #fff);
		background-image: linear-gradient(top, #eee, #fff);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff', GradientType=0);
	}
	.top .left {
		float: left;
	}
	.top .right {
		width: 500px;
		float: right;
	}
	.top .right h1 {
		margin-top: 10px;
		font-family: Georgia, Helvetica, Arial, Tahoma, sans-serif;
		font-size: 2em;
		line-height: normal;
		text-align: center;
		color: #999;
		font-weight: normal;
		font-style: italic;
	}
	
	.topbar {
		z-index: 99;
		position: relative;
		border-top: 6px solid #FFB900;
	}
	
	.topbar input {
		width: 260px;
	}
	
	.topbar div > ul a, .nav a {
		font-size: 1.1em;
	}
	
/* page */
	.page {
		padding-top: 30px;
		background-color: #fff;
		padding-bottom: 40px;
	}
	
/* heading */
	.heading {
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}
	.heading h2 {
		color: #000;
		font-size: 4em;
		font-family: Georgia, Helvetica, Arial, Tahoma, sans-serif;
		font-weight: normal;
		margin: 0px;
		margin-bottom: 5px;
	}
	.heading h3 {
		color: #999;
		font-weight: normal;
		font-size: 1.8em;
		font-family: Georgia, Helvetica, Arial, Tahoma, sans-serif;
		line-height: 1.2;
		margin: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.heading .top-right-image {
		height: 100px;
		width: 270px;
		float: right;
		margin-left: 15px;
	}
	.heading .top-right-image img {
		border: none;
	}
	
	
	
/* footer */
	.footer {
		color: #999;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		border-top: 6px solid #25AEE3;
		background-color: #eee;
	}
	.footer a {
		color: #999;
	}
	.footer .copyright {
		margin-bottom: 20px;
	}
	.footer .badges {
		margin-bottom: 10px;
	}
	.footer .badges img {
		border: none;
		margin-right: 10px;
	}
	.footer .disclaimer {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.footer .social {
		margin-left: auto;
		margin-right: auto;
		width: 460px;
		text-align: center;
	}
	.footer .social .social-button {
		width: 150px;
		float: left;
		overflow: hidden;
	}


/* theme */ 
	div.relax {
		padding: 15px;
	}
	table.relax {
		border: none;
		margin-bottom: 0px;
		border-spacing: 0px;
	}
	table.relax td {
		padding: 20px;
	}
	.relax p {
		font-size: 1.1em;
		line-height: 1.5;
	}
	
	.big {
		font-weight: bold;
		font-size: 1em;
	}
	
