/* Start of CMSMS style sheet 'AOMAM Styles' */
/*****************
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: 12px;
   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;
}

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

/* center wrapper, min max width */
div#pagewrapper {
   /* border: 1px solid #939598; */
   margin: 0 auto;     /* this centers wrapper */
   max-width: 800px; /* IE wont understand these, so we will use javascript magick */
   min-width: 800px;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 130px; /* adjust according your image size */
   margin-top: 20px;
   background: #fff;           
}

div#header h1 a {
/* you can set your own image here */
   margin-left: 32px;
   background: #fff url(uploads/images/logo.png) no-repeat; 
   display: block;
   width: 138px;
   height: 85px;             /* adjust according your image size */
   vertical-align: middle;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#header img {
   margin-right: 32px;
   float: right;
   width: 580px;
   padding-top: 8px;
}

/*** Style search box ***/

div#search {
   position: absolute;
   top: 130px;
   float:left;
   margin-left: 32px;
}

fieldset.search {
	border: none;
	width: 154px;
}

.search input, .search button {
	border: none;
	float: left;
}

.search input.box {
	color: #939598;
	font-size: 12px;
	width: 140px;
	height: 18px;
	background: url(uploads/images/theme/search-input.gif) no-repeat;
        text-align: center;
        padding-top: 1px;
}

div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 85%;
   margin-bottom: 1.5em;
   text-align: left;
}

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


div#content {
   margin: 32px 32px 2em 0; /* some air above and under menu and content */
}

div#main {
   margin: 0 160px 0 190px;
   background: url(uploads/images/theme/main-bg.gif) no-repeat;
   padding: 0 26px 0 16px;
}

div#main a {
   text-decoration: none;
   color: #ea7d31; 
}

div#main a:hover {
   text-decoration: underline;
   color: #ea7d31;
}

#main.scroll {
  border: 1px solid #fff;
  color: #797979;
  padding: 10px;
  width: 385px;
  height: 300px;
  overflow: auto;
}


div#sidebarLeft {
   float: left;
   width: 156px;    /* sidebar width, if you change this please also change #main margins */
   margin-left: 32px;
}

div#sidebarRight {
   float: right;
   width: 160px;    /* sidebar width, if you change this please also change #main margins */
   margin-left: 16px;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #939393;
   background-color: #fff; /* same bg color as in header */
   border-top: 1px dotted #fdb813;
   margin: 0 32px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #939393; /* needed because 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 16px 1em 0;
   border-bottom: 1px dotted #fdb813;
}

/* 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;
}




/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #FDB813;
   font-family: Verdana;
   font-size: 15px; 
   text-align: left; 
   padding-right: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #FDB813; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #EA7D31;
   font-family: Georgia;
   margin: 0 0 0.5em 0;
   font-size: 14px;
   line-height: 1.4em;
   padding: 0;
}
div#content h4 {
   background-color: #ea7d31; 
   font-size: 12px;
   color: #ffffff;
   padding: 3px 10px;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
div#main p {
   font-family: Georgia;
   font-size: 13px;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   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;
}

/* 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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-family: Georgia;
   font-size: 13px;
   line-height:1.4em;
   margin: 0 0 1.5em 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;
}
/* END LISTS */

/* TABLE STYLES */
.table-style {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #feca58;
  margin: 0;
  padding: 0;
  font-family: Georgia, Arial, Verdana;
}

.table-style th, .table-style td {
  border: 1px dotted #feca58;
  padding: 0.5em;
}

.table-style th[scope=col] {
  border-bottom: 2px solid #feca58;
  color: #fff;
  background-color: #ea7d31;
}

.table-style tr.alt td {
  background-color: #ececec;
}

.table-style tr.note td {
   background-color: #feca58;
   border-top: 1px solid #feca58;
}
/* END TABLE STYLES */
/* End of 'AOMAM Styles' */

