/* FRONTEND CSS
*********************************************/
/* ARCHIVES PAGE
*********************************************/
.archive-download {
    border-width: 2px;
    border-bottom-width: 1px;
}

.share-btn {
	width: 100%;
	border-top-color: #6E9FE2;
	border-top-width: 2px;
}

.colorMeGray {
    background-color: #595757;
}

.item-124 a {
  font-weight:bold;
}

.item-124 a:link, .item-124 a:visited {
    color: #FFB400!important;
}

.item-124 a:hover {
    color: #40248E!important;
}


.col-centered{
    float: none;
    margin: 0 auto;
}

#topADspace .thumbnail {
  margin-bottom: 0px;
  border: none;
}


#archive_pane .panel-body, #comment_right .panel-body {

}

#older_archives_stage .panel-body {
  min-height: 0;
}

#vertical_list {
  margin-bottom: 25px;
}

.panel-body#coms_here {
  min-height:  190px;
  max-height:  190px;
  overflow-y: scroll;
}

#com_view_stage .panel-heading {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3px;
}

#comment_form .panel-body {
  min-height: 177px;
}

.com_alert {
  margin: 5px;
  padding: 3px;
}

.com_btn {
  height: 75px;
  width:100%;
}

.com_txt {
  resize: none;
}

.usr_comment .panel-body {
  min-height: 0 !important;
}

.usr_comment .panel-footer {
  padding: 2px;
  text-align: right;
}

.banneritem img {
  width: 100%;
}

#GCNbanner{
    width:100%;
}

#archive_marquis.row h2 {
    display: inline-block;
}

#archive_marquis .share-links {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
}

#archive_marquis .share-links img {
    width: 30px;
}

.panel-title {
    color: #FFE170;
}

a:link {
  text-decoration: none;
  color:  #40348E;
}

a:visited {
  text-decoration: none;
  color: #5C4EB5;
}

a:hover {
  text-decoration: none;
  color: #CD9537;
}

a:visited.btn-primary, a:visited.btn-success {
  text-decoration: none;
  color: #ffDC58;
}

#com_view_stage .panel-heading p {
  color: #fff;
}

#coms_here .panel-footer {
  background-color: #6e9fe2;
}

#com_poster .input-group {
  width:  100%;
}

a.list-group-item {
    cursor: pointer;
}

#datepicker{
    cursor: pointer;
}

#frompicker.form-control[readonly], #topicker.form-control[readonly]{
    cursor: pointer;
}

#topicker.form-control[disabled]{
    cursor: not-allowed;
}

li.active .glyphicon-record:before {
    content: "\e089";
    color: #3c763d;
}

.post_item .panel-heading span a {
    color: #ffe170;
}

.post_item .panel-heading span a:hover {
    color: #40348e;
}

.social-icons img {
    height: 24px;
}
.social-icons li {
    margin: 0;
    padding: 0;
    padding-right: 3px;
}
/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* Large desktop */
@media (min-width: 1200px) {

}
