/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


html, body {
	color: #000; 
	background-color: #c0c0c0;
	margin: 0; padding: 0; 
	font-family:arial!important;
	font-size:12px!important;
	letter-spacing:0px
}
h1, h2, h3, h4, h5, h6, span, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Arial';
}

p{
	font-family: 'Arial';
font-size: 120%;
color:#555;
}
.container
{
	
	padding:0px;
	background-color:#fff;
	width: 90%;
}
.tophead .container{
	
	background-color:#085a79;
	
}

h1 a{
	color:#333;
        font-weight:bold;
	
}
h1{
	font-size:120%;
}
h1 a:hover{
	color: #E18A07;
}
a {
	color:#333;
}
h2{
	display:block;
	margin:5px;
	font-size:130%;
}

#contentWrap{

}
h3{
	color: #E18A07;
	background-color:#ecebe6;
	padding:10px;
	font-size:130%;
	font-weight:bold;
}
.container .jumbotron {
padding-right: 30px;
padding-left: 30px;
}
.jumbotron {
padding-top: 10px;
padding-bottom: 10px;
margin: 5px;

}
.jumbotron p{
	font-size:147%;
}
.moretag{
	float:right;
	font-size:80%;
}
.datetime{
	color:#C52427;
	font-size:100%;
	display:block;
}
.timeago{
color:#C52427;
font-size:120%;
display:block;
}
.page-title{
	display:block;
}
input[type=submit]{
display: inline-block;
background-color:#E18A07;
color:#fff;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
}
input[type=text]{
	display: inline-block;
	width: 50%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
img.alignleft {float:left; margin:0; padding:5px;}
.searchbox{
	float:left;
	width:30%;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
background-color:#71290B;
color:#fff;
height:25px;
}
.input-group input[type=text] {
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	height:25px;

}
.glyphicon .glyphicon-search {
   vertical-align:middle;
}

.logo-wrapper{
	margin:0;
	background: #FFF; /* Old browsers */
	
		
}
.toppanel{
	background-color:#ecebe6;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	display:block;
}
.top-slogan{
	float:left;
	background-color:transparent;
}
.top-slogan h2{
	color:#E18A07;
	font-size:150%;
	padding:3.8px;
}
.top-search{
	float:right;
}
.logotop h4{
	display:block;
	font-size:120%;
	color:#fff;
	vertical-align:middle;
}
.logo{
	margin:0;
	background-color:#fff;

}	
.logo h1{
	font-size:400%;
	display:inline-block;
}
.logo a{
	color:#fff;
	font-weight:bold;
	
}
.logo h2{
	font-size:200%;
	color:#72441E;
}
.logo a:hover{
	text-decoration:none;
}
.banner{
	float:left;
	margin:0 auto;
   text-align:center;
   padding-left:10px;
}
.banner { 
	position: relative; width: 285px;
	} 
.feauture{ 
	position: absolute; 
	width: 70px; top: 0px; 
	left: 0px;
	background: #333; 
	text-align:center; 
	font-weight:bold; 
	opacity:0.7; 
} 

.feature a{
	color:#fff;
	font-size:11px;
}
.navbar-inverse{
	margin:0;
}
.navbar-inverse .navbar-nav>li>a{
	color:#fff;
}
.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
.navbar {min-height:30px !important;
	
}

.navbar-default{
	background-color:#333;
	margin:0;
	border-top:1px solid #fff;
	
}
.navbar-default .navbar-nav>li>a{
	color:#fff;
	
}
.navbar-default .navbar-nav>li>a:hover{
	color:#fff;
	background-color:#E18A07;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#fff;
	background-color:#E18A07;
}
.navbar-nav>li>a{
	color:#fff;
}
.navbar-nav>li>a:hover{
	color:#fff;
	background-color:#E18A07;
	
}
.navbar-default .navbar-nav>li.active>a, .navbar-nav>li.active>a:hover, .navbar-nav>li.active>a:focus {
color: #fff;
cursor: default;
background-color: #E18A07;
border-bottom-color: 1px solid #6d1d08;
}
.postContents{
    display:table;
    position:relative;
    margin:auto;
text-align:left;
   
}
p a{
color: #E18A07;
}
.wpp-post-title{
	
	
}
.wpp-excerpt {
font-family: 'Arial';
font-size: 120%;
color:#555;
		}
.widget{
padding:3px;
}
.widget ul{
	margin: 1px;
	padding: 1px;
}
.widget li{
	
	list-style-type:none;
}
.wpp-list li{
display:block;
padding:10px;
font-size: 120%;
}
.widget-title a{
	color:#fff;
}

.widget-bottom{
	display:block;
}

.moreposts{
	float:left;
	
}
.footer{
	background-color:#333;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	display:block;
}
.footer p{
	color:#fff;
}

.row{
	background-color:#fff;
}
.thumbnail {
    position:relative;
    margin-left: auto;
    margin-right: auto;
}