/*

Theme URI: http://www.thefurnace.com.au/
Description: The Furnace Client Viewing Area
Version: 2.0
Author: Glen McPherson
Quote: Travel North. That's the only direction your compass should ever point.
		
*/

/* GLOBAL STYLES */

* { margin: 0; padding: 0; border: 0; }

body {background-attachment:fixed; background-image:url(imgs/grad_slice.jpg); background-repeat:repeat-x; }
a {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#CCC }

/* TEXT STYLES */

h1 { font-family: Tahoma; font-size: 18px; font-weight:bold; margin: 0; }
h2 { font-family: Tahoma; font-size: 12px; font-weight:bold; margin: 30px 0 0 0; }
p { font-family: Tahoma; font-size: 12px; color: #000000; margin: 0 0 5px 0; }

a:link {font-family: Tahoma; font-size: 12px; color: #000000; text-decoration: none; }
a:hover {font-family: Tahoma; font-size: 12px; color: #666666; text-decoration: underline; }
a:visited { font-family: Tahoma; font-size: 12px; color: #666666; text-decoration: none; }

/* BODY STYLES */

#wrapper { width: 100%; background-repeat: repeat-x; background-image: url(imgs/bg-tile.jpg); }
#center-col { width: 264px; margin: 0 auto 80px auto; }
.clear-all { clear: both; }
	
img#header { margin: 55px 0 40px 0; }

#item { clear: both; }
	#item .thumb { margin: 15px 20px 0 0; float: left; height: 75px; border-width: 1px; border-style: solid; border-color: #e1e1e1; }
	#item .description { margin: 15px 0 0 0; padding: 20px 0 0 0; width: 140px; float: right; }
	
#old-item { clear: both; display: block; }
	#old-item .description p { padding: 10px 0 0 0; width: 264px; }