/* CSS for ImageFizz */



body { background: #e9f1f4; }



/* typography */

h1 {font-size: 26px; text-transform: uppercase; color: #222; }
h3 { color: #0097d7; font-weight: bold; }
h4 { color: #ED164F; text-transform: uppercase; }


.logo a {
    width: 890px;
    height: 97px;
    display: block;
    background: url('images/logo1.png') no-repeat;
    margin-bottom: 10px;
    margin-left: 9px;
}
.logo a span {
   display: none;
}

#wrapper #container #header {
 height: auto;
}

#wrapper #container {
 width: 900px;
 padding: 16px 0 0 0;
}


.head-area .block .content {
 margin: 0;
}


#wrapper {
 background: #e9f1f4;
 border-top: 4px solid #232020;
}
#header {
 margin: 0;
}

/* top menu */

#topmenu {
 background: #f0f6f8;
 padding: 11px 0 10px 8px;
 border: 1px solid #f0f6f8;
 -moz-border-radius-topright: 8px;
 -moz-border-radius-topleft: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;

}

.imagemenu {
margin: 0;
padding: 0;
overflow: hidden;
}

.imagemenu li {
list-style: none;
padding: 0 8px;
margin: 0;
float: left;
background: none;
}
.imagemenu li a {
 display: block;
}



.imagemenu li a:hover img {
   filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
 }
.imagemenu li a img {
   filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
 }


 tbody {
 border: 0;
 padding: 0;
 margin: 0;
 }


 /* main */


 #main h1.title {
  margin: 0 0 15px 0;
 }
#main {
 background: #fff url('images/if-bg.png') top left no-repeat;
 padding: 5px 0 5px 15px;
 -moz-border-radius-bottomright: 8px;
 -moz-border-radius-bottomleft: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
}
.front #main {
 -moz-border-radius-topright: 8px;
 -moz-border-radius-topleft: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 margin-top: 3px;

}


.main-left {
 width: 605px;
}
.main-right {
width: 250px;
}

.front .main-left {
 width: 505px;
}
.front .main-right {
width: 350px;
}


/* home */

.main-right .view-content, .main-right .content, #search {
  background: #f1f8fa;
  padding: 12px 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 22px;
}

#block-views-home_news-block_1 .views-field-title a {
    color: #344c53;
    font-weight: bold;
}

#block-views-home_news-block_1 .views-field-teaser {
    font-size: 11px;
}
#block-views-home_news-block_1 .field-content p{
  margin: 2px;
  color: #89a8b1;
}
#block-views-home_news-block_1 .views-field-created {
 margin: 2px;
 font-size: 12px;
 color: #657f87;
 padding-bottom: 9px;
 border-bottom: 1px dotted #e1ecf0;
 margin-bottom: 10px;
 font-style: italic;
 }

 .pink-dot {
  float: right;
  display: block;
  background: url('images/pink-dot.png') no-repeat right 5px;
  padding: 0 19px 0 0;
  color: #EE114A !important;
  text-transform: uppercase;
  letter-spacing: -1px;
 }

 /* bread crumbs */

 #wrapper #container .breadcrumb {
 margin: 0;
 position: relative;
 padding: 6px 12px 14px 13px;
 background: #01affa url('images/bc-base.png') no-repeat bottom left;
 left: 0;
 top: 0;
 height: 20px;
 color: #ade6ff;
 }
 #wrapper #container .breadcrumb a {
 color: #fff;
 }



 .node {
 border: none;
 }
 .content-area {
  margin-top: 25px;
 }


 /* gallery */

 .field-field-images .field-items {
  overflow: hidden;
  margin: 20px 5px;
     background: #f1f8fa;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 }

.field-field-images .field-item {
 float: left;
 margin: 2px 0 2px 6px;

}

.view-image-gallery .views-field-field-images-fid {
float: left;
margin-right: 10px;
}

.view-image-gallery .views-row-odd, .view-image-gallery .views-row-even {
 overflow: hidden;
 padding-bottom: 8px;
 margin-bottom: 9px;
 border-bottom: 1px dotted #E9F1F4;
}
.view-image-gallery .views-field-title a {
  font-size: 17px;
  color: #333;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;   font-weight: bold;
}

.view-image-gallery .views-field-title a:hover {
 text-decoration: none;

 color: #EE114A;
}

.view-image-gallery .view-header {
 padding-bottom: 15px;
}

#search label {
 display: none;
}
#edit-search-theme-form-1  {
 border: 1px solid #ccc;
 padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 180px;
  margin-bottom: 8px;
}
#wrapper #container #footer {
 padding: 5px 0 0 65px;
 background: url('images/copy.png') no-repeat left 3px;
 height: 60px;
 margin: 10px 0;
 text-align: left;
}
#footer p {
 margin: 0;
 padding-top: 0px;
}
#footer a {
color: #707c81;
}

#home-feature {
 width: 900px;
 height: 330px;
 position: relative;
 background: url('images/home-feat-bg.png') no-repeat;
}

#home-feature #pwrap {
  position: absolute;
  top: 35px;
  left: 480px;
}

#search .form-submit {
 background: #0097D7 url('images/button1.png') repeat-x top left;
 color: #fff;
 border: 1px solid #066891;
 font-weight: bold;
 padding: 3px 4px;
 font-size: 11px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}

#lm span {
 display: none;
 }
 #lm {
 display: block;
 width: 363px;
 height: 30px;
 position: absolute;
 top: 232px;
 left: 50px;

 }



