/* Start of CMSMS style sheet 'Porsche : Main' */
  html * { font-size: 100.01% }
    /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  textarea, pre, tt, code {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;  	
  }

* {
  margin:0;
  padding:0;
}

body {
   background: url(uploads/images/porsche_pics/porsche_web_pics/bgporsche.gif) repeat-y center;
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 74.00%;
}

div {
   font-size: 100.00%;
}

img {
   border: 0;
}


 .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
 .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }


a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #ff6600;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ff6600;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #ff6600;
}

body {
   background-color: #E9E9E9;
   color: #666666;
   margin:0;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   max-width: 830px;
   min-width: 830px;
   background-color: #fff;
}

div#header {
   /* border-bottom: 4px solid #948979; */
   border-bottom: 4px solid #b0a18b;
   font-size: 24px;
   margin-bottom:15px;
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
}

div#header h1 {
   font-size: 32px;
   color: #ff6600;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#slogan {
   padding-left: 30px;
   font-size: 11px;
   color: #cccccc;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {
   width: 200px;  
   padding: 0.6em 0 0.5em 0;
   margin: 0 0.5em 0.5em 1em;
   color: #666666;
}

div#search input {
   margin: 1em 0 0 0;
   color: #666666;
}


div#content {
   color: #666666;
   float: right;
   width: 615px;
   min-height: 715px;
   border-left: 1px solid #e9e9e9;
   text-align: left;
}

div#content p {
   /*font-size: 1em;*/
   padding: 0 60px 0 50px; /* some air around p elements */
   /*line-height: 1.5em;*/
}

div#content h1, h2, h3, h4, h5, h6 {
   padding: 5px 60px 5px 50px; /* some air around p elements */
}

div#content table {
   padding: 10px 0px 10px 50px; /* some air around p elements */
}


div#leftsidebar {
   float: left;
   width: 205px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

div#leftsidebar p {
   /*font-size: 1em;*/
   padding: 0 20px 0 10px; /* some air around p elements */
   /*line-height: 1.5em;*/
}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}

div#footer {
   clear: both;
   /* background-color: #fff; */
   background-color: #fff;
   color: #000;
   border-top: 1px solid rgb(204,204,204);
}

 div#footer p {
   font-size: 0.8em;
   padding: 1em;
   margin: 0;
   background-color: #fff;
   color: #000;

} 

 div#footer p a {
   color: #000;
   /* border-bottom:1px dotted #000; */
   border-bottom:1px solid #000;
   text-decoration: none;
   background-color: #fff;
   color: #000;

} 

 div#footer p a:hover {
   color: #000;
   /* background-color: #fff; */
   background-color: #fff;
   text-decoration: none;
   border-bottom:1px dotted #000;
} 


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px solid #c0c0c0;
   margin: 15px 60px 15px 50px;
}

h1 {
   color: navy; 
   font-size: 24px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0;
}

h2 {
   color: navy; 
   font-size: 20px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0;
}

h3 {
   color: navy; 
   font-size: 18px;
   line-height: 130%;
   margin: 0;
}

h4 {
   color: navy; 
   font-size: 15px;
   line-height: 1.3em;
   margin: 0;
}

h5 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.5em;
   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;
}

img.left { float: left;  margin-bottom: 5px; margin-right: 20px; }
img.gauche {float: left;  margin: 5px 20px 5px 50px; }
img.right { float: right;  margin-bottom: 5px; margin-left: 20px; }
img.droit {float: right;  margin: 5px 60px 5px 20px; }
img.env { margin-left: 8px; margin-right: 8px; }
img.page {margin-bottom: 20px; }
img.body {margin: 20px 0; }

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Porsche : Main' */


/* End of 'Porsche : Main' */

