/* Start of CMSMS style sheet '9Plus :: Left Menu + 1 column' */
/*****************
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;
}


body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 75.01%;
    line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

/*****************
basic layout 
*****************/
body {
   background-color: #000;
   color: #fff;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#wrapper {
   width: 900px;
   margin: 10px auto;
   background-image: url(http://www.9plusonline.com/site/images/logo.gif);
   background-repeat: no-repeat;
   background-position: 50px 250px;
}

div#header {
	width: 750px;
	height: 208px;
	background-image: url(http://www.9plusonline.com/site/images/14.jpg);
	background-repeat: no-repeat;
	margin-left: 200px;
	padding-bottom: 10px;
	border-bottom: solid 3px #666;          
}

div#search {
   float: right;
   width: 30em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 3em 0;
   font-size: 90%;
   margin: 0 1em;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#main{
   padding: 20px 0px;
   width: 750px;
   padding-left: 200px;
}

div#content {
   width: 580px;
   margin-left: 170px;
   text-align: justify;
}

#menu-vert {
   width: 170px;
   float: left;
   display: inline;  /* FIX IE double margin bug */
   margin-left: -30px;
}

div#footer {
   clear: both; 	
   width: 750px;
   margin-left: 200px;
   padding-top: 10px;
   border-top: solid 3px #666;
   text-align: center;
   color: #666;
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #666;
   margin: 1em;
}

/* relational links under content */
div.left49 {
   color: #999;
  width: 49%; 
  text-align: left;
}

div.right49 {
   color: #999;
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #999; 
	font-size: 1.5em;
	font-weight: bold; 
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px dashed #666; 
	border-left: 3px double #666; 
        line-height: 1.5em;
        margin: 0 0 1em 0;
}
div#content h3 {
   color: #666; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #666; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #666; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #666; 
   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: 5px solid #666;
   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 LISTS */

/* LINKS */

div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited {
   color: #999;
   text-decoration: none;
}

div#footer a:hover {
   color: #fff;
}

div#content a, div#content a:link, div#content a:active, div#content a:visited, div.breadcrumbs a, div.breadcrumbs a:link, div.breadcrumbs a:active, div.breadcrumbs a:visited {
   color: #900;
   text-decoration: none;
}

div#content a:hover, div.breadcrumbs a:hover {
   color: #999;
}

/* END LINKS */

/* MODULES */

.cms-module-bookmarks-header {
   display: none;
}
/* End of '9Plus :: Left Menu + 1 column' */

