/* @group * * * * * RESET * * * * */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav li {
    list-style-type: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* @end */

/* @group * * * * * WEBFONTS * * * * */
/* @license
 * MyFonts Webfont Build ID 2311003, 2012-06-18T05:30:02-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Futura ND Light SC OsF by Neufville Digital
 * URL: http://www.myfonts.com/fonts/neufville/futura-nd/light-sc-osf/
 * Licensed pageviews: 10,000
 * 
 * Webfont: Futura ND SC OsF Medium by Neufville Digital
 * URL: http://www.myfonts.com/fonts/neufville/futura-nd/sc-osf-medium/
 * Licensed pageviews: unspecified
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2311003
 * Webfonts copyright: © Copyright 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is licensed, not sold, and may not be reproduced without the written consent of Neufville Digital. Parts © Visualogik Technology & Design, 1998.The digitally encoded mac
 * 
 * © 2012 Bitstream Inc
*/
@font-face {
	font-family: 'FuturaNDLightSCOsF';
	src: url('/templates/assets/webfonts/23435B_0_0.eot');
	src: url('/templates/assets/webfonts/23435B_0_0.eot?#iefix') format('embedded-opentype'),
	url('/templates/assets/webfonts/23435B_0_0.woff') format('woff'),
	url('/templates/assets/webfonts/23435B_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FuturaNDSCOsF-Medium';
	src: url('/templates/assets/webfonts/23435B_1_0.eot');
	src: url('/templates/assets/webfonts/23435B_1_0.eot?#iefix') format('embedded-opentype'),
	url('/templates/assets/webfonts/23435B_1_0.woff') format('woff'),
	url('/templates/assets/webfonts/23435B_1_0.ttf') format('truetype');
}
/* @end */


/* @group * * * * * GENERAL STUFF * * * * */
html {
	overflow-y: scroll; 
}
html, body {
	height:100%;
	color: #000031;
	background: #FFF url('/templates/assets/images/bg_main.jpg') repeat;
	font-family: 'Patua One', Georgia, Times, "Times New Roman", serif;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html .clearfix { /* IE7 */
	min-height: 1px; 	
}
* html .clearfix { /* evil IE6 */
	height: 1%;
}
img {
	max-width: 100%;
}
#wrapper {
	position:relative;
	min-height:100%;
	max-width: 1200px;
	margin: 0 auto;
}
aside {
	float: left;
	width: 18%;
	padding: 144px 3.5% 0 3.5%;
}
.main {
	float: left;
	width: 71.5%;
	padding: 40px 3.5% 0 0;
}
a {
	color: #b40068;
}
a:hover {
	text-decoration: none;
}
/* @end */



/* @group * * * * * HEADER + NAV * * * * */
header {
	margin: 0 0 30px 0;
}
nav {
	margin: 0 0 72px 0;
	font-family: FuturaNDLightSCOsF, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 27px;	
	letter-spacing: 1px;
}
nav a {
	color: #b40068;
	text-decoration: none;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
nav a:hover, nav li.current a {
	color: #000;
}
/* @end */


/* @group * * * * * CONTENT * * * * */
.content {
	padding: 0 0 180px 0;
}
h1 {
	font-family: FuturaNDLightSCOsF, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 33px;
	letter-spacing: 1px;
	color: #000;
	
}
p, td {
	font-size: 15px;
	line-height: 22px;
}
p {
	max-width: 640px;
	margin: 0 0 22px 0;
}
.content ul {
	max-width: 640px;
	font-size: 15px;
	line-height: 22px;
	padding: 0 0 22px 20px;
}
strong, bold {
	color: #b40068;
	font-weight: normal;
}
.content table {
	margin: 0 0 22px 0;
}
.content table td{
	vertical-align: top;
}

/* Tugenden */
h1 + .entry {
	padding-top: 10px;
}
.entry {
	max-width: 640px;
	margin: 0 0 42px 0;
}
.entry figure {
	float: left;
	width: 30%;
	margin: 0 10% 0 0;
}
.entry .caption {
	float: left;
	width: 60%;
}
.entry h2 {
	font-family: FuturaNDLightSCOsF;
	font-size: 18px;
	line-height: 27px;	
	font-weight: normal;
}
/* @end */


/* @group * * * * * FOOTER * * * * */
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 142px;
	color:  #FFF;
	background: #b40068 url('/templates/assets/images/bg_footer.jpg') repeat;
}
footer .innerWrap {
	max-width: 1200px;
	margin: 0 auto;
}
footer .img {
	float: left;
	width: 25%;
}
footer .img img {
	display: block;
	margin: 0;
}
footer .address {
	float: left;
	width: 71.5%;
	padding: 42px 3.5% 50px 0;
}
footer .address p {
	font-family: 'FuturaNDSCOsF-Medium', Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}
footer .address span {
	margin-right: 20px;	
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #000;
}
/* @end */


/* @group * * * * * RESPONSIVE HOLYNESS * * * * */
@media only screen and (max-width: 800px) {
	#wrapper {
		height: auto;
	}
	aside {
		display: none;
	}
	.main {
		width: 90%;
		padding-right: 5%;
		padding-left: 5%;
	}
	footer {
		position: relative;
		height: auto;
		min-height: 400px;
	}
	footer .clearfix:after {
		content: '';
	}
	footer .address span {
		display: block;
		width: 100%;
		margin: 0;
	}
	footer .address p {
		margin: 0;
	}
	footer .img {
		padding-top: 40px;
	}

}
@media only screen and (max-width: 768px) {
	footer .img img {
		margin: 0 auto;
	}
	footer .img, footer .address {
		float: none;
		width: 80%;
		padding-right: 10%;
		padding-left: 10%;
	}
}
@media only screen and (max-width: 480px) {
	.entry figure {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.entry .caption {
		float: none;
		width: 100%;
	}
}
/* @end */

.endlink {
	margin-top: 0.75em;
}