#ccm-highlighter {
  margin-top: -49px;
}

html {
/*background:  white  url('../images/background.jpg') fixed*/
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 247, 233, 1) 90%, rgba(246, 239, 208, 1) 99%, rgba(246, 239, 208, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(90%, rgba(252, 247, 233, 1)), color-stop(99%, rgba(246, 239, 208, 1)), color-stop(100%, rgba(246, 239, 208, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 247, 233, 1) 90%, rgba(246, 239, 208, 1) 99%, rgba(246, 239, 208, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 247, 233, 1) 90%, rgba(246, 239, 208, 1) 99%, rgba(246, 239, 208, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 247, 233, 1) 90%, rgba(246, 239, 208, 1) 99%, rgba(246, 239, 208, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 247, 233, 1) 90%, rgba(246, 239, 208, 1) 99%, rgba(246, 239, 208, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6efd0', GradientType=0 );
}

body {
/*background-image: url('../images/background.jpg'); */
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

p {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.0em;
}

li, li a{
   text-decoration:none;
   list-style-type: none;
}

#sitetitle, #sitetitle a {
  margin: 1em 0 0 0;
  font-family: 'Parisienne', cursive;
  font-size: 1.7em;
  float: none;
}

.side-nav {
  padding: 25px 10px 0 10px;
}

.side-nav li {
  font-size: 15px;
  padding: 2px 6px 2px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

.side-nav li:hover {}

.side-nav li:active {
  position: relative;
  top: 1px;
}

.c5row{
  max-width: 60em;
}

article {
  padding: 0 4% 0 4%;
}

section {
  background-color: rgba(255, 255, 255, 0.7);
}

ul, ol, dl{
  list-style-position: inside;
}

#headerBar {
  height: 10em;
  background-color: white;
  border-bottom: thin solid #000044;
  position: relative;
}

#sliderBar{
  max-width: 100%;
  height: auto;
  background: navy url('../images/cloud-background.jpg') repeat-y fixed;
  border-bottom: thin solid #000044;
  float: none;
}

#mainContent {
  background: url('../images/fleur.png') no-repeat scroll top;
}

#contentArea {
position: relative;
}

footer {
  width: 100%;
  background: #000044;
  padding: 10px 0 10px 0;
  font-size: .9em;
  color: #888;
  padding: .75em 0 0 0;
}

#footerblocks {
  width: 100%;
  background: navy url('../images/cloud-background.jpg') fixed;
  padding: 10px 0 10px 0;
  font-size: .9em;
  color: #999;
  border-top: thin solid #000044; 
}

.foot {
  color: #999999;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.powerSlide {
  display: block;
  text-decoration: none;
  position: relative;
}

.powerSlide img {}

.powerSlide .largeText, .powerSlide .smallText {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  -moz-text-shadow: 1px 1px 0 #000;
  -webkit-text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 #000;
  width: 100%;
}

.powerSlide .largeText {
  font-size: 1.5em;
  bottom: 29px;
  padding: 10px 20px 10px 30px;
}

.powerSlide .smallText {
  font-size: 1em;
  bottom: 0;
  left: 0;
  padding: 3px 20px 10px 30px;
}

#header-nav {
  z-index: 999;
}

.ccm-search-block-form h3 {
  font-size: 1.2em;
}
.form-list {
   width: 100%;
}

.form-head {
  text-align: left;
}
