/*
Theme Name: SchmooNEWS
Theme URI: http://www.schmoonews.com/
Description: The SchmooNEWS theme. Duh.
Version: 1.0
Author: John Reed
Author URI: http://studiobonito.com/
Tags: schmooru, news

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* baselines; based on Eric Meyer's reset:
   http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */

* {margin: 0; padding: 0;}

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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	background: #fff;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	}
	
	a abbr {border: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: underline;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

hr {display: none;}

.screen-reader-text {
	position: absolute;
	left: -1000em;
	}
/* -------------------------------------------------------------
                                                end baselines */





/* typography
------------------------------------------------------------- */
body {
	font-size: 62.5%;
	}

h1 {
	font-size: 2em;
	line-height: 1.2;
	margin: 0 0 .8em 0;
	}

h2 {
	font-size: 1.6em;
	line-height: 1.5;
	}

h3 {
	font-size: 1.4em;
	line-height: 1.2857;
	}
	
	h2 + h3 {
		margin-top: 1.2857em;
		}
	
h4 {
	font-size: 1.3em;
	line-height: 1.53846em;
	}
	
	h3 + h4 {
		margin-top: .75em;
		}
	
	li h4 {
		font-size: 1.0909em;
		}

h5 {
	font-size: 1.1em;
	line-height: 1.4545;
	margin: .0909em 0;
	}

h6 {
	font-size: 1em;
	line-height: 1.4;
	margin: .1em 0;
	}
	
p {
	font-size: 1.4em;
	line-height: 1.7143;
	margin: 0 0 1.7143em 0;
	}
	
	p.tagline {
		font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
		font-size: 1.2em;
		line-height: 1;
		text-transform: uppercase;
		}
	
	p.byline {
		color: #666;
		font-size: 1.1em;
		line-height: 1.81818;
		margin: 0 0 .81818em 0;
		}
		
		h1 + p.byline {
			margin-top: -1.3636em;
			}
		
		.comment p + p.byline,
		.entry p + p.byline {
			margin-top: -1.3636em;
			}
	
	.post small,
	p.postmetadata,
	p.metadata {
		color: #666;
		font-size: 1.1em;
		line-height: 1.81818;
		margin: 0 0 1.81818em 0;
		}
		
	p.postmetadata {
		font-size: 1em;
		line-height: 1.5;
		margin: 1em 0 1.8em 0;
		padding: 5px 10px;
		background: #f7f7f7;
		color: #666;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
		
		.single p.postmetadata {
			margin-top: 0;
			}
	
	#footer p {
		color: #666;
		font-size: 1.1em;
		line-height: 1.81818;
		margin: 0;
		}
	
ol,
ul {
	margin: 0 0 2em 40px;
	}
	
	ol:last-child,
	ul:last-child {
		margin-bottom: 0;
		}
	
	.sub ol,
	.sub ul {
		margin-left: 0;
		}
	
	h2 + ol,
	h2 + ul {
		margin-top: 1.8em;
		}
	
	li ol,
	li ul {
		margin: .75em 0 .75em 15px;
		}

li {
	font-size: 1.4em;
	line-height: 1.7143;
	}
	
	li h2,
	li li,
	li p {
		font-size: 100%;
		}
		
		#sidebar li h2 {
			line-height: 2;
			padding-left: .5em;
			}

ol li {
	list-style: decimal;
	}
	
	li ol li {
		list-style: lower-alpha;
		}
		
		li li ol li {
			list-style: lower-roman;
			}
	
ul li {
	list-style: disc;
	}
	
	li ul li {
		list-style: circle;
		}
		
		li li ul li {
			list-style: square;
			}

#sidebar ul {
	margin: 0 0 10px 0;
	
	}
	
	#sidebar li ul {
		border-top: 1px solid #d9d9d9;
		}

#sidebar ul li {
	font-size: 1.2em;
	line-height: 1;
	list-style: none;
	}
	
	#sidebar ul li li {
		font-size: 100%;
		}



dl {
	margin: 0 0 1.8em 0;
	}

dt {
	font-size: 1.3em;
	line-height: 1.53846em;
	font-weight: bold;
	}
	
	dt.optional {
		font-weight: normal;
		}

dd {
	font-size: 1.3em;
	line-height: 1.53846em;
	margin: 0 0 .7692em 0;
	}

address {
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	}

blockquote {
	margin: 0 0 20px 0;
	padding: 7px 2px;
	color: #666;
	font-style: italic;
	}
	
	blockquote p {
		font-size: 1.2em;
		line-height: 1.6666em;
		}
		
		blockquote p cite {
			display: block;
			color: #999;
			font-size: .916666em;
			font-style: normal;
			line-height: 1.454545;
			padding-top: .363636em;
			}

code {
	color: #666;
	font-family: "Andale Mono", "Courier New", Courier;
	font-size: 100%;
	}

kbd,
samp,
tt {
	color: #000;
	font-family: "Courier New", Courier;
	font-size: 100%;
	}

pre {
	display: block;
	background: #f9f9f9;
	color: #666;
	font-family: "Andale Mono", "Courier New", Courier;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	padding: 1.5em;
	overflow: auto;
	border: 1px solid #dedede;
	}

small {
	font-size: .8333em;
	}

sup {
	font-size: .91666em;
	line-height: 0;
	vertical-align: super;
	}
	
	* html sup {font-size: 1em;}
	*:first-child+html sup {font-size: 1em;}
	
sub {
	font-size: .91666em;
	vertical-align: sub;
	}

div.navigation {
	color: #666;
	font-size: 1.2em;
	line-height: 1.6666;
	margin: 0 0 1.6666em 0;
	}
	
	div.alignleft {
		float: left;
		}

	div.alignright {
		float: right;
		}
/* -------------------------------------------------------------
                                               end typography */





/* link styles
------------------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	color: #313797;
	text-decoration: underline;
	}
	
a:hover {
	color: #ed493b;
	text-decoration: none;
	}

a.rss {
	padding: 1px 0 1px 18px;
	background: url(images/ui/icons/feed.png) no-repeat 0 50%;
	}

p.success a {color: #264409;}
p.error a {color: #8a1f11;}
p.notice a {color: #514721;}

#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:hover,
#sidebar ul li a:active {
	display: block;
	width: 14em;
	padding: .5em;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	}
	
	#sidebar ul li a:hover {
		background: #fafafa;
		}
/* -------------------------------------------------------------
                                              end link styles */





/* structure
------------------------------------------------------------- */
#page {
	width: 80em;
	margin: 40px auto;
	}

#content {
	float: left;
	width: 58em;
	}

#sidebar {
	float: right;
	width: 18em;
	}

#footer {
	clear: both;
	text-align: center;
	}


div.post {
	margin: 0 0 30px 0;
	}





.member {
	margin: 20px 0 30px 0;
	}

.member .img {
	float: left;
	width: 130px;
	}
	
	.member .img img {
		padding: 2px;
		border: 1px solid #ddd;
		}

.member .copy {
	float: right;
	width: 450px;
	}





#header:after,
.member:after,
div.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	* html #header,
	* html .member,
	* html div.navigation {height: 1%;}
	
	*:first-child+html #header,
	*:first-child+html .member,
	*:first-child+html div.navigation {min-height: 1%;}
/* -------------------------------------------------------------
                                                end structure */





/* header
------------------------------------------------------------- */
#header {
	padding: 0 0 20px 0;
	text-align: center;
	}
/* -------------------------------------------------------------
                                                   end header */





/* form styles
------------------------------------------------------------- */
form#searchform {
	margin: 0 0 24px 0;
	}

input,
select,
textarea {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	}

input {
	margin: 0;
	vertical-align: middle;
	}

label {
	cursor: pointer;
	}
	
	dt.error {
		color: #cc0000;
		}
	
	label.error {
		color: #cc0000;
		font-size: .8462em;
		padding-left: 1em;
		}
	
legend {
	display: none;
	}

.entry td {
	padding: 0 0 .75em 0;
	}

.entry th {
	padding: 0 .5em 0 0;
	text-align: right;
	}

input[type=password],
input[type=text] {
	font-size: 1em;
	padding: 2px;
	vertical-align: middle;
	}

textarea {
	font-size: 1em;
	padding: 2px;
	}
	
input[type=checkbox] {
	margin: 0 4px 2px 0;
	}

input[type=radio] {
	margin: 1px 4px 2px 0;
	vertical-align: text-top;
	}
	
	* html .checks input,
	* html .radios input {
		margin: 0 0 0 -3px;
		}
	
	*:first-child+html input[type=checkbox],
	*:first-child+html input[type=radio] {
		margin: 0 0 0 -3px;
		vertical-align: middle;
		}

option {
	padding-right: 1em;
	}

optgroup {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	}

input#s {
	width: 100px;
	}

textarea#comment {
	width: 590px;
	padding: 5px;
	}
/* -------------------------------------------------------------
                                              end form styles */