/*
Theme Name: midnox
Theme URI: http://alex.karpenko.ca
Description: A modern minimalist theme
Version: 1.0
Author: Alex Karpenko
Author URI: http://alex.karpenko.ca
Tags: blue, fixed width, one column

	mindox v1.0
	 http://alex.karpenko.ca

	This theme was designed and built by Alex Karpenko,
	whose blog you will find at http://alex.karpenko.ca

	All rights for the use of this theme are reserved.

*/



/* reset css to get a consistent cross-browser look */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: inherit;
}

form {
	font-size: 12px;
	line-height: 14px;
}

dl  {
	margin-top: 15px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 16px;
}

img {
	vertical-align: bottom;
}

a {
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	color: #3553b3;
}

a:focus,
a:hover,
a:active {
	color: #c61e1e;
	text-decoration: none;
}

/* define our custom style */

html {
	background-color: #fff;
}

body {
	font: 13px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
}

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto 0 auto;
}

h1 {
	float: left;
}

h1 a {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	display: block;
	margin-top: 33px;
	width: 214px;
	height: 37px; 
	background: url('images/logo.png') no-repeat 0 0;
	line-height: 300px;
	overflow: hidden;
	opacity: 1;
}

h1 a:hover {
	opacity: 0.7;
}

p {
	margin: 0 0 24px;
}

h2 {
	margin: 0 0 5px;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
}

h2 a {
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	color: #2c2c2c;
}

h2 a:hover {
	color: #aaa;
}

.menu {
	float: right;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: -15px;
}

.menu li {
    float: left
}

.menu a {
	-webkit-transition-property: border;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	float: right;
	padding: 48px 15px 0;
	color: #2c2c2c;
	border: 0 solid #2c2c2c;
}

.menu a:hover,
.menu a:focus {
	text-decoration: none;
	border-top-width: 5px;
}

.menu a:active {
	color: #aaa;
}

.current_page_item a,
.current_page_item a:active,
.current_page_item a:hover {
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));*/
	color: #999;
}

.container {
	width: 800px;
	margin: 0 auto 0;
}

.footer {
	width: 800px;
	margin: 0 auto 0;	
}

#content {
	width: 530px;
	margin: 0 60px 0 0;
	float: left;
}

#sidebar {
	float: left;
	width: 210px;
}

.post {
	margin-bottom: 50px;
}

.title {
	margin-bottom: 24px;
}

.title small {
	color: #999;
	font-size: 90%;
}

.entry {
	text-align: justify;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	font-size: 90%;
	border-top: 1px solid #ddd;
	width: 800px;
	margin: 0 auto 0;
	padding: 5px 0 0;
	height: 60px;
}

#footer li {
	display: inline;
}

#footer a {
	color: #2c2c2c;
	font-weight: bold;
	margin-left: 20px;
}

#footer a:hover {
	color: #999;
}

label {
	padding-left: 10px;
}

input, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	-webkit-transition-property: border -webkit-box-shadow;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	
	border: 1px solid #2c2c2c;
	-webkit-border-radius: 2px;
	padding: 3px 2px;
	color: #2c2c2c;
	-webkit-box-shadow: 0px 0px 5px #fff;
	
	width: 200px;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 3px;
}

input:focus, textarea:focus {
	border-color: #326eab;
	-webkit-box-shadow: 0px 0px 5px #177de6; 
}

#submit, .button {
	cursor: pointer;
	border: none;
	padding: 2px 10px 2px;
	font-size: 90%;
	color: #white;
	background-color: #888;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#888));
	text-shadow: 0px -1px #777;
	-webkit-box-shadow: 1px 1px 2px #000; 
}

#submit:hover, .button:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#999));
}


#searchform {
	position: relative;		/* terminate absolute position of child here */
}

#searchform input {
	width: 100%;
	height: 22px;
	background-color: transparent;
	border-color: #326eab;
	color: #2c2c2c;
}

#searchform input:focus, #searchform .active {
	position: relative;
	z-index: 2;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px #2d63c3; 
}

#searchform .active {
	padding-right: 20px;
}

#searchform label {
	background-color: white;
	display: block;
	position: absolute;
	z-index: 1;
	
	cursor: text;
	color: #999;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	padding: 3px 4px;
	width: 200px;
	height: 14px;
}

#searchform a {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	
	position: absolute;
	z-index: 4;

	top: 0px;
	right: 0px;
	padding: 4px 3px;
	width: 16px;
	height: 16px;
	background: url('images/reset.png') no-repeat 4px 4px;
	line-height: 300px;
	overflow: hidden;
	
	opacity: 0.4;
}

#searchform a:hover {
	opacity: 0.6;
}

.contact-form legend {
	display: none;
}

.contact-form label {
	display: inline;
	padding: 0;
}

.contact-form input, .contact-form textarea {
	display: block;
	margin: 2px 0px 10px;
}

#ec_option_cc {
	width: auto;
	display: inline;
}

.widget {
	margin-bottom: 30px;
}

.widgettitle {
	font-size: 16px;
}

.widget {
	font-size: 90%;
}

.time-meta a {
	display: block;
	margin-bottom: 10px;
	color: #999;
	font-size: 80%;
}

.from-meta {
	display: none;
}

.widget_text {
	margin-top: -25px;
}

.aligncenter {
	margin: 0 auto 0;
}

.wp-caption {
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 8px #444; 
	padding: 0 0;
}

.wp-caption {
	margin-bottom: 24px;
	text-align: center;
}

.wp-caption img {
	-webkit-border-radius: 2px;
	margin-top: 5px;
}

.wp-caption p {
	display: inline-block;
	margin: 0 5px;
	text-align: justify;
}

object {
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 8px #444;
	display: block;
	margin: 0 auto 0;
	padding: 5px;
}

.entry ul {
	padding-left: 30px;
	margin-bottom: 24px;
}

.entry ul li {
	list-style: disc;
}

.entry ol {
	padding-left: 30px;
	margin-bottom: 24px;
}

.entry ol li {
	list-style: decimal;
}

.nav {
	padding: 0 5px 0;
	text-align: center;
	height: 22px;
	margin-bottom: 30px;
	background-color: #eee;
	-webkit-border-radius: 2px;
}

.nav .prev {
	float: left;
}

.nav .next {
	float: right;
}

h3 {
	padding: 0 5px 0;
	background-color: #eee;
	-webkit-border-radius: 2px;
	margin-bottom: 24px;
	font-weight: bold;
}

.vcard {
	line-height: 17px;
}

.vcard img {
	float: right;
	-webkit-border-radius: 2px;
}

.vcard cite {
	font-weight: bold;
}

.comment-body em {
	font-size: 80%;
	line-height: 18px;
	float: left;
}

.comment-body br {
	display: none;
}

.comment-meta {
	font-size: 80%;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 50px;
}

.comment-meta a {
	color: #aaa;
}

.says {
	color: #aaa;
}

#respond {
	margin-bottom: 50px;
}

#respond p {
	margin-bottom: 10px;
}

.hide {
	display: none;
}
