/*
 Theme Name:     BDN Blog 2013 - Sans Header Image
 Theme URI:      http://bangordailynews.com/maine-blogs
 Description:    BDN Blog 2013 theme designed to look closer to the BDN template. 
 Author:         Pattie Reaves
 Author URI:     http://twitter.com/pazzypunk
 Template:       bdnblog2013
 Version:        1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

html, button, input, select, textarea {
    font-family: tahoma, arial, sans-serif;
}

a:visited {
color: rgb(102, 102, 153);
}

.site-header, body {
    background: linear-gradient(rgba(232, 229, 206, 1), rgba(232, 229, 206, .2));
}

.site-headers {color: #333;}

.site-header .home-link {
    min-height: 0;
    margin-bottom: 10px;
    overflow: auto;
}

.site-title, .site-description {
    text-shadow: none;
}

.blog-headshot {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 20px 20px 10px 0;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.site-headers {
    float: left;
}

.site-description {
    font-family: tahoma, arial, sans-serif;
}

.site-title {
    padding: 20px 0 0;
}

.bdn-banner {
    clear: both;
    margin: 5px;
    padding: 0 20px;
}


.bdn-banner img {
   width: 32px;
   height: 32px;
   display: inline;
vertical-align: middle;
}

.bdn-banner h3 {
    font-family: tahoma, sans-serif;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    line-height: 150%;
}

.bdn-banner a h3 {
    color: #000;
}

.bdn-nav {
    display: block;
    font-family: georgia, serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 0; 
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.bdn-nav li {
    display: inline-block;
    position: relative;
    line-height: 100%;
    list-style: none;
    border-right: 1px solid #cccccc;
}

.bdn-nav li:last-child, .bdn-nav li:first-child {
    border: none;
}

.bdn-nav span {
    display: none;
}

.bdn-nav li a {
    color: #006944;
    display: inline-block;
    margin: 0 .2em;
    padding: 0 .2em;
    text-decoration: none;
}



.navbar {
    border-top: 3px solid #333333;
    background: #fff;
}

#main {
    border-top: 1px solid #ccc;
}

.entry-title a {
    color: #666699;
}

body {
    background: rgb(232, 229, 206);
}

.network-promo {
    padding-top: 10px;
}

/*
 * Recommend
 */

.action-button
{
  padding: 5px;
  width: 250px;
  text-align: center;
  line-height: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;                                                                                                                                                                                                                                                              
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(154, 154, 154);
/*
  background-color: rgb(0, 105, 64);
 */
}

.action-button-active
{
  color: white;
  background-color: rgb(0, 162, 99);
}

/*Fix this*/
@media (max-width:800px) {
    .bdn-banner {font-size: 11px;}
}

@media (max-width: 640px) {
    
    html {margin: 0}
    ul.bdn-nav li {display: none;}
    ul.bdn-nav li:first-child {
	display:block;
    }
    ul.bdn-nav li:first-child:after {
	content: "Bangor Daily News";
    }
    #wpadminbar {display: none;}
    /*.blog-headshot {width: 50px; height: 50px; float: left;}*/
    .blog-headshot {display: none;}
    .site-description {display: none;}
    .site-headers {
	float: none;
    }
    .site-title {
	font-size: 200%;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
    }
}

