html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Maven Pro", "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}

body {
	background: url(../images/background.png) repeat-y center #ddd;
}

img {
	border: 0;
}

#topbar_container {
	width: 930px;
	background: #a00;
	margin: 0 auto;
	margin-top: 3px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,136,136)),
		color-stop(1, rgb(170,0,0))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,136,136) 0%,
		rgb(170,0,0) 100%
	);
}

#topbar {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	font-size: 17px;
	padding: 3px;	
	font-family: 'Varela Round', Helvetica, Verdana, Arial, sans-serif !important;
}

#topbar a {
	color: #FFF;
	text-decoration: none;
}

#topbar em {
	font-size: 65%;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

#menu {
	color: #000;
	font-size: 16px;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	right: -1px;
}

#menu div {
	height: 35px;
}

#menu a {
	background-repeat: no-repeat;
	background-position: right;
	padding: 4px;
	padding-right: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color: #ddd;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#menu a span {
	display: none;
}

#menu a:hover {
	background-color: #ddd;
	color: #000;
	border-right: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#menu a:hover span {
	display: inline;
}

#menu a.sub {
	font-size: 85%;
	background-position: 20px;
	padding-left: 48px;
}

#sidebar {
	width: 170px;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 80%;
	text-align: center;
}

#sidebar h1 {
	font-size: 20px;
	margin: 0;
	color: #d22;
}

#sidebar .website {
	margin-bottom: 0px;
	height: auto;
}

#sidebar .website .preview {
	float: none;
	margin: 0 auto;
}

#sidebar .website .description {
	margin-top: 15px;
	margin-left: 0;
	font-size: 12px;
	color: #AAA;
}

#sidebar .website .description h1 {
	font-size: 14px !important;
	margin-bottom: 3px;
}

#sidebar .website a {
	color: #68C;
}

#sidebar_content {
	margin-bottom: 30px;
	padding: 10px;
}

#findonfacebook {
	margin-bottom: 20px;
}

#content {
	margin-left: 180px;
	margin-right: 25px;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 30px;
}

#content h1 {
	font-size: 24px;
	margin: 0;
	color: #C00;
}

#content h2 {
	font-size: 18px;
	margin: 0;
	color: #d22;
}

#content a, #sidebar a {
	text-decoration: none;
	color: #C00;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#bottom_ads {
	margin-left: 171px;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 30px;
	background: #ddd;
	text-align: center;
	color: #444;
	font-size: 12px;
	margin: 0 auto;
}

#aboutus_contacts {
	border: 1px solid #AAA;
	width: 250px;
	padding: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 20px;
	float: right;
}

.author {
	height: 80px;
	margin-top: 20px;
	width: 200px;
	text-align: center;
	float: left;
}

.author .photo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.author .photo img {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	width: 80px;
	height: 80px;
}

.author .description {
	padding-top: 10px;
	display: none;
}

.author:hover .description {
	display: block;
}

.author .description h1 {
	font-size: 14px !important;
}

.author .description p {
	font-size: 12px !important;
	margin: 0;
}

.website .description h1 {
	font-size: 18px !important;
}

.website .description p {
	margin: 0;
}

.website {
	height: 100px;
	margin-bottom: 20px;
}

.website h1 a {
	color: #e22 !important;
}

.website .preview {
	float: left;
	width: 150px;
	border: 1px solid #d22;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.website .preview img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.website .description {
	margin-left: 170px;
	color: #666;
}

.website .description p.url {
	margin-top: 7px;
}

.website .description p.url a {
	color: #0A0 !important;
	font-size: 12px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bigred {
	color: #C00;
	font-size: 16px;
}

