/* Start of CMSMS style sheet 'Layout: Left sidebar + 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;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 90.0%;
   background-image:url(http://djfs.co.seneca.oh.us/cmsmadesimple/images/bg.png); 
   background-color: #c6dbe7;

/* background-image:url(http://djfs.co.seneca.oh.us/cmsmadesimple/uploads/images/48.jpg); */

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
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 */
   color: #024c6d; 
}

/* on hover change color */
a:hover {
   text-decoration: underline;
   background-color: #C7C7C7;
   color: #024c6d;
}


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/*****************
basic layout 
*****************/
body {
   color: #000;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   max-width: 80em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: black;
}


/*** 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: 108px;    adjust according your image size */        
   padding-left 2em;
     border-width: 0px;
   width: 19em;
   cursor: pointer;
}

div#header h1 a {
/* you can set your own image here */
/*   display: block; */
/*   height: 500px;             /* adjust according your image size */   */
   text-indent: -999em;  /* this hides the text */
/*  width: 19em; */
text-align: center;
  border-width: 0px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border-width: 0px;
}

/* many images we want a border around */
img.border {
   border-width: 1px;
   border-color: 024c6d;
   border-style: solid;
}

/* position for the search box */
div#search {
   width: 25em;    /* enough width for the search input box */
   text-align: left;
   padding: 1em 0em 1em 0;
   margin: 0 0em;
  font-size: 80%;
}

div.breadcrumbs {
   padding-top: 1em; /* 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: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

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

 div#content {
    margin: 1.5em 1em 2em 1em;   /* some air above and under menu and content */
}


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

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 18.5em;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   
}



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

/* relational links under content */
div.left49 {
  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
*********************/
div#content {

}



h2 {
display:inline-block;
	color: #024c6d; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 37px;
	padding-bottom: 3px;
/* set borders around header */
	border-bottom: 2px solid #024c6d; 
/*	border-left: .5em solid #f68113; */
background:transparent url(./images/logomed.png) center left no-repeat;
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
        width: 75%;
}

h3 {
   color: #024c6d; 
   font-size: 1.5em;
   line-height: 1.5em;
   margin: 0.5em 0 0.25em 0;

}
h4 {
   color: #024c6d; 
   font-size: 1.2em;
   line-height: 1.2em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #024c6d; 
   font-size: 1 em;
   line-height: 1 em;
}
h6 {
   color: #024c6d; 
   font-size: .9em;
   line-height: .9em;
   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.5em;
   padding: 0;
}

td {
  font-size: 1em;
  line-height: 1.4em;
}

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

div.box {
  padding: 20px;
  margin: 20px;
  color: #FFFFFF;
  background: #024c6d;
}

div.box a{
  color: #FFFFFF;
}

div.fixme {
  padding: 20px;
  margin: 20px;
  background:#FF0000;
  color:#FFF
}

/* END LISTS */


/* accordion */
.accordion {
}

.accordion dt {
   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 */
   color: #024c6d; 
   font-weight: normal;
   margin: 1em 1em 1em 1em;
   cursor: pointer;
}

.accordion dt:hover, .accordion dt.over {
	cursor: pointer;
	cursor: hand;
}

.accordion dd {
	display: none;
	border: 1px solid #aaa;
	padding: 3px;
	overflow: hidden;
}

.accordion dd.open {
	display: block;
}

.accordion dd.getHeight {
	display: block;
}


/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:3em;
	border:1px solid #F60;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

.question {
padding-bottom: 1.5em;
}
/* Apply this class to text/select input fields with shorter labels
		to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}


div.cms-module-bookmarks-header {
color: #024c6d; 
   font-size: 1.5em;
   line-height: 1.5em;
   margin: 0.5em 0 0.25em 0;
}

.cms-module-bookmarks-list li{
   font-size: 1em;
   line-height: 1.5em;
}

a[href$='.pdf']{
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(./uploads/images/pdf.png) center left no-repeat;
}

div.bottom{
  clear: both;       /* keep footer below content and menu */
   WIDTH: 100%;  
   position: relative;
  padding-top: 18px;
}



.header{
   width: 100%;
   left: 0%;
  text-align:center;
  font-size:115%;
  letter-spacing:2px;
   clear: both;
   float: left;
   position: relative;
  padding-bottom: 1.5em;
}

.colmask{
   width: 100%;
   left: 0%
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
   background-color: #004d68;
   padding-top: 1em;
   padding-bottom: 1em;
   border-top: #c6c7c6 1px solid;
   color: #FFFFFF;
}

.colmask a{
  color: #FFFFFF;
}

.colmid{ 
   right: 25%;
   float: left;
   width: 100%;
   position: relative;
   background-color: #004d68;
}

.colin{ 
   right: 25%;
   float: left;
   width: 100%;
   position: relative;
   background-color: #004d68;
 }

.colleft{ 
   right: 25%;
   float: left;
   width: 100%;
   position: relative;
   background-color: #004d68;
}

.col1{
   width: 23%;
   left: 101%;
   padding: 0px 0px 0em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #004d68;
   text-align: center;
}
.col2{
   width: 23%;
   left: 53%;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #004d68;
}
.col3{
   width: 23%;
   left: 80%;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #004d68;
text-align: center;
}
.col4{
   width: 23%;
   left: 82%;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #004d68;
text-align: right;
}
.footer{
   width: 100%;
   left: 0%;
   clear: both;
   float: left;
   position: relative;
   background-color: #004d68;
}

/* End of 'Layout: Left sidebar + 1 column' */

