/*
Theme Name: Sean's Theme
Theme URI: http://seanrasmussen.ca
Author: Sean Rasmussen
Author URI: http://seanrasmussen.ca
Description: Full integration of Bootstrap 3 with Wordpress. Category driven layouts.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: seantheme

Sean's Theme WordPress Theme © 2011-2013 Sean Rasmussen
seantheme is distributed under the terms of the GNU GPL
*/




body.admin-bar .navbar-fixed-top { top: 28px !important; }

.bigfirst {
	float: left;
	font-size: 400%;
	margin: -30px 8px 0px 0px;

}
.header-overlay {
	height: 100%;
	width: 100%;
	background:rgb(0,0,0);
    background:rgba(0,0,0,.5);
}
.feedburner-link {
	margin-top: 20px;
	font-size: 12px;
	text-transform: italic;
}
.spr-search {
	max-width: 300px;
	min-width: 200px;
}
#sidebar ul li {
	border-bottom: 1px;
	border-bottom-color: #949678;
	border-bottom-style: dotted;
	padding-bottom: 4px;
	padding-top: 2px;
}
#footer {
margin-top: 40px;
margin-bottom: 20px;
}
#footer-widget {
	border-top-width: 1px dotted;
	border-top-color: gray;
}
#footer-widget a {
}

#footer-widget ul {
	list-style: none;
	padding-left: 0;
}
#footer-widget ul li {
	border-bottom: 1px;
	border-bottom-color: #949678;
	border-bottom-style: dotted;
	padding-bottom: 4px;
	padding-top: 2px;
}


.article-img {
	margin-top: 20px;
}
 
.entry-footer {
	font-size: 80%;
	margin-bottom: 20px;
}
.entry-header {
	font-size: 80%;
}
 .abovenav {
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
	border-bottom: 2px;
	border-bottom-color: #949678;
	border-bottom-style: solid;
 }
 


.horizontal-grid {
	margin-top: 20px;
	margin-bottom:20px;
}
/* BEGIN Wordpress image classes */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* END Wordpress image classes */

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 4px;
    text-align: left;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    float: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    float: right;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 4px;
}

@media (max-width: 768px) {

  .wp-caption.alignleft {
    float: none;
}
.wp-caption.alignright {
    float: none;
}
img.alignright {float:none;}
img.alignleft {float:none;}
a img.alignright {float:none;}
a img.alignleft {float:none;}


}

#logo-nav {
	max-height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
  #logo-nav {
  	margin-left: 10px;}
}
.frontpage-big {
	height: 100%;
}
.portfolio-item {
	margin-top: 20px;
}

/* clear first in row in ie 8 or lower */
.multi-columns-row .first-in-row {
	clear: left;
}


.nav-next {
	text-align: right;
}



.responsive-thumb img {
  border: 2px solid white;
}
.responsive-thumb img:hover {
border: 2px solid #337ab7;
}
