/*
	Theme Name: acroDef
	Theme URI: http://acromus.com
	Description: acroDef
	Author: Steven Schelling, based on boilerplate by Aaron T. Grogg
	Version: 1.0
	Tags: acrodef, acromus, boilerplate

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Molengo);

body {
	background:#9a8468;
	font-family: 'Molengo', arial, serif;
	color:#777;
	font-size:16px;
	margin:0;
	padding:0;
	}
h1 {
	text-transform:uppercase;
	font-size:42px;
	color:#9a8468;
	margin-top:0px;
	}
h2 {
	text-transform:uppercase;
	font-size:28px;
	color:#9a8468;
	margin-top:0px;
	}
h3 {
	text-transform:uppercase;
	font-size:16px;
	color:#9a8468;
	margin-top:0px;
	}

#wrapper {
	width:960px;
	margin:auto;
	background:#fff;
}
#logo {
	background-image:url(images/haplogo.png);
	background-repeat:no-repeat;
	width:254px;
	height:160px;
	float:left;
	margin-top:45px;
	margin-left:349px;
	}
#posthorn {
	background-image:url(images/posthorn.jpg);
	background-repeat:no-repeat;
	width:281px;
	height:189px;
	float:right;
	text-align:right;
	margin-right:20px;
}
#langs {
	width:100px;
	height:18px;
	position:relative;
	top:171px;
	float:right;
}
.lang {
	margin-left:5px;
	}
/*#header{
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:357px;
	}
*/
#links, #footer {
	text-transform:uppercase;
	text-align:center;
	padding:14px 0 14px 0;
	border-bottom:dotted #9a8468 1px;
	}
 #footer {
	 font-size:11px;
	 border-bottom:none;
	 border-top:dotted #9a8468 1px;
	 margin-bottom:35px;
	}
.link {
	padding:15px 10px 15px 10px;
	}
#footer .link {
	padding:15px 20px 15px 20px;
	}
.link:hover {
	background-color:#9a8468;
	color:#fff;
	}

#main {
	padding:50px 50px 150px 50px;
}
#maincontent {
	width:520px;
	margin-right:70px;
	height:auto;
	float:left;
	}
#sidebar {
	width:260px;
	height:auto;
	float:left;
	}
#sidebar img {
	padding:0px;
	margin-bottom:35px;
	-webkit-box-shadow: 2px 2px 2px 2px #AAA;
	-moz-box-shadow: 2px 2px 2px 2px #AAA;
	box-shadow: 2px 2px 2px 2px #AAA;
	}
.info {
	margin-top:40px;
	word-spacing:normal;
	text-transform:lowercase;
	font-size:13px;
	}


a:link { color:#9a8468; text-decoration:none;}
a:visited { color:#9a8468; text-decoration:none;}
a:focus { color:#A1A1A1;text-decoration:none;}
a:hover { color:#A1A1A1;text-decoration:none;}

.clear {clear:both;}
img {border:none;}