/* rob walcott
with much love for my wife.
------------------------------- */
* { margin: 0; padding: 0; }

body	{
	font: .87em arial, trebuchet ms, sans-serif;
	color: #555;
	background: #FFF;
}
	a	{ 
		color: #333399;
		text-decoration: none;
	}
	a:active, a:hover, a:visited	{
		text-decoration: underline;
		color: #666688;
	}
	
	ul	{ list-style-type: none;	}

	.resume	{
		background: transparent url("images/pdf-icon.gif") 0 30% no-repeat;
		padding: 3px 0 3px 15px;
		margin: 100px 0 0 0;
	}
	p.opening	{
		font: 1em/.4em helvetica;
		color: #000;
		width: 100%;
		font-weight: 100;
		padding-left: 2.3em;
	}

p#topper	{
	background: #FFF;
	display: block;
	text-align: right;
}
	p#topper a	{
		display: block;
		padding: 1px 5px 3px 0;
		color: #555;
/*		background: transparent url("images/email-envelope-brown.gif") right 50% no-repeat;  */
		padding: 4px 20px 4px 0;
	} p#topper a:hover	{
		color: #999;
	}
h1#pagetitle 	{
		margin: 0 0 10px 24px;
	/*	background: transparent url("images/headers/header-2010.jpg") no-repeat; */
		}	
			h1#pagetitle a {
		/*		text-indent: -200em;  */
				font-variant: small-caps;
				font-weight: 200;
				font-family: helvetica;
				font-size: 3.4em;
				letter-spacing: .05em;
				padding: 0;
				margin: 0;
				text-decoration: none;
				color: #df3920;
				}
	#container	{
		width: 730px;
	}
	
	#content	{
		float: right;
		width: 66%;
		margin-right: 8%;
	}
		#content h2	{
			text-transform: uppercase;
			padding: 0 0 0 20px;
			font: 1.4em/.9em helvetica, arial, sans-serif;
			font-weight: lighter;
		}
			#content h2 a	{ 
				text-decoration: none;
				color: #777;
			}

		
/* Posts
------------------------------------------------------------ */
.postmetadata	{
	margin: 25px 15px 50px 15px;
	color: #666;
	font-size: .85em;
}

.post small	{
	text-align: right;
	display: block;
	color: #777;
}
	.alt small	{ 
		text-align: center;
		border-top: 1px solid #CCC;
		margin-bottom: 20px;
	}
.post h3	{
	margin-top: 20px;
	border-bottom: 1px solid #DDD;
}
	.post h3 a	{text-decoration: none;}
.entry p	{
	line-height: 1.7em;
	color: #666;
	margin: 20px 10% 0 2%;
}
	.entry p span	{
		color: #333399; 
		background: #FFFF88;
	}
.navigation	{
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
}
	.navigation p a	{
		text-decoration: none;
		color: #999;
		font-weight: normal;
	} .navigation p a:hover	{ text-decoration: underline;}
	
/* Resume 
----------------------------------------- */
#resume {
     line-height: 1.7em;
     font-family: garamond, serif;
}
	#resume address {
		margin: 1em 0 0 0;
		font-style: normal;
	}

/* Projects and Themes
------------------------------------------------------------ */	

ul#project-links	{ 
	padding-top: 12px;
	border-top: 1px solid #ccc;
	}

	ul#project-links li	{
			display: block;
			float: left;
			width: 100px;
			height: 146px;
			text-align: center;
			margin: 0 18px 0 0;
		}
	ul#project-links li img	{
		border: 0;
		margin-bottom: .5em;
	}
		ul#project-links li a	{
			text-decoration: none;
		}

/* Content- Photos
------------------------------------------------------------ */	
	#content #photos ul	{
		padding: 0;
		list-style-type: none;
	}
		#content #photos ul li	{
			float: left;
			margin: 11px;
		}
			#content #photos ul li a	{
				border: 1px solid #999;
				display: block;
			}	#content #photos ul li a:hover	{ color: #222; }
		
/* SidePanel
------------------------------------------------------------ */
	
	#sidepanel	{
		float: left;
		width: 180px;
	}
	
	#sidepanel h2	{
		font-size: 1em;
		color: #FFF;
		background: #AAA;
		padding: 2px 2px 0 6px ;
		letter-spacing: .2em;
	}
		#sidepanel ul	{
			margin: 10px 20px 0 25px;
		}
			#sidepanel ul li	{
				margin: 3px 0;
				padding: 3px 0;
				font-size: 1.1em;
			}
			#sidepanel ul li a	{
				color: #666;
				text-decoration: none;
			} #sidepanel ul li a:hover, #sidepanel ul li a:active	{ color: #333399; background: #FFFF88;}
				#sidepanel ul li ul	{
					border-top: 1px solid #CCC;
					margin: 0;
					padding: 0 0 0 13px;
				}
					#sidepanel ul li ul li	{
						font-family: trebuchet ms, geneva, arial, sans-serif;
						margin: 6px 0 0 0;
						padding: 0 0 0 5px;
						font-size: .83em;
						list-style-type: circle;
					}
						#sidepanel ul li ul li a	{
							color: #888;
						}

	
	p#footer	{
		display: block;
		text-align: center;
		border-top: 1px solid #888;
		margin: 20px;
		padding: 20px 0 0 0;
	}
