/*
Theme Name: Minimal 1
Theme URI: http://joshuapengson.com/
Description: A minimal presentation of content.
Author: Joshua Pengson
Version: 0.5
.
No license as of current. (That's probably because this is a really shitty theme so far)
.
*/

/* BEGIN global variables */

body {
	margin: 0em;
	padding: 0em;
	}
	
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	padding: .25em 0em .25em 0em;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	}	
	
a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	}

/* colors taken from colorlovers palette 'death on 2 legs' found (http://www.colourlovers.com/palette/21479/death_on_2_legs) */
a:link {color: #999966} /*not your green*/
a:visited {color:#420004} /*you still want more*/
a:hover {background: #FFFF00}
a:active {color: #420004}	
	
/* END global variables */
/* BEGIN header stuff */
#wrapper {

	margin: 0em;
	padding: 0em 0em 0em 1em;
	}

#wrapper a {
	font-weight: bold;
	color: #000000;
	}
#headerhome {
	padding-top: 0.4em;
	padding-left: 0.2em;
	border-top: solid;
	border-width: 0.2em;
	float: left;
	width: 7.7em;
	}
	
#headerblog {
	padding-top: 0.6em;
	margin-left: 8.2em;

	}
	
/* END header stuff */
/* BEGIN content/index/wordpress stuff */
#posttitle {
	margin-top: 3.5em;
	font-size: 1em;
	font-weight: bold;

	}

#posttitle a {

	color: #000000;

	}
	
#content {
	clear: both;
	margin-top: 4em;
	margin-left: 10.2em;
	margin-bottom: 4em;


	
	}
	
#postcontent {
	line-height: 1.8em;
	margin-top: 2em;
	margin-left: 9em;	
	width: 30em;	
	}

#postcontent p {
	text-indent: 1em;
	}


	
#authorinfo {
	margin-top: 1em;

	padding-bottom: 2em;
	width: 7em;
	line-height: 1.3em;
	border-bottom: solid;
	border-color: black;
	border-width: 0.4em;

	color:#999999;
	}
	
#authorinfo a {
	text-decoration: underline;
	}
	

/* BEGIN Quote attribution */
blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	margin-bottom: 0.5em;	
	}
	

#attribute {
	margin-left: 10em;
	width: 15em;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	}
	
/* END Quote Attribution */	
/* BEGIN Photo Attribution */


a {
	border: 0px;
	}

#pcomment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;

	color:#999966;
	
	float: left;
	clear: both;
	width: 7em;
	margin-left: 1em;
	margin-right: 2em;
	margin-bottom: 2em;
	line-height: 1.4em;

	vertical-align: bottom;
	}
	

/*END Photo Attribution */

/* END content/index/wordpress stuff */

/* BEGIN footer stuff */
#footer {
	margin: 0em;
	padding: 0.72em 0em 1em 1em;
	clear: both;
	background: #000000;
	 
	}
#footer {
	font-size: 1em;

	color: white;
	}
	
#posts_nav a {
	text-decoration: underline;
	}
#footer p {
	text-indent: 0em;
	line-height: 1.5em;
	}

#links {
	margin-left: 1em;
	}
	
#links p {
	font-size: 0.9em;
	}

#links ul {

	font-size: 0.85em;
	}



/* END footer stuff */	