/*
Theme Name: CaDr!! 2.0
Theme URI: 
Description: The Cart Driver
Author: Eugen Rochko
Author URI: http://zeonfederated.com
Template: thematic
Version: 2.0
Tags: Thematic
*/

@import url('reset.css');

/** General **/

body {
	background: #707071 url('img/stripes.jpg');
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #dedede;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
	border-top: 10px solid #222;
}

a {
	color: #55B3D9;
	text-decoration: none;
}

a:hover {
	color: #63b9dc;
}

::-moz-selection, ::selection {
	background-color: #82BF78;
	color: #fff;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

/** Header **/

#header {
	overflow: hidden;
}

.skip-link, #blog-description {
	display: none;
}

#blog-title a {
	font-size: 30px;
	color: #333;
	line-height: 24px;
	text-decoration: none;
	text-shadow: none;
}

#blog-title a:hover {
	color: #444;
}

#branding, #access {
	float: left;
	width: 50%;
}

.menu {
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	margin-top: 7px;
	text-align: right;
	text-shadow: none;
}

.menu li {
	display: inline-block;
	margin-left: 10px;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ccc;
}

/** Main layout **/

#main {
	background: #292929;
	padding: 10px;
	overflow: hidden;
}

#container {
	float: left;
	width: 570px;
}

.main-aside, #header-image {
	width: 200px;
	margin-left: 580px;
}

#footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #222;
	border-top: 1px solid #111;
	-webkit-box-shadow: inset 0 1px 0 #444;
	-moz-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
}

#siteinfo {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/** Sidebar **/

#header-image {
	margin-bottom: 10px;
}

#header-image a {
	display: block;
	text-indent: -9999px;
	width: 198px;
	height: 400px;
	border: 1px solid #222;
	background: url('img/header.jpg') no-repeat top left;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
	opacity: 0.95;
}

#header-image a:hover {
	opacity: 1;
}

.widgetcontainer {
	background: #666;
	border: 1px solid #222;
	padding: 30px 10px 10px 10px;
	margin-bottom: 10px;
	position: relative;
	-webkit-box-shadow: inset 0 19px 0 #777;
	-moz-box-shadow: inset 0 19px 0 #777;
	box-shadow: inset 0 19px 0 #777;
	overflow: hidden;
}

.widgettitle {
	background: #333;
	-webkit-box-shadow: inset 0 1px 0 #3d3d3d;
	-moz-box-shadow: inset 0 1px 0 #3d3d3d;
	box-shadow: inset 0 1px 0 #3d3d3d;
	text-shadow: #222 -1px 0 0;
	color : #666;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
}

.widgetcontainer li {
	padding: 5px 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #222;
}

.widgetcontainer li:first-child {
	border-top: 0;
}

.widgetcontainer li:last-child {
	border-bottom: 0;
}

.widgetcontainer a {
	color: #a2cf9b;
}

.widgetcontainer a:hover {
	color: #add5a6;
}

.widgetcontainer select {
	display: block;
	width: 100%;
}

.widget_search #s {
	width: 64%;
}

/** Posts **/

.post, div.page, #comments {
	background: #424242;
	border: 1px solid #111;
	-webkit-box-shadow: inset 0 1px 0 #555;
	-moz-box-shadow: inset 0 1px 0 #555;
	box-shadow: inset 0 1px 0 #555;
	padding: 18px;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 16px;
	font-weight: bold;
	color: #55B3D9;
}

.page-title, #comments h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.single .entry-title {
	font-size: 30px;
	line-height: 36px;
	margin-top: 16px;
}

.entry-content {
	margin: 18px 0 0;
}

.entry-way {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow: hidden;
	color: #bbb;
}

.entry-way .meta-comments {
	display: block;
	float: right;
}

.entry-way a {
	color: #fff;
}

.entry-utility {
	margin-top: 16px;
	text-transform: uppercase;
	font-size: 12px;
	color: #bbb;
}

.entry-utility a {
	color: #fff;
}

.tag-links a, .cat-links a {
	color: #82BF78;
	text-transform: none;
}

/** Navigation **/

#nav-above {
	display: none;
}

.navigation {
	overflow: hidden;
}

.nav-previous, .nav-next {
	float: left;
	width: 50%;
	min-height: 1px;
}

.nav-next {
	text-align: right;
}

.nav-previous a, .nav-next a {
	display: inline-block;
	background: #444;
	border: 1px solid #111;
	color: #aaa;
	padding: 5px 10px;
}

#wpadminbar .avatar-container {
	display: inline;
	background: transparent !important;
}

/** Comments **/

#comments {
	margin-top: 10px;
}

.comments {
	margin-bottom: 26px;
}

.comment {
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 4px dashed #222;
}

.comment:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.comment-author {
	float: left;
	width: 80px;
	background: #222;
	padding: 2px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.comment-author .n {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}

.comment-author:hover .n {
	overflow: visible;
}

.comment-author .n a {
	color: inherit;
	text-decoration: none;
}

.comment-author .avatar-container {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px 3px 0 0;
}

.comment-author .avatar-container img {
	visibility: hidden;
}

.comment-meta {
	margin-left: 100px;
	margin-bottom: 9px;
	color: #aaa;
}

.comment-meta a {
	color: #fff;
}

.comment-content {
	margin-left: 100px;
	margin-bottom: 18px;
}

div.comment-reply-link {
	clear: both;
	background: #333;
	padding: 2px 10px;
	text-align: right;
}

.children {
	clear: both;
	border-left: 10px solid #333;
	padding-left: 20px;
}

#respond {
	padding-top: 10px;
	position: relative;
}

#login, #comment-notes {
	background: #333;
	padding: 2px 10px;
	text-align: center;
	margin-bottom: 18px;
}

#cancel-comment-reply {
	position: absolute;
	top: 10px;
	right: 10px;
}

/** Forms **/

input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background: #555;
	border: 1px solid #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	padding: 5px;
	-webkit-box-shadow: inset 2px 4px 6px #4a4a4a;
	-moz-box-shadow: inset 2px 4px 6px #4a4a4a;
	box-shadow: inset 2px 4px 6px #4a4a4a;
	max-width: 100%;
}

input[type=submit], button, .button {
	background: #222;
	border: 1px solid #111;
	-webkit-box-shadow: inset 0 1px 0 #444;
	-moz-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	line-height: 18px;
	color: #ddd;
	font-weight: bold;
	cursor: pointer;
}

input[type=submit]:hover, button:hover, .button:hover {
	background-color: #2d2d2d;
	color: #fff;
}

select {
	border-radius: 0;
	padding: 5px 2px 5px 5px;
}

input:focus, select:focus, textarea:focus {
	outline: none;
	color: #fff;
	border-color: #BFA678;
}

.form-section {
	margin-bottom: 9px;
	overflow: hidden;
}

.form-textarea textarea {
	width: 100%;
}

#form-allowed-tags {
	font-size: 11px;
	color: #aaa;
}

#form-section-comment .form-label {
	display: none;
}

.form-label {
	float: left;
	width: 23%;
	text-align: right;
	margin-right: 2%;
}

.form-label label {
	display: inline-block;
	line-height: 18px;
	padding-top: 6px;
}

.form-input {
	float: left;
	width: 75%;
}

.form-input input {
	width: 100%;
}

.required {
	color: #82BF78;
}

/** Post typography **/

/*-- Body --*/

.entry-content p, .comment-content p {
	font-size: 14px;
	line-height: 21px;
    margin: 0 0 9px;
}

.entry-content p small, .comment-content p small {
    font-size: 11px;
    color: #aaa;
}

/*-- Headlines --*/

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}

.entry-content h1 small, .entry-content h2 small, .entry-content h3 small, .entry-content h4 small, .entry-content h5 small, .entry-content h6 small {
    font-weight: normal;
    color: #aaa;
}

.entry-content h1 {
    font-size: 30px;
    line-height: 36px;
}

.entry-content h1 small {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 24px;
    line-height: 36px;
}

.entry-content h2 small {
    font-size: 18px;
}

.entry-content h3 {
    font-size: 18px;
    line-height: 27px;
}

.entry-content h3 small {
    font-size: 14px;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    line-height: 18px;
}

.entry-content h4 {
    font-size: 14px;
}

.entry-content h4 small {
    font-size: 12px;
}

.entry-content h5 {
    font-size: 12px;
}

.entry-content h6 {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}

/*-- Lists --*/

.entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

.entry-content ul, .comment-content ul {
    list-style: disc;
}

.entry-content ol, .comment-content ol {
    list-style: decimal;
}

.entry-content li, .comment-content li {
    font-size: 14px;
    line-height: 21px;
}

.entry-content ul > li:last-child, .entry-content ol > li:last-child, .entry-content blockquote > :last-child, .comment-content ul > li:last-child, .comment-content ol > li:last-child, .comment-content blockquote > :last-child {
    margin-bottom: 0;
}

.entry-content dl {
    margin-bottom: 18px;
}

.entry-content dt, .entry-content dd {
    line-height: 18px;
}

.entry-content dt {
    font-weight: bold;
    line-height: 17px;
}

.entry-content dd {
    margin-left: 9px;
}

/*-- Misc --*/

.entry-content hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #555;
    position: relative;
    margin: 2em 0;
    clear:both;
}

.entry-content blockquote, .comment-content blockquote {
    margin: 0 0 9px;
    border-left: 6px solid #111;
    background: rgba(0, 0, 0, 0.2);
    padding: 9px 0;
    padding-left: 9px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #666;
}

small {
    font-size: 100%;
}

cite {
    font-style: normal;
}

.entry-content img, .entry-content iframe, .entry-content object, .comment-content img, .comment-content iframe, .comment-content object {
	border: 4px solid #222;
	background: #fff;
	display: block;
	margin: 0 auto 18px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-content > :last-child, .comment-content > :last-child {
	margin-bottom: 0;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/** Plugin overrides **/

.really_simple_share {
	margin-top: 18px;
}

.really_simple_share iframe {
	border: 0;
	background: transparent;
	max-width: none;
	margin: 0;
}