/*   
Theme Name: Jamie-Desk
Theme URI: http://jamiewilson.net
Description: Wooden desktop theme
Author: Jamie Wilson
Author URI: http://jamiewilson.net
Version: 0.1-BETA
.
Copyright © 2009 Jamie Wilson. All rights reserved.
No part of this theme, including graphics, may be used
without the express written permission of the author.
.
*/

body {
	margin: 0;
	background: #000 fixed url(../images/background_wood.png) top left repeat;
	min-height: 100%;
	}
	
#page {
	position: relative;
	width: 990px;
	margin: 10px auto 10px auto;
	min-height: 640px;
	background: url(../images/coffee-mug.png) bottom left no-repeat;
	border: 0px solid black;
	padding: 0;
	}
	
#main-column {
	width: 650px;
	float: left;
	/* margin: 10px 0 10px 10px; */
	/*background: transparent url(../images/coffee-mug.png) bottom left no-repeat;*/
	border: 0px solid black;
	}
	
#sidebar {
	width: 325px;
	float: right;
	background: transparent;
	color: white;
	border: 0px solid black;
	}

#coffee {
	border: 0px;
	margin: 30px 5px 5px -50px;
	position: relative;
	display: none;
	}	
	
#napkin {
	float: left;
	margin: 15px 30px 5px 5px;
	}

#photo-jamie {
	float: right;
	margin-top: 20px;
	margin-right: 70px;
	}
	
#links {
	clear: both;
	border: none;
	max-width: 449px;
	float: right;
	margin-top: -70px;
	margin-right: 40px;
	font: 14px/14px monospace, sans-serif;
	padding: 70px 10px 10px 10px;
	background: url('../images/comments_bg.png') top left no-repeat;
	}
	
#links a {
	text-decoration: none;
	color: #0000BB;
	}
	
#links a:hover {
	text-decoration: underline;
	}	
	
#links ul {
	margin-top: 0px;
	}	
	
#links li {
	margin-left: -30px;
	}

#links table th {
	width: 180px;
	text-align: left;
	vertical-align: top;
	}
	
#links table td {
	vertical-align: top;	
	}
	
.clear {
	clear: both;
	}