/*#############################################################

Name: Fine Line Silkscreening :td.
Date: 09-28-2007
Description: 
Author: Peter Philpitt
URL: http://flss.ca

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
p { margin-top: 12px; margin-bottom: 12px; }
a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(../img/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

h1 {
	font: normal 1.6em serif;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

/*top corner banner*/

.badgecorner { 
	position: absolute; 
	right: 0; 
	top: 0; 
	margin: 0; 
	padding: 0; 
	border: none; 
	float: none;
	z-index: 10;
	}
	
.badgecorner a img { 
	background-color: transparent; 
	color: white; 
	border: none; 
	text-decoration: none;
	} 

/* misc */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 6px 20px 2px 0;}

.divider {
	background: url(../img/divider.gif) no-repeat;
	height: 20px;
	margin: 15px 0;
}

/* structure */
.container {
	background: url(../img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.topcap {
	background: url(../img/topcap.jpg) no-repeat center top;
	margin: 0 auto;
	height: 24px;
	width: 736px;
}

.botcap {
	background: url(../img/botcap.jpg) no-repeat center top;
	margin: 0 auto;
	height: 24px;
	width: 736px;
}

.gfx {
	background: url(../img/gfx.png) no-repeat;
	float: left;
	height: 216px;
	margin-top: 0px;
	width: 50px;
}

.top {
	background: url(../img/bgcontent.png) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
	height: 216px;
}

.header {
	background: url(../img/header.jpg) no-repeat;
	color: #ffc;
	height: 216px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.padding{
	padding-left: 40px;
}

/* navigation */

.blockedout{
	color: #ebebeb;
	font: 1.5em/40px serif;
	margin: 0 16px;
	text-decoration: none;
}

.navigation {
	margin: 0 10px;
	padding-top: 25px;
}

.navigation a {
	color: #6C7151;
	font: normal 1.5em serif;
	line-height: 40px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */
.content {
	background: url(../img/bgcontent.png) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}

.navcontent {
	background: url(../img/bgtopper.png) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}

.content .spacer {
	height: 42px;
}

/* content item */

.item {clear: both;}

/*.item img {border: 8px solid #8A6;}*/

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 1.7em;
}

.item .metadata {
	color: #666;
	font-size: 0.5em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* header */
.topper {
	background: url(../img/bgtopper.png) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.mat { 
	background-image: url(../img/mat.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0; height: 95px;
}
	
.matbot {
	background-image: url(../img/matbot.gif);
	background-repeat: repeat; background-attachment: scroll;
	background-position: 0 0; height: 95px;
}

/* footer */
.footer {
	background: url(../img/bgfooter.png) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
