/* @override /CSS/style.css */

/* Google Fonts */

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

/* Body */

body {
	color: #2e2e2e;
	background: #6f3799 url(http://archive.micahclemens.com/images/bg/bg_purple_paisley.jpg) fixed 50% 0;
	font-family: Georgia, "Gill Sans", "Gill Sans MT", GillSansMT, GillSans, Helvetica, Arial, sans-serif;
}

/* Header */

#header {
	background: rgba(15,19,22,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 13px;
	border: 2px solid rgba(117,130,138,0.1);
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header-description {
	font-weight: bold;
}

#header h1 {
	padding: 20px 0;
	margin: 0 0 0 -610px;
	text-align: center;
	font: bold 2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	text-shadow: #000 0 0 4px;
	color: white;
}

#header h1 span {
	font-size: 75%;
	font-style: italic;
}

#header a, #header {
	color: #000;
}

/* Links */

a:link, a:visited {
	color: #000;
	border-bottom: thin dotted;
	text-decoration: none;
}

h1.asset-name {
	color: #000;
	
}

/* Block Quotes */

blockquote {
	
}

/* Footer */

#footer-content,
#footer-content a {
	
}

/* Content */

#container-inner,
#content {
	
}

.asset-body {
	
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
	color: #2e2e2e;
}

.asset-footer {
	border-top-color: #e0f2fe;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
	color: #000;
}

.archive-widget .widget-list .item {
	color: #4c6885;
}

h2.asset-name {
	font-family: 'Yanone Kaffeesatz', Lucida, Verdana, sans-serif;
}

#alpha-inner, #beta .widget, #footer {
	*background: #efefef; /* IE 7 and below */
	background: #efefef;
	background: rgba(150,150,150,0.85);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 13px;
	border: 2px solid rgba(255,255,255,0.1);
}

#beta .widget {
	width: 183px;
	float: right;
}

/* Entry Title Font Style */

.asset-name {
	font: 2em 'Yanone Kaffeesatz', "Gill Sans", "Gill Sans MT", GillSansMT, GillSans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.asset-name a {
	text-decoration: none;
	border: none;
}

.asset-name a:hover {
	border-bottom: thin dotted;
}

/* Continue Reading... */

.asset-more-link {
	font-weight: bold;
	text-indent: 1em;
}

.asset-footer a,
.comment-footer a {
	font-weight: normal;
}

.archive-title {
	font-size: 26px;
	font-weight: bold;
}


.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.asset-more-link {
	font-size: 1em;
}

.asset-meta {
	font-size: 1em;
	color: #2e2e2e;
}

/* Footer Text */

#footer-content,
#footer-content a {
	text-transform: uppercase;
	font-weight: bold;
}

/* Links */

a:hover {
	text-decoration: none;
}

.widget .widget-header a:hover {
	text-decoration: underline;
}

.widget-header {
	font-size: 1.3em;
	font-family: 'Yanone Kaffeesatz', Lucida, Verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	word-spacing: 2px;
}

.widget-header a {
	text-decoration: none;
}

.widget-header a:hover {
	text-decoration: underline;
}

#alpha p {
	text-indent: 1em;
	text-align: justify;
	margin-bottom: .4em;
}

#alpha p, #alpha li, #alpha blockquote {
	line-height: 1.5;
}

/* @group Blog Layout */

:link,:visited {
	text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-spacing: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

/* strict reset by uncommenting lines below */

address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
	
}


ol,ul {
	list-style: none;
}


caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}


hr {
	border: 0;
	height: 1px;
	background-color: #000;
	color: #000;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
	display: inline;
}

/* Utilities */

.pkg:after, #content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.pkg, #content-inner {
	display: block;
}

/* no ie mac \*/

* html .pkg, * html #content-inner {
	height: 1%;
}

.pkg, #content-inner {
	display: block;
}

/* */

.inline {
	display: inline;
}

.hidden {
	display: none;
}

/* Layout */

body {
	text-align: center;
}

#container-inner {
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
	position: relative;
}

#alpha, #beta, #gamma {
	display: inline;
	float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
	position: static;
}

#header-inner, #content-inner, #footer-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

/* Wide-Thin-Thin */

.layout-wtt #alpha {
	width: 560px;
}

.layout-wtt #beta {
	left: 190px;
	width: 190px;
}

.layout-wtt #gamma {
	right: 190px;
	width: 190px;
}

/* Thin-Wide-Thin */

.layout-twt #alpha {
	left: 190px;
	width: 560px;
}

.layout-twt #beta {
	left: -560px;
	width: 190px;
}

.layout-twt #gamma {
	width: 190px;
}

/* Wide-Thin */

.layout-wt #alpha {
	width: 750px;
}

.layout-wt #beta {
	width: 190px;
}

/* Thin-Wide */

.layout-tw #alpha {
	left: 190px;
	width: 750px;
}

.layout-tw #beta {
	left: -750px;
	width: 190px;
}

/* Medium-Wide */

.layout-mw #alpha {
	left: 330px;
	width: 610px;
}

.layout-mw #beta {
	left: -610px;
	width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
	width: 610px;
}

.layout-wm #beta {
	width: 330px;
}

/* Content */


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

blockquote, ol, ul {
	margin-left: 30px;
	background-repeat: repeat-y;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: disc outside;
}

.item {
	list-style: none;
}

/* Header */

#header-name {
	margin-bottom: .25em;
}

#header-description {
	margin-bottom: 0;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
	clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
	overflow: hidden;
	width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
	position: static;
	clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
	margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
	margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
	display: inline;
}

.entry-categories,
.entry-tags {
	margin-bottom: .5em;
}

.asset-name {
	margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
	font-size: 11px;
}

.asset-meta {
	font-weight: normal;
}

.asset-footer {
	clear: both;
	margin-top: 1.5em;
	padding-top: .5em;
}

.content-nav {
	text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
	margin-bottom: 0;
	margin-right: .25em;
	display: inline;
	font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.entry-tags ul li,
.entry-categories ul li {
	display: inline;
}

.mt-image-left {
	float: left;
	margin: 0 20px 20px 0;
}

.mt-image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.mt-image-right {
	float: right;
	margin: 0 0 20px 20px;
}

/* User pics */

.user-pic {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.auth-icon {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Feedback */

.comments-open label {
	display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 80%;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

#comment-submit {
	font-weight: bold;
}

.comment,
.trackback {
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
	border: 0;
}

.comment-content {
	clear: none;
	line-height: 1.5;
	margin-bottom: 1em;
}

.comment-content p {
	margin-bottom: .5em;
}

/* Widgets */

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.widget-content {
	position: relative;
	margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-content ul ul {
	margin-left: 15px;
}

.widget-content li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
	margin-right: 0;
	margin-left: 0;
}

.widget-tag-cloud .widget-content li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
}


#footer .widget-content {
	margin-top: 0;
	margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
	overflow: auto;
	margin-right: 0;
}

.item {
	display: inline;
	float: left;
	margin: 0pt 5px 8px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}

.widget-search ul,
.widget-syndication ul {
	margin-left: 0;
	list-style: none;
}

.widget-search li,
.widget-syndication li {
	margin: 5px 0;
}

.input-default {
	background-color: #9AAEC2;
}

@media print {

* {
	position: static ! important;
	overflow: visible ! important;
}

}

/* @end */

/* @group Layout CSS */

/* Remove Padding */

* {
	margin: 0;
	padding: 0;
}

/* Header */

#header {
	
}

#header-inner {
	position: relative;
}

#header-content {
	
}

/* Content */

.asset-content {
	margin: 5px 0;
}

.asset-more-link {
	margin-top: .25em;
	padding-top: 2px;
	font-weight: normal;
	background: rgba(200,200,200,0.2);
	border: 2px solid rgba(255,255,255,0.1);
	display: block;
	padding-bottom: .3em;
	
}

.asset-meta {
	padding-top: 1em;
	clear: both;
	text-align: right;
}

.byline a {
	text-decoration: none;
	color: #2e2e2e;
	border: none;
}

.content-nav {
	margin: 5px 0 10px;
}

.archive-title {
	margin: 5px 0 30px;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	margin: 0;
	padding: 5px 0 5px;
}

.archive-list-item {
	margin-bottom: 5px;
}

/* Column Background */

/* Fixes */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
}

* html #header-content {
/*HACK targets IE6 but not 7, instead of min-height*/
    height: 72px;
}

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.widget-cloud {
	display: none;
}

#header-inner,
#content-inner,
#footer-inner,
.asset-body {
	height: 1%;
}

/* Custom Styles */

#content-inner {
	padding: 10px 0;
}

/* Block Quotes */

blockquote {
	padding: .8em;
	border-width: thin;
	border-style: solid;
}

.search-results-header {
	margin-bottom: .25em;
}

#header-inner, #content-inner, #footer-inner {
	padding-top: 0;
	padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
	padding-right: 0;
	padding-left: 0;
}

input#search {
	width: 90px;
	margin-right: 3px;
}

.widget-header {
	padding: .3em 0;
}

h3.widget-header {
	color: black;
}

h3.widget-header a:link {
	text-decoration: none;
	color: black;
}

.layout-tw .widget .widget-header {
	border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
	border: 0;
}

.embed-asset-widget .widget-header {
	margin-bottom: 10px;
}

.widget-content {
	padding: 0 15px;
}

.media-stream-widget img {
	border: 1px solid #2e2e2e;
}

.widget-content {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: .8em;
}

.widget-powered .widget-content {
	padding: 10px;
	text-align: center;
}

.widget-powered .widget-content img {
	display: none;
}

#footer .widget {
	margin: 10px 0;
}

#footer .widget-content {
	padding-right: 0;
	padding-left: 0;
}

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
}

#footer-content {
	margin: 20px 0;
}

#alpha-inner {
	padding-top: 1em;
}

/* @end */

/* Calendar Widget */

.widget-calendar .widget-content table {
	font-size: 10px;
}

.asset-content h3 {
	font-size: 129%;
	margin-top: 1em;
	margin-bottom: 0;
}

/* If the right side breaks, this is what it is */

#alpha-inner {
	margin: 13px 13px 13px 0;
}

#footer, #header {
	
}

#beta .widget-powered {
	display: none;
}

.col {
	float: left;
	width: 48%;
}

.col-2 {
	float: right;
	width: 48%;
	margin-right: 1em;
}

img.mt-image-right {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#page-233 li {
	margin-bottom: 3px;
}

#beta .widget-syndicate .widget-content {
	margin-bottom: 0;
	text-align: center;
}

.asset-body li {
	list-style-image: url(http://archive.micahclemens.com/images/bg/black_bullet.png);
}

.asset-body li li {
	list-style-image: url(http://archive.micahclemens.com/images/bg/gray_bullet.png);
}

/* @group Twitter Widget */

.widget-twitter li.module-list-item {
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 80%;
	color: black;

	background: url(http://archive.micahclemens.com/images/twitter-icon.png) no-repeat;
	text-indent: 18px;
	overflow: hidden;
}

.widget-google-reader li {
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 80%;
	color: black;
background: url(http://archive.micahclemens.com/images/google-reader.png) no-repeat;
	text-indent: 18px;
	overflow: hidden;
}

.reader-publisher-module .i {
	font-weight: bold;
}

.reader-publisher-module ul {
	margin: 0;
	padding: 0;
}
.reader-publisher-module .s {
	font-size: 90%;
text-indent:0;
	font-style: italic;
}

.reader-publisher-module .f {
	display: none;
}

.widget-twitter ul, .widget-google-reader ul {
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: left;
}

a.twitter-link {
	font-size: 80%;
	border-bottom: thin dotted black;
	display: block;
}

.widget-flickr img {
	padding: 3px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.widget-flickr a {
	border: none;
}

.widget-flickr h3 a {
	border-bottom: thin dotted black;
}

/* @end */


