/*  
Theme Name: The Unstandard
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 0.2
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/

Note concerning image sizes (adjusted):

Main image on front page is 960 x 400
Secondary image 293 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #fff;
	color: #000;
	font-size: 62.5%;
	font-family: Lucida Sans Unicode, Lucida Grande, arial, verdana, sans-serif;
	text-align: center;
}

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	text-align: left; 
}

/* ----------------------------------- basics */

h1 {
	font-size: 21px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a {
	color: #899095;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #818181;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 20px 0 5px;
	position: relative;
}

#site-name {
	float: left;
	margin: 16px 0 0 3px;
}

#site-name a {
	color: #000;
	border: 0;
}

#site-name a:hover {
	color: #899095;
}

#main-nav {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Palatino Linotype, Palatino, arial, verdana, sans-serif;
}

#main-nav li {
	float: left;
	margin-left: 7px;
}

#main-nav li a {
	color: #333;
	background: #eee;
	display: block;
	padding: 12px 0 11px;
	text-decoration: none;
	text-align: center;
	width: 90px;
	border: 0;
}

#main-nav li a:hover {
	background: #333;
	color: #eee;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #899095;
	color: #eee;
}
  
/* ----------------------------------- home posts */

.home .left {
	width: 607px;
}

.home .recent-leads {
	width: 607px;
}

.home .main-post-bg {
	background: #444;
	display: block;
	height: 400px;
	position: relative;
	margin: 0 0 6px 0;
	width: 960px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 100;
        background: #818181;
        border: 1px solid #676767;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee;
	display: block;
	height: 1.3em;  
	padding: 4px 4px;
	text-decoration: none; 
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #000000;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
	padding: 3px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=.90);
	-moz-opacity: .90;
	opacity:.90;
}

.title-insert h2 {
	margin: 6px 10px 6px;
	line-height: 1.2em;
}

.title-insert h2 a {
	display: block;
	color: #9C9C9C;
	text-decoration: none;
}

.home .recent-leads .title-insert h3 {
	margin: 4px 7px;
	line-height: 1.2em;
}

.home .recent-leads .title-insert h3 a {
	display: block;
	color: #9C9C9C;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #444;
	display: block;
	width: 293px;
	height: 150px;
	margin: 0 7px 7px 0;
	position: relative;
	overflow: hidden;
	font-family: arial, verdana, sans-serif;
}

.home .right {
	width: 340px;
	text-align: left;
	overflow: hidden;
}

.home .right h3 {
	font-weight: normal; font-size: 1.6em; color: #818181; padding-left: 2px;
}

/* ----------------------------------- entry style */
.home.is-single {
	border-top: 1px solid #FFFFFF;
}

.home .singleleft {
	width: 606px;
}

.home .recent-single-leads {
	width: 606px;
}

.post.single {
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 590px;
}

.post.single h2, .post.single h2 a {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	border: 0;
}

.post.single h2 a:hover {
	color: #899095;
}

.post.single .entry {
	float: right;
	width: 500px;
}

.post.single .meta {
	border-top: 1px solid #899095;
	color: #444;
	padding: 4px 0 0 3px;
	margin-top: 18px;
	float: left;
	width: 72px;
	font-size: 10px;
	line-height: 14px;
	font-family: arial, verdana, sans-serif;
}

.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: #899095;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #555;
}

.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: #899095;
	color: #899095;
}

/* ----------------------------------- sidebar / widget modules */

h3.module-title, h3.widgetTitle {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
	padding: 7px 4px;
	font-size: 14px;
}

h3.module-title a, h3.widgetTitle a {
	border: 0;
}

.widgetContainer {
	margin: 0 0 20px 0;
}

.widgetContainer .textwidget {
	font-size: 12px;
	line-height: 16px;
	margin: 0 7px;
}

ul.module-list, .widgetContainer ul {
	font-size: 12px;
	margin: 0 0 20px 0;
}

.module-list li, .widgetContainer li {
	margin: 0 3px 7px 21px;
	list-style: circle;
	line-height: 16px;
}

.sidebar-nextprev { margin-top: 10px; }
  .sidebar-nextprev li { float: left; }
  .sidebar-nextprev li.previous { margin-left: 5px; }
  .sidebar-nextprev li.next { float: right; margin-right: 5px; }
  .sidebar-nextprev li a { outline: none; display: block; height: 40px; width: 160px; background: #ddd; text-indent: -9999em; }  
  .sidebar-nextprev li.previous a { background: url("images/nextprev.gif") no-repeat top left; }
    .sidebar-nextprev li.previous a:hover { background-position: bottom left; }
  .sidebar-nextprev li.next a { background: url("images/nextprev.gif") no-repeat top right; }
    .sidebar-nextprev li.next a:hover { background-position: bottom right; }

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
	width: 970px;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 312px;
	margin: 0 11px 15px 0;
}

ul.sidebar-ul,
.related-posts ul { font-size: 1.2em; line-height: 1.4em; margin: 10px 0 0 0; width: 340px; }
  .sidebar-ul li,
  .related-posts li { color:#777; border-top: 1px solid #ccc; line-height: 1.5em; width: 340px; }
  .sidebar-ul li a,
  .related-posts li a { background: url("images/li-grey.gif") no-repeat 1px 3px; display: block; font-weight: normal; color: #888; text-decoration: none; padding: 3px 0 3px 20px; }
  .sidebar-ul li a:hover,
  .related-posts li a:hover { background: url("images/li.gif") no-repeat 1px 3px; color: #363535; }
  .sidebar-ul li a:hover em { color: #999; }


/* ----------------------------------- threaded comments - no support for wp 2.6 */

#comments-wrapper, #comments-wrapper-form {
	width: 600px;
}

h3#comments {
	clear: both;
	font-size: 14px;
	margin: 20px 0 20px 90px;
}

.commentlist {
	font-size: 12px;
	margin: 0;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.commentlist li.comment-author-admin {
	border-color: #3c6c92;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;
}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px; 
}

#respond {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- categories */

#categories {
	padding: 10px 0;
	margin: 15px 0 15px;
	border-top: 1px solid #ccc;
	margin-top: 18px;
}

#categories h3 {
	font-size: 14px;
	margin-bottom: 0px;
}

#categories ul {
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
}

#categories li a {
	float: left;
	text-decoration: none;
}

/* ----------------------------------- header bar */

#headerbar {
	color: #6E6E6E;
	padding: 10px 0 25px;
	margin: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ----------------------------------- search */

#searchForm {
	margin: 0;
}

#searchWrap span {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	padding: 2px;
}

#searchWrap input {
	border: 1px solid #bbb;
	padding: 4px;
	color: #777;
	width: 324px;
}
  
/* ----------------------------------- footer */

#footer {
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin-top: 0px;
	padding: 10px 0 42px;
	width: 960px;
	color: #9A9A9A;
}

#footer a {
	color: #9A9A9A;
}

#footer a:hover {
	color: #585858;
}

/* ----------------------------------- 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;
}