/* Body, Typography, etc. */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
	background: #e8e8e8 /*#f4f4f4 url("../images/stripes.png") repeat*/;
	font-size: 14px;
}

.navbar .brand {

	color: #1bd6fb;
	font-size: 32px;
}

a.brand {

	color: #1bd6fb;
	font-size: 32px;
	text-decoration: none;
    padding-top:20px !important;
}

a, a:visited, a:active {
	color: #333;
    text-decoration: underline;
}

a:hover {
	color: #1bd6fb;
	cursor: pointer;
    text-decoration:none;
}

h1 {
	font-size: 42px;
	padding-bottom: 20px;
}

.subtitle {
	font-size: 18px;
	font-weight: 200;
}

/* Top Navigation Bar */

.navbar-inner {
	background:url("../images/nav_bg.png") repeat-x bottom;
	/*background: none repeat 0 0 #fafafa;
	background-image: none;*/
	filter: none;
	z-index:2;
}

.navbar-inner .container-fluid {
	padding: 20px 60px;
}
.container-fluid2 {
	padding:0 60px;
}

.navigation-top {
	color: #333;
}

.navbar .nav > li > a {
	padding: 20px;
	color: #1bd6fb;
	font-size: 14px;
	text-shadow: none;
}

.navbar .nav > li > a:hover {
	color: #FFF; /*c46d3b*/
}

body.index .navbar li.index > a, body.services .navbar li.services > a, body.portfolio .navbar li.portfolio > a, body.about .navbar li.about > a, body.contact .navbar li.contact > a  {
	background-color: #333;
    color: #FFFFFF;
    text-decoration: none;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius: 0;
	font-weight: normal;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: transparent;
}

/* Header */

.header-padding {
	padding-top: 10%;
}

/* Main Content */

.text-background {
	background: none repeat scroll 0 0 #fafafa;
	background-color: #fff !important;
}

.content-main {
	/*-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-top:2px #dadada solid;*/
	margin-bottom: 30px;
}

.theme-icon {
	width: 62px;
	padding: 0 10px 10px 0;
}

.page-header {
	text-align: center;
}

.about-people {
	background-color: #aeaeae;
}

#map_canvas {
       margin: 0;
       padding: 0;
       height: 300px;
}

#map_canvas  img {
  max-width: none;
}

#map_canvas label { 
  width: auto; display:inline; 
}

.btn-services {
	font-size: 18px;
	font-weight: bold;
}

/* Wrapper & Footer */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

footer {
	color: #fafafa;
	background: #333;/* url(../images/nav_bg.png) top repeat-x;*/
	font-size: 14px;
	margin:0 0 30px 0;

}

footer a {
	color: #fafafa;
	text-decoration: underline;
}

footer a:hover {
	color: #C46D3B;
}

.footer-heading {
	padding-bottom: 10px;
}

.social-icon i {
	overflow: hidden;
	height: 62px;
	width: 62px;
	display: inline-block;
}
.social-icon2 i {
	overflow: hidden;
	height: 90px;
	width: 147px;
	display: inline-block;
}
.social-icon2.insl i {
	background-image: url("../images/insl.png")
}
.social-icon.twitter i {
	background-image: url("../images/twitter.png")
}

.social-icon.facebook i {
	background-image: url("../images/facebook.png")
}

.social-icon.linkedin i {
	background-image: url("../images/linkedin.png")
}

.social-icon.pinterest i {
	background-image: url("../images/pinterest.png")
}

.social-icon.rss i {
	background-image: url("../images/rss.png")
}

.social-icon i:hover {
	background-position: 0 62px;
}
.social-icon2 i:hover {
	background-position: 0 90px;
}

.footer-contact div.contact {
	padding-bottom: 20px;
}

.footer-contact div.contact p {
	display: inline;
	padding-left: 20px;
}

.footer-contact div.address img {
	padding-bottom: 25px;
}

.footer-contact div.contact div.address {
	padding-left: 20px;
	display: inline-block;
}

hr.footer {
	height: 1px;
	border: none;
	background-color: #777;
}

div.pfg {
	font-size: 0.8em;
	margin:0 0 0 0;
}

/* Miscellaneous */

.padding-wrapper {
	padding: 20px 80px 20px 60px;
}

.padding-wrapper2 {
	padding: 5px 80px 20px 60px;
}

.padding-wrapper3 {
	padding: 20px 80px 10px 60px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

div.row-fluid.spacer {
	padding: 10px 0;
}

div.row-fluid.spacer2 {
	/*padding: 10px 0;*/
	
	border-bottom:1px dotted #dadada;
	margin:15px 0 30px 0;
}

div.row-fluid.spacer3 {
	padding:50px 0 0 0;
}

div.row-fluid.spacer-footer {
	padding: 15px 0 20px 0;
}

/* IE 7 */

.camera_pag_ul {
	*display: none;
}

.content-main {
	*margin-top: 40px
}

.footer-contact div.contact div.address {
	*position: relative;
	*left: 35px;
	*top: -50px
}


.newstitle {
	font-size:1.5em;
	font-weight: bold;
	margin:0;
	padding:15px 0 0 15px;
}

.newstitle a, a:visited{
	color:#333;
	text-decoration:none;
	text-shadow:1px 1px 0px #F6F6F6;
}

.newstitle a:hover{
	color:#1bd6fb;
	text-shadow:1px 1px 0px transparent;
}

.newsauthor{
	font-size:0.75em;
	padding:2px 0 8px 25px;
	margin:0px;

}

.newsbody {
	padding:0 15px 10px 15px;
	margin:0 0 0 0;
	/*border-left:1px dotted #FFF;*/
	/*background:url(../images/news_white.png) bottom repeat-x;*/
	/*border-bottom:1px #E0E0E0 solid;*/
}

.newsmore, .newsmore:visited{
	color:#888;
	text-decoration:none;
}

.newsmore:hover{
	color:#333;
	text-decoration:none;
}

.story {
	background:#E8E8E8;
	padding:0;
	margin:0;
    margin-bottom: 15px;
}

.updatesarrow {
	padding:15px 0 15px 20px;
	background:#333; /*#E8E8E8 url(../images/updates_bg.png) right center no-repeat;*/
	font-size:2.5em;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
	
	
.morearticles{
	text-align:center;
	padding:10px 0;
}

.morearticles a, .morearticles a:visited{
	color:#888;
	text-decoration:none;
}
.morearticles a:hover{
	color:#333;
	text-decoration:none;
}

.footpad {
	padding-top:0px;
}
.contact a, .contact a:visited{
	color:#FFF;
	text-decoration:none;
}
.contact a:hover{
	color:#1bd6fb;
	text-decoration:none;
}
.footerp {
	text-align:center;
	font-size:1.3em;
	font-family:'Rock Salt', sans-serif;
	color:#f4f4f4;
}
.picasso {
	text-align:center; 
	font-size:0.9em;
	font-family:'Rock Salt', sans-serif;
	color:#f4f4f4;
}
.blogdate {
	background:#e8e8e8;
	color:#AAA;
	font-weight:bold;
	padding:0px 0 0px 8px;
	height:28px;
	font-size:1.2em;
	line-height:27px;
	/*text-shadow:-1px -1px 0px #C3C3C3;*/
	
}
.blogyear {
	float:right;
	text-align:center;
	padding:0 0 1px 0;
	/*padding:0 5px 1px 5px;*/
	font-size:0.7em;
	background:#333;
	color:#fff;
	text-shadow:none;
	width:38px;
}
.blogpost {
	padding:8px 5px 8px 8px;
	background:#e8e8e8;
	margin:0;
	font-size:0.9em;
	display:block;
	border-right:38px solid #333;
}
.blogpost, .blogpost:visited{
	color:#333;
	text-decoration:none;
}
.blogpost:hover{
	color:#1bd6fb; /*1bd6fb*/
	background:#333;
	text-decoration:none;
}

.newsround {
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.newshead {
	font-size:3em;
	font-weight:700;
	padding:5px 5px 5px 15px;
	background:#333;
	color:#e8e8e8;
	margin:0 0 10px 0;
	line-height:50px;
}
.articlehead {
	font-size:2em;
	font-weight:700;
	padding:5px 5px 5px 15px;
	background:#333;
	color:#fff;
	margin:0 0 10px 0;
	line-height:50px;
}
.articleauthor{
	font-size:0.9em;
	color:#999;
	padding:2px 6px;
	margin:0 0 10px 0;
	background:#fff;
	float:left;
}

.articlebody {
	background:#E8E8E8;
	padding:0 15px 15px 15px;
	margin:0;
}
.articletext {
	clear:both;
}

.aboutmenu {
	color:#333;
	text-align:center;
	margin:0 0 20px 0;
    
}
.aboutmenu a, .aboutmenu a:visited{
	color:#333;
	text-decoration:none;
	padding:10px;
	background:none;
}

.aboutmenu a:hover{
	color:#f4f4f4;
	text-decoration:none;
	padding:10px;
	background:#333;
}

.aboutanchor, .aboutanchor:visited, .aboutanchor:hover {
	color:#333;
	text-decoration:none;
	cursor:text;
}

.topreturn:link, .topreturn:visited {
	background:none;
	color:#333;
	font-size:0.7em;
	padding: 2px 5px;
	text-decoration:none;
	text-transform:uppercase;

}

.topreturn:hover {
	background:#333;
	color:#FFF;
}
.betasignup{
	background:#1bd6fb;
	color:#fff;
	padding:15px 0 0 15px;
	-moz-border-radius:5px;
	border-radius:5px;
}
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:0 0 30px 0;
	z-index:0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sliderlink, .sliderlink:visited{
	color:#dadada;
	text-decoration:none;
}
.sliderlink:hover{
	color:#1bd6fb;
	text-decoration:none;
}
.mycons {
	padding:5px 23px 0 0;
	float:left;
}

.starvemadness {font-size:1.3em; line-height:1.4em; font-weight:800; color:#ff3c00; width:600px; margin:0 auto 10px;}

.supplywarning {font-size:0.9em; font-weight:600; color:#666; width:600px; margin:0 auto 5px;}

.goodnight {font-family: 'Dancing Script', cursive; font-size:1.4em; color:#666; margin:10px 0 0 0;}

.resourcetables {
    float:left;
    /*width:260px;
    height:20px;
    overflow:hidden;*/
    clear:both;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:2px 0 10px;
    display:block;
}
.shortcurrency {
    font-size:0.8em;
    color:#777;
    display:inline-block;
    font-weight:normal;
    
}
.longcurrency {
    font-size:1.1em;
    font-weight:bold;
    
}
.numcurrency {
    font-size:1.1em;
    color:#333;
    
}
.currency_bl {
    clear:both;
    float:left;
    margin:0 3px 0 0;
}
.qty-left {
    height:20px;
    padding:2px 0;
    width:100px;
}
.qty-right {
    float:right;
    text-align: right;
    height:20px;
    padding:2px 0;
    width:130px;
}

/* Unused? 
.cplinks a:link{
	color: #1bd6fb;
    text-decoration: none;
}
.cplinks a:hover {
	color: #09b1d2;
	cursor: pointer;
    text-decoration:none;
}*/
.cpheader {
    color:#fff;
    background:#333;
    -moz-border-radius:5px;
	border-radius:5px;
    padding: 1px 0 2px 8px;
    margin:0 0 10px 0;
}
.cpbox {
    float:left;
    margin:0 0 30px 30px;
}
.convform {
    text-align:right;
    width:350px;
    margin:40px 0 0 186px;
}
.convertlabel {
    font-size:1.3em;
    font-weight:bold;
    display:inline;
    vertical-align:top;
    line-height:1.4em;
    float:left;
}

.envitem-bby:hover {
    -moz-box-shadow: 0 0 10px rgba(255,0,153,1);
	-webkit-box-shadow: 0 0 10px rgba(255,0,153,1);
	box-shadow: 0 0 10px rgba(255,0,153,1);
    background: rgba(239,239,239,0.0);
}
.envitem-slk:hover {
    -moz-box-shadow: 0 0 10px rgba(19,146,243,1);
	-webkit-box-shadow: 0 0 10px rgba(19,146,243,1);
	box-shadow: 0 0 10px rgba(19,146,243,1);
    background: rgba(239,239,239,0.0);
}
.envitem-bls:hover {
    -moz-box-shadow: 0 0 10px rgba(96,194,0,1);
	-webkit-box-shadow: 0 0 10px rgba(96,194,0,1);
	box-shadow: 0 0 10px rgba(96,194,0,1);
    background: rgba(239,239,239,0.0);
}
.envitem-zip:hover {
    -moz-box-shadow: 0 0 10px rgba(255,156,0,1);
	-webkit-box-shadow: 0 0 10px rgba(255,156,0,1);
	box-shadow: 0 0 10px rgba(255,156,0,1);
    background: rgba(239,239,239,0.0);
}
.envitem-teq:hover {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,1);
    background: rgba(239,239,239,0.0);
}

.envitemspace {
    float:left;
    margin:0 25px 20px 0;
    height:315px;
    list-style-type:none;
}
.envitem {
    background: rgba(220,220,220,1); /*rgba(197,198,203,1);*/
    padding:5px 5px 15px 5px;
    list-style:none;
    width:150px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    overflow:hidden;
    position:relative;
}
.clear1 {clear:both;}
.envitem a, a:visited {text-decoration:none; color:#333;}
.envitem a:hover {text-decoration:none; color:#09b4fb;}
.envimg {-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;overflow:hidden; z-index:1;}
.cattext {font-size:0.8em; color:#000; margin:10px 0 0 0;}
.catsummary {
    font-size:0.8em;
    color:#777;
    line-height:0.8em;
    padding:2px 0 0 0;
}
.envname {font-size:1em; font-weight:bold; text-align:center; margin:0 0 2px 0; padding:10px 0 2px 0;}
.envlistinfo {float:left; clear:left; margin:0px 7px 0px 0; max-width:166px;}
.envlistinfo2 {float:left; clear:left; margin:3px 0 0 35px; border-top:1px rgba(180,180,180,1) solid; padding:3px 0 1px 0;}
.envlistinfo>.envlistinfo2 {margin:3px 0 0 0px}
.envcost {float:left; font-size:0.9em; font-weight:bold; padding:2px 0 0 0; color:#666;}
.envicon {float:left; padding:0 2px 0 0;}
.zoomimg {float:left; width:450px; height:450px; margin:0 20px 0 0; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; overflow:hidden;}
.itemstory {margin:0 0 30px 0;}
.owneditem {
    width:17px; height:17px; 
    background:url("../img/item_owned.png") no-repeat; 
    z-index:2; 
    position:absolute;
    top:8px;
    right:8px;
}
.unowneditem {
    width:17px; height:17px; 
    background:url("../img/item_unowned.png") no-repeat; 
    z-index:2; 
    position:absolute;
    top:8px;
    right:8px;
}
.bigowned {
    height:64px;
    background:url("../img/item_owned_big.png") no-repeat top left;
    padding:12px 0 0 64px;
    font-weight:bold;
    font-size:1.3em;
    color:#666;
}
.bigunowned {
    height:64px;
    background:url("../img/item_unowned_big.png") no-repeat top left;
    padding:12px 0 0 64px;
    font-weight:bold;
    font-size:1.3em;
    color:rgba(180,180,180,1);
}

.slkbg {
    margin:3px 0 0 5px;
    float:right;
    display:inline;
    font-size:0.8em;
    line-height:0.8em;
    font-weight:normal;
    color:#f4f4f4;
    text-align:center;
    vertical-align:middle;
    padding:2px 1px 2px 0;
    width:24px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    background-color:#49afcd;*background-color:#2f96b4;
    background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(top,#5bc0de,#2f96b4);
    background-repeat:repeat-x;
    border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.teqbg {
    margin:3px 0 0 5px;
    float:right;
    font-size:0.8em;
    line-height:0.8em;
    font-weight:normal;
    color:#f4f4f4;
    text-align:center;
    vertical-align:middle;
    padding:2px 1px 2px 0;
    width:24px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    background-color:#414141;*background-color:#222;
    background-image:-ms-linear-gradient(top,#555,#222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
    background-image:-webkit-linear-gradient(top,#555,#222);
    background-image:-o-linear-gradient(top,#555,#222);
    background-image:-moz-linear-gradient(top,#555,#222);
    background-image:linear-gradient(top,#555,#222);
    background-repeat:repeat-x;
    border-color:#222 #222 #000;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false)
}
.zipbg {
    margin:3px 0 0 5px;
    float:right;
    font-size:0.8em;
    line-height:0.8em;
    font-weight:normal;
    color:#f4f4f4;
    text-align:center;
    vertical-align:middle;
    padding:2px 1px 2px 0;
    width:24px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    background-color:#faa732;*background-color:#f89406;
    background-image:-ms-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(top,#fbb450,#f89406);
    background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.blsbg {
    margin:3px 0 0 5px;
    float:right;
    font-size:0.8em;
    line-height:0.8em;
    font-weight:normal;
    color:#f4f4f4;
    text-align:center;
    vertical-align:middle;
    padding:2px 1px 2px 0;
    width:24px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    background-color:#5bb75b;*background-color:#51a351;
    background-image:-ms-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(top,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#62c462',endColorstr='#51a351',GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false)
}
.luxbg {
    margin:3px 0 0 5px;
    float:right;
    font-size:0.8em;
    line-height:0.8em;
    font-weight:normal;
    color:#f4f4f4;
    text-align:center;
    vertical-align:middle;
    padding:2px 1px 2px 0;
    width:24px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    background-color:#de72e2;*background-color:#cc69d0;
    background-image:-ms-linear-gradient(top,#de72e2,#cc69d0);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#de72e2),to(#cc69d0));
    background-image:-webkit-linear-gradient(top,#de72e2,#cc69d0);
    background-image:-o-linear-gradient(top,#de72e2,#cc69d0);
    background-image:-moz-linear-gradient(top,#de72e2,#cc69d0);
    background-image:linear-gradient(top,#de72e2,#cc69d0);
    background-repeat:repeat-x;
    border-color:#cc69d0 #cc69d0 #9c4b9f;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#de72e2',endColorstr='#cc69d0',GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false)
}
.splbg {
    margin:3px 0 0 5px;
    float:right;
    font-size:0.8em;
    line-height:0.8em;
    font-weight:normal;
    color:#f4f4f4;
    text-align:center;
    vertical-align:middle;
    padding:2px 1px 2px 0;
    width:24px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    background-color:#76e272;*background-color:#11b12a;
    background-image:-ms-linear-gradient(top,#76e272,#11b12a);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#76e272),to(#11b12a));
    background-image:-webkit-linear-gradient(top,#76e272,#11b12a);
    background-image:-o-linear-gradient(top,#76e272,#11b12a);
    background-image:-moz-linear-gradient(top,#76e272,#11b12a);
    background-image:linear-gradient(top,#76e272,#11b12a);
    background-repeat:repeat-x;
    border-color:#11b12a #11b12a #9c4b9f;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#76e272',endColorstr='#11b12a',GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false)
}
.zoomresources {
    float:right;
}

.envbalance {float:left;text-align:right; width:80px; font-size:0.8em; font-weight:600; padding:2px 0 0 0; color:#666;}
.zoomtinyinfo {float:left; clear:both; font-size:0.8em; font-weight:normal; color:#666; margin:0 0 5px 0;}
.zoomtinyinfo ul {list-style-type:none; padding:0; margin:0;}
.zoomtinyinfo li {
    line-height:0.8em;
    text-align:left;
    padding:3px 10px;
    margin:5px 0 0 10px;
    -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px; overflow:hidden;
}

.zoomdetails {float:left; clear:both; display:block; margin:5px 0 0 0;}
.babyextra {float:left; clear:both; font-size:0.9em; margin:15px 0 0 0;}
.babyextra>h4 {color:rgba(255,0,153,1);}
.landimpact {font-size:1em; font-weight:bold;}
.accordion li a { text-decoration: none; }

.itemsyouown {line-height:1em; font-size:0.9em; margin:0 0 10px 0; color:#777;}
.itemsyouownicon {margin:2px 0 0 0;}

.recentitemname { font-size:0.8em; font-weight:600;} /*background:#f4f4f4;*/
.recentitemname a {text-decoration:none;}
.recentitemname a:hover {text-decoration:underline;}
.recentitemtime {font-size:0.7em; cursor:default; margin:0 0 5px 0; line-height:1em;}
.recentitemimg {
    width:75px; height:75px; 
    -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;overflow:hidden; 
    margin:5px; 
    /*border:2px solid rgba(197,198,203,1); /*rgba(220,220,220,1)*/
}
.recentitemwrap {
    min-width:85px; 
    max-width:85px;
    background:rgba(197,198,203,0);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    overflow:hidden;
    text-align:center;
    margin:2px 0 4px 0;
}
.recentitemwrap:hover {
    background:rgba(197,198,203,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: rgba(239,239,239,0.0);
}

span.jumpanchor {
    display: block;
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
}
.minlogin {min-width:266px;}
.helplogin {
    float:left;
    background:#ccc;
    padding:0 220px 0 0;
    margin:0 0 0 20px;
    background:url("../img/webpwsign.jpg") top right no-repeat;
    max-width:350px;
    min-height:285px;
}
.lhlist {
    margin:10px 0 0 22px;
}
.lhlist>li {padding:0 0 8px 0;}
/* Accordion nav menus */
li.disabled a { text-decoration: none; color:#333;}
.accordion li a { text-decoration: none; }
.accordion h3 a { text-decoration: none; }
.accordion-group, .navs {border:1px solid #ddd;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow:hidden;}
.navs { padding-left: 7px; padding-right: 7px; padding-top: 5px;}
.navs h4 { padding-top: 5px; }
.accordion-inner {border-top:0px;}
.nav{margin-bottom:0px;margin-left:0;list-style:none}
.nav-tabs>li>a{padding-right:12px;padding-left:17px;margin-right:2px;line-height:14px}
.nav-tabs{border-bottom:0}
.nav-tabs>li{margin-bottom:0px}
.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:18px;border:0;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px}
.nav-tabs>li>a:hover{border-color:transparent; border:0;} 
.nav-tabs>.active>a:hover, .navs>ul>li>a.active {cursor:default; border:0px;}
.nav-stacked>li{float:none;}
.nav-stacked>li>a{margin-right:0}
.nav-tabs.nav-stacked{border-bottom:0}
.nav-tabs.nav-stacked>li>a{border:0; color:#0088cc; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; overflow:hidden; font-size:1em;}
.nav-tabs.nav-stacked>li.active>a, .nav-tabs.nav-stacked>li.active>a:hover {background: #0088cc; color:#fff;}
.navs>ul>li>a.active, .navs>ul>li>a.active:hover {background: #0088cc; color:#fff;}
a.accordion-toggle { background: #eee; }
.nav-tabs.nav-stacked>li>a:hover, a.accordion-toggle:hover {z-index:2;border-color:transparent; background:#ddd;}
.nav-tabs a, .nav-tabs a:visited { color: #0088cc; text-decoration: none;}
.nav-pills a { text-decoration: none; color: #0088cc;}
.nav-pills>ul>li.active>a { cursor: none }
.accordion a, .accordion a:visited { color: #0088cc; text-decoration: none;}
.accordion a.category-link {font-size: 16px; color #444; font-weight: bold}

a.btn.btn-primary, a.btn.btn-primary:visited, a.btn.btn-success, a.btn.btn-success:visited { color: #fff; }
.btn.btn-info { color: #fff; }
.content-body img { margin-bottom: 10px; }
a.player-link { text-decoration: none; font-weight: bold; }
a.link, a.link:visited { text-decoration: none; color:#0088cc; }
a.player-link-light, a.player-link-light { text-decoration: none; }
table.tablesorter thead tr th { cursor: pointer; }
.img-border { border: 1px solid #ccc; margin-right: 15px; margin-bottom: 15px;}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}















