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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 940px;
	padding: 10px;
	color: #666;
	background: #fff;
	font: 75% 'Droid Sans',Helvetica, Arial, Verdana, sans-serif;
	/*font-family:"Gill Sans W01 Light";*/
	line-height: 1.5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #ccc;
	}
nav+section {
	overflow: hidden;
	width: 620px;
	float: left;
	clear: none;
	}
img { vertical-align: bottom; }
p { margin: .5em 0; }

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #666;
	}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #f60;
	}

/* == HEADER == */

body>header {
	padding: 33px 10px;
	color: #666;
	background: #fff;
	}
	body>header h1 {
		margin: 0;
		}
	body>header h2 {
		font-size: 1em;
		font-weight: normal;
		}

/* == POSTS == */

article[id*=post-] {
	margin: 1em 0;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
article img {
	margin-bottom: 1em;
	/*width: 25em;*/
	}
h1 {
	font-size: 2em;
	line-height: 1.5;
	}
h2, h3 {
	font-size: 1.5em;
	line-height: 1.5;
	}

/* == NAVIGATION == */

nav {
	clear: both;
	}
body>nav {
	background: #f60;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	body>nav ul {
		text-align: left;
		margin: 0;
		}
		body>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			}
			body>nav li a:link, body>nav li a:visited {
				text-decoration: none;
				color: #fff;
				}
			body>nav li a:hover, body>nav li a:focus, body>nav li a:active {
				text-decoration: underline;
				color: #fff;
				}

/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #eee;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

aside#sidebar {
	margin-top: 30px;
	overflow: hidden;
	width: 280px;
	float: right;
	clear: none;
	}
	aside#sidebar li {
		list-style: none;
		}
	aside#sidebar li.widget {
		margin-bottom: 2em;
		}
		aside#sidebar li ul li {
			list-style: disc outside;
			}
		aside#sidebar li ul.xoxo li,
		aside#sidebar ul li.categories {
			margin-bottom: 2em;;
			}

/* == FOOTER == */

body>footer {
	padding-top: 100px;
	overflow: hidden;
	width: 100%;
	clear: both;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}
