/*  
Theme Name: Photoblog
Theme URI: http://anythingapplies.com
Description: stuff.
Version: 0.1
Author: Rick Yribe
Author URI: http://anythingapplies.com

*/

/* removing fieldset, label, legend, */
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,
form,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	/*font-family: Verdana, Helvetica, sans-serif;*/
	color: #eee;
	vertical-align: baseline;
	background: transparent; 
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
body {
	font-size: 76%;
	line-height: 1;
	}
p {
	margin-bottom: 0.8em;
	line-height: 1.4em;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: 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;
	}

/* start actual styles 
 *
 *
 */
html {
	background: #000;
	}
body {
	border-left: 3px solid #1b1b1b;
	border-right: 3px solid #1b1b1b;
	width: 600px;
	margin: 20px auto;
	}
.center {
	text-align: center;
	}
	
/* header */
#header {
	padding: 30px 25px;
	background: #333;
	/*border-bottom: 1px solid #333;*/
	}
h1 {
	font-variant: small-caps;
	font-size: 2.5em;
	margin-bottom: 0;
	}
h1 :link, h1 :visited {
	text-decoration: none;
	}
h1 :hover, h1 :active {
	/*border-bottom: 1px solid #fff;*/
	text-decoration: none;
	}
.blurb {
	font: 1em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}

/* navigation */
#nav ul {
	margin-top: 12px;
	float: right;
	}
#nav ul li {
	margin: 0 0.25em;
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-size: 0.8em;*/
	}
#nav ul li :link, #nav ul li :visited {
	/*margin-bottom: 0.4em;*/
	padding: 0.4em 1em 0.4em 1em;
	background-color: #222;
	text-decoration: none;
	}
#nav ul li :hover, #nav ul li :active {
	background-color: #333;
	text-decoration: underline;
	}
	
/* Posts */
/*
	#content
		#blog
			li.post
				h2 (title)
				h3 (date)
				p
				a
					img
				ul
					li
				form
 */
#content {
	padding: 24px 50px;
	background-color: #222;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	/*margin-top: 1em;*/
	}
#blog li.post {
	margin-bottom: 2em;
	border-bottom: 1px solid #333;
	}
#blog .post h2 {
	margin-bottom: 0.2em;
	font-size: 1.6em;
	}
#blog .post h2 :link, #blog .post h2 :visited {
	text-decoration: none;
	font-variant: small-caps;
	}
#blog .post h3.date {
	margin-bottom: 1em;
	font-size: 1em;
	color: #999;
	}
/* #blog .post p */
#blog .post :link img, #blog .post :visited img {
	margin-bottom: 2em;
	border: 2px solid #ccc;
	}
#blog .post :hover img, #blog .post :active img {
	border: 2px solid #fff;
	}
#blog hr {
	border-top: 1px solid #ccc;
	margin-top: 2em;
	margin-bottom: 2em;
	}
.comments {
	text-align: center;
	}
	
/* Archive page
 */
.archive #blog li h2 {
	margin: 1em 0;
	}
.archive #blog li ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-bottom: .75em;
	}
.tagcloud p {
	margin: 1em 2em;
	}

/* 
	div.postmetadata
		ul#postnav
			li
				a
 */
 .postmetadata {
	line-height: 1em;
	background: #333;
	padding: 1em;
	margin: 2em 1em;
	font-size: 0.9em;
	}
#postnav {
	text-align: center;
	}
#postnav li {
	display: inline;
	}
#postnav li :link, #postnav li :visited {
	text-decoration: none;
	}
#postnav li :hover, #postnav li :active {
	text-decoration: underline;
	}
#postnav li:first-child {
	margin-right: 3em;
	}
	
/* pagenavigation */
.pagenav {
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 1em;
	}
	
/* comments list
	div#comments-wrapper
		h3#comments
		ol.commentlist
			li#comment-number.alt (alt is every other)
				p.commentmetadata
					cite (author)
						a
					span.otherlinks
					em (awaiting moderation)
 */
#comments-wrapper h3 {
	font-size: 1.6em;
	margin-bottom: 1em;
	}
#comments-wrapper ol {
	list-style: decimal; /* upper-roman */
	width: 80%;
	margin: 0 auto;
	}
#comments-wrapper ol li {
	margin-bottom: 2em;
	}
#comments-wrapper ol li :link, #comments-wrapper ol li :visited {
	text-decoration: none;
	color: #fff;
	}
#comments-wrapper ol li p a:hover,
#comments-wrapper ol li p a:active {
	text-decoration: underline;
	}
#comments-wrapper ol li p cite {
	font-style: normal;
	font-weight: bold;
	}
#comments-wrapper ol li .commenttext :link,
#comments-wrapper ol li .commenttext :visited {
	text-decoration: underline;
	}
/*#comments-wrapper ol li:not(.alt) {
	background-color: #333;
	}*/
	
/* comment form
		h3#respond
		form#commentform
			fieldset
				h4
				label
				input
			fieldset
				label
				textarea
	div.note
		p
 */
#commentform fieldset {
	border: none;
	border-bottom: 1px solid #333;
	clear: both;
	}
#commentform #commenttext {
	border-bottom: none;
	}
#commentform fieldset h4 {
	float: right;
	padding-top: 0.4em;
	padding-right: 5em;
	text-align: left;
	}
#commentform fieldset label {
	float: left;
	width: 20%;
	text-align: right;
	padding-top: 0.4em;
	}
#commentform fieldset input {
	width: 50%;
	padding: 0.2em;
	}
#commentform fieldset textarea {
	width: 70%;
	padding: 0.4em;
	}
#commentform fieldset input,
#commentform fieldset textarea {
	margin-left: 1em;
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	/*background-color: #eee;*/
	/*color: #eee;*/
	/*text-align: left;*/
	/*width: 50%;*/
	/*border: 1px inset #fff;*/
	}
#form-submit {
	width: 100%;
	}
input#submit {
	float: none;
	margin: 0 0 0 10em;
	/*width: 25%;*/
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	}

/* footer */
#footer {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #666;
	color: #ccc;
	}