/*
Theme Name: WPBoot	
Theme URI: http://justfreethemes.com/wpboot-free-wordpress-theme/
Author: JustFreeThemes.com 
Author URI: http://justfreethemes.com
Description: Liked the Bootstrap blog theme? then we have tweaked it for WordPress now. Download this elegant theme to make a beautiul blog on top of the awesome Bootstrap.
Tags: responsive-layout, two-columns, white, custom-menu, right-sidebar, threaded-comments, blue
Version: 1.3
Text Domain: wpboot

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing
*/


/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {color:#333;}

h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {color:#428bca; text-decoration: none;}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* Image Alignment
----------------------------------------------*/

.post img {max-width:100%; height:auto;}

.alignleft {
	display: inline;
	float: left;
	margin: 0.3em 0.9em 0.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0.3em 0 0.5em 0.9em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	background: #fff;	
	border: 1px solid #e8e8e8;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}	
.wp-caption-text {
	color: #aaa;	
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}	
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.blog-nav ul {
    margin: 0;
    padding: 0;
}
.blog-nav li {
    list-style: none;
    display: inline-block;
}
.blog-nav li a {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
color: #cdddeb;
}
.blog-nav li a:hover {
    text-decoration: none;
    color: #fff;
}
.blog-nav li.current_page_item a, .blog-nav li.current_menu_item a {color:#fff;} 
.blog-nav li.current_page_item a:after, .blog-nav li.current_menu_item a:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

.post-thumb {
    margin: 0.4em 0 1.3em;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.widget_text {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.widget_text p:last-child,
.widget_text ul:last-child,
.widget_text ol:last-child {
  margin-bottom: 0;
}

.widget img, .widget select {max-width:100%;}
.widget ul {
    padding: 0;
    margin: 0 0 0 1.2em;
}
.widget ul li {
    padding: 0.2em 0 .2em;
}
label.screen-reader-text {
    display: none;
}

#wp-calendar caption {
    text-align: center;
    margin-bottom: 10px;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
td, th {
	padding: 3px 5px;
}
table {
    border: 1px solid #ddd !important;
    border-collapse: collapse;
}
table td, table th {
    border: 1px solid #ddd !important;
    text-align: center;
}
table thead {
    background: #eee;
}
table, td, th, dl, dd, dt {
    line-height: 1.8em;
}

/* Pagination */
.pager {
  text-align: left;
  margin: 2em 0 3em;
}
.pager li {
    max-width: 49%;
    display: inline-block;
}
.pager > li > a {
  width: auto;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

.archive-title {
	border: 1px solid #e8e8e8;
	padding: 0.5em;
	margin-bottom: 1.3em;
	background: #fbfbfb;
	font-size: 25px;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.single.blog-post {margin:0;}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
h1.blog-post-title {
  margin-bottom: 10px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.p-tags { margin: 1em 0;}

.nocomments {margin-top: 2em;}
/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/* Comments */

ol#commentlist {
    margin: 0;
    padding: 0;
}
li.comment { 
	list-style:none;
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #e8e8e8;
}
img.avatar {
    float: right;
    border: 1px solid #ddd;
    border-radius: 50%;
}
cite.fn {
    font-size: 24px;
}
span.says {
    display: none;
}
.comment-meta {
    font-size: small;
    margin: 0 0 1em;
    display: block;
}

h3#reply-title {
    margin-top: 1em;
}

input#author, input#email, input#url, .comment-form textarea {
    display: block;
    border: 1px solid #ddd;
    margin: 0.1em 0 1.1em;
}
 .comment-form textarea { max-width: 100%;}
.comment-form label {
    font-size: 13px;
}

input#searchsubmit, input#submit {
	color: #333333;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #EBE9E9);
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size:14px;
	padding: 0.3em .6em 0.2em;
	letter-spacing: 0.02em;
	}

input#searchsubmit:hover, input#submit:hover {
    color: #333333;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #EBE9E9, #FFFFFF);
}

input#submit {
    padding: .7em 1.6em;
    display: block;
    margin: 1em 0 0;
}

input#s {
    border: 1px solid #ccc;
    padding: 0.3em 0.3em 0.2em;
}
