/* @group Reset */

/* Resets default browser CSS. */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

ul.links {
margin:0;
padding:0;
}


/* @end */

/* ---------------------- */

/* @group Typography */

/* Default font settings. 
	 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color: #000;
	background: #fff;
	font: 103%/normal Verdana, Lucida, sans-serif;
}

/* @group Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 1.5em; line-height: 1.1em; margin-bottom: 0.5em; }
h2 { font-size: 1.4em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

/* @end */

/* @group Text Elements */

p			{ margin: 0 0 1.5em; }
p img.left	{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover		{ color: #dbdddd; outline: 0; }
a			{ color: #000; text-decoration: none; }

blockquote	{ margin: 1.5em; color: #666; font-style: italic; }
strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; }
dfn			{ font-weight: bold; }
sup, sub	{ line-height: 0; }

abbr, 
acronym		{ border-bottom: 1px dotted #666; }
address		{ margin: 0 0 1.5em; font-style: italic; }
del			{ color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end */

/* @group Lists */

li ul, 
li ol		{ margin:0 1.5em; }
ul, ol		{ margin: 0 1.5em 1.5em 1.5em; }

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }

dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

ul.links {
	list-style-type: none;
}

ul.links li {
	margin: 6px 0;
}

/* @end */



/* @group Tables */

table		{ margin-bottom: 1.4em; width:100%; }
th			{ font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td	{ background: #e5ecf9; }
tfoot		{ font-style: italic; }
caption		{ background: #eee; }

/* @end */

/* @group Utilities & Misc */
.hide		{ display: none; }
.clear		{ clear: both; }

.first		{ margin-left:0; padding-left:0; }
.last		{ margin-right:0; padding-right:0; }
.top		{ margin-top:0; padding-top:0; }
.bottom		{ margin-bottom:0; padding-bottom:0; }

.pointer    { cursor: pointer; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 10px 5px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.center { 
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}



/* @end */

/* @end */

/* @group Layout */

.showgrid {
  background: url(interface/grid.png);
}

body {
	position: relative;
	margin: 4% 8% 4% 4%;
}

#logo {
	position: absolute;
	width: 170px;
	top: -4px;
	left: 4px;
}

#logo, #logo a {
	text-transform: uppercase;
	text-align: right;
	color: #287acb;
	letter-spacing: 3px;
}

#nav {
	display: block;
	position: absolute;
	width: 170px;
	bottom: 0;
	left: 0;
	text-align: right;
}

#mininav {
	position: absolute;
	width: 170px;
	bottom: 0;
	left: 0;
	text-align: right;
	display: none;
}

#content {
	min-height: 300px;
	border-left: 2px solid #287acb;
	padding: 23px;
	margin-left: 196px;
	position: relative;
}

#feature img {
	height: 500px;
	position: absolute;
	display: none;
}

#feature img:first-child {
	display: block;
}

#gallery, #gallery_nav {
	max-width: 680px;
}

#gallery img {
	float: left;
	width: 150px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#gallery_nav {
	clear: both;
}

#gallery_nav .qp_disabled {
	display: none;
}

#gallery_nav a.qp_prev {
	float: right;
	margin-right: 16%;
}

#overlay {
	position: absolute;
	background: #fff;
	display: none;
}

p#overlay_title {
	font-size: 80%;
	margin-bottom: 3px;
	text-transform: lowercase;
}


/* @end */

/* @group Forms */

label			{ display: block; font-weight: normal; font-style: normal; }
fieldset		{ padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend			{ font-weight: bold; font-size:1.2em; }

/* @group Fields */

input, input.text, input.title,
input.button, input.submit,
textarea, textarea.error, select {
	background: #fff;
	margin: 0.3em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
	outline: none;
}

input.submit {
	width: 100px;
	height: 40px;
}

input.text, 
input.title	 { width: 390px; padding:5px; }
input.title	 { font-size:1.5em; }
textarea	 { width: 390px; height: 250px; padding:5px; }


/* @end */

/* @group Success, notice and error boxes */

.error,
.notice, 
.success   { width: 390px;padding: .3em; margin-bottom: 1em; border: 2px solid #ddd; }

.error	   { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice	   { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success   { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a   { color: #8a1f11; }
.notice a  { color: #514721; }
.success a { color: #264409; }

/* @end */


/* @end */