/*  
Theme Name: Equilibria Theme
Theme URI: http://colorlabsproject.com/themes/equilibria
Description: A multi-purpose premium WordPress theme from ColorLabs. Three landing pages (business, blog and portfolio), five color schemes (blue, green, red, brown and purple) and customized page templates.
Version: 2.8.0
Author: ColorLabs & Comppany
Author URI: http://colorlabsproject.com
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus { outline: 0; }

a:focus { outline: none; }

:active, :focus {
  outline-style: none;
  -moz-outline-style: none; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul { list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }
img { max-width: 100%; height: auto }

/* Base
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; }

body { font-family: 'Droid Sans', Helvetica, Arial, serif; }

#wrap { margin: 0 auto; }

.container {
  width: 978px;
  padding: 0 12px;
  margin: 0 auto;
  overflow:hidden
}

/* Links */
a:link,
a:visited { text-decoration: none; }

/* Code */
pre,
code,
kbd,
samp { font-family: monospace, sans-serif; }

b,
strong { font-weight: bold; }

i,
em {
  font-style: italic;
  font-family: 'Droid Serif', Georgia, Times, 'Times New Roman', serif; }

/* Inputs */
input,
textarea,
select,
button { font: 12px 'Droid Sans', Helvetica, Arial, serif; }

/* Header */
#header { padding: 15px 0 20px 0; }

  #header h1 {
    font-family: 'Lobster', serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; }

    #header h1 a { color: #ffffff !important; }

  #header h1, #header .nav { float: left; }

  #header h2 {
    float: left;
    margin-top: 10px; }

  #header .blogname { width: 150px; }

  #header .nav {
    float: right;
    font-size: 14px;
    width: 605px;
    text-align: right;
    font-family: 'Droid Sans', Helvetica, Arial, serif; }

    #header .nav ul li { display: inline; }

      #header .nav ul li a {
        padding-right: 30px;
        line-height: 36px; }

      #header .nav select { display: none }

#search-box {
  float: right;
  width: 100px;
  padding: 2px 0px; }

input.field {
  border: 0;
  background: rgba(0, 0, 0, 0.15) url(images/search.png) no-repeat 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 6px rgba(0, 0, 0, 0.5); }

input:focus.field {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.25); }

#search-box input.field {
  font-family: 'Droid Sans', Helvetica, Arial, serif;
  width: 155px;
  height: 16px;
  padding: 8px 15px 8px 30px;
  background-position: 10px 9px; }

/* Master Header */
.masthead #mast_desc {
  margin: 30px 0;
  width: 474px;
  float: right; 
    }

.masthead #mast_desc .button { 
    margin-right: 15px; 
    margin-bottom: 30px; 
    }

.masthead h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 #fff; }

.masthead p {
  font-size: 14px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 #fff;
  line-height: 22px; }

.masthead img { margin-top: 25px; margin-bottom: 30px; }

/* Product Features Section */
#product {
  background: #fff;
  padding: 30px 0 15px 0;
  font-size: 13px;
  line-height: 20px; }

  #product h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px; }

  #product img {
    border: 3px solid #fff;
    -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.55);
    margin-bottom: 10px; }

/* Carousel Page */
#main { padding-top: 30px; }

#tabrousel { min-height: 220px; }

.list-wrap {
  position: relative;
  padding-bottom: 5px;
}

.carousel-container {
  width: 90.4907%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 15px 0;
  height: 130px; }

.jcarousel {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.list-wrap span.lhandle a,.list-wrap span.rhandle a {
  position: absolute;
  top: 57px;
  z-index: 999;
  padding: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #a25f0a !important;
  border: 1px solid #c0770f;
  background: #f9b424; }

.list-wrap span.lhandle a { left: 0; }

.list-wrap span.rhandle a { right: 0; }

.home-carousel { padding: 15px 0; }

.list-wrap .item {
  padding: 0;
  float: left;
  position: relative;
  overflow: hidden;
  width: 122px;
  height: 122px; }

  .list-wrap .item img {
    position: absolute;
    float: left; }

#tabs {
  margin: 0 auto;
  width: 90.4907%;
}

li.cat-title { display: inline; }

  li.cat-title a {
    float: left;
    font-size: 13px;
    line-height: 13px !important;
    font-weight: bold;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-left: 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    margin-bottom: -2px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

    li.cat-title a.current {
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
      z-index: 5; }

  li.cat-title a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35); }

.boxcaption {
  background: none repeat scroll 0 0 #003a50;
  float: left;
  height: 99px;
  opacity: 0.8;
  position: absolute;
  padding: 3px 5px 5px 5px;
  top: 99px;
  left: 0px;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */ }

.list-wrap .item:hover  img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1; }

.carousel-container .item:hover .boxcaption { background: rgba(0, 0, 0, 1.0); }

.carousel-container .item h2 a {
  font-size: 12px;
  color: #fff; }

/* Home Page */
.float-left { float: left }

#product .column-222 {
  display: inline;
  float: left;
  margin-left: 30px }

  #product .column-222:first-child { margin-left: 0 }

.column-70 { width: 70px; }

.column-117 { width: 117px; }

.column-138 { width: 138px; }

.column-222 { width: 222px; }

.column-306 { width: 306px; }

.column-323 { width: 323px; }

.column-474 {
  width: 474px;
  overflow: hidden; }

.column-642 { width: 642px; }

.margin-right { margin-right: 30px; }

#welcome p, #welcome ul, #page .content p, #page .content  ul, #page .content  ol, .content table {
  font-size: 13px;
  font-family: 'Droid Sans', Helvetica, Arial, serif;
  line-height: 22px; }

.content dl, .content dd, .content dt {
  font-size: 12px;
  font-family: 'Droid Sans', Helvetica, Arial, serif;
  line-height: 18px; }

#page p { padding-bottom: 15px; }

#welcome h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 26px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', Helvetica, Arial, serif; }

#welcome h3, #page h3 {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: 'Droid Serif', Georgia, Times, 'Times New Roman', serif; }

.content h3 { line-height: 24px; }

#page {
  padding-top: 30px;
  padding-bottom: 0px; }

.left-pane { width: 642px; }
.content-wrapper { width: 65.6441% }

.full-width { width: 100%; }

.navigation {
  margin-left: 80px;
  width: 562px;
  margin-bottom: 30px; }

.tags ul li a {
  background: transparent url(images/tag.png) no-repeat;
  padding: 5px 10px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }

.tools {
  position: relative;
  top: 0px;
  left: 0px; }

ul.social {
  position: absolute;
  top: 90px;
  left: 1px; }

  ul.social li {
    display: block;
    padding: 3px 0px; }

.time {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 1px 2px 3px;
  color: #444;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background: url(images/calendar.png) no-repeat 0px 0px; }

  .time span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45); }

  .time .year {
    color: #444;
    text-shadow: 0 1px 0 #fff; }

.content, #comments {
  float: right;
  width: 500px;
  padding: 30px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.55);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.55);
  background: #ffffff;
  margin-bottom: 30px;
  margin-left: 30px;
  position: relative; }

.single-page { width: 580px !important; }

.full-page { width: 915px !important; }

.featured img.thumb {
  border: 1px solid #e6e6e6;
  margin-top: 5px; }

.featured p { font-size: 13px; }

.button, .more-link, .navigation a, #cancel-comment-reply-link, .widget_search input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-family: 'Droid Sans', Helvetica, Arial, serif;
  cursor: pointer; }

.more-link { margin-top: 15px; }

.demo { margin-left: 15px; }

.tags ul li a {
  text-shadow: 0 1px 0 #fff;
  color: #000; }

#sidebar .box {
  border: 1px solid #ffffff;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55), inset 0 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55), inset 0 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55), inset 0 0px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px; }

  #sidebar .box h3 {
    background: #ececec;
    padding: 10px 24px;
    border-bottom: 1px solid #c0c0c0;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15);
    margin-left: -24px !important;
    margin-right: -24px !important; }

  #sidebar .box ul { margin: 0px; }

ul.column {
  -moz-column-count: 2;
  -moz-column-gap: 15px;
  -webkit-column-count: 2;
  -webkit-column-gap: 15px;
  column-count: 2;
  column-gap: 15px; }

ul.wp-tag-cloud {
  -moz-column-count: 3;
  -moz-column-gap: 15px;
  -webkit-column-count: 3;
  -webkit-column-gap: 15px;
  column-count: 3;
  column-gap: 15px; }

#sidebar .box ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding: 2px 0px;
  -o-text-overflow: ellipsis; /* Opera */
  text-overflow: ellipsis; /* IE, Safari (WebKit) */
  overflow: hidden; /* don't show excess chars */
  white-space: nowrap; /* force single line */ }

/* Sidebar Widget 2 columns */
#sidebar .box ul.two-col { width: 117px; }

/* Sidebar Widget 3 columns */
#sidebar .box ul.three-col { width: 70px; }

  #sidebar .box ul.three-col.middle {
    float: left;
    margin-left: 24px; }

.head {
  margin: -30px;
  margin-bottom: 25px;
  padding: 15px 30px 0px 30px;
  ;
  background: #ececec;
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #c0c0c0;
  text-shadow: 0 1px 0 #fff; }

  .head h2, #heading h2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
    line-height: 30px;
    text-shadow: 0 1px 0 #fff; }

#heading h2 {
  padding-bottom: 30px;
  text-transform: capitalize; }

.content img.alignleft, .content img.left, .content img[align=left] {
  margin: 5px 15px 15px 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #e6e6e6; }

.content img.alignright, .content img.right, .content img[align=right] {
  margin: 5px 0px 15px 15px;
  padding: 5px;
  background: #fff;
  border: 1px solid #e6e6e6; }

.content img.aligncenter, .content img.center, .content img[align=center] {
  margin: 5px auto 15px;
  padding: 5px;
  background: #fff;
  border: 1px solid #e6e6e6;
  clear: both;
  display: block; }

.content img[width="500"] {
  background: #fff;
  padding: 0px 0px !important; }

.content h4 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 15px; }

.content ol {
  list-style-type: decimal;
  padding-bottom: 15px;
  padding-left: 30px; }

.content ul {
  list-style-type: square;
  padding-bottom: 15px;
  padding-left: 30px; }

.content table { margin-bottom: 20px; }

.content blockquote {
  background: #f0f0f0;
  padding: 15px 15px 0px 15px;
  margin-bottom: 15px; }

.content .gallery {
  margin: auto;
  margin-bottom: 30px; }

  .content .gallery img {
    padding: 5px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 0px; }

.content .gallery-icon {
  margin: 0px;
  padding: 0px; }

.content .gallery-caption { margin-left: 0; }

.button, .more-link, .green, .widget_search input[type="submit"] {
  color: #537a02 !important;
  border: 1px solid #6e9704;
  background: #a9d32e; }

.navigation a, .demo, #cancel-comment-reply-link, .yellow {
  color: #a25f0a !important;
  border: 1px solid #c0770f;
  background: #f9b424; }

#cancel-comment-reply-link { margin-left: 15px; }


/* Comments */
#comments h3 {
  margin: 0 0 15px 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

#comments {
  font-size: 12px;
  line-height: 18px; }

  #comments .commentlist {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px; }

  #comments li.comment {
    border-top: 1px solid #ececec;
    padding-top: 15px;
    margin-top: 15px; }

  #comments li.depth-1:first-child {
    border-top: none;
    padding-top: 0; }

  #comments li.comment cite {
    font-weight: bold;
    font-size: 13px; }

  #comments li.comment  span.says { display: none; }

  #comments li.comment p { margin-top: 15px; }

  #comments li.comment .commentmetadata, .comment-reply-link {
    font-size: 10px;
    text-transform: uppercase; }

  #comments li.depth-2 { margin-left: 30px; }

  #comments li.depth-3 { margin-left: 30px; }

  #comments .avatar {
    float: right;
    padding: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    margin: 0 0 15px 15px; }

  #comments label {
    float: right;
    font-size: 12px;
    line-height: 1.0;
    padding-top: 10px;
    width: 240px;
    margin: 0 0 15px 0; }

  #comments input[type=text], #comments textarea, input[type="text"] {
    padding: 5px;
    width: 234px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 6px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 6px rgba(0, 0, 0, 0.40);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 6px rgba(0, 0, 0, 0.40);
    padding: 8px;
    background: rgba(0, 0, 0, 0.05);
    font: 12px 'Droid Sans', Helvetica, Arial, serif; 
  }
  textarea { resize: vertical }

  #comments textarea { width: 484px; }

  #comments input[type=text]:focus, #comments textarea:focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.4); }


/* Footer */
#twitter, #profile { padding-bottom: 30px; }

#profile {
  background: transparent url(images/line-welcome.png) no-repeat right center;
  padding-right: 0px;
  width: 612px;
  padding-right: 30px; }

  #profile p { padding-bottom: 15px; }

#twitter {
  width: 306px;
  padding: 0; }

  #twitter #colabsmap {
    background-color: #fff;
    border:1px solid #cdd0ce; 
    margin-top:8px; }
    
  #twitter .enlarge {
    font-family: 'Droid Sans',Helvetica,Arial,serif;
    font-size: 12px;
    margin-top:8px;  }

#links {
  padding-top: 0px;
  padding-bottom: 15px; }

  #links h2 {
    font-size: 14px;
    margin-bottom: 15px;
    text-shadow: 0 -1px 0 #333; }

    #links h2:first-child { margin-top: 30px; }

  #links p, #links ul {
    font-size: 12px;
    font-family: 'Droid Sans', Helvetica, Arial, serif;
    line-height: 20px; }

  #links div.left { margin-right: 30px; }

  #links a:hover { color: #f0f0f0; }

#footer {
  background: #ffffff;
  font-size: 12px;
  font-family: 'Droid Serif', Georgia, Times, 'Times New Roman', serif; }
  
  #footer p#copyright, #footer .nav { margin-top: 50px }

  #footer p#copyright {
    float: left;
    width: 100%; }
    
  #footer, #footer #copyright a { color: #444 !important; text-shadow:none !important; }

  #footer .nav { float: right; }

    #footer .nav ul li { display: inline; }

      #footer .nav ul li a { padding-left: 30px; }

/* Color Picker */
#picker {
  position: fixed;
  top: 108px;
  right: 20px;
  background: #fff;
  border: 444;
  padding: 5px 5px 0px 5px; }

  #picker a.picker-item {
    display: block;
    width: 20px;
    height: 20px;
    background: #444;
    margin-bottom: 5px;
    overflow: hidden; }

  #picker a#blue {
    background: #4e7ba3;
    color: #4e7ba3; }

  #picker a#purple {
    background: #554ea4;
    color: #554ea4; }

  #picker a#green {
    background: #8DA34E;
    color: #8DA34E; }

  #picker a#brown {
    background: #a4774e;
    color: #a4774e; }

  #picker a#red {
    background: #a44e75;
    color: #a44e75; }

/* Float and Alignment
--------------------------------------------- */
.left, .alignleft { float: left; }

.right, .alignright { float: right; }

.last { margin-right: 0 !important; }

/* Float Properties*/
.clearfloat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfloat { display: inline-block; }

/* Hides from IE-mac */
/** html .clearfloat { height: 1%; }

*+html .clearfloat { height: 1%; } */

.clearfloat { display: block; }

/* Featured Thumbnail*/
.headline-thumb {
  width: 150px;
  height: 150px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E6E6E6;
  margin: 5px 15px 15px 0;
  padding: 5px; }

.carousel-thumb {
  width: 122px;
  height: 122px; }

.slideshow-thumb {
  width: 968px;
  height: auto; }

/* #Widget 
======================================================*/
.widget #s {
  color: #003A50; /* This keeps the search inputs in line */
  padding: 2px;
  width: 60%; }

.widget label { display: none; }

/* --- Calendar Widget --- */
table#wp-calendar {
  width: 100%;
  padding: 0px 0px 0px 5px;
  margin: 0; }

  table#wp-calendar td,table#wp-calendar th {
    text-align: center;
    padding: 2px; }

  table#wp-calendar th {
    font-weight: bold;
    font-size: 125%; }

  table#wp-calendar caption {
    font-style: italic;
    text-align: right;
    padding-bottom: 10px; }

  table#wp-calendar tfoot td#prev { text-align: left; }

  table#wp-calendar tfoot td#next { text-align: right; }

.widget-footer {
  width: 300px;
  padding-right: 6px; }

/* --- Search Widget --- */
#sidebar .widget_search #s {
  padding: 8px 5px
}
#sidebar .widget_search {
  padding: 10px 24px
}

/* Contact Form*/
#contactform label {
  float: left;
  font-size: 13px;
  line-height: 1.1;
  padding: 5px 0;
  width: 570px; }

#contactform input[type=text], #contactform textarea {
  padding: 5px;
  width: 564px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 6px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 6px rgba(0, 0, 0, 0.40);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 6px rgba(0, 0, 0, 0.40);
  padding: 8px;
  background: rgba(0, 0, 0, 0.05);
  font: 12px 'Droid Sans', Helvetica, Arial, serif; }

#contactform input[type=text]:focus, #contactform textarea:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.05); }

#contactform .sendcopy input {
  width: 10px;
  margin: 5px 5px; }

#contactform .sendcopy label { width: 220px; }

#contactform .bottom { margin-bottom: 10px; }

.tweet { margin-top: 7px; }

/* Calendar Widget */
table#wp-calendar { font-size: 12px; }

/* Slideshow Page */
#slideshow {
  margin: 0 0 120px 0;
  position: relative; }

  #slideshow #widebox {
    /*min-height: 506px;*/
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); }

  #slideshow img { position: absolute; }
  #slideshow .slide { display: none }

  #slideshow .description {
    z-index: 1;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 400px;
    padding: 15px 15px 0px 15px;
    background-color: rgba(0, 0, 0, 0.8); }

    #slideshow .description h2 {
      font-weight: bold;
      font-size: 32px;
      color: #fff;
      margin-bottom: 15px; }

    #slideshow .description p {
      color: #fff;
      font-size: 13px;
      line-height: 18px; }

  #slideshow .pagination { width: 100%; position: absolute }
  #slideshow .pagination a:hover, #slideshow .pagination .current a { background: #eee; }

/*  Slideshow*/
#slides {
  position: absolute;
  top: 15px;
  left: 4px;
  z-index: 100; }

/*  Slides container  
Important:  Set the width of your slides container  Set to display none, prevents content flash */
.slides_container {
  width: 968px;
  overflow: hidden;
  position: relative; }

  /*  Each slide  
Important:  Set the width of your slides  
If height not specified height will be set by the slide content Set to display block */
.slides_container div.slide {
    width: 968px;
    height: 506px;
    display: block; }

/*  Pagination */
.pagination {
  text-align: center;
  margin: 25px 0px 15px 0px; }

  .pagination li { display: inline; }

    .pagination li a {
      padding: 2px 5px;
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 8px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 8px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 8px rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      margin: 0 10px;
      line-height: 10px;
      font-size: 10px;
      color: transparent; }

    .pagination li.current a { background-position: 0 -12px; }

#sidebar .widget { font-size: 12px }

#sidebar div.widget .widget-tweet li a { display:inline; border: 0 }

#sidebar .widget p:last-child { padding: 0 }

.widget-tweet li {
  margin-bottom: 15px;
  text-align: right;
  font-style: italic;
  padding-bottom: 5px;
  border-bottom: 1px solid #F0F0F0; }

.widget-tweet .tweet-content {
  display: block;
  line-height: 14pt;
  text-align: left;
  font-style: normal }

#copyright .left, #copyright .right {
  display: block;
  height: 20px;
  line-height: 20px }

#copyright .right img {
  display: inline;
  margin: 0 0 2px 2px;
  line-height: 0;
  vertical-align: middle }

.carousel-container .item h2 a {
  display: block;
  line-height: 13pt;
  height: 99px;
  width: 112px }

/* IE7 fixes */
#footer, #footer #welcome, #footer #links, #footer #welcome .container, #footer #links .container { overflow: hidden }

#search-box input.field { background-image:url("images/search.png");background-repeat: no-repeat }

.boxcaption { display:inline;width: 112px }

.carousel-container li { float: left; margin-left: 10px }

.content h3 { position: relative }

  .content h3 .right {
    position: absolute;
    top: 0;
    right: 0 }

#page #sidebar, #page .content { display: inline }

#page .content { margin-left: 0 }

.carousel-container > div, .carousel-container ul {
  width: 97%;
  margin: 0 auto;
  height: 135px;
}

/*  Video Thumb playicon    */
.playicon {
    background: url("images/play-icon.png") no-repeat scroll 0 0 transparent;
    height: 45px;
    left: 50%;
    margin: -18px 0 0 -18px;
    opacity: 0.6;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 45px;
}

/* WP-caption*/
.wp-caption {
	margin-top: 0.4em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	max-width: 96%;
	padding: 9px;
}
.wp-caption.aligncenter{
	margin:0 auto;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: Georgia, serif;
	font-size: 12px;
	text-align:center;
}
.wp-caption .wp-caption-text {
	padding: 5px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.entry-meta
 {
 display:none;
 }