@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Glegoo);
@import url(//fonts.googleapis.com/css?family=Open+Sans);

body,#featured{
	background-image: url(../images/bg.jpg);
}

a:hover {
	color: #2B2412;
}
blockquote {
	background-image:url(../images/blockquote.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 5px 0 0 35px;
	margin: 0 0 20px;
	border-left: 0 none;
}
blockquote.blockquote-orange{
	background-image:url(../images/blockquote-orange.png);	
}
blockquote.blockquote-green{
	background-image:url(../images/blockquote-green.png);	
}
blockquote.blockquote-yellow{
	background-image:url(../images/blockquote-yellow.png);	
}
blockquote.blockquote-cyan{
	background-image:url(../images/blockquote-cyan.png);	
}
blockquote.blockquote-gray{
	background-image:url(../images/blockquote-gray.png);	
}
blockquote small,
blockquote small cite	{
	color: #939270;
	font-style: italic;
}

blockquote small::before {
	content: "";
}
blockquote.pull-right {
	float: right;
	padding-right: 0;
	padding-left: 35px;
	border-right: 0 none;
}
dd.tabs.nav.nav-tabs{
	padding-left: 20px;
	padding-right:20px;	
}
div.intro{
	padding-left: 0;
	padding-right: 0; 
}
h3{
	font-size: 16px;
}
ol.linenums{
	padding-top: 10px;
}
ol.linenums li {
	color: #545043 !important;
}
aside .module [class*="module"] {
	padding-top:10px; 
}
aside input.inputbox{
	background-color: #F4F4F0!important;
	border:1px solid #BFBDB8!important;
	box-shadow: inset -3px -3px 16px -6px #95928A !important;
}
dl.article-info {
	color: #348585;
}
nav{
	font-family: 'Glegoo'	, sans-serif;
}
input.inputbox,
input[type="text"],
input[type="password"]{
	background-color: #ffffff!important;
	border:1px solid #BFBDB8!important;
	box-shadow: inset -3px -3px 16px -6px #95928A !important
}
p + h1,p + h2,p + h3,p + h4,p + h5,p + h6{
	margin-top: 25px;
}
[class*="mostread"].nav > li, aside [class*="categories-module"] li{
	padding-left: 10px;
	padding-right: 10px;
}
ul.btn-group.actions .btn{
	background-color: transparent;
	background-image: none;
	border:0 none;
	filter: none;
}
.bg-white{
	background-color: white;
}
.form-search .input-append .btn{
	padding-bottom:3px;
	padding-top:3px;
}
.fringe{
	min-height: 10px;
	
}

.items-row, 
dl.article-info{
	font-size: .9em;
}
.item-page{
	margin-bottom: 20px;
}
.item-page .article-info{
	margin-bottom: 20px;
}

.item-page .page-header {
	border-bottom: 1px solid #BFBDB8;
}

.navbar .dropdown-menu{
	border-radius:0 6px 6px 6px;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
	padding: 3px 0;
}
.items-more.well .nav-list > li > a{
	padding: 3px 15px;
}
.navbar .nav > li > a,
.navbar .nav > li > span.separator{
	border-radius:6px;
	padding: 10px 6px;
	margin: 0 8px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > span.separator:hover,
.navbar .nav > li:hover > span.separator
{
	background-color: #E9E9E2;
	color: #6A665A;
	text-decoration: none;
	border-radius:6px 6px 0 0;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
}

.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > span.separator:hover,
.navbar-inverse .nav > li:hover > span.separator {
	background-color: #111111;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
}
.navbar .dropdown-menu li{
	padding: 3px 6px;
	border-top: 1px solid #BFBDB8;	
}
.navbar .dropdown-menu li:first-child{
	border:0 none;
}
.navbar .dropdown-menu li > a,
.navbar .dropdown-menu li > span.separator {
	font-family: 'Open Sans';
	padding: 2px 5px !important;
	border-radius: 6px;
	margin-bottom: -1px;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.navbar .dropdown-menu li span.separator {
	clear: both;
	color: #D06B3F;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 20px;
	white-space: nowrap;
}
.navbar .dropdown-menu li > span.separator:hover,
.navbar .dropdown-menu li > span.separator:focus,
.navbar .dropdown-submenu:hover > span.separator {
  color: #ffffff;
  text-decoration: none;
  background-color: #6ca5a5;
  background-image: -moz-linear-gradient(top, #72a9a9, #629f9f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72a9a9), to(#629f9f));
  background-image: -webkit-linear-gradient(top, #72a9a9, #629f9f);
  background-image: -o-linear-gradient(top, #72a9a9, #629f9f);
  background-image: linear-gradient(to bottom, #72a9a9, #629f9f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff72a9a9', endColorstr='#ff629f9f', GradientType=0);
}

.navbar .dropdown-menu .active > span.separator,
.navbar .dropdown-menu .active > span.separator:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #c3562a;
  background-image: -moz-linear-gradient(top, #cb5a2c, #b65127);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cb5a2c), to(#b65127));
  background-image: -webkit-linear-gradient(top, #cb5a2c, #b65127);
  background-image: -o-linear-gradient(top, #cb5a2c, #b65127);
  background-image: linear-gradient(to bottom, #cb5a2c, #b65127);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb5a2c', endColorstr='#ffb65127', GradientType=0);
}
.navbar .nav > li {
	background-image: url('../images/x.png');
	background-position: right center;
	padding: 0 15px 0 0;
	background-repeat: no-repeat;
}
.navbar .nav > li:last-child {
	background-image: none;
	padding: 0;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret{
	display: none;
}
.navbar .dropdown-menu li:hover > a,
.navbar .dropdown-menu li > a:focus, 
.navbar .dropdown-submenu:hover > a{
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
}
.navbar .dropdown-menu li > span:hover, .dropdown-menu .active > span{
	background-color: transparent;
}
.navbar .dropdown-menu .sub-menu{
	border:0 none;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.18);
	background-color: #72A9A9;
	left: 94%;
	top:3px;
}
.navbar .dropdown-menu .sub-menu li {
	border-top:1px solid #AECECE;	
}
.navbar .dropdown-menu .sub-menu li:first-child {
	border-top:0 none;
}
.navbar .dropdown-menu .sub-menu li a{
	color: white;
}
.navbar .dropdown-menu .sub-menu li.active a,
.navbar .dropdown-menu .sub-menu li a:hover{
	background-image:none;
	filter:none;
	background-color: #AECECE !important;
	color: #358585;
}
.navbar .dropdown-menu .active > a,
.navbar .dropdown-menu .active > a:hover{
	background-color: #72A9A9 !important;
	background-image: none;
	filter:none;
}
.page-header{
	border:0 none;
}
.overlapped .page-header h2{
	padding-top: 15px;
}
.navbar-inner{
	border-bottom-color:#BFBDB8;
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	box-shadow:none;
	padding: 0 0 5px;
	border-radius:0 0 0 0;
}
.radio, .checkbox{
	float: none;
}
.category tr td{
	background: url(../images/border-td.jpg) repeat-x 0 0, url(../images/border-td.jpg) repeat-x bottom left;
}
.table.category thead tr th a {
	color: #3F392B;
	text-transform: uppercase;
	font-family: 'Glegoo',sans-serif;
	font-weight: normal;
}
.table.category{
	position: relative;
}
.table.category::before{
	content: "";
	width: 100%;
	background-image: url(../images/tbody-border-bottom.jpg);
	background-repeat: repeat-x;
	position: absolute;
	bottom:-5px;
	height:5px;
}
.table.category thead{
	background-image: url(../images/tbody-border-top.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-top: 1px solid #BFBDB8;
}
.display-limit,
.filter-search {
	display: inline-block;
	float: none;
}
.filters{
	background-image: url(../images/bg.jpg);
	margin-bottom: 2px;
	padding: 10px 10px 0;
	text-transform: uppercase;
}

.module_ms1::after,
.moduletext_ms1::after,
.moduletable_ms1::after{
	content: "";
	border-bottom:1px solid rgba(106, 102, 90, 0.4);
	position: absolute;
	width:100%;
	left:0;
	bottom:-2px;
}

.module form{
	margin: 0;
}
.module_ms3,
.moduletext_ms3,
.moduletable_ms3{
	background-color: #817D72;
	border-radius: 3px 3px 3px 3px;
	padding: 0 10px 10px;
	color: #F3F3F0;
}
aside .module_ms3,
aside .moduletext_ms3,
aside .moduletable_ms3{
	margin-top: 10px;
}
aside .moduletable form{
	overflow: hidden;
}
.module_ms3 img,
.moduletext_ms3 img,
.moduletable_ms3 img{
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px -2px black;
}
.module_ms3 > h3,
.moduletext_ms3 > h3,
.moduletable_ms3 > h3{
	margin-top: 0;
	text-align: center;
	color: #ACCCCC;
	text-transform: uppercase;
	position: relative;
	margin-bottom:30px;
}
.module_ms3 > h3::after,
.moduletext_ms3 > h3::after,
.moduletable_ms3 > h3::after{
	position:absolute;
	content:"";
	bottom:-18px;
	left:0;
	width :100%;
	background: url(../images/ms3_decoration.jpg) no-repeat center center,url(../images/ms3-line.png) repeat-x left top;
	height:18px;
}
.module_ms3 > h3:first-line,
.moduletext_ms3 > h3:first-line,
.moduletable_ms3 > h3:first-line{
	font-size: 1.2em;
}
.module_ms4 > h3,
.moduletext_ms4 > h3,
.moduletable_ms4 > h3{
	text-align: center;
}
a.dispel img{
	margin-bottom: 5px;
}
a.dispel:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
.readmore a{
	color: #338585;
	font-family: 'Glegoo',sans-serif;
	text-transform: uppercase;
	background-image: none;
	filter:none;
	background-color: transparent;
	box-shadow:none !important;
	border:0 none;
	padding:2px 0;
	-webkit-transition: all 0.7s ease-in 0s;
	-moz-transition: all 0.7s ease-in 0s;
	-o-transition: all 0.7s ease-in 0s;
	-ms-transition: all 0.7s ease-in 0s;
	transition: all 0.7s ease-in 0s;
}
.readmore a:hover{
	background-image: none;
	filter:none;
	background-color: transparent;
	border:0 none;
}
.row-separator,
.items-leading .item-separator{
	border-bottom:1px solid #BFBDB8;
	display: block;
	padding-bottom: 15px;
	clear: both;
}
/*
li.email-icon,
li.print-icon{
	box-shadow: none !important;
}
li.print-icon img,
li.email-icon img{
	display:none;
}
li.print-icon a{
	background-image: url(../images/img-print.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	height:22px;
	width:24px;
	display: block;
	border-right:1px solid #BFBDB8;
	
}
li.email-icon a{
	background-image: url(../images/img-mail.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	height:12px;
	width:24px;
	display: block;
}
*/
aside input.inputbox{
	background-color: #F4F4F0!important;
	border:1px solid #BFBDB8!important;
	box-shadow: inset -3px -3px 16px -6px #95928A !important;
}
input.inputbox,
input[type="text"],
input[type="password"]{
	background-color: #ffffff!important;
	border:1px solid #BFBDB8!important;
	box-shadow: inset -3px -3px 16px -6px #95928A !important
}
aside .module [class*="module"] {
	padding-top:10px; 
}
.module_ms2 > h3,
.moduletext_ms2 > h3,
.moduletable_ms2 > h3{
	margin-top:0;
	background-color: #6B675A;
	padding: 0 20px 0 15px;
	display: inline-block;
	color: #ADCECE;
	text-transform: uppercase;
	background-image: url(../images/ms2_main.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

aside .module_ms2 > h3,
aside .moduletext_ms2 > h3,
aside .moduletable_ms2 > h3{
	margin-left: -6%;
	margin-top:0;
	background-color: #6B675A;
	padding: 0 20px 0 15px;
	display: inline-block;
	color: #ADCECE;
	text-transform: uppercase;
	background-image: url(../images/ms2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.newsflash_ms2{
	padding-top: 20px;
}
aside a,
aside .nav li > span.separator{
	color: #EDC39F;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
aside .readmore::after{
	content: url(../images/readmore-aside.png);
	width: 13px;
	height:9px;
	padding-left: 5px;
}

aside [class*="categories-module"] li {
	border-bottom: 1px solid rgba(212, 211, 208,0.6);
	overflow: hidden;
}

[class*="categories-module"] li i{
	display: none;
}
div[class*="module"]{
	margin-bottom: 20px;
}

[class*="mostread"].nav > li{
	border-bottom: 1px solid rgba(212, 211, 208,0.6);
	padding-bottom: 10px;
}
.module_ms1,
.moduletext_ms1,
.moduletable_ms1{
	background-color: rgba(106, 102, 90, 0.4);
	padding: 0 10px 10px;
	border-bottom: 2px solid #fff;
	position: relative;
}
aside .module_ms1,
aside .moduletext_ms1,
aside .moduletable_ms1{
	background-color: rgba(106, 102, 90, 0.4);
	margin: 0 -9%;
	padding: 0 9% 10px;
	border-bottom: 2px solid #95928A;
	position: relative;
}
aside .readmore{
	display: block;
	font-family: 'Glegoo',sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}
div.newsflash_ms3 a.readmore{
	padding-bottom: 0;
}

.navbar-fixed-top {
	margin-bottom: 0 !important;
}
.newsflash-title_ms3{
	color: #FED7B8;
	font-family: 'Open Sans';
}
.hero-unit .hero-unit{
	padding: 0;
}
.nav > li > a ,
.nav > li > span.separator{
	padding: 2px 5px;
}
.well a,
.well .nav li > span.separator{
	color: gray;
}
.img-intro-left,
.img-fulltext-left,
.item-image.pull-left {
	border-right:4px solid #DEDED4;
}
.img-intro-left > img,
.img-fulltext-left > img,
.item-image.pull-left > img {
	border-right:4px solid white;
}
.img-intro-right,
.img-fulltext-right,
.img-border-right,
.item-image.pull-right {
	border-right:4px solid #DEDED4;
}
.img-intro-right > img,
.img-fulltext-right > img,
.img-border-right > img,
.item-image.pull-right > img {
	border-right:4px solid white;
}
.navbar.navbar-inverse .nav > li.parent:hover > a > span {
	background-color: #000
}
.navbar.navbar-inverse .nav .dropdown-menu{
	background-color: #222;
	border-color:#222;
}
.navbar.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid black;
}
.navbar.navbar-inverse .nav > li > .dropdown-menu::before {
	border-bottom: 7px solid #000;
}
.navbar.navbar-inverse .nav .dropdown-menu li {
	border-top: 1px solid #444;
}
.navbar.navbar-inverse .nav .dropdown-menu li > a{
	color: white;
	font-family: 'Glegoo', serif;
}
.navbar.navbar-inverse .nav > li.parent:hover > a > span{
	color: white;
}
.wrapper-menu .container-fluid,
.wrapper-bottom-menu .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
#logo{
	margin: 0 auto;
	padding: 40px 0;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}

#top{
	margin: 0;
}
#featured{
	padding: 10px;
} 
#featured:empty{
	padding: 0;
}
#toolbar .navbar-inner{
	padding-bottom:0; 
}

/****************** Sidebar  ************************/
#main-content{
	background-image: url(../images/bg-sidebar.jpg);
	margin-bottom: 0;
	overflow:hidden;
}
#main{
	background-color: white;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing:border-box;
	position: relative;
}

#sidebar1::after{
	border-right:1px solid #726F66;
	height:100%;
	position: absolute;
	top:0;
	right:0;
	content:"";
}
#sidebar2::after{
	border-left:1px solid #726F66;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	content:"";
}
#main + #sidebar1::after{
	border-right:0 none;
	border-left:1px solid #726F66;
	left:0;
	right:auto;
}
#sidebar1 + #main{
	margin-left: 0;
}
#sidebar2, #sidebar1{
	color: #F3F3F0;
	position: relative;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
}
#main::before {
	margin-bottom: -30000px;
	padding-bottom: 30000px;
	content: "";
	background-color: white;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}
#sidebar2,
#sidebar1{
	padding-left: 1.063829787234043%;
	padding-right: 1.063829787234043%;
	margin-right: 0;
	margin-left: 0;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#grid-top .row-fluid .module,
#grid-top2 .row-fluid .module,
#grid-bottom .row-fluid .module,
#grid-bottom2 .row-fluid .module{
	padding: 10px;
}
.wrapper-footer{
	margin-left: -10px;
}
#footer{
	text-align:left;
	color:#525043;
	background-color: transparent;
	background-image: none;
	filter: none;
	font-size:12px;
}
.footer1, .footer2{
	text-align:left;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
 
[class*="weblinks"].nav li, 
[class*="archive-module"].nav li, 
[class*="relateditems"].nav li,
[class*="latestnews"].nav li {
	padding-left: 20px;
}
[class*="category-module"].nav li a:hover, 
[class*="weblinks"].nav li a:hover, 
[class*="archive-module"].nav li a:hover, 
[class*="relateditems"].nav li a:hover, 
[class*="mostread"].nav li a:hover, 
[class*="categories-module"].nav li a:hover, 
[class*="latestnews"].nav li a:hover{
	background-color: transparent;
}
[class*="mostread"].nav{
	margin-left:30px;
	list-style:decimal;
	font-family: 'Glegoo',serif;
}
[class*="mostread"].nav li{
	font-size: 20px;
}
[class*="mostread"].nav li *{
	font-size: 14px;
	font-family: 'Open Sans';
}
[class*="mostread"].nav a [class^="icon-"],
[class*="mostread"].nav a [class*=" icon-"]{
	width:0;
	font-size:0;
}
.tabs-right .nav-tabs.nav-stacked > li > a,
.tabs-left .nav-tabs.nav-stacked > li > a{
	border-color:transparent;
}
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6
{
	color: #525043;
}

#footer .container-fluid{
	padding-left: 10px;
	padding-right: 10px;
}
#login-form .nav > li > a, 
#login-form .nav > li > span {
	padding: 3px 15px;
}
div.login + div{
	overflow: hidden;
	margin-bottom: 20px;
}
div.login + div div.span3{
	margin-bottom: 20px;
}

div.pagination {
	background-image: url('../images/tbody-border-top.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	padding: 10px 0 40px;
	position: relative;
}

div.pagination p.counter {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 35px;
	float: none;
	margin: 0;
	background-image: url('../images/tbody-border-bottom.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #DEDED4;
}

div.pagination ul {
	width: 100%;
	margin: 0 auto;
	display: table-row;
	border: 0;
	box-shadow: none;
}

div.pagination ul li {
	display: table-cell;
	border: 0;
	box-shadow: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.pagination ul li > span,
div.pagination ul li > a {
	border: 0;
	box-shadow: none;
	text-align: center;
	margin: 0 10px;
	padding: 0;
	width: 100%;
	font-family: 'Glegoo', sans-serif;
	color: #348585;
	font-size: 2em;
	text-transform: uppercase;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border: 0;
	box-shadow: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border: 0;
	box-shadow: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.pagination ul > li > a:hover,
div.pagination ul > active > a,
div.pagination ul > active > span {
	background-color: transparent;
}

div.pagination ul > active > a,
div.pagination ul > active > span {
	border-radius: 10px;
	border: 1px solid #348585;
}

div.pagination ul [class*="pagination-"] span,
div.pagination ul [class*="pagination-"] a {
	font-size: 1em;
	color: #CB5A2C;
}


div.pagination ul li.pagination-prev {
	padding-left: 100px;
	background-image: url('../images/orange/arrow-prev.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

div.pagination ul li.pagination-next {
	padding-right: 110px;
	background-image: url('../images/orange/arrow-next.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}

div.pagination ul li.pagination-prev a,
div.pagination ul li.pagination-prev span {
	text-align: left;
}

div.pagination ul li.pagination-next a,
div.pagination ul li.pagination-next span {
	text-align: right;
}

.cat-children > h3 {
	border-bottom: 1px solid #BFBDB8;
	padding-bottom: 3px;
}
div.cat-children li, div.categories-list li {
	border-bottom: 1px dashed #BFBDB8;
}
div.cat-children{
	border-bottom: 1px solid #BFBDB8;
}
div.cat-children li.last{
	border:0 none;
}
section > i,
section span >  i,
section li > i {
	color: #AAA7A1;
}
.wrapper-bottom-menu{
	clear: both;
}
.nav.well.nav-list {
	padding: 15px;
}
.result-title{
	font-family: 'Glegoo', sans-serif;
	color: #929270;
}
.bs-docs-sidenav.affix {
	top: 34px;
}
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
 	filter: alpha(opacity = 25);
}
.bs-docs-sidenav {
	width: 135px;
	margin: 30px 0 0;
	padding: 0;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.bs-docs-sidenav > li > a {
display: block;
width: 190px 9;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #E5E5E5;
}
.nav-tabs {
	border-bottom: 2px solid #BFBDB8;
	min-height: 41px;
}

.nav-tabs dt a {
	font-size: 14px;
	display:block;
	border-radius: 5px 5px 0 0;
	background-color: #E06639;
	color: white;
	padding: 7px;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-in 0s;
	-moz-transition: all 250ms ease-in 0s;
	-o-transition: all 250ms ease-in 0s;
	-ms-transition: all 250ms ease-in 0s;
	transition: all 250ms ease-in 0s;
}
.span11.bg-white {
	width: 910px;
}
.row-fluid .span11.bg-white {
	width: 91.48936170212765%;
}
.span1.fringe {
	width: 10px;
}
.row-fluid .span1.fringe {
	width: 6.382978723404255%;
}
.container-fluid.style-container{
	margin: 0 20px;
	padding: 0;
}
.nav-tabs > .open h3 a,
.nav-tabs h3 a:hover {
	background-color: #BFBDB8;
	border-color: #BFBDB8 #BFBDB8 transparent;
	color: #555042 !important;
	text-decoration: none;
	border: 0 none;
}
.nav-tabs{
	margin-bottom: 0;
}
div.current{
	background-color: #EEEEE9;
	padding-top: 20px;
}
code {
	color: #4A9191;
	background-color: transparent;
	border: 0 none;
}
.bs-docs-example{
	background-color: white;
	border:1px solid #CECEBD;
	padding:35px 10px;
	width: 95%;
	border-radius:4px;
	margin: 10px 0;
	position: relative;
}
.bs-docs-example::after {
	content: "Example";
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px 7px;
	font-size: 12px;
	background-color: #E9E9E2;
	color: #7F7C72;
	border-radius: 4px 4px 4px 4px;
	text-transform: uppercase;
}
.label{
	border-radius:3px 0 0 3px;
}
.label-info{
	position: relative;
	background-color: #4A9191;
	margin-right: 10px;
	max-height: 18px;
}
.label-info::before{
	content:url(../images/label-right.png);
	position: absolute;
	left: 100%;
	top: 0;
}
[class^="icon-"]{
	margin-right: 3px;
}
address span{
	color: #929270;
}

ul.pagenav{
	display:block;
	overflow: hidden;
}
ul.pagenav li.pagenav-prev{
	float: left;
	width: 130px;
	background: url(../images/orange/arrow-prev.jpg) no-repeat left center transparent;
	height: 20px;
}
ul.pagenav li.pagenav-next{
	float: right;
	width: 130px;
	background: url(../images/orange/arrow-next.jpg) no-repeat right center transparent;
	height: 20px;
}
ul.pagenav li.pagenav-next a,
ul.pagenav li.pagenav-prev a{
	width: 30px;
	height: 20px;
	overflow: hidden;
	display: block;
}
ul.pagenav li.pagenav-next a::before{
	content: "Next"
}

ul.pagenav li.pagenav-prev a{
	float: right;
}
ul.pagenav li.pagenav-prev a::before{
	content: "Prev"
}
.table-bordered thead th{
	background-color: #95928A;
	color: white;
}
.table thead th{
	font-family: 'Glegoo';
	font-weight: normal;
	text-align: center;	
}
.table tbody td{
	text-align: center;
}
.table.table-bordered th, .table.table-bordered td {
	border-top: 2px solid #D4D3D0;
}
.table-bordered th, .table-bordered td {
	border-left: 2px solid #D4D3D0;
}
.table-bordered{
	border-top:2px solid #D4D3D0;
	border-bottom:2px solid #D4D3D0;
	border-right:2px solid #D4D3D0;
}
.table-bordered thead th {
	background-color: #95928A;
}
.table.table-bordered.table-green th, .table.table-bordered.table-green td {
	border-top: 2px solid #D9DDB0;
}
.table-bordered.table-green th, .table-bordered.table-green td {
	border-left: 2px solid #D9DDB0;
}
.table-bordered.table-green{
	border-top:2px solid #D9DDB0;
	border-bottom:2px solid #D9DDB0;
	border-right:2px solid #D9DDB0;
}
.table-bordered.table-green thead th {
	background-color: #B3BC62;
}
.table.table-bordered.table-orange th, .table.table-bordered.table-orange td {
	border-top: 2px solid #F1CFB2;
}
.table-bordered.table-orange th, .table-bordered.table-orange td {
	border-left: 2px solid #F1CFB2;
}
.table-bordered.table-orange{
	border-top:2px solid #F1CFB2;
	border-bottom:2px solid #F1CFB2;
	border-right:2px solid #F1CFB2;
}
.table-bordered.table-orange thead th {
	background-color: #E7AA77;
}
.table.table-bordered.table-yellow th, .table.table-bordered.table-yellow td {
	border-top: 2px solid #FDE290;
}
.table-bordered.table-yellow th, .table-bordered.table-yellow td {
	border-left: 2px solid #FDE290;
}
.table-bordered.table-yellow{
	border-top:2px solid #FDE290;
	border-bottom:2px solid #FDE290;
	border-right:2px solid #FDE290;
}
.table-bordered.table-yellow thead th {
	background-color: #FCD044;
	color: #977202;
}
.table.table-bordered.table-cyan th, .table.table-bordered.table-cyan td {
	border-top: 2px solid #BCEBE9;
}
.table-bordered.table-cyan th, .table-bordered.table-cyan td {
	border-left: 2px solid #BCEBE9;
}
.table-bordered.table-cyan{
	border-top:2px solid #BCEBE9;
	border-bottom:2px solid #BCEBE9;
	border-right:2px solid #BCEBE9;
}
.table-bordered.table-cyan thead th {
	background-color: #4DCBC5;
}
.prettyprint{
	border:0 none !important;
	box-shadow:none !important;
	border-radius: 0 0 0 0 !important;
	padding: 0 8px 8px !important;
}

.btn{
	text-transform:uppercase;
	padding: 9px 20px;
	font-family: 'Glegoo',sans-serif;
}

.btn-inverse {
	color: #C4C4C4;
}
.img-border-right,
.img-border-bottom,
.img-frame{
	display: inline-block;
}
.img-frame{
	background-image: url(../images/bg.jpg);
	padding: 8px;
}
.img-frame > img{
	box-shadow: 1px 1px 6px -2px;
}
.img-bordered{
	outline: 1px solid #525043;
}
.img-border-bottom{
	border-bottom: 4px solid #DEDED4;
}
.img-border-bottom > img{
	border-bottom: 2px solid white;
}
.img-bordered-gray{
	outline: 1px solid #D7D7CD;
}

#menu .navbar .btn-navbar:hover, 
#menu .navbar .btn-navbar:active,
#menu .navbar .btn-navbar.active,
#menu .navbar .btn-navbar.disabled,
#menu .navbar .btn-navbar[disabled],
#bottom-menu .navbar .btn-navbar:hover, 
#bottom-menu .navbar .btn-navbar:active,
#bottom-menu .navbar .btn-navbar.active,
#bottom-menu .navbar .btn-navbar.disabled,
#bottom-menu .navbar .btn-navbar[disabled]{
	background-color: transparent;
}
#menu .navbar .btn-navbar.collapsed,
#bottom-menu .navbar .btn-navbar.collapsed {
	background: url('../images/bg-navbar.png') no-repeat center center ,url('../images/orange/fringe.jpg') repeat 0 0 transparent;
}
#menu .navbar .btn-navbar,
#bottom-menu .navbar .btn-navbar {
	background: url('../images/bg-navbar-up.png') no-repeat center center ,url('../images/orange/fringe.jpg') repeat 0 0;
	filter: none;
	position: absolute;
	top: 100%;
	right: 10px;
	margin: 0;
	border-radius: 0 0px 3px 3px;
	box-shadow: none;
	border-top:0 none;
	border-color:#BFBDB8;
	padding: 9px 5px;
}
.navbar .nav li li.dropdown.parent.active > .dropdown-toggle > span,
.navbar .nav li li.dropdown.parent:hover > .dropdown-toggle > span {
	color: #ffffff;
}
#menu .navbar .btn-navbar .icon-bar,
#bottom-menu .navbar .btn-navbar .icon-bar{
	background-color: transparent;
	box-shadow: none;
}
.navbar.navbar-inverse .nav > li > span.separator{
	color:#999;
}

.navbar-inverse .dropdown-menu li span.separator {
	color: #999999;
}

.navbar .open > .dropdown-menu{
	display: none;
}
#mod-search-searchword,
.mod-search-searchword{
	background-image:url(../images/orange/search.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 94%;
	padding: 4px 3%;
}

#above-content .moduletable{
	margin-bottom: 0;
}

#breadcrumbs a{
	color:#338585;	
}

#login-form .nav.well.nav-list{
	background-color: transparent;
	border:0 none;
}

#login-form .nav.well.nav-list a{
	color: #EDC39F;
	text-shadow: none;
}
#login-form .nav.well.nav-list a:hover{
	background-color: transparent;
}
#header, #menu, #featured, #grid-top, #breadcrumbs, #grid-bottom, #grid-bottom2, #bottom-menu {
	margin-bottom: 20px;
}

/* Leading and Intro Articles */

div.items-leading div.overlapped dl.article-info {
	float: left;
	width: auto;
}

div.items-leading div.overlapped div.img-intro-none,
div.items-leading div.overlapped div.item-image.pull-none {
	width: 100%;
	margin: 0 0 5px;
	border: 0;
	background-image: url('../images/bg-leading.png');
	background-repeat: repeat;
}

div.items-leading div.overlapped div.img-intro-none img,
div.items-leading div.overlapped div.item-image.pull-none img {
	float: none;
	width: 98%;
	margin: 0 auto;
	border: 0;
	display: block;
	padding: 10px 0;
}

div.items-leading div.overlapped div.page-header,
div.items-leading div.overlapped div.page-header h2 {
	margin: 0;
}
div.item.overlapped .page-header,
div.item.overlapped .page-header h2 {
	margin: 0;
	padding: 0;
}

div.item.overlapped {
	padding: 20px 0;
}

div.item.overlapped div.img-intro-none,
div.item.overlapped div.item-image.pull-none {
	margin: 10px auto;
	text-align: center;
	width: 100%;
}

div.item.overlapped div.img-intro-none img,
div.item.overlapped div.item-image.pull-none img {
	border-right: 5px solid #deded4;
	padding-right: 5px;
}

.icons-left {
    margin-left: 0;
}