/* 	Theme Name: Helix	

Theme URL: http://www.dutchearth.nl	
Description: Layout voor Helix.	
Author: Dutch Earth	
Author URI: http://www.dutchearth.nl	
Version: 1.0	*/

body {
        background: #006699;
	width: 960px;
	color: #515151;
 	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}

body.FF {
                overflow-y: scroll;
                overflow-x: hidden;
}	

#wrap {
                background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
}	

#wrapforum {
width: 920px;
}

/*************************************************		
Common				
*************************************************/

p {
	line-height: 24px;
	padding: 8px 0;
}

a, a:visited {
color:#006DAD;
text-decoration: none;
 font-weight: bold;
cursor: pointer;
}	

a:hover {
color:#006DAD;
text-decoration: underline;
 font-weight: bold;
}	


/*************************************************	
Header  
*************************************************/


#header {

background: #000000;
	width:940px;
	height: 10px;
	color: #000000;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 0px auto 0px;
	overflow: hidden;
}



#header p {

color: #333333;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
}


#headers {
	width:940px;
	height: 110px;
	color: #000000;
	margin: 0px 0px 0px 10px;
	padding: 0px auto 0px;
	overflow: hidden;
}

#aboveheader {

background: #006599 url(http://www.nwsvhelix.nl/images/aboveheader.jpg);
	width:960px;
	height:57px;
}	

#aboveheader a img {
                margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	border: 0px;
                float: right;
}	



/*************************************************	
Navbar
************************************************/

.solidblockmenu ul{
margin: 0px 10px 0px 10px;
padding: 0px;
float: left;
font: bold 14px "Century Gothic";
width: 940px;
height: 41px;
border: 0px solid #625e00;
text-transform: uppercase;
background: #3399CC url(http://www.nwsvhelix.nl/images/navachter.jpg);
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a {
float: left;
color: white;
width: 100px;
height: 41px;
text-align: center;
text-decoration: none;
border-right: 0px solid white;
line-height: 41px;
padding:0px;
background: #3399CC url(http://www.nwsvhelix.nl/images/nav.jpg);
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
background: url(http://www.nwsvhelix.nl/images/navselected.jpg);
color: white;
}

.tabcontainer{
width:940px; /*width of 2nd level sub menus*/
height:29px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

.tabcontent ul{
margin: 0px 10px 0px 10px;
padding: 0px 0px 0px 14px;
float: left;
font: bold 10px "Century Gothic";
width: 926px;
height: 29px;
border: 0px solid #625e00;
border-width: 0px 0;
background: #333333 url(http://www.nwsvhelix.nl/images/navsub.jpg) left bottom no-repeat;
}

.tabcontent li{
display: inline;
}

.tabcontent li a{
float: left;
color: white;
margin: 8px 0px 4px 0px;
padding: 0px 15px 0px 15px;
text-transform: uppercase;
border-right: 1px solid white;
}

.tabcontent li a:visited{
color: white;
}

.tabcontent li a:hover, .tabcontent li a.current{
color: white;
text-decoration: underline;
}

 
 /*************************************************	
Content 					     		    
*************************************************/
 
 
#content {
        float: left;
        background: #FFFFFF;
        width: 960px;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
}	

#content p {
text-align: justify;
font-size: 12px;
   }	

#content h1, #content h1 a, #content h1 a:visited  {

color:#014d67;
	font-size: 20px;
	font-family: "Georgia";
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;

}
    
#content h1 a:hover {

        color:#014d67;
	text-decoration: underline;

}	


#content h2 {

  	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 8px 0;
      }

#content h2 a, #content h2 a:visited  {
 font-weight: normal;
}

#content h2 a:hover  {
 font-weight: normal;
}

#content h2.arh {
	font-size: 12px;
	background: url(http://www.nwsvhelix.nl/images/arh.gif) repeat-x 0 0;
	line-height: 37px;
	padding: 0 0 0 10px;
        margin: 0px;
        font-weight: bold;
}

#content h2.important {
	font-size: 12px;
        font-weight: bold;
	background: orange;
	line-height: 37px;
	padding: 0 0 0 10px;
        margin: 0px 0px 5px 0px;
        color: #FFF;
        
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
display: block;
overflow: hidden;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

.green a, .green a:visited, .green a:hover {
color: green;
}	
.orange a, .orange a:visited, .orange a:hover {
color: orange;
}	
.red a, .red a:visited, .red a:hover {
color: red;
}	


/*************************************************	Homepage  *************************************************/	

#homepage {
float: left;        
background: #FFFFFF;
        width: 620px;
        margin: 0px 10px 0px 10px;
        padding-top: 30px;
        line-height: 18px;
}	
/* Content (latest) */

#homepage #latest {
	width: 580px;
        margin-left: 20px;
	border-top: #EBEBEB 1px solid;
}

#homepage #latest h3 {

color: #000000;
font-size: 14px;
font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
}	

#homepage #latest h3 a, #homepage #latest h3 a:visited {
color: #000000;
	text-decoration: none;
margin: 5px 0px 5px 0px;
	padding: 8px 8px 8px 8px;
background: #999999;
line-height: 37px;
}

#homepage #latest h3 a:hover {
color:#014d67;
	text-decoration: none;
line-height: 37px;
}	

/* Homepage (latest > post) */

#homepage #latest .post {
	width: 100%;
	padding: 10px 0;
	border-bottom: #EBEBEB 1px solid;
	clear: both;
}

#homepage #latest .post h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 8px 0;
}

#homepage #latest .post p {
	line-height: 24px;
	padding: 2px 0 5px 0;
	display: inline;
}

#postpage, #postpage p {
display: inline;
line-height: 20px;
padding: 10px 0;
margin: 0px;
font-size: 12px;
text-align: justify;
}

#homepage #latest img.alignleft {
	margin-top: 5px;
	margin-bottom: 0;
padding: 3px;
border: 1px #CCC solid;
overflow: hidden;
}

a.read-more {
	font-weight: bold;
	margin-left: 1px;
        font-size: 12px;
}

/* Content (latest > more posts) */

#homepage #latest #more-posts {
	width: 100%;
}

#homepage #latest #more-posts ul {
	width: 100%;
	font-family: Georgia;
	font-size: 17px;
	padding: 0;
}

#homepage #latest #more-posts li {
	line-height: 27px;
	padding: 6px 0 7px 0;
	border-bottom: #EBEBEB 1px solid;
}

#postarea {
float: left;
width: 520px;
margin: 10px 0px 15px 40px;
padding: 10px;
}

#homepage #latestnoscroll {
	width: 580px;
        margin-left: 20px;
	border-top: #EBEBEB 1px solid;
}

/* Homepage (latest > post) */

#homepage #latestnoscroll .post {
	width: 100%;
	padding: 10px 0;
	border-bottom: #EBEBEB 1px solid;
	clear: both;
}

#homepage #latestnoscroll .post h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 8px 0;
}

#homepage #latestnoscroll .post p {
	line-height: 24px;
	padding: 2px 0 5px 0;
	display: inline;
}


/*************************************************	Sidebar  *************************************************/	

#sidebar {
     
float: right;
   background: #FFFFFF;
        width: 300px;
        margin: 0px 10px 0px 0px;
        padding: 0px;
}	

/* Sidebar Adverts */

#sidebar .adverts {
	width: 300px;
	padding: 0px 0 10px 10px;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/*************************************************	Werkruimte  *************************************************/	

#werkruimtesidebar {
        background: #006599 url(http://www.nwsvhelix.nl/images/werkruimtesidebar.jpg) no-repeat;
        float: left;
        width: 300px;
        min-height: 230px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 19px;
      }	

#werkruimtesidebar h3 {
     margin: 0px 0px 5px 0px;
     padding: 0px;
     color: #FFFFFF;
     font-size: 14px;       
      }

/*************************************************	Agenda  *************************************************/	

#agendasidebar {
        background: #FFFFFF url(http://www.nwsvhelix.nl/images/agendasidebar.jpg) left bottom no-repeat;
        float: left;
        width: 300px;
        height: 140px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        line-height: 19px;
      }	

#agendasidebar h3 {
     margin: 0px 0px 5px 0px;
     padding: 0px;
     color: #FFFFFF;
     font-size: 14px;       
      }

#agenda2sidebar {
        background: #FFFFFF url(http://www.nwsvhelix.nl/images/agenda2sidebar.jpg) left bottom no-repeat;
        float: left;
        width: 300px;
        height: 140px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        line-height: 19px;
      }	

#agenda2sidebar h3 {
     margin: 0px 0px 5px 0px;
     padding: 0px;
     color: #FFFFFF;
     font-size: 14px;       
      }

#verjaardagensidebar {
        background: #FFFFFF url(http://www.nwsvhelix.nl/images/verjaardagensidebar.jpg) left bottom no-repeat;
        float: left;
        width: 300px;
        height: 140px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        line-height: 19px;
      }	

#verjaardagensidebar h3 {
     margin: 0px 0px 5px 0px;
     padding: 0px;
     color: #FFFFFF;
     font-size: 14px;       
      }

#agendalang {
     
        float: left;
        width: 520px;
        margin: 0px 10px 0px 50px;
        padding: 0px;
        line-height: 18px;
      }	

#agendalang h3 {
     margin: 0px 0px 5px 0px;
     padding: 0px;
     color: #3399CC;
     font-size: 14px;       
      }

#agenda ul {
     
       margin: 0px;
       padding: 5px;
       color: #FFFFFF;
       list-style: none;
       border: 1px dashed #99CCFF;
}	

#agenda ul li {
     padding: 3px 5px 2px 5px;
     background: #E1F1FF;
     margin-bottom: 3px;       
}	

#agenda li a, #agenda li a:visited {
     font-size: 10px;
     font-weight: bold;
     color: black;        
}	

#agendalang ul {
     
       margin: 0px;
       padding: 5px;
       color: #FFFFFF;
       list-style: none;
       border: 1px dashed #99CCFF;
}	

#agendalang ul li {
     padding: 3px 5px 2px 5px;
     background: #E1F1FF;
     margin-bottom: 3px;       
}	

#agendalang li a, #agendalang li a:visited {
     font-size: 10px;
     font-weight: bold;
     color: black;        
}	

.itemsleft {
width: 295px;
float: left;
margin: 0px 10px 0px 0px;
}

.itemsright {
width: 295px;
float: right;
margin: 0px 0px 0px 0px;
}

.itemssidebar {
width: 295px;
float: left;
color: #FFFFFF;
margin: 10px 0px 0px 15px;
}

.itemssidebar a, .itemssidebar a:visited  {

        color:#FFFFFF;

}

.itemssidebar a:hover {

        color:#FFFFFF;

}



/*************************************************	Login  *************************************************/	

#login {
     
        background: #333333 url(http://www.nwsvhelix.nl/images/loginbackgrijs.jpg);
        width: 300px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 8px 0px;
        color: #FFFFFF;
}

#login p {

                color: #FFFFFF;
	font-size: 12px;
	font-family: Century Gothic;
	margin: 0px;
                text-align: left;
	padding: 0px 0px 0px 20px;
                font-weight: bold;
	text-transform: uppercase;
}

#login a, #login a:visited {

                color: #FFFFFF;
	font-family: Century Gothic;
	margin: 0px;
                text-align: left;
                font-weight: bold;
	padding: 0px 0px 0px 20px;
}

#login a:hover {

                color: #FFFFFF;
	font-family: Century Gothic;
	margin: 0px;
                text-align: left;
                font-weight: bold;
	padding: 0px 0px 0px 20px;
}

#loginlang {
     
        background: #333333 url(http://www.nwsvhelix.nl/images/loginbackgrijs.jpg) no-repeat;
        width: 300px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 8px 0px;
        color: #FFFFFF;
}

#loginlang p {

                color: #FFFFFF;
	font-size: 12px;
	font-family: Century Gothic;
	margin: 0px;
                text-align: left;
	padding: 0px 0px 0px 20px;
                font-weight: bold;
	text-transform: uppercase;
}

#loginlang a, #loginlang a:visited {

                color: #FFFFFF;
	font-family: Century Gothic;
	margin: 0px;
                text-align: left;
                font-weight: bold;
	padding: 0px 0px 0px 20px;
}

#loginlang a:hover {

                color: #FFFFFF;
	font-family: Century Gothic;
	margin: 0px;
                text-align: left;
                font-weight: bold;
	padding: 0px 0px 0px 20px;
}


#lidworden {
     
        background: #333333 url(http://www.nwsvhelix.nl/images/loginback.jpg);
        width: 300px;
        height: 29px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
}

#lidworden p {

                color: #FFFFFF;
	font-size: 12px;
	font-family: Century Gothic;
	margin: 0px;
	padding: 5px 0px 0px 0px;
                font-weight: bold;
	text-transform: uppercase;
}		

#lidworden a, #lidworden a:visited {

                color: #FFFFFF;
	font-size: 12px;
	font-family: Century Gothic;
	margin: 0px;
	padding: 5px 0px 0px 280px;
                font-weight: bold;
	text-transform: uppercase;
                text-decoration: none;
}

#lidworden a:hover {

                color: #000000;
	font-size: 12px;
	font-family: Century Gothic;
	margin: 0px;
	padding: 5px 0px 0px 280px;
                font-weight: bold;
	text-transform: uppercase;
                text-decoration: none;
}






/****************************************  Helix Kamer  ******************************************/	


#helixkamer {
                background: #1c77a4;
                color: #FFFFFF;
	float: left;
	width: 293px;
	height: 20px;
	margin: 5px 0px 0px 0px;
	padding: 1px 2px 2px 5px;
                font-weight: bold;
}		


/*************************************************	Footer  *************************************************/	

#footer {

background: #3399cc url(http://www.nwsvhelix.nl/images/footer.jpg);
	width: 944px;
	height: 46px;
	margin: 0px auto 0px;
	padding: 16px 0px 0px 16px;
	text-align: left;
}		

#footer p {
                color: #FFFFFF;
	font-size: 10px;
	font-family: Century Gothic;
	margin: 0px;
	padding: 9px 0px 0px 14px;
                font-weight: bold;
	text-transform: uppercase;
}		

#footer a, #footer a:visited {
                color: #FFFFFF;
	font-size: 10px;
	font-family: Century Gothic;
	margin: 0px;
	padding: 14px 0px 0px 0px;
                font-weight: bold;
	text-transform: uppercase;
}	

#footer a:hover {
                color: #FFFFFF;
	font-size: 10px;
	font-family: Century Gothic;
	margin: 0px;
	padding: 14px 0px 0px 0px;
                font-weight: bold;
	text-transform: uppercase;
}	

#footer img, #footer a img {
	margin: 5px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
                float: right;
}	

#footer .fleft {
width: 644px;
height: 46px;
float: left;
}

#footer .fright {
width: 244px;
height: 46px;
float: right;
}



/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*************************************************	Gallery *************************************************/	

#thumbgallery img {
                float: left;
	background:#E1F1FF;
               margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	display: inline;
}	

div#container {
	padding: 20px;
}
div#photocomment {
	height:150 px; 
}

/*************************************************

 #linksgallery a, a:visited {
color:#3399cc;
text-decoration: none;
font: bold 14px "Century Gothic";
}	

#linksgallery a:hover {
color:#3399cc;
text-decoration: underline;
font: bold 14px "Century Gothic";
}

   *************************************************/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(http://www.nwsvhelix.nl/images/js/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(http://www.nwsvhelix.nl/images/js/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(http://www.nwsvhelix.nl/images/js/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
