/**********************************************
Theme Name: Zero One
Description: premium wordpress framework
Author: Petrof
Author URI: http://stylepetrov.blogspot.com/
Version: 1.0
***********************************************/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************
*          HTML elements
*********************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix  { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear { clear:both; }

.coolactive a:active {
	position: relative;
	top: 1px;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

tr td {
	padding: 6px 24px;
}

blockquote {
  margin: 1.5em 10px;
  padding: .5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  text-align: justify;
  border-left-width: 7px;
  border-style: solid;
}

blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
}

blockquote p {
    display:inline;
}

pre {
	padding: 9px;
	font-family: monospace;
}

code {
	padding: 0 3px;
	font-family: monospace;
}

strong {
	font-weight: bold;
}


/************************
 *  Form elements
 ***********************/
.required {
	color: #ff0000;
}

/* remove dotted line in firefox after clicking input button */
input::-moz-focus-inner { border: 0; }


/*************************************
 * 			Structure
 ************************************/
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.wrapper {
	margin: 0 auto;
	width: 980px;
}

#content-container {
    position: relative;
	float: left;
	width: 100%;
}

.single-page-wrapper {
    float: left;
	width: 77%;
}

.single-page {
    padding: 20px;
	float: left;
}

li.depth-1 .comment-wrap {
    width: 80%;
}


/*********************************
*         Header
*********************************/
#mainheader {
	float: left;  /* remove this for slider */
	width: 100%;
}

/* logo */
#logo {
	float: left;
}

#logo h1 {
    display: table;
    height: 100%;
}

#logo a {
	text-indent: -9999em;
	display: table-cell;
	vertical-align: middle;
}

/* icons and phone */
#header-info {
	float: right;
}

#header-info ul {
	display: table;
}

#header-info ul li {
	display: table-cell;
   	padding-left: 10px;
    vertical-align: middle;
}

/*****************************
 * 		Navigation
 ****************************/
#main_navigation {
    float: left;
    width: 100%;
    background: #1a1a1a;
}

.dropdown {

}

/* current menu hightlight */
.dropdown li.current_page_item {

}

.dropdown ul.sub-menu li.current_page_item {

}

.dropdown a {
    color: #fff;
}

.dropdown li {
    float: left;
    margin-right: 30px;
    position: relative;
}

.dropdown li a {
    padding: 5px 10px;
    display: block;
}

.dropdown li a:hover {
    text-decoration: none;
}

.dropdown > li:hover {
    background: #444;  /* stay hovered */
}


/* second level */
.dropdown ul.sub-menu {
    position: absolute;
    top: 100%;
    background: #1a1a1a;
    z-index: 1000;
    padding: 10px 0;
    display: none;
}

.dropdown ul.sub-menu li {
    clear: left;
    min-width: 170px;
    margin: 0;
}

.dropdown ul.sub-menu li a {
    border-radius: 2px;
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 0 10px;
    padding: 4px 10px;
    position: relative;
}

.dropdown ul.sub-menu li a:hover {
    background: #949926;
    text-decoration: none;
}

.dropdown .menuHovered { /* second level -stay hovered */
    background: #444;
}

/* third level */
.dropdown ul.sub-menu li ul {
    left: 100%;
    top: 0;
    background: #444;
    display: none;
}

.dropdown ul.sub-menu li ul li {
 	clear: both;
}

 
/************************************
* 		Loops
***********************************/

/* INDEX - excerpt and thumbs */
.indexloop-box {
    float: left;
    width: 100%;
    padding: 0 0 30px;
    font-size: 12px;
}

.indexloop-header-title {
	padding-bottom: 5px;
}

.indexloop-header-title a {
 	color: inherit;
}

img.post-thumb {
    width: 170px;
    height: 145px;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 4px;
}

.indexloop-content {
    float: left;
    width: 100%;
}

.indexloop-byline {
	font-weight: bold;
	float: left;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.indexloop-content p {
    line-height: 1.5em;
}

.readmore {
	margin-top: 20px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: inherit;
}

.readmore:visited {
	color: inherit;
}

/* BLOG - Full post */
#blogloop-container {
	float: left;
	width: 690px;
}

.blogloop-box {
	float: left;
	width: 100%;
	margin-bottom: 30px
}

.blogloop-header {
	float:left;
}

.blogloop-header a {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	color: inherit;
}

p.blogloop-byline {
  float: left;
  font-weight: bold;
  margin: 5px 0 20px;
}

.blogloop-content {
 	float: left;
}

/********************************
*	Pagination
********************************/
.pagination {
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	float: left;
	width: 100%;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
}

.pagination a:visited {
	color: #fff;
}

.pagination .current{
	padding:6px 9px 5px 9px;
}

/**************************************
*       Content
**************************************/
.page-title,
.post-title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.page-title {
	margin-bottom: 10px;
}

.post_byline {
	margin-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.post_byline_separator {
	padding: 0 5px;
}

.post_content {
	float: left;
}

.post_content p,
.post_content ul,
.post_content ol,
.post_content dd,
.post_content pre,
.post_content hr,
.post_content dl {
    margin-bottom: 20px;
    line-height: 1.5;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
	margin-bottom: 20px;
}

.post_content .post-title {
	margin-bottom: 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
    font-style: normal;
    font-weight: bold;
}
.post_content h1 {font-size: 24px;}
.post_content h2 {font-size: 18px;}
.post_content h3 {font-size: 16px;}
.post_content h4 {font-size: 14px;}
.post_content h5 {font-size: 12px;}
.post_content h6 {font-size: 12px;}

.post_content ul,
.post_content ol {
	margin-left: 20px;
}

.post_content ul ul,
.post_content ol ol,
.post_content ul ol,
.post_content ol ul {
    margin-bottom: 0;
}

.post_content ul li {
    list-style: disc inside;
}

.post_content ol li {
    list-style: decimal inside;
}

.post_content hr {
    border: 0 none;
    clear: both;
    height: 1px;
}

.post_content dt {
	font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

/* Post images */
.alignnone {
	margin: 10px 0;
}

.alignleft {
	float: left;
	margin-right: 15px;
	display: inline;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin-left: 15px;
	display: inline;
}

/* Images caption */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}

.wp-caption .alignleft {
	margin: 4px 15px 10px 0px;
}

.wp-caption.alignright {
	margin: 4px 0px 10px 15px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px;
	margin: 0;
	text-align: center;
	color: #666;
}

/* tables in the posts */
.post_content table {
    margin: 0 0 20px;
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.post_content table caption {
	padding: 0 0 10px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.post_content table th {
	padding: 10px;
    text-align: left;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

.post_content table td {
    padding: 5px;
    vertical-align: middle;
}

.post_content table th, .post_content table td {
	text-align:left;
}

.post_content table tfoot td {
 	padding: 5px 10px;
}

/* Tags after post */
#metainfo_after {
    padding: 10px 0;
    margin-top: 20px;
}

#tags_after {
    margin-left: 10px;
    font-weight: bold;
}

#tags_after a {
    padding: 0 0px 0 10px;
}

#metainfo_after span {
    font-weight: normal;
    color: #ccc;
}

/*** Page links ***/
#page-links {
	margin: 10px 0 20px 0;
}

/***********************
 *   Comments section
 **********************/
#comments-container {
	margin: 30px 0 20px;
	border-radius: 5px 5px 0 0;
}

#comments-count-head {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	color: inherit;
}

li.depth-1 {
    padding: 20px 0px 20px 20px;
}

div.authordata {
    width: 100px;
}

div.avatar {
    float: left;
    padding: 2px;
    width: 57px;
    height: 57px;
}

.comment-wrap {
    float:left;
    margin-left:14px;
}

ol.commentlist {
    list-style: none outside none;
    padding-top: 8px;
}

ol.commentlist ul {
    list-style: none;
}

.commentlist li.comment li {
    background: none;
    padding: 0px;
}

/* children */
.commentlist li.comment ul {
    margin: 20px 20px 10px 75px;
}

.commentlist li.comment ul li div.comment-body {
    padding: 10px;
}

/* depth-2 */
.commentlist li.comment ul li ul {
    margin: 8px 0px 8px 0px;
}

/* author */
.comment-author,
.comment-author a {
	 font-weight: bold;
}

.comment-content {
    padding: 10px;
}

.comment-content p {
    line-height: 1.5em;
}

.comment-metadata {
	float: left;
}

.comment-date a {
	font-size: 11px;
}

.comment-metadata-separator {
	margin: 0 8px;
}

.reply-container a {
	font-size: 11px;
}

em.moderation {
    color: red;
    float: left;
    font-size: 11px;
    padding: 10px 0;
    width: 100%;
}

/* RESPOND */
#respond {
    padding: 20px 0 10px 20px;
}

.comment #respond {
	padding: 30px 0 10px 0px;
}

ul.children #respond {
	padding: 30px 0 10px 10px;
}

#commentform textarea#comment {
    width: 88%;
    margin: 0;
    padding: 7px;
    overflow: auto;
    resize: none;
}

#commentform input[type=text] {
    width: 40%;
    margin: 0;
    padding: 7px;
}

#commentform input[type=text]:focus,
#commentform textarea:focus {
	outline-width: 0;
}

#commentform p {
    line-height: 24px;
    padding-bottom: 10px;
}

#commentform small {
    font-size: 11px;
    margin-left: 5px;
}

#respond-head {
    padding: 0;
 	background: none;
    color: inherit;
    font-size: 18px;
}

.cancel-comment-reply {
    padding: 10px 0;
}

#commentform input#submit {
    cursor: pointer;
}

.comment_submit {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font: bold 11px/1 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    padding: 8px 0;
    text-align: center;
    width: 150px;
}

.comment_submit:active {
	position: relative;
	top: 2px;
	left: 2px;
}

/* PINGS */
#pings-wrapper {
	padding: 20px;
	width: 90%;
}

#pings-wrapper p {
	line-height: 1.5;
}

#pings-title {
	font-size: 16px;
	font-weight: bold;
}

.ping-title {
	font-size: 11px;
}

li.pings {
    padding: 10px;
}

/**************************************
*           Sidebar
**************************************/
#sidebar-default {
	float: right;
    width: 22%;
}

.sidebar div.widget-first {
	margin-top: 20px;
}

.widget-title {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.widget {
	width: 160px;
	margin: 0 0 20px 20px;
	float: left;
	line-height: 1.5;
}

.widget,
.widget a,
.tagcloud a {
	color: inherit;
}

.widget ul li {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.widget ul.children {
	margin: 10px 0 0;
}

/* calendar */
#calendar_wrap table#wp-calendar {
    background: #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#calendar_wrap table th {
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    padding: 5px;
    text-align: center;
    background: #fff;
}

#calendar_wrap table td {
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 5px;
}

#calendar_wrap table td a {
	padding: 0px;
	border: none;
	color: #b61717;
	font-weight: bold;
}

#calendar_wrap table td a:hover {
	text-decoration: underline;
	color: #ff000;
}

#calendar_wrap table caption{
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

/* tags cloud */
.tagcloud a {
	padding: 5px;
}

.tagcloud a:visited {
	color: inherit;
}
/* Search widget*/
form#widget-search {
    position: relative;
    float: left;
    width: 99%;
}

#widget-search input#s {
    border: 0;
 	padding: 5px 5px 5px 28px;
	width: 80%;
}

/** SIDEBAR FOOTER **/
#sidebar-footer {
	float: left;
	width: 100%;
	padding: 20px 0;
}

#sidebar-footer-inner {
	margin: 0 auto;
	width: 95%;
}

.widget-footer {
	width: 22%;
	margin: 0 0 0 30px;
}

#sidebar-footer div.widget-first {
	margin: 0 0 0 0px !important;
}

/* Contact form widget */
.contact-widget-text {
	width: 100%;
	font-size: 11px;
	padding: 3px;
	box-shadow: none;
	border: 1px solid #c5d4d7;
	margin-bottom: 13px;
	color: #b9bbbd;
	font-style: italic;
}

#contact-widget-submit {
	border: none;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

/* Footer */
#main-footer {
    float: left;
    width: 100%;
	font-size: 12px;
}

#footer-content {
    float: left;
    width: 100%;
    margin: 15px 0;
    display: table;
}

#copyright {
	display: table-cell;
	vertical-align: middle;
}

/* Footer Search */
#footersearch {
	float: right;
	position: relative;
	background: #808080;
	border: none;
	width: 270px;
	display: table-cell;
	vertical-align: middle;
}

#footersearch-inputbox {
	background: none;
	border: 0;
	margin: 0;
	padding: 2px;
	box-shadow: none ;
	width: 240px;
	font-size: 11px;
	color: #fff;
}

#footersearch-button {
	position: absolute;
	right: 4px;
	top: 2px;
}

/*********************************
*			404
*********************************/
#errorbox {
	float: left;
	width: 100%;
	line-height: 1.5;
}

#errorbox h1 {
	border-bottom: 3px double #ddd;
	font-size: 24px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#error-search {
	float: left;
	margin-top: 10px;
}

#error-search form {
	width: 300px;
}

/**************************
*  Breadcrumb
**************************/
.breadcrumbs {
	color: #A7A7A7;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.breadcrumbs a {
	color: #A7A7A7 !important;
}

/**************************
*  Contact Form 7
**************************/
.post_content .wpcf7-text {
    padding: 5px;
}

.post_content .wpcf7-textarea {
    padding: 5px;
}

.post_content .wpcf7-submit {
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}

.post_content .wpcf7-submit:active {
    left: 2px;
    position: relative;
    top: 2px;
}

/**************************
*  Templates
**************************/
.single-fullwidth-wrapper {
	width: 100%;
	float: left;
}

.single-fullwidth {
	width: 95%;
	margin: 20px auto;
	overflow: auto;
}


