@charset "UTF-8";
/* CSS Document */

@import url("css/reset-min.css"); /* ------- Reset */

/* = clearfix taken from http://www.positioniseverything.net/easyclearing.html
=========================================================================== */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/*  
Theme Name: Contrast Style
Theme URI: http://wordpress.imblickpunkt.com
Description: SEO Optimized Portal Layout. The Text Element are white for better reading. The Code is W3C Valid and Clean. You can easy modify alot of thinks. For sure the Theme is Widget ready. If you find bugs plz visit http://wordpress.imblickpunkt.com and leave a MSG - i will fix it asap.
Tags: seo, w3c, valid, easy, three columns, Right sidebar, left sidebar, fixed width, widgets, easy customization, widget ready, valid css, valid xhtml. games
Version: 1.1
Author: Schalkie
Author URI: http://imblickpunkt.com
License :  GNU General Public License (GPL) version 3

	
*/
 
 

/* = TAGS: Body
============================================================================ */
html {
	height: 100%;
}
body {
	background-color: #545356;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 10px;
	height: 100%;
}
strong {
	font-weight: bold;
}
IMG {
	border: 0px;
}

/* = TAGS: links
============================================================================ */
a:link {
	color: #A2C200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A2C200;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #A2C200;
}

/* = TAGS: headings
============================================================================ */
h1 {
	font-size: 180%;
	line-height: 120%;
	color: #A2C200;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 200%;
	color: #A2C200;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 100%;
}
h3, .widget-header {
	font-size: 180%;
	color: #CCCCCC;
	font-weight: normal;
	margin-bottom: 13px;
	margin-top: 0px;
	line-height: 100%;
}
h4 {
	font-size: 180%;
	color: #CCCCCC;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 120%;
	padding: 0px;
}
h5 {
	font-size: 180%;
	color: #3B3A3C;
	font-weight: normal;
	margin-bottom: 13px;
	margin-top: 0px;
}
h6 {
	font-size: 130%;
	color: #C2D1AB;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 120%;
}

/* = GENERAL
============================================================================ */
A.btn {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 120%;
	background-color: #B54F47;
}
A:hover.btn {
	text-decoration: none;
	background-color: #333333;
	color: #FFFFFF;
}
.green {
	color: #A2C200;
}
.blue {
	color: #C2D1AB;
	font-weight: bold;
}

/* = FRAME
============================================================================ */
#frame-head {
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 1px solid #000000;
	
}
#frame-body {
	background: #545356 url("images/footer.png") no-repeat bottom left;
	width: 960px;
	text-align: left;
	padding-bottom: 60px;
}
#frame-foot {
	background-color: #545356;
	width: 100%;
}

/* = HEADER
============================================================================ */
#header {
	width: 960px;
	height: 100px;
	text-align: left;
	background: #FFFFFF url("images/header.png") no-repeat;
}

/* = HEADER: strapline
============================================================================ */
#strapline {
	width: 721px;
	text-align: left;
	float: left;
	margin-top: 37px;
	margin-left: 70px;
	font-size: 130%;
	color: #99999A;
	font-weight: normal;
}

/* = HEADER: logo
============================================================================ */
#logo {
	height: 40px;
	float: left;
	margin-top: 15px;
	padding: 0px;
	text-align: right;
	width: 169px;
}

#logo H1 A {
	width: 169px;
	height: 40px;
	position: relative;
	overflow: hidden;
	display: block;
	color: #999;	
}
#logo H1 A SPAN {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url('images/logo.png') no-repeat;
}
#logo H1 A STRONG {
	font: 16px/11px Calibri, Arial;
	color: #000000;
}
#logo H1 A:hover STRONG {
	color: #000000;
}

/* = HEADER: navigation
============================================================================ */
#nav {
	margin-top: 70px;
	text-align: center;
	width: 100%;
}
#nav UL {
	list-style:none; 
	margin: 0; 
	padding: 0px;
	height: 30px;
	
}
#nav UL LI {
	display:inline;
	font-size: 13px;
	font-weight: normal;
	line-height: 29px;
	margin: 0px;
	padding: 0px;
	
}
#nav UL LI.selected, #nav UL LI.current_page_item {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #545356;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	
}
#nav UL LI A {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #545356;
	margin-left: 1px;
	margin-right: 1px;
}
#nav UL LI A:hover {
	background-color: #545356;
	color: #A2C200;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 9px;
	padding-right: 9px;
	margin-left: 1px;
	margin-right: 1px;
}

/* = CONTENT: hero
============================================================================ */
#hero {
	width: 895px;
	margin-left: 61px;
	padding-left: 3px;
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: right;
	color: #CCCCCC;
	border-left: 1px solid #A2C200;
}
#heroImage {
	width: 675px;
	margin-right: 10px;
	float: left;
	height: 195px
}
#heroImage1 {
	width: 100%;
	height: 195px;
	text-align: center;
}
#heroAbout {
	width: 190px;
	height: 175px;
	padding: 10px;
	float: left;
	text-align: left;
	background: url('images/hero-about.png') no-repeat;
	color: #FFFFFF;
}
#heroAbout P {
	margin-bottom: 10px;
	font-size: 110%;
	line-height: 120%;
}
.heroLink {
	margin-top: 15px;
	text-align: right;
}
.heroLink A {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #A2C200;
	color: #FFFFFF;
	text-decoration: none;
}
.heroLink A:hover {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	color: #A2C200;
	text-decoration: none;
}
/* = CONTENT: content
============================================================================ */
#content {
	width: 885px;
	margin-left: 61px;
	padding-left: 13px;
	padding-bottom: 30px;
	text-align: right;
	color: #CCCCCC;
	border-left: 1px solid #A2C200;
}
#contentLeft {
	width: 180px;
	text-align: left;
	padding-bottom: 50px;
}
#contentMiddle {
	width: 495px;
	text-align: left;
}
#contentRight {
	width: 210px;
	text-align: left;
}

/* = CONTENT: left widget
============================================================================ */
.left-widget {
	width: 180px;
	margin-bottom: 20px;
}
.left-widget P {
	font-size: 120%;
	line-height: 130%;
	font-weight: normal;
}
.left-widget UL {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.left-widget UL LI {
	font-size: 130%;
	font-weight: normal;
	line-height: 160%;
}
.left-widget UL LI A {
	color: #A2C200;
	text-decoration: none;
}
.left-widget UL LI A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.clientList {
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
}

/* = CONTENT: post
============================================================================ */
.postItem {
	margin-left: 25px;
	width: 420px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 10px solid #767578;
}
.date {
	margin-bottom: 5px;
	color: #CCCCCC;
	font-size: 110%;
}
.excerpt {
	color: #FFFFFF;
	line-height: 135%;
	font-size: 120%;
	margin-bottom: 15px;
}
.excerpt H6 {
	font-size: 100%;
	color: #C2D1AB;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 120%;
}
.excerpt P {
	margin-bottom: 15px;
}
.itemFoot {
}
.cats {
	float: left;
	width: 50%;
	color: #999999;
}
.comments {
	float: left;
	width: 50%;
	text-align: right;
}
.comments a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.comments a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* = CONTENT: page
============================================================================ */
.post-title {
	margin-left: 25px;
	width: 420px;
}
.post-title h1 {
	font-size: 200%;
	color: #A2C200;
	font-weight: normal;
	margin-bottom: 13px;
	margin-top: 0px;
	line-height: 100%;
}
.post-content {
	margin-left: 25px;
	width: 420px;
}
.post-content P {
	margin-bottom: 10px;
	color: #FFFFFF;
	line-height: 135%;
	font-size: 120%;
}

.post-content UL {
	color: #FFFFFF;
	line-height: 135%;
	font-size: 120%;
}


/* = CONTENT: clients box
============================================================================ */
#clientsBox {
	padding: 10px;
	width: 400px;
	background-color: #ECF0EA;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#clientsBox P {
	font-size: 110%;
	line-height: 120%;
	color: #3B3A3C;
	margin-bottom: 10px;
}
#clientsBox TD {
	text-align: center;
	padding: 5px;
}

/* = CONTENT: event box
============================================================================ */
.evItemPage {
	padding: 10px;
	background-color: #656466;
}
#eventBox {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 190px;
	background-color: #656466;
}
#eventBox P {
	font-size: 110%;
	line-height: 120%;
}
.evItem {
	margin-bottom: 20px;
}
.evTitle {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	color: #C2D1AB;
}
.evDate {
	margin-bottom: 3px;
	font-size: 110%;
	color: #CCCCCC;
	line-height: 120%;
}
.evExcerpt {
	margin-bottom: 3px;
	font-size: 110%;
	color: #FFFFFF;
	line-height: 120%;
}
.evLocation {
	margin-bottom: 3px;
	font-size: 110%;
	color: #CCCCCC;
	line-height: 120%;
}
.comments a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.comments a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.right-widget {
	padding: 0px;
	margin: 0px;
}

/* = FOOTER
============================================================================ */
#footer {
	width: 960px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: right;
	font-size: 110%;
	color: #CCCCCC;
	border-top: 1px solid #889093;
}