@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
html {
	height:100%;
	}
body {
	background:url(../navigation/red-fade-bground.jpg) repeat-x;
	height:100%;
	}
#container {
	width:800px;
	margin:0 auto;
	min-height:100%;
	background-color:#000000;
	border-left:2px solid white;
	border-right:2px solid white;
	}

/*------------------ Nav & Heading ----------------*/
#head {
	width:auto;
	height:103px;
	background-color:#4a5022;
	}
#nav {
	width:100px;
	height:102px;
	background:#ffc95f;
	float:left;
	}
#nav ul li {
	list-style-type:none;
	height:23px;
	font-weight:bold;
	padding:2px 10px 0;
	border-bottom:1px solid #4a5022;
	}
#nav ul li:last-child {
	border-bottom:none;
	}
#nav a {
	text-decoration:none;
	color:#000;
	font-size:.8em;
	}
#nav a:hover {
	color:#FF0000;
	}
#tflogo img {
	margin:20px 0 0 100px;
	}
#quote {
	clear:both;
	padding:5px 0 ;
	font-style:italic;
	font-weight:bold;
	color:#4a5022;
	text-align:center;
	background-color:#d09a3e;
	}
/*------------------ Painting Navigation ----------------*/
#listnav {
	color:#FFFFFF;
	width:200px;
	float:left;
	margin:20px 0 0 10px;
	}
#listnav h1 {
	font-size:1.2em;
	padding:.2em 0;
	}
#listnav h2 {
	font-size:1.3em;
	color:#fff;
	}
#listnav a.current {
	color:#FFCC66;
	}
/*#listnav h1 a:link {
	color:#FFFFFF;
	text-decoration:none;
	}*/
#listnav ul {
	list-style-type:none;
	margin-top:10px;
	}
#listnav a {
	text-decoration:none;
	color:#fff;
	}
#listnav li {
	font-size:.8em;
	margin-bottom:.4em;
	}
#listnav li a {
	margin-left:1em;
	}
#listnav a:hover {
	color:#ffc95f;
	}
/*----------------- Painting Section -------------*/
#painting {
	margin:20px 10px 0 220px;
	text-align:center;
	}
.painting {
	border: ridge #663300 10px;
	}
#info1 {
	width:300px;
	margin:1em auto;
	padding-top:10px;
	background:url(../navigation/info-box/top-border.jpg) no-repeat top left;
	}
#info2 {
	background: #4a0f01 url(../navigation/info-box/bottom-border.jpg) no-repeat bottom left;
	padding-bottom:1em;
	margin:0;
	}
#painting table {
	color:#fff;
	background-color:#4a0f01;
	font-size:.8em;
	margin:0 0 0 10px;
	text-align:left;
	width:250px;
	}
#painting table td {
	padding:2px;
	}
#painting table td:first-child {
	color:#ffc95f;
	}
#cafepress {
	color:#fff;
	font-size:.8em;
	width:250px;
	margin:1em auto 0;
	}
#cafepress a:link, a:visited {
	text-decoration:underline;
	color:#ffc95f;
	}
#cafepress a:hover {
	color:#FFFF00;
	text-decoration:underline;
	}
#copyright {
	margin:0 auto;
	padding:3em 0 1em;
	width:800px;
	background-color:#000000;
	border-left:2px solid white;
	border-right:2px solid white;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	}
/*---------------------- Content Area --------------*/
#content {
	color:#fff;
	margin:20px 20px 0 240px;
	}
#content h1, h2, h3 {
	font-size:1.5em;
	color:#ffc95f;
	margin-bottom:.5em;
	}
#content h2 {
	font-size:1.2em;
	}
#content p {
	font-size:.9em;
	line-height:1.5em;
	margin:0 0 1em 0;
	}
#content a {
	color:#ffc95f;
	}
/*---------------------- MISC code -----------------*/
.clearthefloats { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
.bold {
	font-weight:bold;
	}