/* Start of CMSMS style sheet 'Layout: Latitude' */
/*****************
extras
******************/

#printer{
float:right;
width: 30px;
text-align: right;
}

#feature1,
#feature3{
 float: left;
 width: 285px;
 margin-right: 20px;
 padding: 10px 10px 5px 10px;
 margin-bottom: 5px;
 background: #D7D0C1 url(uploads/images/cms/feature-box.jpg) no-repeat;
 min-height: 200px;

}


#feature2,
#feature4 {
 float: left;
 width: 285px;
 padding: 10px 10px 5px 10px;
 margin-bottom: 5px;
 background: #D7D0C1 url(uploads/images/cms/feature-box.jpg) no-repeat;
 min-height: 200px;
}




/*****************
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, Arial, Tahoma, Geneva,  Helvetica, sans-serif;
   font-size: 70.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 */
#content a,
div.breadcrumbs a,
div#footer a,
div.breadcrumbs2 a,
#content a:link,
div.breadcrumbs a:link,
div.breadcrumbs2 a:link,
div.breadcrumbs a:active,
div.breadcrumbs2 a:active,
#content a:active
 {
   text-decoration: underline;
/* 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: #18507C; 
}

#content a:visited,
div.breadcrumbs a:visited,
div#footer a:visited,
div.breadcrumbs2 a:visited 
{
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
#content a:hover,
div#footer a:hover,
div.breadcrumbs a:hover,
div.breadcrumbs2 a:hover 
{
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #333;

}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 960px;
   color: black;

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/
#headerv2 {
  background:transparent url('uploads/images/header_bg.jpg') scroll repeat-x top left;
}
#teaser {
  position:absolute;
  color:#FFFFFF;
  font-size:22px;
  height:148px;
  line-height:35px;
  margin-top:70px;
}
div#header {
   height: 50px; /* adjust according your image size */
   background:  #6488A3;   
 border: 1px #fff solid;       
/*IE6 stuff*/
  position:absolute;
  top:0px;
  margin:0 auto;
  width:100%;
  z-index:20;
}

div#header h1 a {
/* you can set your own image here */
   background:  #6488A3 url(uploads/images/cms/latitude-logo.jpg) no-repeat; 
   display: block; 
   height: 50px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

#header2{
 background: #628EBB;
 height: 168px;
 border: 1px #fff solid;
/*IE6 stuff*/
  position:absolute;
  top:52px;
  margin:0 auto;
  width:100%;
  z-index:20;
}

#sky{
 background: #628EBB url(uploads/images/cms/sky.jpg) no-repeat;
 height: 148px;
 font-size: 22px;
 color: #fff;
 line-height: 35px;
 padding-top: 20px;
}

#flax{
 background: url(uploads/images/cms/flax.png) no-repeat;
 float: right;
 height: 210px;
 width: 200px;
 margin-top: 10px;
}

div#search {
   width: 280px;     /* enough width for the search input box */
   padding-left: 20px;
   padding-top: 15px;
   padding-bottom: 5px;
   text-align: right;
   height: 55px;
   background: url(uploads/images/cms/search-backer.png) no-repeat;
   margin-top: 24px;
}

div#search-home {
   width: 280px;     /* enough width for the search input box */
   padding-left: 20px;
   padding-top: 15px;
   padding-bottom: 5px;
   text-align: right;
   height: 55px;
   background: url(uploads/images/cms/search-backer.png) no-repeat;
   margin-top: 60px;
}

div#search50 {
   width: 280px;     /* enough width for the search input box */
   padding-left: 20px;
   padding-top: 15px;
   padding-bottom: 5px;
   text-align: right;
   height: 55px;
   background: url(uploads/images/cms/search-backer.png) no-repeat;
   margin-top: -85px;
   float: right;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             
   margin: 0 ;              /* css shorthand rule will be opened to be "0 1em 0 1em" */

}

div.breadcrumbs2 {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   color: transparent;

}

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

div#gradient{
   background: url(uploads/images/cms/gradient.jpg) repeat-x;
}


div#main {
   margin-left: 0px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 320px; /* and some air on the right */
}

div#main50 {
   margin-left: 0px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 450px; /* and some air on the right */
}


div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 280px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-top: -58px;
   padding-left: 20px;
   margin-bottom: 10px;
}

div#sidebar50 {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 450px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-top: 51px;
   padding-left: 20px;
   margin-bottom: 10px;

}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 280px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #666;
   background: url(uploads/images/cms/footer.gif) repeat-x;
   padding-top: 45px;
   font-size: 10px;
   height: 30px;

}

div#footerLeft {
   float: left;
   width: 750px;

}



div#footerRight {
 float: right;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}




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


/* HEADINGS */
div#content h1 {
   font-size: 1.9em;  /* font size for h1 */
   line-height: 1.2em;
   margin-bottom: 10px;
   color: #2E5C80;
   font-weight: normal;
   padding: 7px 0;
   border-bottom: solid 1px #ccc;
   border-top: solid 1px #ccc;
   margin-right: 20px;
}

div#main h2,
div#main50 h2,
div#sidebar h2,
div#sidebar50 h2
 {
   color: #2E5C80;
   font-weight: normal;
   padding: 7px 0;
   font-size: 1.6em;  /* font size for h1 */
   line-height: 1.2em;
   border-bottom: solid 1px #ccc;
   border-top: solid 1px #ccc;
   margin-bottom: 10px;
   margin-right: 20px;
}



div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   font-family: Georgia, Verdana, Arial, Tahoma, Geneva,  Helvetica, sans-serif;
   color: #6A5E45; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.6em 0;
}
h5 {
   font-size: 1.2em;
   line-height: 2.2em;
   margin: 0 0 0.25em 0;
   padding-bottom: 5px;
   color: #fff;
}

h5 a{
   color: #fff;
}


h6 {
   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;
}
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-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li,
div#main50 ul li,
div#main50 ol li {
   margin: 0 0 0.25em 3em;
   line-height:1.4em;
   list-style-image: url(uploads/images/cms/bullet.gif);
}

div#sidebar50 ul li,
div#sidebar50 ol li
{
   margin: 0 0 0.25em 3em;
   line-height:1.4em;
   list-style-image: url(uploads/images/cms/bullet.gif);
}


div#sidebar ul li,
div#sidebar ol li
{
   margin: 0 0 0.25em 3em;
   line-height:1.9em;
   list-style-image: url(uploads/images/cms/bullet.gif);
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Layout: Latitude' */

