/* Start of CMSMS style sheet 'jeromecss' */

h1.super{
font: 72px 'English 111 Vivace BT',Times;
margin-bottom:-20px;
color:#000000;
margin-left:170px;
}

span.subber{
font-size: 9px; 
color: #600b0b; 
font-weight: bold; 
text-transform: uppercase; 
margin-left:220px; 

}

* {
margin:0;
padding:0;
}
input{margin:3px}

.commenti{margin-left:5px; 
border-left:2px #999 solid; 
padding-left: 5px
}

.commenti li{list-style:none;
}



/*
Set initial font styles
*/
body {
background-color:#f2f2ce;
   text-align: left;
   font-family: Times new roman;
   font-size: 75.01%;
   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
*/
/* 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: inherit; 
   color: #600b0b; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #600b0b;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #ff0000;
}

/*****************
basic layout 
*****************/
body {
   background-color: #f2f2ce;
   color: #000;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
text-align:left;
margin: 0px auto 0px;       
width: 800px;  
vertical-align:text-top;
color: black;
background-image: url('./images/content.jpg');
background-repeat:y-repeat;
}

div#linkmgr{
padding-left:10px;
}

div#linkmgr ul {
list-style:none;}

div#numero{
width:135px;
margin-top:-60px;
margin-left:620px;
z-index:1}

div#palteau{text-align:left;
overflow:visible;
background-image:url('./images/palteau.gif'); 
background-repeat:no-repeat;
width:330px; 
position:relative;
z-index:11;
height:350px; 
padding:15px;
margin-left:-30px;
margin-top:-5px;}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 200px;    /* adjust according your image size */
background-image: url('./images/head.jpg');
background-repeat:no-repeat;
margin-bottom:10px;      
}
div#links-menu{
padding-left:10px;text-align:left}

div#links-menu li{
margin-top:8px}

div#menu1{
margin:80px auto;
font-weight:bold;
width:740px;
height:30px;
border-bottom:1px solid #000;
border-top:1px solid #000;
 background-color: #F6E3CE; 
}

div#menu2{
font-weight:bold;
margin:-80px auto;
width:740px;
height:30px;
border-bottom:1px solid #000;
}

div#header h2 {
padding-left:20px;
/* you can set your own image here */
   display: block;
   color:#ffffff;
   }

/* position for the search box */
div#search {
padding-top:2px;
margin-top:-3px;
   float: right;
   width: 26em;    /* enough width for the search input box */
   text-align: right;
  
}

div.breadcrumbs {
   padding: 2em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-left: 30px;
float:left;
  
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
font-size:14px;
 } 

div#content {
margin: 5px auto 0 0;   /* some air above and under menu and content */
}

div#main{
padding:2px;
text-align:left;
float:left;
margin-left: 25px; /* this will give room on the left side*/
width:455px;
}

div#end{
width: 100%;  
height:99px;
background-image: url('./images/foot.jpg');
background-repeat:repeat-y;
clear:both
}
div#sidebar {float:right;
overflow:visible;
width:280px;
height:1075px;
border-left:1px solid #999 ;
background-image: url('./images/Jerome-3.jpg');
background-repeat:no-repeat;
background-position:70px 632px;
}


div#footer {
margin-top:248px;
float:right;
font-weight:bold;
border-top:1px solid #000;
width:250px;
margin-right:20px;
clear: both;       /* keep footer below content and menu */
border-bottom:1px solid #000;
}

div#footer p {
padding:3px;
border-bottom:1px solid #000;
   text-align: left;  /* left text */
   margin: 0;
}

div#footer p a {
   color: #600b0b; /* needed becouse footer link would be same color as background otherwise */
}


/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #600b0b;  
	font-size: 1.5em; 
	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: #600b0b; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #600b0b; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #600b0b; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #600b0b; 
   font-size: 1em;
   line-height: 1.3em;
   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.4em;
   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;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* 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 of 'jeromecss' */

