/*
Theme Name: AdamWritesGood
Theme URI: http://wordpress.org/
Description: Custom theme for AdamWritesGood
Version: 1.0
Author: Ted Ullrich | Epidemik Coalition
Author URI: http://epidemikcoalition.com/
Tags: magic

*/



/* Begin Typography & Colors */





body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Cooper Black';
	background: #fff;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}
.nextarrow {
	float:right;
}
.prevarrow {
	float:left;
}
img {
	border:none;
}
.landing_message{
	padding:0px;
padding-right:20px;
	margin-left:220px;
	margin-top:90px;
	color:#00ADEE;
	font-size: 140px;
	letter-spacing:-5px;
	line-height:125px;
}
.mini{
	font-size:9px;
}
.landing_message a, .landing_message a:hover, .landing_message a:visited{
	
	color:#00ADEE;
	
}
#sidebar_wrap {
	top:0px;
	background-color:#FFF;
	font-size:15px;
	padding: 0px;
	width: 200px;
	z-index:5;
	position:absolute;
	text-align:right;
}
.sidebartext {
	text-align:left;
	background-color:#00ADEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	padding:5px;
	color:#000;
}
.sidebartext a, .sidebartext a:visited {
	background-color:#00ADEE;
	text-decoration:underline;
	color:#000;
	margin-top:0px;
	padding:0px;
}
.sidebar_pages a.accordion, .sidebar_pages a.accordion2 {
	text-decoration:none;
	color:#000;
	background-color:#999;
	display:block;
	margin-top:5px;
	padding:5px;
}
.sidebar_pages a.accordion:hover, .sidebar_pages a.accordion2:hover {
	background-color:#00ADEE;
}
.sidebar_projects a {
	color:#000;
	text-decoration:none;
	background-color:#ccc;
	display:block;
	margin-top:5px;
	padding:5px;
}
.sidebar_projects a:hover {
	background-color:#00ADEE;
}
.sidebar_projects a:visited {
/*opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;*/
}
.sidebar_projects li a:visited {
	text-decoration:none;
	background-color:#00ADEE;
}
.post_copy {
	margin:40px 0px 0px 0px;
	width:800px;
}
.post_copy_left {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/moleskine_l.png);
	background-repeat:no-repeat;
	width:350px;
	height:627px;
	padding:100px 10px 0px 40px;
	background-position:left;
}
audioplayer_container {
	width:100px;
}
.post_copy_right {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/moleskine_r.png);
	background-repeat:no-repeat;
	width:340px;
	height:627px;
	padding:100px 40px 0px 20px;
	background-position:left;
}
/*Supersize Plugin Styles*/
#supersize_nav {
	float:right;
	margin:0px;
	padding:0px;
	height:100px;
	width:202px;
	top:0;
	right:0;
	position:fixed;
	z-index:1000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.excerpt {
	width:182px;
	display:block;
	float:left;
	background-color:#00ADEE;
	padding:0px 10px 5px 10px;
}
.excerpt a {
	color:#000;
}
#supersize_nav img {
	opacity:.70;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
#supersize_nav img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}
#supersize img, #supersize a {
	height:auto;
	width:98%;
	display:inline;
}
#supersize {
	margin:0px 0px 0px 210px;
	padding:0px;
}
#blogwrap {
	margin:100px 0px 0px 230px;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
}
.postwrap {
	float:left;
	margin-bottom:50px;
	width:600px;
	height:auto;
}
.posttitle {
	font-size: 18px; /* Resets 1em to 10px */
	font-family: 'Cooper Black';
	color:#00ADEE;
}
.post {
	width:500px;
	float:left;
	font-size:12px;
}
.post a {
	color:#000;
}
.postdate {
	margin-top:10px;
	float:right;
	font-size:10px;
	height:20px;
	color:#CCC;
}
#footer {
	border: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1 {
	font-family: 'Cooper Black';
	font-weight: bold;
}
h2 {
	font-family: 'Cooper Black';
	font-weight: bold;
}
h3 {
	font-family: 'Cooper Black';
	font-weight: bold;
}
a img {
	border: none;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.center {
	text-align: center;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

