/********************* CLIENT UI CSS Document **********************/
@charset "utf-8";

h1.h4 {
	font-size: 17.5px;
	line-height: 21px;
}

.mceToolbar * {
    white-space: normal !important;
}
.mceToolbar tr, .mceToolbar td {
    float:left !important;
}
html{
  height: 100%;
}

body {
	min-height: 100%;
	/*background-color:#E4E4E4;
	background-color:#f4f4f4;*/
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #E4E4E4 0%, #F4F4F4 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #E4E4E4 0%, #F4F4F4 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #E4E4E4 0%, #F4F4F4 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E4E4E4), color-stop(1, #F4F4F4));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #E4E4E4 0%, #F4F4F4 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #E4E4E4 0%, #F4F4F4 100%);
	
	/* fix background */
	background-attachment: fixed;
}

.heading {
	color: #558BC4;
	font-size: 18px;
    line-height: 24px;
	margin-bottom: 5px;
}

.navbar-inverse dl {
    color: #2D2D2D!important;
}

#topnavigation-1.box.none > .box-content {
	padding:0 !important;
}

#slider-1.box.none > .box-content {
	padding:0 0 0 20px !important;
}
.thumbnails > li {
	margin: 0 10px 0 20px !important;
	/*margin: 0 0 0 30px !important;*/
}
#box-header-twitter-1 img {
	height:40px;

	position:relative;
	top:-8px;
	float:right;
	display:inline!important;
}

body > div.container {
	background-color:#fff;
	padding:10px 10px 10px 10px;
	height:100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 5px 5px #bbbaba;
	-webkit-box-shadow:0 2px 5px 5px #bbbaba;
	box-shadow: 0 2px 5px 5px #bbbaba;
}

.thumbnail-item {
	height: 175px;
	width: 125px;
}

.thumbnail-item > a > img {
	/*max-height: 95px!important;*/
	/*min-height: 100%;*/
  	min-width: 100%;
	height: 100px;
}

.image-container {
	min-height: 120px;
}

.thumbnail {
	text-align: center;
}

.thumbnail.large {
	margin: 35px 0 0 50px!important;
	/*height:175px !important;
	min-height:175px !important;*/
}

.image {
	/*min-height: 100%;*/
  	min-width: 100%;
}

.polaroid {
	width:368px;
	height:376px;
	background-image:url(../images/polaroid-bg.png);
	position:absolute;
}
.polaroid img {
	width:335px;
	height:275px;
	margin:25px 0 0 15px;
}
.polaroid p {
	text-align:center;
	font-family:Georgia, serif;
	font-size:20px;
	color:#2E2E2E;
	margin-top:15px;
}
/* SPACELAB CSS */

.subhead {
	padding-bottom: 0;
	margin-bottom: 9px;
}
.subhead h1 {
	font-size: 54px;
}
/* Subnav */
.subnav {
	/*margin-bottom: 60px;*/
	width: 100%;
	/*height: 36px;*/
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Opera 11.10+ */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.subnav .nav {
	margin-bottom: 0;
}
.subnav .nav > li > a {
	margin: 0;
	padding-top:    11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
	border-top-color: #777;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
	border-right: 0;
}
.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
.subnav-fixed {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
	border-color: #d5d5d5;
	border-width: 0 0 1px; /* drop the border on the fixed edges */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
.subnav-fixed .nav {
	width: 938px;
	margin: 0 auto;
	padding: 0 1px;
}
.subnav .nav > li:first-child > a,  .subnav .nav > li:first-child > a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
}

/* twitter */
ol.twitter, ul.twitter {
    list-style: none outside none;
	margin:0px !important;
	padding:0px !important;
}

li.twitter {
    background-position: 5px 5px;
    background-repeat: no-repeat;
   /* border: 1px solid #999999;*/
   border-bottom: 1px dashed #999999;
    height: auto;
    list-style: none outside none;
    margin-bottom: 2px;
    min-height: 55px;
    padding-left: 65px;
    padding-top: 5px;
    
}

ul.twitter li strong.twitter {
	display:none;	
}

ul.twitter li.last {
	border-bottom:none;	
}

ul.twitter li.on {
	/*background-color:#efefef;*/
}

ul.twitter li.off {
	/*background-color:#ddd;*/
}

strong.twitter a {
    color: #669900;
    font-weight: bold;
}
/*.time {
    font-size: 80%;
}*/

.twitter > span.text-info {
    color: #999;
}


