/*
stefangrambart.ca version 3.1
All design and development by Stefan Grambart, within the Mootools JS framework (http://mootools.net)
No Actionscript was harmed in the making of this website!
Thanks to James King for helping out with code, and thinaks to Kim for her eternal support!
*/

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#111111;
	background-image:url(../_images/bg_paper.jpg);
	margin:0;
}
a:link, a:visited {
	text-decoration:none;
	color:#111111;
}
a:hover, a:active {
	text-decoration:none;
	color:#7b2e00;
}
img {
	border:none;
}
#fullheight {
	height:100%;
	width:817px;
	text-align:left;
	border:none;
}
#tagged {
	height:74px;
	width:74px;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
}
.header {
	height:30px;
	background-color:#111111;
	padding: 0 10px 10px 10px;
}
#headerbg {
	z-index:0;
	background-color:#111111;
	height:87px;
	width:100%;
	position:absolute;
	top:0px;
}
#fullpage {
	z-index:1;
	position:relative;
}
.contact {
	color:#9a927c;
	text-align:right;
	position:absolute;
	top:42px;
	margin-left:615px;
	margin-right:5px;
}

/* MOOTOOLS ACCORDION */

#accordion {
	margin:0;
}

h3.toggler {
	clear:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.element {
	margin:0;
	padding:0;
}

div.element p, div.element h4 {
	margin:0;
	padding:0;
}


/* CONTENT */

.content {
	text-align:left;
	text-indent:none;
}
.content h4 {
	font-size:12px;
	text-indent:0;
	font-weight:bold;
}

/* LISTS */

ul {
	padding:0px;
	margin:0;
}
li {
	padding:0;
	margin:0;
	text-indent:none;
	list-style:none;
}
#featured {
	padding-top:5px;
}
#featured li img {
	border:0;
	margin-bottom:4px;
}
#gallery {
	padding:10px 0 15px 40px;
}
#gallery li {
	float:left;
}

/* FORM */

.info {
	padding: 10px 0 15px 40px;
	vertical-align:top;
	text-indent:0;
	color:#534741;
}
.info img {
	border:none;
	padding:0 0 5px 0;
}
.info h4 {
	font-size:12px;
	text-indent:0;
	font-weight:normal;
	padding:0 0 3px 0;
	color:#111111;
}
.info h5 {
	font-size:9px;
	text-indent:0;
	font-weight:normal;
	padding:10px 0 5px 0;
	margin:0;
	color:#111111;
}
/* .fib is a bot-catcher */
.fib {
	display:none;
}
#thanks {
	margin:10px 0 0 15px;
	font-size:14px;
	color:#534741;
}

/* FOOTER */

#footer {
	font-size:9px;
	color:#a09882;
	padding:10px;
}
#footer a:link, #footer a:visited {
	color:#777777;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#333333;
	text-decoration:none;
}
