/*
	Theme Name: Reset
	Theme URI: 
	Description: 
	Version: 0.0.1
	Author: Charlie Dillon
	Author URI: http://www.fourthgate.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/



@import url('reset.css');
@import url('global.css');

body {}
/*
img {
	border:1px solid #DDDDDD;
	margin:3px;
	padding:2px;

}
*/
#page {
	position: relative;
	margin: 4em auto;
	width:60em;
}



/* header */
#header {}
#header h1 a {padding: 0.1em;}
#header #title {float: left;}

#header #tagline {
	float: left;
	padding: 0.5em 0em 0.5em 2em;
	border-left: 1px solid gray;
	color: gray;
	background: inherit;
	margin: 2.2em 0 0 2em;
}
/* end header */


/* content area */
#content {
	width: 40em;
	float: left;
}

#content .post {
	margin-bottom: 4em;
}

#content .postmetadata {
	color: #777777;
	font-size: 0.9em;
}

#content .navigation {
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	clear: both;
}

#content .commentlist {	
	font-size: 0.9em;
}

#content .commentlist li {
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	clear: both;
}
/* end content area */


/* sidebar */
#sidebar {
	margin-top: 0.5em;
	width: 17em;
	float: right;
}

#sidebar h2 {
	margin-bottom: 0.1em;
	font-size: 1.25em;
	line-height: 1.25;
}
#sidebar ul {
	list-style-type: none;
	margin-left: 0;
}
	
#sidebar ul li.page_item a {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25;
}

/*#sidebar .sidebarsection {*/
#sidebar #search,
#sidebar #pages,
#sidebar #random,
#sidebar #categories,
#sidebar #tags,
#sidebar #archives {
	margin-bottom: 1em;
}


#sidebar .textwidget {
	font-size: 0.8em;
}

/* end sidebar */

/* footer */
#footer {
	width: 50em;
	clear: both;
	margin: 3em auto;
	display: none;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
}
/* end footer */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.5em 1em;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*wordpress.css soon*/
/* end Theme Directory compatibility */

/*flickr-gallery tweaks*/
/*.photoset {margin-bottom: 1em;}*/

#photostream {
	width: 91%;
}