/*
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 and tag styles ****************/
html body, div, img, input, form, b, a, i, br, p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, tr, th, td, blockquote {
/* IE "Save as..." doesn't support "*" */
margin:0px;
padding:0px;
}

body {
font-family:lucida,verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#000000;
background-color:#6b6b6b;
}

a {
color:#164aAA;
text-decoration:underline;
}

a:visited {
color:#800080;
}

a:hover {
color:#0055FF;
}

h1, h3 {
font-size:110%;
font-weight:bold;
padding:5px;
background: #dfefff;
margin:15px 0px 0px 0px;
border:solid 2px #4477aa;
}

h2 {
font-size:110%;
font-weight:bold;
padding:5px;
margin:15px 0px 0px 0px;
border-bottom:solid 2px #4477aa;
}

h1 a, h2 a, h3 a {
font-weight:bold;
text-decoration:none;
border: solid 0px #bad1e8;
background:transparent;
color:#000000;
}

h1 a:visited, h2 a:visited, h3 a:visited  {
color: #000000;
text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
color: #0033AA;
text-decoration:none;
}

h5 {
padding-top:15px;
font-size:95%;
font-weight:bold;
color: #0040B5;
}

h6 {
font-size:90%;
}

.wrapper {
  border:solid 1px #000000;
  margin-top:10px;  
  margin-bottom:10px;  
}

#footer {
border-top:solid 1px #000000;
clear:both;
font-size:100%;
background:#467aa7;
line-height:0.8em;
height:0.7em;
}

div .page {
padding:5px 5px 10px 5px;
color:#000000;
background-color:#ffffff;
}

.blog-post-meta {
  padding-top:3px;
  font-size:85%;
  color: #333;
}

.post-thumb {
    margin: 0.4em 0 1.3em;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

.blog-entry {
line-height:1.4em;
padding:5px 5px 10px 5px;
font-weight:normal;
font-size:120%;
background-color:#ffffff;
}


.blog-entry ul, .blog-entry ol {
margin:15px 0px 20px 30px;
}

.blog-entry ul ol, .blog-entry ul ul, .blog-entry ol ol, .blog-entry ol ul {
margin:10px 0px 10px 30px;
}

.blog-entry li {
margin:1px 0px 5px 0px;
}

.blog-entry li li {
margin:1px 0px 1px 0px;
}

.blog-entry p {
margin-bottom:1em;
}

.blog-entry table {
margin:10px 0px 10px 10px;
}

.blog-entry table th {
padding:0px 4px 0px 4px;
}

.blog-entry table td {
padding:0px 4px 0px 4px;
}

.blog-entry blockquote {
border-left: 3px solid #CCCCCC;
line-height:1.2em;
font-size:90%;
color: #333333;
margin: 10px 0px 15px 10px;
padding-left: 10px;
}

.blog-entry code {
overflow-x:auto;
overflow-y:visible;
display:block;
white-space: nowrap;
border: 1px solid #000000;
margin: 10px 0px 15px 10px;
padding: 5px 0px 19px 5px;
width:96%;
font-family: "Courier New", Courier, monospace;
font-size:0.8em;
background:#eeeeee;
line-height:1.1em;
}

.blog-entry code {
white-space: pre;
}

.blog-entry strong.search-excerpt {
background:#FFCC11;
}

div.cat {
margin:5px;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#333;
}

div.cat ul.post-categories {
padding:0px;
margin:5px 0px 5px 20px;
list-style-type:none;
font-size:100%;
}

div.cat ul.post-categories a{
padding-left:5px;
padding-right:5px;
}


/*
 * 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: 1.3em;
	text-align: center;
}	
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*
 * Masthead for nav
 */

.blog-nav {
    background:#467aa7;
    -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 a {
position: relative;
display: inline-block;
padding: 10px;
font-weight:bold;
color: #cdddeb;
text-decoration: none;
}
.blog-nav 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;
}


/* 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;
}

/*************************************
 +sidebar
 *************************************/
.blog-sidebar ul {
background-color:#ffffff;
list-style: none;
margin: 5px 0px 0px 0px;
padding: 0px;
border-top:solid 1px #4477aa;
}

.blog-sidebar ul li {
display: inline;
padding: 0px;
margin: 0px;
}
	
.blog-sidebar ul li a {
display: block;
font-size:100%;
text-decoration: none;
margin: 0px;
padding: 5px 1px 5px 0px;
border-top:solid 1px #4477aa;
}

.blog-sidebar ul li a:hover {
background: #dfefff;
color: #0033AA;
}

.blog-sidebar form.searchform {
margin-top:0.6em;
padding-top:0.6em;
}

.blog-sidebar form.searchform input {
width:70%;
padding: 0.2em;
}

.blog-sidebar form.searchform input#searchsubmit {
width:27%;
}

/* 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;
}

/* Comments */
ol#commentlist {
    margin: 0;
    padding: 0;
}
li.comment { 
	list-style:none;
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #e8e8e8;
background-color:#fafbfc;
}

li.comment blockquote {
border-left: 3px solid #CCCCCC;
line-height:1.2em;
font-size:90%;
color: #333333;
margin: 10px 0px 15px 10px;
padding-left: 10px;
}

li.comment .reply {
padding-top:10px;
}

img.avatar {
    float: left;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right:10px;
}
cite.fn {
    font-size: 110%;
    font-weight: bold;
}
span.says {
    display: none;
}

li.comment div.comment-meta {
    font-size: small;
    margin: 0 0 1em;
    display: block;
    padding-bottom: 15px;
}

h3#reply-title {
    margin-top: 1em;
}

.comment-form input, .comment-form textarea {
    display: block;
    border: 1px solid #aaa;
    margin: 0.2em;
    padding: 0.2em;
}

.comment-form input.submit {
    margin-top: 1em;
}

.comment-form p.comment-notes, .comment-form p.comment-form-email, .comment-form p.comment-form-url, .comment-form p.comment-form-author, .comment-form p.comment-form-comment{
    margin-top:1em;
    clear:both;
}

.comment-form p.comment-form-email label, .comment-form p.comment-form-url label, .comment-form p.comment-form-author label {
    float:left;
    width:5em;
}

.comment-form textarea { max-width: 100%; }
.comment-form label {
      font-weight: normal;
      margin-left: 0.01em;
      padding: 0.2em;
}