/*
Theme Name: Misorama
Theme URI: http://techmiso.com/
Description: Based on Miso Soup but with Solaris Dark inspired colors.
Version: Release 1
Author: TechMiso
Author URI: http://techmiso.com/
Tags: buddypress
*/

/*
 * TECHMISO STYLESHEET
 * Media: screen, projection, tv
 *
 * $Id$
 */

html, body, blockquote, form, fieldset,
p, pre, dl, dd, li, ul, ol,
h1, h2, h3, h4, h5, h6
{ margin: 0; padding: 0; }

html { background-color: transparent; }

/* GLOBAL STYLING */
/* -------------- */
a:link, a:visited {
	color: #A0B0B8;
	border-bottom: 1px solid #50585F;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
}

a:focus, a:hover, a:active {
    color: #788088;
}


h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 2.875em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.3em;
	color: #FFF;
}

li, dt, dd {
	margin: 0.35em 2em 0.35em 2em;
}

ul li {
	background: url("images/bullet_blue.png") no-repeat 0px 1px;
	list-style: none;
	padding-left: 18px;
}

ol li {
	margin-left: 3.5em;
}

p, ul, ol, dl, td, th {
	margin: 0.3em 0 1em 0;
}

dt {
	font-weight: bold;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	display: block; 
	overflow: auto; 
	text-align: left; 
	background: #20282F; 
	border: 1px solid #76827b; 
	border-left: 6px solid #76827b;
	padding: 4px;
}


blockquote {
	color: #789;
	margin: 20px 0;
	padding: 0 20px 0 50px;
	border: none;
}


/* GENERAL LAYOUT */
/* -------------- */
body {
    background-color: #20282F;
    font: 100%/145% "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#header {
	background-color: #50585f;
    height: 90px;
}

#header div {
    position: relative;
    margin: 0 auto;
    width: 850px;
}

#header h1 {
    float: left;
	margin: 0;
}

#header h1 a {
    background: url("images/title.jpg") no-repeat 0 50%;
    display: block;
    height: 90px;
    overflow: hidden;
    width: 400px;
    text-indent: -999em;
    border: none;
}

#navigation {
    position: absolute;
    bottom: 0;
    right: 0;
	font-size: 80%;
	margin: 0;
}

#navigation li {
	background: none;
    float: left;
    font-size: 95%;
    line-height: 100%;
    list-style: none;
    margin: 0 0 0 3px;
	padding: 0;
}

#navigation a {
    background-color: #2e3735;
    color: #fff;
    display: block;
	float: left;
    padding: 10px;
    border: none;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation a:focus,
#navigation a:hover {
    background-color: #a0b0b8;
    color: #000;
}

#navigation .current_page_item a:link,
#navigation .current_page_item a:hover,
#navigation .current_page_item a:visited,
#navigation .current_page_item a:active {
    background-color: #20282F;
	color: #a0b0b8;
}

#hottopics {
    background-color: #20282F;
    height: 40px;
	width: 830px;
	padding: 10px;
    margin: 0 auto;
    position: relative;
}

#nav-hottopics {
    background-color: #2e3735;
    top: 0;
	font-size: 80%;
	clear: both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

#nav-hottopics li {
	background-image: none;
	background: url(images/hottopic-separator.png) right center no-repeat;
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#nav-hottopics a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: none;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

#nav-hottopics a:focus,
#nav-hottopics a:hover {
    color: #a0b0b8;
    background: url(images/hottopic-current.png) bottom center no-repeat;
}

#nav-hottopics li.current a { background: url(images/hottopic-current.png) bottom center no-repeat; }
#nav-hottopics li.current a.current { color: #000; }

#container {
	font-size: 100%;
    margin: 0 auto;
    padding: 15px 10px 0 10px;
    width: 830px;
}

/* CONTENT STYLING */
/* --------------- */
#content {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 552px;
	margin-left: 12px;
	color: #F0F4F8;
}

#content h2 {
	font-size: 140%;
	text-transform: none;
}

#content h3 {
	clear: both;
	font-size: 115%;
	font-weight: normal;
	margin-top: 1em;
	text-transform: uppercase;
}

.entry {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.entry h2 {
	margin-bottom: 0;
	margin-left: -23px;
	padding-left: 23px;
}

.entry h2.asides {
	font-size: 120% !important;
}

.entry h2.asides a.asides-permalink {
	padding-left: 5px;
	border-bottom: 0;
	text-decoration: none;
}

.entry h2 span.entry-comments {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 20px;
}

.entry .about-rich img,
.entry .about-scott img { float: right; width: 250px; }

.entry img {
	float: right;
	margin: 0.35em 1em;
}

.entry a img { border: none; }

.entry img.alt {
	float: left;
}

.entry img.nil {
	float: none;
}

.entry-meta {
    color: #b4bcb5;
	font-size: 85%;
    list-style: none;
    margin: 0.25em 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#content .entry ul.asides, #content .entry div.asides { margin-left: 10px; }

.entry-meta li {
	background: none;
	margin-left: 0;
	padding: 0;
}

.entry-leveldate { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }

.entry-meta-category, .entry-meta .entry-meta-category, .entry-meta .entry-meta-tags {
	text-transform: lowercase;
}

.meta-bottom {
	background: #50585f;
	color: #000;
	padding: 10px;
	margin-bottom: 1.75em;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.meta-bottom h3 { display: none; }

.meta-bottom .meta-bottom-header { font-size: 110%; font-weight: bold; border-bottom: 1px solid #000; }
.meta-related li.meta-bottom-header { background-image: none; padding-left: 0; text-transform: uppercase; }

.meta-related ol li {
	background: url("images/bullet_blue.png") no-repeat 0px 5px;
	list-style: none;
	padding-left: 18px;
}

.entry a.link, .entry a.comment {
	display: inline-block;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: -23px;
	padding-left: 23px;
}

.entry .link-regular a, .entry .link-photo a, .entry .link-quote a, .entry .link-audio a, .entry .link-video a { 
	display: inline-block;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: -23px;
	padding-left: 23px;
}
.entry .link-status span { display: inline; }
.entry .link-status a {
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 20px;
	color: #b4bcb5;
}

.entry .link-regular a { background: url("images/comments.gif") no-repeat 0 0.13em; }
.entry .link-status a { background: url("images/comments.gif") no-repeat 0 0.13em; }
.entry .link-photo a { background: url("images/picture_go.png") no-repeat 0 0.13em; }
.entry .link-quote a { background: url("images/page_white_go.png") no-repeat 0 0.13em; }
.entry .link-audio a { background: url("images/ipod_sound.png") no-repeat 0 0.13em; }
.entry .link-video a { background: url("images/television.png") no-repeat 0 0.13em; }

.entry blockquote {
	margin: 1em 2em 1em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px dashed #76827b;
	background: none;
}

/* Comments */
#comments {
	margin-bottom: 0;
}

#comments-list {
	font-size: 90%;
	margin-top: 5px;
	padding-left: 44px;
}

#comments-list dt {
	position: relative;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 2em;
	padding-top: 2px;
}

#comments-list dd {
	margin: 0 0 1.5em 0;
	padding: 10px 2em 0.5em 10px;
}

#comments-list dt .comment-perma {
	position: absolute;
	top: 0;
	left: -44px;
	background-color: #666;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 200%;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	text-decoration: none;
}

#comments-list .avatar {
	position: absolute;
	top: 0;
	left: -44px;
	height: 40px;
	width: 40px;
}

#comments-list .authorcomment {}

#comments-list .comment-username {
	font-size: 115%;
	white-space: nowrap;
}

#comments-list a.comment-username:focus:after,
#comments-list a.comment-username:hover:after {
	content: attr(href);
	background: url("images/arrow_right.png") no-repeat 10px 0.2em;
	color: #999;
	line-height: 0;
	padding: 2px 4px 2px 33px;
	white-space: nowrap;
	font-size: 80%;
	text-transform: lowercase;
}

#comments-list .authorcomment a.comment-username:focus:after,
#comments-list .authorcomment a.comment-username:hover:after {
	background-color: #20282F; 
}

#comments-list .comment-date {
	color: #999;
	display: block;
	font-size: 80%;
	line-height: 135%;
	text-transform: uppercase;
}

#comments-list p {
	margin-top: 0;
}


/* Comment form */
label {	cursor: pointer; }

.alt { background-color: #50585f; }

.button, input[type=submit] {
    background-color: #50585f;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
}

.button:focus, input[type=submit]:focus { background-color: #ff9400; color: #000; }

.textfield, textarea, input[type=text] {
	border: 1px solid #50585f;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 120%;
}

.textfield:focus,
textarea:focus,
input[type=text]:focus {
    border: 2px solid #ff9400;
}

#content .secondary {
	font-size: 80%;
	padding: 0 0.5em;
}

#post-comment {
	margin-bottom: 0;
	margin-left: -21px;
	padding-left: 21px;
}

#commentform {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 2.5em;
}

#commentform label,
#commentform input,
#commentform span {
	float: left;
}

#commentform p {
	clear: both;
	line-height: 150%;
	margin: 0;
	padding: 0.5em;
}

#commentform label {
	min-width: 100px;
}

#commentform span {
	color: #999;
	display: none;
	line-height: 200%;
	margin-left: 10px;
	font-size: 100%;
}

#commentform span#showinfo,
#commentform span#hideinfo {
	position: absolute;
	top: 0;
	left: -999em;
	color: #999;
	line-height: 200%;
	margin-left: 10px;
}

#commentform textarea {
	width: 100%;
}

#commentform label:hover + input + span,
#commentform input:focus + span,
#commentform input:hover + span {
	position: static;
	display: inline;
}

#commentform .secondary {
	color: #666;
	margin-top: 1em;
}

#commentform .submit {
	margin-top: 0.5em;
}

/* NEXT/PREVIOUS */
/* ------------- */
.movement {
    font-weight: bold;
    list-style: none;
    margin: 0.25em 0;
}

.movement li {
	background: none;
	margin-left: 0;
	padding: 0;
}

.move-next {
	/* position: absolute; */
	float: left;
}

.move-previous {
	/* position: absolute; */
	float: right;
}

/* SIDEBAR */
/* ------- */
#sidebar {
	margin: 0 10px 0 605px;
}

#sidebar h3 {
	color: #b4bcb5;
	font-size: 105%;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2e3735;
}
#sidebar h3.featured-iphone-app { text-transform: none; }

#sidebar p,
#sidebar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; 
	line-height: 145%;
	margin-top: 0;
	padding-bottom: 20px;
}

#sidebar .about { color: #F0F4F8; }
#sidebar .about img { float: right; width: 40px; height: 40px; }
#sidebar .about a.about-rich,
#sidebar .about a.about-scott { float: right; width: 40px; height: 40px; margin-left: 5px; text-indent: -9999px; overflow: hidden; }
#sidebar .about a.about-rich { background: url("images/avatar-rich.jpg") no-repeat; }
#sidebar .about a.about-scott { background: url("images/avatar-scott.jpg") no-repeat; }

#sidebar li {
	margin: 0.25em 0 0.5em 0;
	min-height: 20px; /* Ensure the icons aren't cut off */
	padding-left: 21px;
}

#sidebar small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 
}

#sidebar .recentcomments li img { float: right; padding: 4px 0 0 4px; }
#sidebar .recentcomments { color: #F0F4F8; }

#sidebar .imagelinks li { background: none !important; }
#sidebar .imagelinks li a img { border: none !important; }

#searchform {
/*	font-size: 75%; */
	margin-bottom: 1em;
}

#searchinput {
	padding: 1px 4px;
}

#searchsubmit {
	padding: 4px 7px;
}

#searchinput, #searchsubmit {
	font-size: 75%;
}

/* SIDEBAR: Brian's Latest Comments */
/* -------------------------------- */
/*#sidebar .recentcomments li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right: 0;
}*/

/* FOOTER */
/* ------ */
/* FOOTER */
/* ------ */
#footer {
	background-color: #50585f;
	clear: both;
	font-size: 80%;
	height: 60px;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #F0F4F8;
}

#footer a:link, #footer a:visited {
	color: #20282F;
}

#footer a:focus, #footer a:hover, #footer a:active {
    color: #000;
}

/* Plug-in Support */
/* OUTBRAIN */
.rateInfo {
    color: #000;
	font-size: 85%;
	text-transform: uppercase;
}
.outbrain-recommendationsFieldset, .moreRecommendationsLinkDiv {
    color: #b4bcb5;
	font-size: 85%;
	text-transform: uppercase;
}
.moreRecommendationsLinkDiv { font-weight: bold; }
.outbrain-recommendationsFieldset a { text-transform: none; }
.recommendations_ul, .div-wrapper ul {
	padding-left: 0px !important;
	margin-left: 0px !important;
}

/* POLLS */
.pollbar {
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* contact form on /contact/ */
.wpcf7 { 
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 2.5em;
}

.wpcf7 label { min-width: 100px; }
.wpcf7 span.required { color: red; }
.wpcf7 input[type=text] { font-size: 100%; width: 300px; }
.wpcf7 textarea { width: 100%; }
.wpcf7 .submit { margin-top: 0.5em; }
.wpcf7 .wpcf7-captcha-are-you-human { float: right; }

.wpcf7-response-output { border: none !important; }
.wpcf7-mail-sent-ok {
	background: #d6e0dc;
	color: #000;
	padding: 10px;
	border: 2px solid #212a2a !important;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.wpcf7-validation-errors {
	background: #d6e0dc;
	color: #000;
	padding: 10px;
	border: 2px solid red !important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.wpcf7-not-valid-tip-no-ajax { background: url("images/bullet_error.png") no-repeat 0 0.35em; padding-left: 18px; text-transform: uppercase; font-weight: bold; }

/* Float Clearing */
#header div:after,
#container:after,
#bookmark-list:after,
#commentform p:after,
.contactform p:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

