/*
Theme Name: Envisioned Prototype Clean Theme
Theme URI: http://www.envisionedprototype.com/
Description: Clean theme developed by Daniel Yearwood.
Version: 1.0
Author: Daniel Yearwood
Author URI: www.envisionedprototype.com
Tags: blue, gray, custom header, liquid layout, widgets

	This theme was designed and built by Daniel Yearwood,
	whose blog you will find at http://www.envisionedprototype.com/blog/

	The CSS, XHTML and design is copyrighted by Daniel Yearwood and Envisioned Prototype:
	http://www.envisionedprototype.com

*/

@charset "utf-8";
/* CSS Document */

/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height:normal;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BODY DEFINITIONS */

body {
	min-width:500px;
	color:#000;
	background-color:#fff;
	background-image:url(images/bg-bottom-right.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

/* DIV DEFINITIONS */

#wrapper1 {
	width:100%;
	height:100%;
	background-image:url(images/bg-top-left.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
	overflow:hidden;
}

#masthead {
	width:100%;
	height:195px;
	color:#000;
	background-color:transparent;
	padding:0;
	margin:25px 25px 0 25px;
	overflow:hidden;
}

#masthead #site-logo {
	width:245px;
	height:195px;
	padding:0;
	margin:0;
	display:block;
	overflow:hidden;
}

#wrapper2 {
	padding-left:275px;
}

#sidebar, #content {
	position:relative;
	float:left;
}

#content {
	width:100%;
}

#content .post, #content .page, #content #respond, #content .their-comments {
	padding:25px 0;
	margin:0 25px 5px 25px;
	border-top:1px dashed #ccc;
	border-bottom:2px solid #666;
}

#content #respond #commentform textarea#comment {
	background-color:transparent;
}

#content a:hover, #content .page a:hover {
	font-weight:bold;
}

#content .post div.sociable, #content .page div.sociable {
	margin-top:25px;
	margin-bottom:25px;
	clear:both;
}

#content .post div.sociable ul li, #content .page div.sociable ul li {
	padding:0;
	margin:0 2px 0 0;
	display:inline;
}

#sidebar {
	width:250px;
	right:250px;
	padding:0;
	margin-left:-100%;
}

#sidebar-top, #sidebar-bottom {
	width:250px;
	height:10px;
	color:#fff;
	background-color:transparent;
	padding:0;
	margin:0;
	overflow:hidden
}

#sidebar-top {
	background-image:url(images/sidebar-top.gif);
	background-repeat:no-repeat;
}

#sidebar-bottom {
	background-image:url(images/sidebar-bottom.gif);
	background-repeat:no-repeat;
}

#sidebar-mid {
	width:210px;
	color:#fff;
	background-color:#272727;
	padding:20px;
	margin:0;
	overflow:hidden;
}

#footer {
	width:100%;
}

#footer div {
	padding-top:25px;
	margin:25px;
}

#content .navigation {
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
}

/* Content Elements */

#content h2 {
	font-size:1.8em;
	padding:0;
	margin-bottom:5px;
}

#content h2 a, #content h3 a {
	color:#000;
	background-color:transparent;
	text-decoration:none;
}

#content h2 a:hover, #content h3 a:hover {
	color:#6dcff6;
	background-color:transparent;
}

#content h3 {
	font-size:1.3em;
	padding:0;
	margin-bottom:5px;
}

#content p {
	margin-bottom:15px;
}

#content .their-comments ol {
	list-style-type:decimal;
	margin-left:25px;
}

/* Sidebar Elements */

#search-2 div {
	padding:0;
	margin-bottom:20px;
}

li#search-2 {
	margin-top:0 !important;
}

#searchform {
	padding:0;
	margin:0;
}

#searchform label {
	display:none;
}

#searchform #s {
	width:120px;
	padding:0;
	margin:0 10px 0 0;
}

#sidebar h2.widgettitle {
	padding:0;
	font-size:1.1em;
	margin-bottom:5px;
}

#sidebar #nomargpls, #sidebar #nomargpls li {
	padding:0;
	margin-left:0;
}

#content .post ol {
	list-style-type:decimal;
	margin-left:25px;
}

#sidebar #nomargpls ul.xoxo, #sidebar #nomargpls li#pages-3 ul, #sidebar #nomargpls li#categories-401898041 ul, #sidebar #nomargpls li#recent-posts-2 ul, #sidebar #nomargpls li#recent-comments-2 ul, #content #post-42 ul, #content .post ul {
	list-style-type:disc;
	padding:0;
	margin-left:25px;
}

#sidebar #nomargpls ul.xoxo ul, #sidebar #nomargpls li#pages-3 ul ul, #sidebar #nomargpls li#categories-401898041 ul ul, #sidebar #nomargpls li#recent-posts-2 ul ul, #sidebar #nomargpls li#recent-comments-2 ul ul, #content #post-42 ul ul {
	list-style-type:circle;
	margin-left:10px;
}

#content .post ul, #content .post ol {
	margin-bottom:20px;
}

#sidebar li.widget {
	margin-top:30px;
}

#flickrrss {
	text-align:center;
}

#flickrrss h2 {
	text-align:left;
}

#flickrrss a img {
	margin:5px;
	border:1px solid #6dcff6;
}

#sidebar table#wp-calendar {
	width:100%;
}

#sidebar table#wp-calendar caption {
	margin-top:10px;
}

#sidebar table#wp-calendar th, #sidebar table#wp-calendar td {
	text-align:center;
	padding:2px;
}

#sidebar table#wp-calendar td#prev {
	text-align:left !important;
}

#ilastfm_display li img {
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	clear:left;
}

#ilastfm_display li br {
	clear:both;
}

#ilastfm_display li {
	margin-bottom:10px;
	display:block;
}

/* Floats */

.float-left, .alignleft {
	float:left;
}

.float-right, .alignright {
	float:right;
}

.clear-floats {
	clear:both;
	margin:-0.66em 0;
}

.clear-floats-nm {
	clear:both;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

img.alignright {
	margin-left:15px;
}

img.alignleft {
	margin-right:15px;
}

img.alignright, img.alignleft {
	margin-bottom:15px;
}

/* Text */

#masthead h1 {
	font-size:3.50em;
	margin-top:45px;
}

#masthead p {
	font-size:1.00em;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline !important;
}

sup {
	font-size:.60em;
	vertical-align:text-top;
}

.text90em {
	font-size:.90em;
}

.text85em {
	font-size:.85em;
}

.text80em {
	font-size:.80em;
}

.text75em {
	font-size:.75em;
}

.text70em {
	font-size:.70em;
}

.ta-right {
	text-align:right;
}

.ta-left {
	text-align:left;
}

.ta-center {
	text-align:center;
}

/* Text Colors */

.red {
	color:red;
}

.green {
	color:green;
}

/* LINKS */

#masthead a {
	color:#000;
	background-color:transparent;
	text-decoration:none;
}

#masthead a:hover {
	color:#6dcff6;
	background-color:transparent;
}

#sidebar a {
	color:#6dcff6;
	background-color:transparent;
}

#sidebar a:hover {
	color:#fff;
	background-color:transparent;
	font-weight:bold;
}

/* Margins */

.lm5px {
	margin-left:5px !important;
}

.rm5px {
	margin-right:5px !important;
}

.tm5px {
	margin-top:5px !important;
}

.bm5px {
	margin-bottom:5px !important;
}

.m5px {
	margin:5px !important;
}

.lm10px {
	margin-left:10px !important;
}

.rm10px {
	margin-right:10px !important;
}

.tm10px {
	margin-top:10px !important;
}

.bm10px {
	margin-bottom:10px !important;
}

.m10px {
	margin:10px !important;
}

.lm15px {
	margin-left:15px !important;
}

.rm15px {
	margin-right:15px !important;
}

.tm15px {
	margin-top:15px !important;
}

.bm15px {
	margin-bottom:15px !important;
}

.m15px {
	margin:15px !important;
}

.lm20px {
	margin-left:20px !important;
}

.rm20px {
	margin-right:20px !important;
}

.tm20px {
	margin-top:20px !important;
}

.bm20px {
	margin-bottom:20px !important;
}

.m20px {
	margin:20px !important;
}

.lm25px {
	margin-left:25px !important;
}

.rm25px {
	margin-right:25px !important;
}

.tm25px {
	margin-top:25px !important;
}

.bm25px {
	margin-bottom:25px !important;
}

.m25px {
	margin:25px !important;
}

.lm30px {
	margin-left:30px !important;
}

.rm30px {
	margin-right:30px !important;
}

.tm30px {
	margin-top:30px !important;
}

.bm30px {
	margin-bottom:30px !important;
}

.m30px {
	margin:30px !important;
}

.lm35px {
	margin-left:35px !important;
}

.rm35px {
	margin-right:35px !important;
}

.tm35px {
	margin-top:35px !important;
}

.bm35px {
	margin-bottom:35px !important;
}

.m35px {
	margin:35px !important;
}

.lm40px {
	margin-left:40px !important;
}

.rm40px {
	margin-right:40px !important;
}

.tm40px {
	margin-top:40px !important;
}

.bm40px {
	margin-bottom:40px !important;
}

.m40px {
	margin:40px !important;
}

.lm45px {
	margin-left:45px !important;
}

.rm45px {
	margin-right:45px !important;
}

.tm45px {
	margin-top:45px !important;
}

.bm45px {
	margin-bottom:45px !important;
}

.m45px {
	margin:45px !important;
}

.lm50px {
	margin-left:50px !important;
}

.rm50px {
	margin-right:50px !important;
}

.tm50px {
	margin-top:50px !important;
}

.bm50px {
	margin-bottom:50px !important;
}

.m50px {
	margin:50px !important;
}

.lm55px {
	margin-left:55px !important;
}

.rm55px {
	margin-right:55px !important;
}

.tm55px {
	margin-top:55px !important;
}

.bm55px {
	margin-bottom:55px !important;
}

.m55px {
	margin:55px !important;
}

.lm60px {
	margin-left:60px !important;
}

.rm60px {
	margin-right:60px !important;
}

.tm60px {
	margin-top:60px !important;
}

.bm60px {
	margin-bottom:60px !important;
}

.m60px {
	margin:60px !important;
}

.lm65px {
	margin-left:65px !important;
}

.rm65px {
	margin-right:65px !important;
}

.tm65px {
	margin-top:65px !important;
}

.bm65px {
	margin-bottom:65px !important;
}

.m65px {
	margin:65px !important;
}

.lm70px {
	margin-left:70px !important;
}

.rm70px {
	margin-right:70px !important;
}

.tm70px {
	margin-top:70px !important;
}

.bm70px {
	margin-bottom:70px !important;
}

.m70px {
	margin:70px !important;
}

.centered {
	margin-left:auto !important;
	margin-right:auto !important;
	display:block;
}

/* Padding */

.lp5px {
	padding-left:5px !important;
}

.rp5px {
	padding-right:5px !important;
}

.tp5px {
	padding-top:5px !important;
}

.bp5px {
	padding-bottom:5px !important;
}

.p5px {
	padding:5px;
}

.lp10px {
	padding-left:10px !important;
}

.rp10px {
	padding-right:10px !important;
}

.tp10px {
	padding-top:10px !important;
}

.bp10px {
	padding-bottom:10px !important;
}

.p10px {
	padding:10px;
}

/* MISC */

.dis-block {
	display:block;
}