/*  
Theme Name: The Unstandard 
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 0.3
Author: Derek Punsalan - modified by William Haun
Author URI: http://is.derekpunsalan.com/

Note concerning image sizes:

Main image on front page is 600 x 400
Secondary image 296 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #fff;
	color: #000;
	font-size: 62.5%;
	font-family: helvetica, 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: 16px;
}

h3 {
	font-size: 12px;
}

a {
	color: #3c6c92;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 0 0 5px;
	margin-bottom: 5px;
	position: relative;
}

#site-name {
	float: left;
	font-size:46px;	
	margin: 17px 0 0 0;
	line-height:30px;
}
#site-name a {
	text-decoration:none;
	color:#000;
}

#main-nav {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#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: 61px;
	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: #3c6c92;
	color: #eee;
	width: 78px;
}
  
/* ----------------------------------- home posts */

.home .left, .home .recent-leads {
	width: 610px;
}
.home .left.nosidebar, .home .nosidebar .recent-leads {
width: 960px;
}

.home .main-post-bg {
	background: #eee;
	display: block;
	position: relative;
	width: 602px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	background: #3c6c92;
	margin:0;
	padding:1px 6px 1px;
	color: #eee;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 10px;
	color: #eee;
	display: block;
	line-height:4px;
	text-align: center;
	border: 0;
	padding-top:3px;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}

.home .recent-leads .title-insert {
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 0 0 3px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity:.8;
}

.home .main-post-bg .title-insert {
	background: #222;
	display: block;
	width: 602px;
	padding: 1px 0 3px 0;
	margin: 0 0 8px 0;
}

.home .recent-leads .title-below {
	background: #222;
	display: block;
	width: 600px;
	padding: 5px 0 3px 0;
	margin: 0 0 8px 0;
color: #fff;

}
.post.page .title-below a {
color: #fff;
display: block;
	text-decoration: none;
	border: 0;
}
.post.page .title-below h2 a {
color: #fff;
display: block;
	text-decoration: none;
	border: 0;
font-size: 18px;
	line-height: 24px;
}

.home .main-post-bg img {
	border:1px solid #aaa;
	border-bottom:none;
}

.title-insert h2, .home .recent-leads .title-insert h3 {
	margin: 10px 12px 6px;
	line-height: 16px;
}

.title-insert h2 a, .home .recent-leads .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .title-below h2 a:hover, .home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 296px;
	height: 150px;
	margin: 0 6px 8px 0;
	position: relative;
	overflow: hidden;
border:1px solid #aaa;
}

.home .right {
	width: 350px;
	text-align: left;
	overflow: hidden;
}

.is-single .right {
	width: 226px;
	text-align: left;
	overflow: hidden;
}

.home .right h3 {
	font-size: 14px;
	padding-left: 3px;
}

.home .right ul li ul {
	padding-top: 8px;
}

/* ----------------------------------- entry style */
.home.is-single {
	border-top: 1px solid #aaa;
}

.post.single, .post.page {
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 725px;
}

.post.page {
width: 610px;
	border-top: 1px solid #aaa;
}
.nosidebar .post.page {
width: 960px;
}


.post.single h2, .post.page h2, .post.single h2 a, .post.page h2 a {
	font-size: 20px;
	line-height: 21px;
	color: #000;
	border: 0;
padding-left:2px;
}

.post.single h2 a:hover, .post.page h2 a:hover {
	color: #3c6c92;
}



.post.single .entry {
	float: right;
	width: 640px;
}

.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;
}
#leftside-commentnum {
	border-top: 1px solid #777;
	padding: 6px 0;
	margin-top: 8px;
}

#leftside-trackback {
	border-top: 1px solid #777;
	padding: 6px 0;
	margin-top: 8px;
}

#leftside-tags {
	border-top: 1px solid #777;
	color: #777;
	padding: 6px 0 0 3px;
	margin-top: 8px;
	margin-bottom: 5px;
}
#leftside-tags h4 {
color:#777;
}
#leftside-tags ul {
margin-left:0;
}
#leftside-tags li {
list-style:none;
margin-left:5px;
}
#leftside-tags li a, #leftside-tags li a:visited, #leftside-tags li a:active {
text-decoration:none;
color:#AAA;
font-weight:normal;
}
#leftside-tags li a:hover {
color:#777;
}

.post p {
	margin: 1em 0;
	line-height: 18px;
}

.post p a, .post li a {
	font-weight: bold;
}



.post h3 {
	font-size: 16px;
	color: #3c6c92;
	margin-top: 20px;
}

.post blockquote, .post ul, .post ol {
	margin: 0 14px;
	color: #555;
}

.post ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post ul li {
	list-style: circle;
	margin: 0 20px;
}

.post blockquote {
	font-style: italic;
	border-left: 1px solid #aaa;
	margin-left: 21px;
	padding-left: 10px;
}

.post img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.navigation {
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #aaa;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left {
	width: 50%;
	text-align: left;
}

.navigation .right {
	width: 45%;
	text-align: right;
	margin: 0 8px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #3c6c92;
	color: #3c6c92;
}

/* ------------------------------- haun_video plugin embeds */
.haunvideo {
margin:10px 0 12px 0;
}


/* ----------------------------------- portfolio pages */

.portfolio-item {
background:#333;
border:solid 1px #000;
height:69px;
width:290px;
float:left;
margin: 0 8px 8px 0;
color:#fff;
padding-top:6px;
}

.portfolio-item img{
float:left;
padding: 0 8px 0 0;
margin-top:-6px;
}

.portfolio-item .title {
font-size:15px;
padding-top:12px;
padding-right:6px;
line-height:16px;
}

.portfolio-item .caption {
font-size:11px;
line-height:14px;
color:#ddd;
}
.portfolio-item a, .portfolio-item a:link, .portfolio-item a:visited, .portfolio-item a:active {
text-decoration:none;
color:#fff;
}
.portfolio-item a:hover {
text-decoration:underline;
}
.portfolio-item .caption {
text-decoration:none;
color:#aaa;
}



/* ----------------------------------- sidebar / widget modules */

h3.module-title, h3.widgetTitle, h3.related_post_title {
	margin: 0 0 2px;
	padding: 9px 4px;
	font-size: 14px;
}
h3.related_post_title {
padding-top:0px;
}
h3.module-title a, h3.widgetTitle a {
	border: 0;
}

.widgetContainer {
border-top: 1px solid #bbb;
	margin: 0 0 20px 0;
}

.widgetContainer .textwidget {
	font-size: 12px;
	line-height: 16px;
	margin: 0 7px;
}

.widget_related_entries {
	padding-top:14px;
}

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 {
	width: 226px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	border-left: 1px solid #ccc;
	height: 30px;
	width: 110px;
line-height:8px;
}

.sidebar-nextprev li.previous {
}

.sidebar-nextprev li.next {
	float: right;
	border-right: 1px solid #ccc;
	margin-left: -1px;
text-align:right;
padding-right:8px;
	width: 105px;
}

.sidebar-nextprev li a {
	margin-left: -1px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 30px;
	border: 0;
	color: #aaa;
line-height:6px;
}

.sidebar-nextprev li a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.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;
margin-top:15px;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 960px;
	margin: 0 11px 15px 0;
}

#middle-widgets h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 7px 3px;
	background:#444;
}
#new-tag-cloud .tags {
text-align:justify;
padding-right:8px;
}
#new-tag-cloud .tags a {
padding-left:8px;
}

/* ----------------------------------- legacy comments - remove this if you have wp 2.7 */
.legacy .commentlist li {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.legacy cite {
	font-style: normal;
}

.legacy .commentlist li p {
	margin: 1em 0;
}

.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}

.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.legacy .commentlist ul li {
	list-style: circle;
}

.legacy .commentlist ol li {
	list-style: decimal;
}

.legacy #respondform {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

#respondform p {
	margin: 1em 0;
}

#respondform #author, #respondform #email, #respondform #url, #respondform textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 180px;
	margin-right: 4px;
}

#respondform textarea {
	width: 99%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- threaded comments - no support for wp 2.6 */







#comments-wrapper, #comments-wrapper-form {
	width: 700px;
}

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 0;
	margin: 20px 0 0;
	border-top: 1px solid #ddd;
}

#categories h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 7px 3px;
	background:#444;
	width:182px;
}

#categories ul {
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

#categories li {
	float: left;
	text-align: left;
	display: block;
	width: 130px;
	margin: 0 8px 4px 7px;
	border-right:1px solid #ccc;
}


#categories li ul li{
	width: 120px;
	border-right:none;
}

#categories li a {
	font-weight: bold;
	text-decoration: none;
}

/* ----------------------------------- 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: 333px;
}
.is-single #searchWrap input {
	width:210px;
}
  
/* ----------------------------------- footer */

#footer {
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 0 72px;
	width: 960px;
}

#footer a {
	font-weight: bold;
}

/* ----------------------------------- floats */
.right, img.alignright {
	float: right;
}

.left, img.alignleft {
	float: left;
}

img.alignleft {
margin: 2px 6px 5px 0;
}
img.alignright {
margin: 2px 0 5px 6px;
}


.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;
}





.mixtape-track {
clear:left;
padding-top:5px;
}

.mixtape-track .album-art {
float:left;
width:150px;
height:150px;
padding: 0 5px 15px 0;
}

a.sm2_link, .mixtape-track a.mp3link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:1px 3px 0px 20px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}

a.sm2_link, .mixtape-track a.mp3link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
background:#333 url('') no-repeat 0px 50%;
/* _background-image:url(/../image/icon_play.gif); */ /* IE 6 */
 border-color:#333;
}

/* ***Yahoo Media Player*** */

#ymp-relevance {visibility: hidden;}
.ymp-player-max #ymp-body { width:605px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:592px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:595px !important; }
.ymp-player-max #ymp-body #ymp-meta table { width:338px !important; }
.ymp-player-max #ymp-body #ymp-meta-progress { padding-right:18px; }

