/* Column & Gutter Widths
Desktop: 70, 30  (970)
Tablet: 57, 20 (750)
*/

body {
	font-family: 'Droid Sans', sans-serif;	
	font-size: 14px;
	line-height: 21px;
	color: #363636;
	background: url(../images/background.jpg) repeat;
}
a {
	color: #147BA8;
	text-decoration: none;
}
h1 a {
	color:#363636;
}
a:hover {
	color:#363636;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	text-decoration: none;
}
a.btn:hover {
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}
h1 a:hover {
	color: #147BA8;
}
ul {
	margin:0 0 0 0px;
}
ol {
	margin:0 0 0 5px;
}
li {
	line-height: inherit;
}
h1 {
	font-size: 214%;
	color:#363636;
	font-weight: bold;
	line-height: 120%;
	margin:0;
	padding:0;
}
h2 {
	font-size: 135%;
	color:#0E6698;
	font-weight: normal;
	line-height: 120%;
	margin:10px 0 10px 0;
	padding:0;
}
h3 {
	font-size: 124%;
	color:#999;
	font-weight: normal;
	line-height: 120%;
	margin:0 0 15px 0;
	padding:0;
}
h4 {
	font-size: 112%;
	color:#000;
	font-weight: bold;
	line-height: 120%;
	margin:0 0 5px 0;
	padding:0;
}
.page-header {
	margin:0;
	padding:0;
	border:0;
}
table tr {
	vertical-align: top;
}
span.red {
	color:red;
}
span.highlight {
    background-color: rgb(255, 255, 204);
    font-weight: normal;
    padding: 0;
}
.btn {
	background:#FFF;
	color:#147BA8;
	border-radius: 0 !important;
	box-shadow: none;
	text-shadow: none;
	border:1px solid #147BA8 !important;
	text-decoration: none;
	line-height: 214%;
	font-size: 100%;
	text-transform: uppercase;
	padding:0 8px;
}
dl.article-info {
	display: none;
}
p.readmore .btn {
	margin-top: 15px;
}
.btn:hover {
	color:#FFF;
	background:#147BA8;
	-webkit-transition: background .15s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
}
.formResponsive .formHorizontal .formControlLabel {
	float: none;
	width: auto;
	padding-top: 0px;
	text-align: left;
}
.formResponsive .formHorizontal .formControls {
	margin-left: 0;
}
.formResponsive textarea {
	width: 50%;
}
ul.pagination-list li a [class*="icon-"] {
	opacity: 0.3;
}
ul.pagination-list li a:hover [class*="icon-"] {
	opacity: 0.5;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding:4px 10px;
}
.display-limit {
	margin: 20px 0px;
	color:#666;
}
input[type="text"] {
	border-radius: 0;
	padding:3px 5px 4px;
}
div#_mcePaste {
	display: none !important;
}

/* Header Items */
.header {
	height:279px;
}
.header .container {
	background: #FFF;
	border-bottom:14px solid #147ba8;
}
.logo, .blurb {
	height:279px;
	position: relative;
}
.navbar-brand {
	display: block;
	border: 0;
	padding:0;
	position: absolute;
	bottom:105px;
}
.navbar-brand img {
	width: 100%;
}
.blurb .moduletable {
	position: absolute;
	bottom:50px;
	margin-left:15px;
	margin-right:15px;
}

/* Main Nav */
.navbar-default {
	background:none;
	border:0;
	box-shadow: none;
	border-radius: 0;
	margin-top:25px;
}
.navbar-header {
	border-bottom:1px solid #D7D7D7;
	padding-bottom:2px;
}
.navbar-toggle {
	float:none;
	background: #147ba8 !important;
	color:#FFF;
	border:0;
	padding:5px;
	border-radius: 0;
	font-size: 93%;
	text-transform: uppercase;
}
.navbar-collapse {
	border:0;
	background: #f0f5fa;
}
.navbar-nav > li {
	border-bottom:1px solid #D7D7D7;
	background: #f0f5fa url(../images/check.png) 97% 10px no-repeat;
}
.navbar-nav > li.current.active {
	background: url(../images/check-active.png) 97% 10px no-repeat;
}
.navbar-nav > li.current.active a,
.navbar-nav > li.current.active a:hover {
	background: none;
	box-shadow: none;
}
.navbar-nav > li:last-child {
	border-bottom:0;
}
.navbar-nav > li > a {
	color:#147BA8 !important;
	text-shadow: none;
	padding:8px 10px;
	font-weight: bold;
}
.navbar-nav > li > a:hover {
	color:#363636 !important;
}
span.subheading-category {
	position: absolute;
	top:29px;
	left:90px;
	color:#9e9b9b;
	font-size:100%;
}

/* Content */
.mainbody .container {
	background: #FFF;
	margin-top:14px;
}
#content .padding {
	margin:50px 0;
}
#content .blogitem {
	margin-left:100px;
	margin-bottom:100px;
	height: 100%;
}
#content .create {
	color:#147ba8;
	font-weight: bold;
	float:left;
	text-align: center;
	width:70px;
	height: 70px;
	background: #FFF;
	border:1px solid #147ba8;
	border-radius: 70px;
}
#content .create .day {
	display: block;
	font-size: 157%;
	margin-top:15px;
}
#content .create .month {
	display: block;
	font-size: 100%;
	text-transform: uppercase;
}
#content .createdby {
	color:#959595;
	font-size: 79%;
	line-height: 245%;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	width: 100%;
	text-transform: uppercase;
	margin:10px 0 15px;
}
#content .create.std {
	color:#959595;
	font-weight: normal;
	float:none;
	text-align: left;
	width:inherit;
	height:inherit;
	background: #FFF;
	border:0;
	border-radius:0;
	display: inline !important;
}
#content .create.std span.spacer {
	padding:0 5px;
}
#content .img-intro-left {
	width:33%;
	float:left;
}
#content .img-intro-left img {
	max-width: 170px;
}
#content .article {
	width:66%;
	margin-left:200px;
}
.blog,
.item-page {
	background:url(../images/content_bg.png) 1px 0 repeat-y;
}
.item-page .btn-group {
	position: relative;
	top:11px;
}
.item-page .btn-group a:link,
.item-page .btn-group a:visited {
	font-size: 79%;
	line-height: 245%;
	text-transform: uppercase;	
	color:#959595;
}
.item-page .btn-group .glyphicon-print {
	opacity: .6;
}
.item-image {
	width:35%;
	padding-right:10px;
}
.item-image img {
	max-width: 170px;
}
#content .nonblog .blogitem {
	margin-left:10px;
}
.item-page.nonblog {
	background: none;
}
.addthis_toolbox {
	margin:20px 0;
}
.addthis_toolbox.item-specific {
	float:right;
	margin-top:25px;
}
.sharetitle {
	font-size: 113%;
	color:#147ba8;
	margin-bottom:10px;
}
span.sharetitle {
	font-size: 100%;
	display: inline;
	margin-bottom:0;
	float:left;
	color:#898989;
	margin-right:5px;
}
.tags {
 	margin:20px 0;
}
.tags .title {
	color:#898989;
	font-weight: bold;
	float:left;
	margin-right: 10px;
}
.tags span a:after {
	content:",";
}
.tags span:last-child a:after {
	content:none;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 21px 0 21px 15px;
	font-size: 114%;
	border-left: 3px solid #147ba8;
	color:#898989;
}
div.phrases-box label {
	float:left;
	display: inline-block;
	margin-right:15px;
}
.controls > .radio:first-child {
	padding-top:0;
}
.controls .radio+.radio {
	margin-top:10px;
}
.label-info, .badge-info {
	background:#147BA8;
}
.pagination {
		width: 100%;
}
table#ml_pagination {
	width: 100%;
}
table#ml_pagination td.results {
	width:100px;
}
.pagination ul {
	list-style: none;
}
.pagination ul li {
	display: inline;
}
.pagination ul li .pagenav,
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
	display: none;
}
.left-on,
.right-on,
.pagination ul li .hasTooltip.pagenav {
	display: inline-block;
	background: #147ba8;
	color:#FFF;
	text-transform: uppercase;
	border-bottom:4px solid #0e6286;
	line-height: 200%;
	padding:3px 8px 0;
}
.pagination ul li.pagination-prev {
	margin-left:65px;
}
.right-on,
.pagination ul li.pagination-next {
	float:right;
}
#jwDisqusFormFooter {
	display: none;
}

/* Right Column - Home Page only */
#right .padding {
	padding:28px 0 0;
}
#right div.moduletable {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #E3E3E3;
	margin-left:15px;
}
#right div.moduletable h3 {
	font-size: 129%;
	text-transform: uppercase;
	color:#363636;
	font-weight: bold;
}
#right div.moduletable ul {
	margin:0;
	list-style: none;
	padding:0;
}
#right div.moduletable ul li {
	margin-bottom:5px;
}
#right div.moduletable a:link,
#right div.moduletable a:visited {
	color:#147ba8;
}
#right div.moduletable a:hover {
	color:#363636;
}
#right div.moduletable.cloud a:link,
#right div.moduletable.cloud a:visited {
	color:#898989;
}
#right div.moduletable.cloud a:hover {
	color:#147ba8;
}
#right div.moduletable.cloud a:after {
	content:", ";
}
#right div.moduletable.cloud a:last-child:after {
	content:"";
}
#right div.moduletable.search {
	position: relative;
	border-bottom: 0;
}
#right .search label {
	display: none;
}
#right .search .inputbox,
#right .subscribe .form-control {
	background: #F5F5F5;
	border:1px solid #DFDEDE;
	color:#898989;
	font-weight: normal;
	width: 100%;
	padding:5px 30px 5px 5px;
}
#right .search button {
	position: absolute;
	top:5px;
	right:5px;
	background: none;
	color:#898989;
	border:0;
}
#right .subscribe .form-control {
	height:45px;
	border-radius: 0;
	font-size: 107%;
	padding:5px;
	margin:5px 0 10px;
}
#right .subscribe .formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0px;
}
#right .subscribe .btn {
	width: 100%;
	padding:8px 10px;
	background: #147ba8;
	font-size: 129%;
	margin-bottom:10px;
}
#right .subscribe a.rss:link, 
#right .subscribe a.rss:visited {
	background: #f7941d url(../images/icon_rss.png) 100% 5px no-repeat;
	font-size: 107%;
	color:#FFF;
	padding:4px 24px 4px 6px;
}
#right .subscribe a.twitter:link, 
#right .subscribe a.twitter:visited {
	background: #00AEF0 url(../images/icon_twitter.png) 98% 5px no-repeat;
	font-size: 107%;
	color:#FFF;
	padding:4px 28px 4px 6px;
}
#right .subscribe a.rss:hover,
#right .subscribe a.twitter:hover {
	color:#CCC;
}
#right div.moduletable.badges {
	border-bottom: 0;
}
#right .custom.badges {
	text-align: center;
	font-size: 80%;
	padding:0 40px;
	line-height: 150%;
}
#right .custom.badges img {
	width: 90%;
	margin-bottom: 5px;
}
/* Footer Area */
.footer .container {
	background: #363636;
	padding:0px 30px;
}
div.moduletable-oblonlogo {
	float:right;
	margin-top:20px;
}
div.moduletable-copyright {
	color:#FFF;
	font-size: 100%;
	line-height: 278%;
	margin-top:10px;
	margin-left:-30px;
}
div.moduletable-copyright a:link,
div.moduletable-copyright a:visited {
	color:#88b09e;
}
div.moduletable-copyright a:hover {
	color:#CCC;
}
div.moduletable-footer {
	color:#959595;
	font-size: 86%;
	line-height: 120%;
	margin-bottom:20px;
	margin-left:-30px;
}
div.moduletable-copyright div.custom-footer,
div.moduletable-footer div.custom-footer {
	width: 100% !important;
}
/* Print Template */
body.contentpane {
	background: #FFF;
}
.contentpane .logo {
	width:75%;
	height:auto;
}
.contentpane .create {
	color:#959595;
	font-weight: normal;
	float:none;
	text-align: left;
	width:inherit;
	height:inherit;
	background: #FFF;
	border:0;
	border-radius:0;
	display: inline !important;
}
.contentpane .create.hidden-xs {
	display: none !important;
}
.contentpane .create .day {
	display: inline;
	font-size: 100%;
	margin-top:0;
}
.contentpane .create .month {
	display: inline;
	font-size: 100%;
	text-transform: uppercase;
}
.contentpane .createdby {
	color:#959595;
	font-size: 79%;
	line-height: 245%;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	width: 100%;
	text-transform: uppercase;
	margin:10px 0 15px;
}
.contentpane .item-image {
	width:33%;
	float:left;
}
.contentpane .item-image img {
	max-width: 170px;
}
.contentpane .article {
	width:66%;
	margin-left:200px;
}
.contentpane .jwDisqusForm,
.contentpane .addthis_toolbox {
	display: none;
}
.contentpane .printlink {
	position: relative;
	top:11px;
	float:right;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.contentpane .printlink a:link,
.contentpane .printlink a:visited {
	font-size: 79%;
	line-height: 245%;
	text-transform: uppercase;	
	color:#959595;
}
@media print {
.contentpane .printlink {
	display: none;
}
}

/* start tablet width styles */
@media (min-width: 768px) and (max-width: 976px) {
.header {
	height:234px;
}
.logo, .blurb {
	height:234px;
	position: relative;
}
.navbar-brand {
	bottom:70px;
}
.blurb {
	font-size: 93%;
}
.blurb .moduletable {
	bottom:30px;
}
#content .img-intro-left img {
	max-width: 125px;
}
#content .article {
	margin-left:150px;
}
.item-image img {
	max-width: 125px;
}
#right .subscribe a.twitter {
	display: inline-block;
	margin-top:6px;
}
/* end tablet width styles */
}

/* start smartphone width styles */
@media (max-width: 767px) {
.header {
	height:87px;
	border-bottom:7px solid #147ba8;
}
h1 {
	font-size: 172%;
}
.logo {
	height:87px;
	position: relative;
	margin-right:15px;
}
.logo img {
	max-height: 54px;
}
.navbar-brand {
	bottom:20px;
}
.navbar-brand img {
}
span.subheading-category {
	top:3px;
}
.blog,
.item-page {
	background:none;
}
.item-image img {
	max-width: 100%;
}
#content .padding {
	margin:25px 0;
}
#content .create {
	color:#959595;
	font-weight: normal;
	float:none;
	text-align: left;
	width:inherit;
	height:inherit;
	background: #FFF;
	border:0;
	border-radius:0;
	display: inline !important;
}
#content .create.hidden-xs {
	display: none !important;
}
#content .blogitem {
	margin-left:0px;
	margin-bottom:50px;
}
#content .img-intro-left img {
	display: none;
}
#content .article {
	width:100%;
	margin-left:0px;
}
.searchbox div.moduletable.search {
	position: relative;
	border-bottom: 0;
	margin-top:20px;
}
.searchbox .search label {
	display: none;
}
.searchbox .search .inputbox,
.searchbox .subscribe .form-control {
	background: #F5F5F5;
	border:1px solid #DFDEDE;
	color:#898989;
	font-weight: normal;
	width: 100%;
	padding:10px 30px 10px 5px;
}
.searchbox .search button {
	position: absolute;
	top:10px;
	right:5px;
	background: none;
	color:#898989;
	border:0;
}
#right .padding {
	padding-top:0;
}
#right div.moduletable {
	margin-top:20px;
	padding-top:30px;
	border-top:1px solid #E3E3E3;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0;
	margin-left:0px;
	text-align: center;
}
.footer {
	margin-top:25px;
}
div.moduletable-copyright {
	line-height: 200%;
	font-size: 93%;
}
div.moduletable-copyright span.hd-date:after {
	content: "\A";
	white-space: pre;
}
div.moduletable-oblonlogo {
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-bottom: 10px;
}
/* end phone width styles */
}