/* Start of CMSMS style sheet 'VPTZ: Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.75em;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/

a:focus{
            -moz-outline-style: none;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #007762; 
  outline-style: none;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #007762;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: #feeed3;
   color: #007762;
}

/*****************
basic layout 
*****************/
body {
   background-color: #bab5ac;
   color: #007762;
   margin: 0; 
}

div#pagewrapper {
   background: url(uploads/layout/content_bg.jpg) repeat-y; 
   margin: 10px auto;
   max-width: 997px;
   min-width: 997px;
   background-color: #fff;
   color: #007762;
   _width: 997px;
}

div#slogan {
   float:right;
   width:240px;
   position:relative;
   top:50px;
   right:250px;
   font-size:34px;
   line-height:44px;
   display:block;
}

/*** header ***/

div#header {
    background:  url(uploads/layout/header_bg.jpg) no-repeat; 
    height: 143px;
}

div#header h1 a {
  /* background: url(uploads//layout/logo_vptz.jpg) no-repeat 110px 10px; */
   display: block; 
   height: 200px;
   text-indent: -999em;
   text-decoration:none;
}

div#content {
  margin: 0 auto 0 0; 
}

div#main {
    background: url(uploads/layout/main_bg.jpg) no-repeat 0 27px;
  *background-position: left top; /* IE 7+6 hack no W3s css validate */
    width:566px;
    margin-left:205px;
    min-height:390px;
    padding: 55px 45px 20px 70px;
   _position: relative;
   _right: 3px;
   _height: 390px;
}


div#sidebar {
   float: left;  
   background: url(uploads/layout/leftsidebar_bg.jpg) no-repeat right top; 
   width: 205px;   
   min-height:443px;
   display: inline; 
   margin-left: 0;
   _position: relative;
   _top: -29px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   background: url(uploads/layout/footer_bg.jpg) no-repeat ; 
   height:23px;
   color: #fff;
}

div#footer img {
   _display: none;
}

div#footer p {
   font-size: 10px;
   padding: 10px;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

div#search {
   float: left;
   width: 145px;
   text-align: left;
   margin: 40px 0px 4px 30px;
   z-index:99;
   _position: relative;
   _left: -21px;
}

div#search input {
   border-top: 1px solid #66ada1;
   border-bottom: 1px solid #66ada1;
   border-left: 0;
   border-right: 0;
   color: #f8b333;
   padding: 2px;
}

div#weeversnet {
   float: left;
   width: 145px;
   text-align: left;
   font-size: 9px;
   margin: 2px 0px 0px 30px;
}

div#weeversnet p {
   color: #fff;
}

div#weeversnet a {
   text-decoration: none;
   color: #fff;
}

div#weeversnet a:hover {
   text-decoration: underline;
   background: #007763;
   color: #f8b332;
}

div#font_resize {
    margin-left:30px;
    padding-top:0px;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 1.13em  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #007762; 
   font-size: 1.5em; 
   text-align: left; 
   margin: 0 0 20px 0;
    line-height: 24px;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 24px;
   margin: 0 0 20px 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 0.50em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 0.75em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.1em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* --------------------------  LOGIN FORMULIER ------------------------------- */

#loginform font {
font-size: 1em;
}

#loginform input {
width:100px;
margin:5px 0 5px 0;
border: 1px solid #026865;
}

#loginform .captchapict {
border: 1px solid #026865;
}



/* END LISTS */


/* End of 'VPTZ: Layout' */

