/*
Theme Name: Cleanr
Theme URI: http://www.wpshoppe.com/themes/cleanr/
Description: Clean, Clear and BIG! Just so easy to READ! Now even cleaner and with Theme Options!
Version: 0.2.2
Tags: black, white, light, two-columns, right-sidebar, fixed-width, threaded-comments
Author: Chandra Maharzan
Author URI: http://www.wpshoppe.com/about/
License: GNU General Public License v2 or later
License URI: license.txt
*/

@import url("css/reset.css");
@import url("css/text.css");

/* GLOBALS */
body, input, textarea {
	font: 17px/28px Eurostile Extended, sans-serif;
}
h1, h2, h3, h4 {
	letter-spacing:-1px;
}
h1, h2, h3, h4, 
small, .postmetadata, .small {
	font-family: Eurostile Extended, sans-serif;
	line-height: 1.5;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}
.entry a {
	color: #111;
}
a, 
.postmetadata a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

h2 a {
	color: #000;
	text-decoration: none;
	border:none;
}
h2 a:hover,
#header h1 a:hover {
	color: #c00;
	border: none;
}
small {
	font-size: 10px;
	color: #ccc;
	padding: 14px 8px 5px 0px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	color: #333;
}
hr {
	margin: 0;
	clear:both;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
	padding: 30px 30px 6px;
	margin-bottom: 25px;
	background: #eee;
}
table {
	width: 100%;
}
th, td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
th {
	border-bottom: 2px solid #333;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
pre {
	background: #eee;
	padding: 30px;
}

/* HEADER */
#header {
	    padding-top: 0.6em;
}
#header h1,#header p {
	font-size: 23px;
	padding: 0;
	margin: 0;
	line-height: 1;
	float:left;
}
#header h1 a,#header p a {
	color: #000;
	text-decoration: none;
	border:none
}
#header h1 a:last-letter,#header p a:last-letter {
	color: #c00;
}
#header span {
	font:13px Eurostile Extended, sans-serif;
	font-style: italic;
	color: #aaa;
	margin-left: 20px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}
a.headerimage {
	border: none;
	clear: both;
}
a.headerimage img {
	margin-bottom: -7px;
}

/* MENU */
#access {
	float: right;
	margin: 0 auto 6px;
}
#access ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Eurostile Extended, sans-serif;
	font-weight: bold;
}
#access li {
	float: left;
	position: relative;
	margin: 0;
}
#access a {
	color: #111;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	border: none;
}
#access a:hover {
	color: #c00;
}
#access ul ul {
	border-radius: 2px;
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	right: 0;
	width: 168px;
	z-index: 99999;
	padding: 10px 0;
	background: #eee;
	padding: 6px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
#access ul ul:before {
    border-bottom: 5px solid #f3f3f3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 15%;
    position: absolute;
    top: -5px;
    width: 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul ul:before {
    border-right: 5px solid #eee;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 15px;
    width: 0;
}
#access ul ul a {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 148px;
	text-transform: none;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #c00;
}
#access ul ul li:hover > a,
#access ul ul a:focus {
	background: #fff; /* Show a solid color for older browsers */
	color: #c00;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


/* CONTENT */
#content {
	margin-bottom:0;
	padding-bottom: 20px;
}
#content .post {
	padding-top:30px;
	clear:both;
}
#content {
	padding-right:50px;
	text-align: justify;
	border-right: 1px solid #ccc;
}
#sidebar {
	font-size:15px;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li ul li {
	margin:0;
}
.post h1, .page h1 {
	font-size: 26px;
}
#sidebar, h2.pagetitle {
	padding-top:40px;
}
#sidebar h2 {
	color:#666;
	margin:0 0 6px 0;
	padding: 0;
}
.post h2, .page h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 9px;
	text-align: left;
}
h2.pagetitle {
	color:#333;
	margin:0;
	padding-bottom:0;
}
.datef {
	font-size: 30px;
	font-weight: bold;
	line-height: 0.8;
	color:#c00;
}
.postmetadata {
	font-size:12px;
	color:#bbb;
	height:1%;
}
.small  {
	font-size:12px;
	color:#aaa;
	margin-top:10px;
}
.postmetadata small  {
	font-size:12px;
	color:#aaa;
	text-transform: inherit;
	font-weight: normal;
	padding: 10px 0;
	margin:20px 0;
	border-top: 1px solid #eee;
	text-transform: none;
}
a.post-edit-link {
	border: none;
	font-style: italic;
}

/* Images */

img.size-medium {
	margin:0 0 10px 0;
}
.entry a img {
	margin:0 0 10px 0;
	vertical-align:top;
}
.entry img {
	border: 1px solid #ddd !important;
	text-align: center;
	background-color: #fafafa;
	padding: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.alignnone {
	display: block;
}
img.aligncenter {
	margin: 20px auto;
}
img.alignleft, .alignnone {
	margin: 20px 20px 20px 0;
}
img.alignright {
	margin: 20px 0 20px 20px;
}
dl.gallery-item  {
	margin:0;
}
dl.gallery-icon img {
	border: 1px solid #ddd;
}
dl.gallery-item a {
	border: none;
}
img.wp-smiley {
	border:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	color:#666;margin:0
}
.gallery-caption {
	font-size: 13px;
	font-style: italic;
	line-height: 1.4;
	color: #666;
}
.sticky {}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link span {
	font-style: italic;
}
.bypostauthor {}


/* SEARCH FORM */
#searchform {
	margin-bottom:30px;
	padding:0;
}
#searchform #s {
	border: 1px solid #ccc;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font:14px Eurostile Extended, sans-serif;
	background: #fafafa;
	width: 200px;
}
#searchbtn {
	vertical-align:bottom;
	padding: 0 0 5px 2px;
}
.hidden {
	display: none;
}

/* PREV NEXT NAV */
.alignleft {
	float:left;
	margin-right: 20px;
}
.alignright {
	float:right;
	margin-left: 20px;
}
.aligncenter, 
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.navigation, 
.comment-navigation {
	display: block;
	clear:both;
}
.navigation {
	margin-top: 40px;
	padding-bottom: 70px;
}
.comment-navigation {
	margin-top: 15px;
	padding-bottom: 5px;
}		
.navigation a,
.comment-navigation a {
	background: #eee;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 13px;
	font-style: italic;
}
.navigation a:hover,
.comment-navigation a:hover {
	background: #ddd;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color: #ccc;
}
.navigation a img {
	border-radius:0;
	border:none;
}
.navigation-image a {
	border:none;
}
.assistive-text {
	display: none;
}	

/* Captions */
.entry .wp-caption img {
	border: none;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fafafa;
	padding: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 98%;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 4px 4px 15px 4px;
	margin: 0;
	font-style: italic;
}

/* Begin Comments*/
#comments {
	clear: both;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}
ol.commentlist li {
	border-top:1px solid #ddd;
	margin:0 0 0px;
	padding:20px;
	position:relative;
}
ol.commentlist li div.comment-author {
	padding:0 170px 0 0;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
	font-style: italic;
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#333;
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#000;
}
ol.commentlist li div.vcard img.avatar {
	border:4px solid #d5d5d5;
	float:left;
	margin-right:10px;
}
ol.commentlist li div.comment-meta {
	font: 12px Arial, Verdana;
	color: #aaa;
}
ol.commentlist li div.comment-meta a {
	color:#aaa;
	text-decoration:none;
}
ol.commentlist li div.comment-meta a:hover {
	color:#000;
}
ol.commentlist li div.commentbody {
	margin-top: 1em;
	font-size: 15px;
}
ol.commentlist li p {
	margin:0 0 1em;
}
ol.commentlist li ul {
	list-style:square;
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
}
ol.commentlist li div.reply {
	margin-bottom: 7px;
}
ol.commentlist li div.reply a:hover {
	background:#c30;
	border:1px solid #c00;
}
ol.commentlist li div.reply a {
	background:#999;
	border:1px solid #666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	font:bold 9px/1 arial,sans-serif;
	padding:5px 6px 4px;
	text-align:center;
	width:36px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2,
ol.commentlist li ul.children li.depth-3,
ol.commentlist li ul.children li.depth-4,
ol.commentlist li ul.children li.depth-5 {
	margin:0 0 .18em;
}
ol.commentlist li.even {
	background:#fff;
}
ol.commentlist li.odd {
	background:#f6f6f6;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
p.nocomments {
	font-style: italic; 
	font-size: 14px;
	color: #aaa;
}
#reply-title small {
	padding: 0;
	float: none;
}
ol.commentlist .commentbody ul,
ol.commentlist .commentbody ol {
	margin-bottom: 2em;
}
.commentbody ul li,
.commentbody ol li {
	border: none;
	margin: 0 0 0 2em;
	padding:0;
}
#comment-nav-below {
	margin: 1em 0;
}

/* Comment Form */
#respond {
	margin: 3em auto 1.625em;
	padding: 1.625em 0;
	position: relative;
	clear: both;
}
#respond input[type="text"],
#respond textarea {
	background: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	text-indent: 80px;
	font-size: 14px;
	line-height: 1.5;
	padding: 7.5px;
}
#respond input[type="text"] {
	height: 16px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
    font-size: 13px;
    left: 1px;
    min-width: 60px;
    padding: 1px 10px;
    position: absolute;
    top: 1px;
    z-index: 1;
    background: #eee;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #ddd;
}
#respond .comment-form-comment label {
	top: 2.4px;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #c00;
	font-size: 17px;
	font-weight: bold;
	left: 66%;
	position: absolute;
	top: 6px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {

}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 8px 20px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	width: 66%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Sidebar */
.widget {
	margin-bottom: 20px;
	color: #666;
	line-height: 1.8;
}
.widget ul li ul {
	margin-left:10px;
	margin-bottom:0;
}
.categories ul.children {
	margin: 0 0 0 10px;
}


/* FOOTER */
#footer p {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin: 30px;
}

div.site-title{font-size: 40px;padding: 0;margin: 0;line-height: 1;float: left;}
div.site-title a{border-bottom: 0px solid #ccc !important;}
div.site-title a:hover {border-bottom: 0px solid #c00 !important;}
h1.pagetitle {color:#333;margin:0;padding-bottom:0;}

#header .main_navi{clear:both;padding:5px 0 0;}
#header .main_navi ul{float:left;font-size:1.5em;background:#4c4c4c;width:100%; margin:0; list-style:none}
#header .main_navi ul li{float:left;border-right:1px solid #fff; margin:0; list-style:none}
#header .main_navi ul li.last{border-right:none;}
#header .main_navi ul li a{float:left;color:#fff;padding:10px 19px;background:#4c4c4c;text-decoration:none;font-size:15px;font-family: Eurostile Extended, sans-serif; line-height:19.5px; border:0}
#header .main_navi ul li.last a{padding:10px 19px;}
#header .main_navi ul li.last a{border-right:none;}
#header .main_navi ul li.current a,
#header .main_navi ul li:hover a{background:#2398d5; border:0}

#sidebar ul li.widget_recent_entries{margin:0}
#sidebar ul li.widget_recent_entries ul{}
#sidebar ul li.widget_recent_entries ul li{list-style:disc inside none; padding:0 0 10px}
#sidebar ul li.widget_recent_entries ul li a{text-decoration:none; line-height:20px; color:#000; border:0;font-size: 12px;}
#sidebar ul li.widget_recent_entries ul li a:hover{color:#c00 }
#header h1 { padding: 0; margin: 32px 0 0 160px; }


.container_12,
.container_16{margin-left:auto;margin-right:auto;width:960px; max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;padding-left:10px;padding-right:10px; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.container_12 .grid_3,.container_16 .grid_4{width:220px}
.container_12 .grid_6,.container_16 .grid_8{width:460px}
.container_12 .grid_9,.container_16 .grid_12{width:700px}
.container_12 .grid_12,.container_16 .grid_16{width:100%}
.alpha{margin-left:0}
.omega{margin-right:0}
.container_12 .grid_1{width:60px}
.container_12 .grid_2{width:140px}
.container_12 .grid_4{width:300px}
.container_12 .grid_5{width:380px}
.container_12 .grid_7{width:540px}
.container_12 .grid_8{width:620px}
.container_12 .grid_10{width:780px}
.container_12 .grid_11{width:860px}
.container_16 .grid_1{width:8.33333333%}
.container_16 .grid_2{width:16.66666667%}
.container_16 .grid_3{width:25%}
.container_16 .grid_5{width:33.33333333%}
.container_16 .grid_6{width:41.66666667%}
.container_16 .grid_7{width:50%}
.container_16 .grid_9{width:58.33333333%}
.container_16 .grid_11{width:66.66666667%}
.container_16 .grid_10{width:75%}
.container_16 .grid_13{width:83.33333333%}
.container_16 .grid_14{width:91.66666667%}
.container_16 .grid_15{width:100%}
.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}
.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}
.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}
.container_12 .prefix_1{padding-left:80px}
.container_12 .prefix_2{padding-left:160px}
.container_12 .prefix_4{padding-left:320px}
.container_12 .prefix_5{padding-left:400px}
.container_12 .prefix_7{padding-left:560px}
.container_12 .prefix_8{padding-left:640px}
.container_12 .prefix_10{padding-left:800px}
.container_12 .prefix_11{padding-left:880px}
.container_16 .prefix_1{padding-left:60px}
.container_16 .prefix_2{padding-left:120px}
.container_16 .prefix_3{padding-left:180px}
.container_16 .prefix_5{padding-left:300px}
.container_16 .prefix_6{padding-left:360px}
.container_16 .prefix_7{padding-left:420px}
.container_16 .prefix_9{padding-left:540px}
.container_16 .prefix_10{padding-left:600px}
.container_16 .prefix_11{padding-left:660px}
.container_16 .prefix_13{padding-left:780px}
.container_16 .prefix_14{padding-left:840px}
.container_16 .prefix_15{padding-left:900px}
.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}
.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}
.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}
.container_12 .suffix_1{padding-right:80px}
.container_12 .suffix_2{padding-right:160px}
.container_12 .suffix_4{padding-right:320px}
.container_12 .suffix_5{padding-right:400px}
.container_12 .suffix_7{padding-right:560px}
.container_12 .suffix_8{padding-right:640px}
.container_12 .suffix_10{padding-right:800px}
.container_12 .suffix_11{padding-right:880px}
.container_16 .suffix_1{padding-right:60px}
.container_16 .suffix_2{padding-right:120px}
.container_16 .suffix_3{padding-right:180px}
.container_16 .suffix_5{padding-right:300px}
.container_16 .suffix_6{padding-right:360px}
.container_16 .suffix_7{padding-right:420px}
.container_16 .suffix_9{padding-right:540px}
.container_16 .suffix_10{padding-right:600px}
.container_16 .suffix_11{padding-right:660px}
.container_16 .suffix_13{padding-right:780px}
.container_16 .suffix_14{padding-right:840px}
.container_16 .suffix_15{padding-right:900px}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
#header{padding:10px 10px 0}
.container_16 hr.grid_16{padding:0;width:98%;display:block;margin:0 auto;float:none}
#access li:last-child a{padding-right:0}

@media only screen and (max-width:800px){
#header span.site-description,
#header h1{display:none}
.container_16 hr.grid_16{width:100%}
}

@media only screen and (max-width:767px){
.container_16 .grid_11,
.container_16 .grid_5{width:100%; padding:0 15px}
.container_16 .grid_11 #content{padding:0; border:0; border-bottom:solid 1px #CCC}
#respond input[type=text]{width:100%; height:32px; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.entry img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.post h1{font-size:26px;}
.post h2{font-size:20px}
.entry p{font-size:16px;margin-bottom:20px; line-height:24px}
#content .post{border-bottom:solid 1px #CCC}
}

@media only screen and (max-width:460px){
#header p{width:66%; margin:0 0 10px}
}

.postid-899 .post-899.post > h1{text-align:left;}
.post h1, .page h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 9px;
    text-align: left;
}
.entry p, .entry p span, .entry ul span, .entry ul p, .entry ul li {
    font-size: 12px !important;
    line-height: 22px !important;
    font-family: Eurostile Extended, sans-serif !important;
}