.page-header h1 {
	color: #1a80c9;
}

#sidebar h4.newsheading {
	font-size: 17.5px;
}

#sidebar blockquote {
	padding-bottom: 0px;
    margin-bottom: 10px;	
}
p.news { font-size:14px;}
p.news-footer {
    display: block;
    font-size: 11px;
    line-height: 1.42857143;
    color: #777;
}

.section_item_header {
	font-size: 18px;
	color:#000;
	padding:0;
	margin:0;
	
}


p.pending {
	margin-top: 50px !important;
}


.background-charcoal {
    color: #fff !important;
	text-decoration:none !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #333;
}

.btn-danger {
	
    color: #fff !important;
	text-decoration:none !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    
	background-color: #333;
    background-image: -moz-linear-gradient(270deg,rgba(34,34,34,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(270deg,rgba(51,51,51,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(51,51,51,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(51,51,51,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-repeat: repeat-x;
    border-color: #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#000000',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	/*
	background-color: #BD221A;
    background-image: -moz-linear-gradient(270deg,rgba(200,30,25,1.00) 0%,rgba(116,21,16,1.00) 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(270deg,rgba(200,30,25,1.00) 0%,rgba(116,21,16,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(200,30,25,1.00) 0%,rgba(116,21,16,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(200,30,25,1.00) 0%,rgba(116,21,16,1.00) 100%);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    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='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*/
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #999;
	border-color:#ccc;
}

li {
    line-height: 20px;
}



@media (min-width: 980px)
.section_title_1 {
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #003f7f;
}

hr.featurette-divider {
	border: initial;
    color: initial;
    background-color: initial;
    height: initial;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #fff;
}

.img-polaroid {
    padding: 5px;
    border: 1px solid #ccc;
	background-color: #fff;
}

.brand {
    letter-spacing: 5px;
    text-transform: uppercase;
}

p.lead {
	color: #585858;
	font-weight:normal;
	font-size:initial;
}

@media (max-width: 480px) {

  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
}
