/*  
Theme Name: The Unstandard
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 0.2
Author: Derek Punsalan
Modified by: Antonio di Vico
Author URI: http://is.derekpunsalan.com/

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #000;
	color: #fff;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	width: 810px;
	text-align: left; 
}

/* ----------------------------------- basics */

h1 {
	font-size: 21px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

a {
	color: #3c6c92;
	outline: none;
	text-decoration: none;
	border-bottom: 0px solid #ddd;
}

a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 20px 0 10px;
	position: relative;
}

#site-name {
	float: left;
	margin: 16px 0 0 3px;
}

#site-name a {
	color: #3c6c92;
	border: 0;
}

#site-name a:hover {
	color: #fff;
}

#main-nav {
	margin: 10px 50 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#main-nav li {
	float: left;
	margin-left: 7px;
}

#main-nav li a {
	color: #fff;
	background: #333;
	display: block;
	padding: 12px 0 11px;
	text-decoration: none;
	text-align: center;
	width: 90px;
	border: 0;
}

#main-nav li a:hover {
	background: #fff;
	color: #333;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #3c6c92;
	color: #eee;
}
  
/* ----------------------------------- home posts */

.home .left, .home .recent-leads {
	width: 810px;
}

.title-insert {
	background: #222;
        line-height: 17px;
        padding: 6px 10px;
	font-size: 13px;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}


.title-insert h3 {
	line-height: 15px;
	font-size: 13px;

}

.title-insert h3 a {
	display: block;
	color: #3c6c92;
	
	text-decoration: none;
	border: 0;
}

.title-insert h3 a:hover {
	color: #fff;
}
.home .main-post-bg {
	background: #eee;
	display: block;
	height: 400px;
	position: relative;
	margin: 0 0 0px 0;
	width: 810px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 4px;
	padding: 6px 10px;
	z-index: 1;
	background: #3c6c92;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #3c6c92;
	display: block;
	padding: 6px 10px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}










.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 270px;
	height: 180px;
	margin: 0 0px 0px 0;
	position: relative;
	overflow: hidden;
}



/* ----------------------------------- entry style */
.home.is-single {
	border-top: 1px solid #bbb;
}

.post.single {
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 590px;
}

.post.single h2, .post.single h2 a {
	font-size: 16px;
	line-height: 25px;
	color: #3c6c92;
	border: 0;
}

.post.single h2 a:hover {
	color: #3c6c92;
}

.post.single .entry {
	float: left;
	width: 810px;
}

.post.single .meta {
	border-top: 1px solid #3c6c92;
	color: #777;
	padding: 4px 0 0 3px;
	margin-top: 18px;
	float: left;
	width: 72px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p {
	margin: 1em 0;
	line-height: 18px;
}

.post.single p a, .post.single li a {
	font-weight: bold;
}

.post.single h3 {
	font-size: 16px;
	color: #3c6c92;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #333;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;
}

.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.navigation {
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left {
	width: 50%;
	text-align: left;
}

.navigation .right {
	width: 49%;
	text-align: right;
	margin: 0 15px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #3c6c92;
	color: #3c6c92;
}

/* ----------------------------------- sidebar / widget modules */




  
/* ----------------------------------- footer */



#footer a {
	font-weight: bold;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}
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}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}