/* Table of Content
==================================================
	#Elements
    #Basic Style
    #Post Format
    #Author Box
	#Post Image Styles
	#Sidebar Styles
================================================== */
/*
* #Elements
**/
*{
	outline: none;
}

html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
select,
input,
input[type="submit"],
button {
	border: 1px solid #c8c8c8;
	padding: 5px 10px;
}
select,
input{
	max-width: 100%;
}
ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}
table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}
ul,
ol {
	margin-left: 0;
}

li > ul,
li > ol,
blockquote > ul,
blockquote > ol {
	margin-left: 1.3333em;
}

blockquote > blockquote {
	margin-left: 0;
}
.comment-content ul,
.comment-content ol {
	margin-left: 0;
}

.comment-content li > ul,
.comment-content li > ol,
.comment-content blockquote > ul,
.comment-content blockquote > ol {
	margin-left: 1.3333em;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
/* #Basics Style
*
**/
.entry-content ul, .entry-content ol {
    margin-left: 20px;
}
.post .entry-thumbnail {
	width: 150px;
	float: left;
	margin: 2.2em 2em 1em 0;
}
.post .post-thumbnail {
	margin: 0;
}

.post .entry-content {
    text-align: justify;
}

.post a.read-more {
	display: table;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	margin-top: 10px;
}
.post a.read-more:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.post a.read-more:active {
	position:relative;
	top:1px;
}
.single .post .entry-content,
.single .post .entry-header
{
    padding-left: 0;
}
.single .entry-thumbnail {
    display: none;
}
.entry-meta {
    font-family: serif;
    font-size: 16px;
    color: #6f6f6f;
}
.entry-meta a {
    color: #6f6f6f;
}
.entry-tag {
    font-weight: bold;
}

/* #Post Format
================================================== */
.format-video .entry-content,
.format-video .entry-header {
    padding-left: 0;
}
.format-link .entry-content a {
    color: #333;
}
.format-link .entry-content a:hover {
    text-decoration: none;
}

/* #Author Box
================================================== */

.author-box {
    overflow: hidden;
    background: #f3f3f3;
    padding: 10px 25px;
    margin: 15px 0;
    border: 1px solid #e1e1e1;
}
.author-avatar {
    float: left;
    margin: 17px 25px 0 0;
}
.author-avatar img {
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
}

/* #Post Image Styles
================================================== */

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}

.gallery-caption:empty { display: none;  }

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/* #Sidebar Styles
================================================== */
#sidebar {
    font-size: 0.9em;
}
#sidebar ul,
#sidebar ol,
#sidebar li {
    margin: 0;
    list-style: none;
    padding: 0;
}
aside.sidebar .widget select,
aside.sidebar .widget input{
	width: 100%;
}
.widget {
    margin: 15px 0;
}
.widget ul {
    list-style:none;
    padding-left: 0px;
}
.widget ul li {
    list-style: none;
}
.widget ul li:last-child {border:none;}
.widget_calendar{}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table #today {
    background: #7c7c7c;
    color: #fff;
}
.widget_calendar table caption {
    font-weight: bold;
    font-size: 1.1em;
}
#wrapper {
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden;
}
