/* Created by: eddyfever for Bartprojects.nl! thanx to: get-simple.info */
/* IF you use other pages then template.php scroll down for speciafid options for that page */

/* General */
* { padding: 0; margin: 0; }

h1,h2,h3,h4,h5,h6,pre,code {font-size:2em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

img {
 border: 0px;
}

body {
 font-family: arial, "lucida Grande", verdana, helvetica, sans-serif;
 font-size: 13px;
 color: #ffffff;
 background: #4090c9;
 line-height: 22px;
}

/* Headers */



h1{
 color: #ffffff;
 line-height:36px;
 font-weight: bold;
}

h2{
 color: #1c4b6c;
 font-size: 16px;
 line-height:36px;
 font-family:arial;
  font-weight: bold;
}

h3{
margin-left: 50px;
 color: #1c4b6c;
 font-size: 20px;
 line-height:36px;
 font-family:arial;
  font-weight: bold;
}

h4{
font-size:  1.5em;
line-height:36px;
font-family:arial;
}

/* Links */
a:link, a:active, a:visited{
 color: #95ccf3;
 text-decoration: none;
}
a:hover{
 color: #1c4b6c;
 text-decoration: none;
}

#wrap1 a:link, #wrap1 a:active, #wrap1 a:visited{
 color: #dd6b51;
 text-decoration: none;
}
#wrap1 a:hover{
 color: #cd3b1a;
 text-decoration: none;
}

/* Columns */
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background: #5c5f60;
}

	/* Header template.php */
#header {
 width: 900px;
 padding: 10px;
 height: 100px;
 margin: 0px 0px 0px 0px;
}

#header img{
margin-top: 10px;
 float: left;
 margin-right: 25px;
}

#header .logo{
 line-height: 53px;
 color: #cd3b1a;
 font-family: Helvetica;
 font-weight: bold;
 font-size: 45px;
 }

#header .tagline{
 padding-left: 93px;
 color:#90b3bf;
 font-family:arial;
 font-size:18px;
	}
	/* leftcolumn template.php */
#leftcolumn { 
 margin: 20px 0px 50px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
	/* rightcolumn template.php */
#rightcolumn { 
 float: right;
 margin: 20px 0px 50px 0px;
 padding: 10px;
 width: 625px;
 display: inline;
}
	/* rightcolumn liststyle template.php */
#rightcolumn ul { 
 padding-left: 18px;
}

/* Content */
/* date */
.date{
 padding-top: 10px;
 color: #90b3bf;
 font-size: 11px;
 font-style: italic;
}

/* Featured template.php */
#featured { 

color: #5c5f60;
 width: 922px;
 margin: 0 auto;
 padding-top: 25px;
 padding-bottom: 45px;
}
#featured h3{ 
margin-left: 125px;
 display: block;
 width: 700px;
}

#featured p{ 
margin-left: 125px;
 display: block;
 width: 530px;
}

/* Featured image as used on ieddy.nl/getsimple template.php */
#featured img, #featured2 img{ 
 margin-right: 10px;
}

#featured ul{ 
 list-style: none;
}

/* Footer with credits */
#footer { 
 width: 922px;
 margin: 0 auto;
 clear: both;
 padding: 10px;
 height: auto;
 font-size: 11px;
 text-align: right;
}
/* Wraps for 100% width */
.wrap1{
 clear: both;
 background: #41606d;
 width: 100%;
 border-bottom: 1px #2d424a solid;
}

.wrap2{
 border-top: 1px #b0d5e1 solid;
 width: 100%;
}


/** CONTACT FORM by: get-simple.info **/

.contactform {
margin:0 0 20px 0;}
.contactform b {
display:block;}
.contactform input.text, .contactform textarea, .contactform select {
width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0; background: #b0d5e1; border: 1px solid #1c4b6c;  color: #41606d; }
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}

/* Menu */
	/* for IE5 and IE6, update your browser!!!*/
#menu li{
 display: inline;
}

#menu a{
 color: #fff;
 text-decoration: none;
 font-size: 16px;
 display: block;
 padding: 6px;
 border-bottom: 1px solid #b0d5e1;
}

#menu a:link, #menu a:visited{
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

#menu a:hover{
background: url(images/back_menu_bart.png);
 color: #ffffff;
 border-bottom: 1px solid #90b3bf;
}

/* Elements */
code{
 margin-top: 1em;
 margin-bottom: 1em;
 font-size: 11px;
 display: block;
 padding: 15px;
 background: #b0d5e1;
 border: 1px dashed #cd3b1a;
}

hr{
 background-color: #ffffff;
 height: 1px;
 border: 0px;
}

blockquote {
 font-style: italic;
 margin: 0px;
 padding: 15px;
 border-left: 3px solid #cd3b1a;
 background: #b0d5e1;
}

#download a
{
font-size: 30px;
line-height:36px;
font-family:arial;
display: block;
width: 300px;
text-align: center;
padding: 6px;
background-color: #b0d5e1;
color: #2d424a;
border-bottom: 1px solid #90b3bf;
}

#download a:link, #download a:visited
{
color: #2d424a;
text-decoration: none;
}

#download a:hover{
background-color: #cd3b1a;
color: #ffffff;
border-bottom: 1px solid #41606d;
}

/** menu_right.php **/
#leftcolumn2 { 
 margin: 0px 0px 50px 0px;
 padding: 10px;
 width: 678px;
 float: left;
}
#leftcolumn2 ul { 
padding-left: 18px;
}

#rightcolumn2 { 
 float: right;
 margin: 0px 0px 50px 0px;
 padding: 10px;
 width: 200px;
 display: inline;
}
/** 2columns.php **/
#featured_left{
 width: 430px;
 padding-right: 50px;
float: left;
}

#featured_right{
 width: 430px;
float: right;
}

#featured2 { 
 background: #41606d;
 color: #ffffff;
 width: 922px;
 height: 230px;
 margin: 0 auto;
 padding-top: 25px;
}

/** featured.php **/

.wrap1_1{
 background: #ffffff;
 width: 100%;
 height: 180px;
 padding-left: 10px;
  border-top: 1px #bec5c7 solid;
 border-bottom: 1px #2d424a solid;
}

.wrap2_1{
 clear: both;
 width: 100%;
}

#wraphead{
margin: 0 auto;
width: 100%;
 background: #5c5f60;
 border-bottom: 1px #484b4c solid;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

#ie6{
padding-top: 100px;
 margin: 0 auto;
 width: 500px;
}

