/* NANCY UPDIKE ONLINE STYLES - CREATED BY MATT AND SHAWN - MARCH 2009 - http://phantomlimbscollective.com / http://timeandtheweather.com*/

/*BODY */

body,html {
	font-size:10px;
	font-family: Georgia,Time, Serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	

/* GLOBAL */


h1, h2, h3 {
	font-size: 2em;
	font-weight: normal;
	color: #333;
	padding-bottom: 0px;
	}
	
a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	}
	
a.head, .head a:visited{
	color: #000;
}
	
.rgt{
	float: right;
	overflow:hidden;
	max-width: 200px;
	}

.lft{
	float: left;
	max-width: 200px;
	overflow:hidden;
	}

p{
	font-size: 1.3em;
	line-height: 1.4em;
	word-spacing: 0.125em;
	}
	


/* End GLOBAL */


/* Begin PAGE POSITIONING */

body {
	margin: 0;
	padding: 0;
	}
	
#wrapper{
	position: absolute;
	width: 800px;
	margin: 25px;
	padding: 0px;
	
}

#page {
	position:absolute;
	top: 0px;
	left: 200px;
	width: 600px;
	border-left: 1px solid #000;
	padding-left: 20px;
	min-height: 600px;
	margin: 0px;
	padding-bottom: 20px;
	}
	

#sidebar{
	position:fixed;
	top:0px;
	width: 200px;
	font-size: 4em;
	}


#header {
	}

#post {
	width: 400px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	}
	
	
#postfront {
	width: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 0;
	}	



#footer {
	}
	
#subnav{
	width:400px;
	padding-top: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
	word-spacing: 0.125em;
	text-decoration: none;

	
}


/*SIDEBAR LIST*/


#sidebar ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}

#sidebar ul li{
	}

#sidebar ul li a{
	text-decoration: none;
	}

#sidebar ul li a.cat{
	text-decoration: none;
	}
	


/*PAGE STYLES*/


#page h1{
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding-bottom: 0px;
	text-decoration: none;
	}

hr{
	color: #ccc;
	}

p#date {
	font-size: 1.3em;
	line-height: 1.4em;
	word-spacing: 0.125em;
	color: #999;
	}



/*META*/


.post-meta ul{
}

.post-meta li{
	list-style-type: none;
	
}

.post-meta{
	font-size: 1.3em;
	line-height: 1.2em;
	color: #999;
	padding-left: 0px;
	margin-left: 0px;

}

/*CONDITIONALS*/


#current{
	font-style: italic;
	
	}
a.back{
	font-size: 1.3em;
	line-height: 1.4em;
	word-spacing: 0.125em;

}

/*END PAGE STYLES*/



/* IMAGES */

.photo{ 
	display:block;
	width:185px; 
	float:left;
	}
	
p img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

/*img.centered {
	float: left;
	clear: left;
	}

img.alignright {
	float: left;
	clear: left;	}

img.alignleft {
	float: left;
	clear: left;	}

.alignright {
	float: left;
	clear: left;
	}

.alignleft {
	float: left;
	clear: left;
	}*/
/* End Images */





	
