/*

Theme Name: Placeholder
Theme URI: http://www.willwalker.us/
Description: My portfolio site wordpress theme.
Version: 2.0
Author: Will Walker
Tags: portfolio, photo blog, minimal layout, transparent

Wordpress Theme by Will Walker || http://www.willwalker.us

*/

/* page styles */

html	{
	padding: 0;
	margin: 0;
	}
		
body {
	padding: 50px 0 0 50px;
	margin: 0;
	background: #575F59 url('http://www.willwalker.us/images/20090806-landscape_and_burlington_vt2_0015.jpg') no-repeat;
	background-attachment: fixed;
}

/* global fonts */

	body	{
			font-family: Georgia, Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:14px;
			letter-spacing:1.1px;
			color:#fff;
			}

	a:link,
	a:visited,
	a:active,
	.photoQExifTag,
	.sidebarlistclass ul li a {
			color:#9ce;
			text-decoration:none;	
			}
	
	a:hover,
	.sidebarlistclass ul li a:hover {
			color:#0fc;
			text-decoration:underline;
			}

	img	{
			border:2px solid #111111;
			}

	h1		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:normal;
			}

	h2		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			font-variant:small-caps;
			font-weight:normal;
			line-height:16px;
			}

	p		{
			margin-top:10px;
			margin-bottom:10px;
			}

/* end global fonts */

/* placement stuff */
	
	#everything	{
			padding: 0 0 250px 0 ;
			}

	#description	{
			float:left;
			margin: 0 0 50px 0;
			padding:25px;
			width:250px;
			height:304px;
			background: url('http://www.willwalker.us/images/bg.png') top left;
			}
			
	#description.img	{
			float:left;
			}

	#inline		{
			float:left;
			margin:0 0 50px 0;
			}