/*
Title:		Master styles for screen media
*/


body {
	font-family: "Lucida Sans", Tahoma, sans-serif;
	color: #5d5d5d;
	font-size: 11px;
	line-height: 16px;
	background: #eee url(../img/bg-body.png) 50% 0 no-repeat;
}

/* links */

a:link, a:visited {
	color: #62b3ff;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* PAGE STRUCTURE
------------------------------------------------------------- */

#container {
	width: 560px;
	margin: 60px auto 0;
}


/* HEADER
------------------------------------------------------------- */

#header {
	width: 500px;
	padding: 25px 30px 0;
	background: url(../img/bg-header.png) 50% 0 no-repeat;
}

#header h1#logo {
	width: 252px;
	height: 75px;
	float: left;
	margin: 0 0 0 20px;
	background: url(../img/heinmaas-logo.png) no-repeat;
	text-indent: -9999px;
}

#header div#vcard {
	float: right;
	margin: 8px 25px 0 0;
	position: relative;
}

#header div#vcard a {
	display: block;
	width: 59px;
	height: 60px;
	background: url(../img/icon-vcard.png) no-repeat;
	text-indent: -9999px;
}




/* NAVIGATION
------------------------------------------------------------- */

#nav {
	width: 470px;
	height: 41px;
	padding: 29px 45px 0;
	background: url(../img/bg-nav.png) 50% 0 no-repeat;
}

#nav ul {}

#nav ul li {
	float: left;
	margin: 0 15px 0 0; 
}

#nav ul li a {
	display: block;
	width: 94px;
	height: 25px;
	background: url(../img/bg-buttons.png) 0 0 no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 27px;
	text-transform: uppercase;
	font-size: 9px;
}

#nav ul li a:hover, #nav ul li a.selected {
	text-decoration: none;
	background-position: 100% 0;
}


/* MAIN STYLES
------------------------------------------------------------- */

#main {
	width: 470px;
	padding: 15px 45px 10px;
	background: url(../img/bg-main.png) 50% 0 repeat-y;
}

#main h2 {
	font-size: 18px;
	color: #141414;
	margin: 0 0 15px 10px;
}

#main div.content-top {
	background: #fcfcfc url(../img/bg-content-top.png) 50% 0 no-repeat;
	height: 14px;
}

#main div.content-bottom {
	background: #fcfcfc url(../img/bg-content-bottom.png) 50% 0 no-repeat;
	height: 12px;
	margin: 0 0 15px 0;
}

#main div.content {
	background: #eee url(../img/bg-content.png) 50% 0 repeat-y;
	height: 100%;
	padding: 10px 35px;
	text-shadow: 1px 1px 1px #fff;
}

#main div.content p {
	margin: 0 0 20px 0;
}

#main div.content ul {
	margin: 0 0 10px 5px;
}

#main div.content ul li {
	background: url(../img/bullet.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}


/* SOCIAL 
------------------------------------------------------------- */

#main div#social div.content-top {
	background: #fcfcfc url(../img/bg-social-top.png) 50% 0 no-repeat;
	height: 11px;
}

#main div#social div.content-bottom {
	background: #fcfcfc url(../img/bg-social-bottom.png) 50% 0 no-repeat;
	height: 12px;
	margin: 0 0 15px 0;
}

#main div#social div.content {
	background: #0a0a0a url(../img/bg-social.png) repeat-x;
	padding: 5px 10px 1px 7px;
	height: 100%;
	color: #fff;
	text-shadow: none;
}

#main div#social div.content ul#networks {
	overflow: hidden;
}

#main div#social div.content ul#networks li {
	width: 40px;
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}

#main div#social div.content ul#networks li.first {
	border-top: none;
}

#main div#social div.content ul#networks li.last {
	border-bottom: none;
}

#main div#social div.content ul#networks li.left {
	border-left: none;
}

#main div#social div.content ul#networks li.right {
	border-right: none;
}

#main div#social div.content ul#networks li a {
	display: block;
	width: 202px;
	height: 30px;
	padding: 15px 10px;
	color: #fff;
}

#main div#social div.content ul#networks li a:hover {
	text-decoration: none;
}

#main div#social div.content ul#networks li a img {
	margin-left: 5px;
	float: left;
}

#main div#social div.content ul#networks li a span {
	margin: 0 0 0 10px;
	line-height: 32px;
}

/* CONTACT FORM
------------------------------------------------------------- */

#main div.content form#contactform {
	overflow: hidden;
}

#main div.content form#contactform fieldset {
	float: left;
	width: 50%;
}

#main div.content form#contactform label {
	display: none;
}

#main div.content form#contactform input {
	display: block;
	width: 182px;
	border: none;
	background: url(../img/bg-input.png) no-repeat;
	padding: 7px 10px;
	margin: 0 0 10px 0;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Tahoma, sans-serif;
	color: #999;
}

#main div.content form#contactform input#submit {
	width: 93px;
	padding: 7px 0;
	background: url(../img/btn-submit.png) no-repeat;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
}

#main div.content form#contactform textarea {
	width: 196px;
	height: 132px;
	padding: 10px;
	background: url(../img/bg-textarea.png) no-repeat;
	border: none;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Tahoma, sans-serif;
	color: #999;
	font-size: 11px;
}

/* FOOTER
------------------------------------------------------------- */

#footer {
	width: 560px;
	height: 30px;
	background: url(../img/bg-bottom.png) 50% 0 repeat-y;
}


/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

