/*
Theme Name: binfinite
Theme URI: http://www.byzerotechnologies.com/
Description: An artistic theme from Byzero Technologies
Author: Byzero Technologies
Author URI: http://www.byzerotechnologies.com/about/
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns
Text Domain: binfinite
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,400);

body
{
font-family: 'Open Sans', sans-serif;
}

.logo a
{
  font-size: 42px;
  text-decoration: none;
  font-weight: 600;
}

.spacer
{
	clear: both;
}

.top-bar-content, .wrapper
{
	width: 1000px;
	margin: 0 auto;
}
.content
{
	width: 700px;
	float:left;
}

p
{
font-size: 13px;
line-height: 20px;
color: #333;
}

.wp-caption
{
}
.wp-caption-text
{
}
.sticky
{
}
.gallery-caption
{
}
.bypostauthor
{
}
.alignright
{
}
.alignleft
{
text-align: left;
}
.aligncenter
{
text-align: right;
}


/******* Menu  ******/
.nav-bar-content
{
}
.nav-bar-content ul
{
  list-style: none;
  padding: 10px 0;
  padding-left: 10px;
  background-color: #F9F9F9;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.nav-bar-content li
{
  display: inline-block;
}
.nav-bar-content li a
{
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
}



/*******   post  ********/
.post {
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
  padding: 20px;
  margin-bottom: 20px;
}
.post h1
{
	padding: 0;
  margin: 0;
}
h2.title
{
margin: 0;
}
h2.title a, h1.title a
{
  font-size: 32px;
  text-decoration: none;
  font-weight: 400;
}
.post-details-left
{
font-size: 13px;
}

.post-edit-link, .comment-count a, .author a
{
text-decoration: none;
  color: rgb(85, 97, 186);
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}
.thumb-image
{
  float: left;
  /* background: #333; */
  width: 200px;
  height: 130px;
  margin-right: 20px;
  margin-top: 15px;
}
.thumb-image img
{
  width: 181px;
}
.excerpt-content
{
  float: left;
  width: 434px;
  text-align: justify;
}
.excerpt-content p
{
}

/********* sidebar **********/

.sidebar
{
  float: left;
  width: 280px;
  margin-left: 20px;
}
.widget
{
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
  padding: 20px;
  margin-bottom: 20px;
}
.widget ul
{
 list-style: none;
  padding: 0;
}
.widget li
{
  display: block;
  margin-left: 10px;
  margin-bottom: 5px;
}
.widget li a
{
  text-decoration: none;
  font-weight: 400;
  color: #0D0D0D;
}
h4.sidebar-title
{
  margin: 0;
  font-weight: 400;
  border-bottom: 2px solid #551A8B;
}

#footer
{
	width: 100%;
	height: 50px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.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: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}