/* Start of CMSMS style sheet 'stones-default' */
/*****************
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;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */


a,
a:link
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: transparent; 
   color: #FFF;    
}

a:visited {
   text-decoration: none;
   background-color: transparent;
  color: #232323;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent; 
   color: #555555;
}

/*****************
basic layout 
*****************/
body {
   background-color:#000;
   color: #FFF; 
   margin:0em;    /* gives some air for the pagewrapper */
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:75% ;
   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;
}
#wrapper {position: relative; top: 20px; width: 1004px; height: 545px; margin: 0 auto; }

#logobox { background-color: black; position: relative; width: 500px; height: 250px; float: left; border-color: white; border-style: solid; border-width: 0 0 0 0; }

.logo{margin-left:52px}


#photobox { background-color: black; position: relative; left: -3px; width: 460px; height: 210px; float: right; border-color: silver; border-style: solid; border-width: 0 0 0 1px; padding: 40px 0px 0px 40px;}



#navbox { background-color: black; position: relative; width: 500px; float: left; border-style: solid; border-width: 1px 0 0 0; }

div#lang { width: 60px; margin: 10px 0 10px 0; margin: 40px 0 0 100px;}

dfn  {
position : absolute;
left : -1000px;
top : -1000px;
width : 0;
height : 0;
overflow : hidden;
display : inline;
} 

#menu_vert{ position: relative; margin: 20px 0 0 82px; width: 250px;  }
* html #menu_vert li a, * html #menu_vert li hr  {height : 1%;} 
#menu_vert li  {border-bottom : 0 solid silver;display : block;list-style :none;margin : 0;}
#menu_vert ul ul li {border : none;} 
div#menu_vert a{color:#FFF;display:block;min-height:0.51em;padding:.8em .5em .8em 1.5em;text-decoration:none}
div#menu_vert a.activeparent:hover{color:#FFF}
div#menu_vert a:hover{background-color:#000}
div#menu_vert li a.activeparent{background-color:#000;color:#fff}
div#menu_vert ul h3{background-color:#000;color:#D67A1B;display:block;font-size:1em;margin:0;padding:.8em .5em .8em 1.5em}
div#menu_vert ul ul a{background-position:1.5em center;font-size:90%;padding:.5em .5em .5em 2.8em}
div#menu_vert ul ul h3{background-color:transparent;background-position:1.4em center;border-bottom:none;color:#D67A1B;font-size:90%;padding:.3em .5em .3em 2.8em}
div#menu_vert ul ul li a.activeparent{background-color:transparent;background-position:1.5em center;color:#18507C}
div#menu_vert ul ul ul{padding-bottom:.5em}
div#menu_vert ul ul ul a{padding:.3em .5em .3em 4.3em}
div#menu_vert ul ul ul h3{padding:.3em .5em .3em 4.3em}




#content { background-color: black; position: relative; left: -3px; width: 420px; float: right; padding: 40px; border-style: solid; border-width: 1px 0 0 1px; min-height: 290px;height:auto !important;height:290px;}

#footer { position: relative; clear: both; border: solid 10px #000 ;color: #232323;
   background-color: #000;  }

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   display: block;
              /* adjust according your image size */

}

div#footer p a {
   color: #232323; /* needed becouse footer link would be same color as background otherwise */
}





/********************
CONTENT STYLING
*********************/

* html h3 {font-size: 1.0em; }

div#content {

}

/* HEADINGS */


div#content h1 {
   font-size: 1.5em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #FFF; 
	font-size: 1.2em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #FFF; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #FFF; 
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #FFF; 
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #FFF; 
   font-size: 1em;
   line-height: 0.9em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */

   font-style:italic;
}






/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'stones-default' */

