@import url(reset.css);

body{
    background: #000;
    font-family:verdana;
    color:#fff;
    font-size:12px;
    line-height:15px;    
}

#bgfade{
	display: none;
	position: fixed;
	background: url(rotate.php);
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center bottom;
	width: 100%;
	height: 100%;
	z-index: 10;
}

h1{
    text-align:center;
    font-size:16px;
    margin-bottom:15px;
    background-image:url(images/h1bg.png);
    background-repeat:repeat;
    padding:15px;
    color:#F2E513;
}

p{
    margin: 15px 0;
}

ol li{
    margin-bottom:15px;
    
}

a{
    text-decoration:none;
   }

p img{
    border: dashed 4px black;
    padding:10px;
   }

#innercontainer a{
    color:#F2E513;
    text-decoration:none;
    font-weight:bold;
}

#innercontainer a:hover{
   text-decoration:underline;
}

.ngg-albumtitle{
    margin-bottom:5px;
    text-align:center;
}

.ngg-album{
    position:relativ;
    display:block;
    width:120px;
    float:left;
}

.Thumb{
    border:solid 3px #4d4d4d;
    margin: 0 auto;
    display:block;
    padding:0;
}

.Thumb:hover, .ngg-gallery-thumbnail img:hover{
    border:solid 3px #F2E513;
}

.ngg-description{
    text-align:center;
}

.ngg-gallery-thumbnail img{
    border:solid 3px #4d4d4d;
    display:block;
    margin:5px;
    padding:0;
    float:left;
}


    



#head{
    position:relative;
    float:right;
    color: #F2E513;
    text-transform:uppercase;
    font-size:18px;
    background-color:#000;
    padding:10px;
    margin:-50px 20px;
    font-weight:bold;
}

#container{
	position: relative;
    margin: 0 auto;
    width:780px;
    height:100%;
    z-index: 80;
}

#header{
    background:url(images/header.png) no-repeat;
    margin: 0 auto;
    width:708px;
    height:190px;
}

#zvgoes a{
     position:absolute;
     background-image:url(images/zvgoes.nl.png);
     margin-left:-10px;
     margin-top:80px;
     width: 196px;
     height:109px;
     font-size:0px;

}

#zvgoes span{
    position: absolute;
    left:-999em;
    margin-left:-999em;
}

#nav{
    background-image:url(images/navBG.png);
    background-repeat:repeat-y;
    display:block;
    float:left;
    width:200px;
    height:auto;
    margin: 30px 15px 0 40px;

}

#menu{
    position:absolute;
    margin:-50px 0 0 50px;
    background-image:url(images/menu.png);
    width:108px;
    height:67px;
}


#nav ul{
    margin: 15px;

}

#nav ul li ul{
    display:none;
    margin:0 25px;    
    }

    #nav ul li ul li a{
        text-transform:lowercase;
    }

.current_page_item a{
    color:#fff !important;
}

.current_page_item ul li a{
    color:#F2E513 !important;
}

.current_page_parent{
    color:#fff !important;
}
.current_page_parent ul {
    display:block !important;
    
    }

.current_page_item ul {
    display:block !important;    
}


#nav li{
    list-style:none;
    padding:2px 0;
}

#nav li a{
    font-weight:bold;
    text-transform:uppercase;
    font-size:12px;
    color:#F2E513;
    text-decoration:none;

}

#nav li a:hover{
    color:#fff;
}
#innercontainer{
    background-image:url(images/contentBG.png);
    background-repeat:repeat-y;
    margin-top: 30px;
    display:block;
    float:left;
    width:450px;
    height:auto;
    padding:25px;
}

#form th{
    text-align:left;
}

.css_form_messagefield{
    width:250px;
    height:200px;
}

.css_post_embedded{
    background-image: url(images/input-bg.png);
    background-repeat:repeat;
    background-color:transparent;
    padding:10px;
}

.css_post_header4{
    float:right;
}

input{
    background-image: url(images/input-bg.png);
    background-repeat:repeat;
    background-color:transparent;
    color: #F7E710;
    margin:3px 0;
    padding:4px;
    border: solid 1px transparent;
    font-weight:bold;
   }

   input:hover{
       border: solid 1px #fff;
   }

   textarea{
       background-image: url(images/input-bg.png);
       background-repeat:repeat;
       background-color:transparent;
       color: #F7E710;
       font-weight:bold;
       border:none;

   }

   .button{
       border: solid 0px red !important;
       background-color:#000 !important;
       background-image:none !important;
       color: #F7E710;
       font-weight:bold;
       cursor: pointer;
   }
.clear{
    clear:both;
}

.alignleft{
    float:left;
}

.alignright{
    float:right;
}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.css_post_header1 span{
    position: absolute;
    font-weight:bold;
    color: #F2E513;
    background-color:black;
    padding: 5px 10px;
    margin-top: -20px;
}

#damnright{
    position:fixed;
    background-image: url(images/damnright.png);
    height:26px;
    width:126px;
    right: 0px;
    bottom:0px;
    z-index: 50;
}

#damnright a{
	margin: 3px auto 0 auto;
	background: url("images/dr.png");
	display: block;
	width: 105px;
	height: 12px;
	text-indent: -9999px
}	

	#damnright a:hover{
		background-position: right;
	}

