/**
* CSS
*
* WAY SHAPE FORM
* 
* @version 1.0
* @author Denny Backhaus
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: 'Courier New', Courier, monospace;
	line-height: 14px;
	background: #fff;
}


body.section-2 { }
body.section-3 { }

a:link { color: #000; text-decoration: none; }
a:active { color: #06f; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

a img { border: none; }

#menu {
    width: 315px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu .container {
    padding: 17px 0px 0px 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 14px 0;
	width: 100%;
}

#menu ul li {
	position: relative;
}


#menu ul li a {
	display: block;
}

#menu ul li a .navigation_thumb {
	position: absolute;
	right: 0px;
	top: 3px;
	display: none;
}

#menu ul li a:hover .navigation_thumb {
	display: inline;
}

#menu ul li.section-title {
	text-transform: uppercase;
}

#menu ul li.active a {
	color: #666;
}



/* Info Section */
#menu ul.section-1 { 
	height: 41px;
}

#menu ul.section-1 li {
	float: left;
	padding-right: 15px;
}

#menu ul.section-1 li a {
	color: #06f;
	text-decoration: underline;
}
}

#menu ul.section-1 li a:hover {
	text-decoration: none !important;
}

#menu ul.section-1 li.active a {
	color: #000;
	text-decoration: none;
}

#menu ul.section-1 li.section-title {
	display: none;
}




#content {
    height: 100%;
    margin: 0 0 0 305px;
    top: 0;
}

#content .container {
    padding: 17px 20px 25px 25px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#content p { width: 450px; margin-bottom: 20px; }


#content #headline {
	height: 55px;
}

#content form {
	float: left;
	margin: 0;
	padding: 0px 20px 0px 0px;
}



p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 11px; text-transform: uppercase; font-weight: normal; margin: 0; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 450px; margin: 0; padding: 0 0 20px 0; }

#once { clear: left; }







/* Info Section */
body.section-1 { }


body.section-1 #menu {
	height: 72px;
	width: 470px;
	background-color: #fff;
}

body.section-1 #menu ul {
	display: none;
}

body.section-1 #menu ul.section-1 {
	display: block;
}


body.section-1 #content {
    margin: 72px 0 0 5px;
}

body.section-1 #content .container {
    padding: 0px 20px 25px 15px;
}





ul#front {
	list-style: none;
}

ul#front li {
	width: 140px;
	height: 135px;
	margin: 0px 15px 0px 0px;
	text-align: center;
	float: left;
}

ul#front li a {
	color: #fff;
	text-decoration: none;
}

ul#front li a img {
	margin-bottom: 2px;
}

ul#front li a:hover {
	display: #000;
}


.post {
	padding: 0px 0px 22px 0px;
}

.post img {
	padding: 3px 0px 4px 0px;
}


a.next {
	text-decoration: none !important;
}

a.next:hover {
	text-decoration: underline !important;
}





