/*
Theme Name: 	Attack
Description: 	theme for the Attack websites
Version: 		0.9
Author: 		Marcel Ruis
Author URI: 	http://3mf.nl
Tags: 			Attack, widget ready 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET 
---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0}
body{font-family:Arial, Helvetica, sans-serif;font-size:62.5%;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
/* STRUCTURE
---------------------------------------*/
body{
	width:100%;
	background:#fff;
	color:#003366;
	font-size:.8em;
	line-height:1.6;
}

#wrap{
	padding: 0px;
	height: 622px;
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header-container{
	background-image: url(/images/bg_header.png);
	height: 120px;
	width: 985px;
	margin: 0px;
	padding: 0px;	
}

#container{
	float:left;	
	width:100%;	
	position: relative;
}

#content-container{
	margin:0px;
	position:relative;
}

#content{
	float: left;
	height: 473px;
	width: 411px;
	background-image: url(/images/bg_content.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#sidebar-left{
	background-image: url(/images/bg_left_s.jpg);
	height: 473px;
	width: 258px;
	background-repeat: no-repeat;
	float: left;
	position:relative;
}

#sidebar-right{
	background-image: url(/images/bg_right_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 473px;
	width: 316px;
	float: left;
	position: relative;
}

#footer{
	clear:both;
	width:100%;
	color:#FFF;
	background-image: url(/images/bg_footer.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:80%;
	padding:0px;
	margin:0px;
	padding-top:6px;
	height: 62px;
}

/* BLOCK
---------------------------------------*/
.block{
	color:#cc3333;
	font-size:90%;
	text-align:justify;
	padding-left:50px;
}

/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6{
	/*padding: 5px 10px 0 10px;*/
}

h1{
	font-size:2em;
	background:url(images/logo.jpg) 5px 5px no-repeat;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
}
h2{
	font-size:1.2em;
	margin-bottom:10px;
	font-weight:bold;
}
h3{
	font-size:1.3em;
	padding:0px;
	font-weight:bold;
}
h4{
	font-size:1.4em;
}
h5{
	font-size:1.2em;
}
h6{
	font-size:1em;
}

#header p{
	padding:0;
	margin:0;
	padding-left:60px;
}

/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.alignright
	{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}
img.alignleft
	{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}
.alignright
	{
	float:right;
	margin-left:10px;
	}
.alignleft
	{
	float:left;
	margin-right:10px;
	}

/* LISTS
----------------------------------------*/

#left ul li{
	padding-right:62px;
	line-height:26px;
}

ul{
	list-style:none;
	margin:5px 0 0 0;
}
ol{
	list-style:decimal;
	margin:5px 0 0 0;
}
li{
	margin-left:5px;
	padding:0;
}
#content ul{
	list-style:outside square;
	margin:5px 0 5px 10px;
}
#content ol{
	margin:5px 0 5px 30px;
}
#content li{
	margin-left:20px;
	padding:0;
}
.inline ul{
	margin:0;
	padding:0;
}
.inline li{
	display:inline;
	list-style-type:none;
	padding:10px;
	margin:0;
}
ul#menu {
 	list-style-type:none;
   	padding:0;
	margin:0;
	margin-top:20px;
 }
ul#menu a{
   	color:#fff;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
 }
ul#menu li{
	padding-right:62px;
	line-height:26px;
   	text-align:right;
	margin:0;
	font-size:90%;
}

ul#menu li.first {
   	text-align:right;
	margin:0 0 0 10px;
	padding:0;
 }
ul#menu a:hover, ul#menu a:focus, ul#menu a:active {
   	color:#fff;
 }
ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,
ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active {
	color:#FFF;
	/*cursor:default;*/
	text-align:left;
}
/* LINKS
---------------------------------------*/
a:link, a:visited{
	color:#008080;
	text-decoration:none;
}
a:hover, a:focus, a:active{
	color:#000080;
	text-decoration:underline;
}

#footer_text a:link, #footer_text a:visited{
	color:#FFF;
	text-decoration:none;
}

#footer_text a:hover{
	color:#000080;
	text-decoration:underline;
}
/* MISCELLANEOUS
---------------------------------------*/
.hidden
	{
	display:none;
	}
.clear
	{
	clear:both;
	}
.center
	{
	text-align:center;
	}

blockquote
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}

#headertext{
	/*top: 18px;*/
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFF;
	font-weight: bold;
	left: 340px;
	width:600px;
	height:77px;
}
#titel{
	width:300px;
	float:left;
	position:relative;
	height:20px;
	top:47px;
	font-weight:bold;
}

#bel{
	position:relative;
	text-align:right;
	width:220px;
	float: left;
	padding-top:48px;
	font-weight:bold;
}

#headermenu{
	top: -3px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #183C6C;
	left: 360px;
	clear:both;
	width:500px;
	padding:0px;
	margin:0px;
}

#headermenu ul{
	list-style-type:none;
}

#headermenu ul li{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	font-size:90%;
	font-weight:bold;
}
#headermenu a:link,#headermenu a:visited{
	color: #183C6C;	
}

/* VOGELS
---------------------------------------*/
#spreeuw_div {
	position:absolute;
	top:40px;
	left:0px;
	height:472px;
	z-index:10;
	
}
#meeuw_div {
	position:absolute;
	top:40px;
	left:0px;
	height:472px;
	display:none;
}
#kauw_div {
	position:absolute;
	top:40px;
	left:0px;
	height:472px;
	display:none;
}
#mus_div {
	position:absolute;
	top:40px;
	left:0px;
	height:472px;
	display:none;
}
#kraai_div {
	position:absolute;
	top:40px;
	left:0px;
	height:472px;
	display:none;
}
#duif_div {
	position:absolute;
	top:40px;
	left:0px;
	height:472px;
	display:none;
}

.insect_text{
	width:306px;
	height:240px;
	color:#cc3333;
	font-size:90%;
	overflow:auto;
	padding-right:5px;
	padding-left:12px;
}

#menu_pests{
	position:absolute;
	top:290px;
	left:15px;
	height:150px;
	width:116px;
	z-index: 99;
	overflow:hidden;
	line-height:26px;
}

/*#menu_pests ul li{
	text-align:right;
	padding-right:6px;
	color:#FFF;
	line-height:22px;
	font-size:95%; 
}
#menu_pests a:link,#menu_pests a:visited{
	text-align:right;
	padding-right:6px;
	color:#FFF;
}*/

ul#pests {
 	list-style-type:none;
   	padding:0;
	margin:0;
	margin-top:5px;
 }
ul#pests a{
   	color:#fff;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
 }
ul#pests li{
	padding-right:6px;
	line-height:22px;
   	text-align:right;
	margin:0;
	font-size:95%;
}

td table {
	text-align: justify;
}
td.image{
	text-align:right;
	vertical-align:top;	
}
.entry{
	line-height:18px;
	text-align:left;
	/*overflow:auto;*/
	padding-right:10px;
	font-size:85%;
}

.entry img{
	border: 3px solid #003366;	
}
#text{
	height: 342px;
	width: 390px;
	overflow:auto;
	text-align:left;
}
.description{
	
	text-align:right;
}

#ss{
	width:304px;
	height:77px;
	position:relative;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	overflow:hidden;
}
#arrowup{
	padding-top:5px;
	text-align: center;
}
#arrowdown{
	text-align: center;
	z-index: 99;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0px;
	width: 116px;
}
