/*=====================================================================
* Filename: main.css
* Template: Archestratos
* Author: Jarel Remick - http://www.jremick.com
* Date Created: 11/23/2008
* Media: Screen
*
* Description
* -----------
* CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
* Uses blueprint CSS as base starting point: http://www.blueprintcss.org/
=====================================================================*/
 
@import "reset.css";

body { background: #000 url(../images/layout/page-bg.png) repeat-x left top; }

/* ===== GLOBAL ===== */
.center { margin: 0 auto; }
.tcenter { text-align: center; }
.fl { float: left; }
img.fl { float: left; margin: 8px 8px 8px 0; }
.fr { float: right; }
img.fr { float: right; margin: 8px 0 8px 8px; }
.clear { clear: both; }

/* Use this instead of html hr tag */
span.hr { width: 100%; height: 1px; display: block; border-top: solid 1px #ccc; margin: 12px 0; }

/* ===== LAYOUT ===== */
#wrapper { width: 924px; margin: 0 auto; }
#navigationWrapper { height: 84px; position: relative; }
#logo { width: 320px; position: absolute; top: 10px; left: 32px; }
#tagline {
	position: absolute;
	top: 70px;
	left: 155px;
	width: 258px;
}

/* Navigation */
#navigation { height: 73px; position: absolute; top: 0; right: 20px; }
#navigation img.end { float: left; }
#navigation ul { height: 59px; float: left; list-style: none; margin: 0; }
#navigation ul li { height: 59px; float: left; background: url(../images/layout/nav-link.png) repeat-x; text-align: center; }

#navigation ul li.first { height: 73px; width: 141px; background: url(../images/layout/nav-home.png) no-repeat; }
#navigation ul li.first a { height: 73px; width: 121px; display: block; padding: 0 3px 0 17px; }
#navigation ul li.first a:hover,
#navigation ul li.first a.active { background: url(../images/layout/nav-home-active.png) no-repeat; }

#navigation ul li a { height: 50px; float: left; padding: 0 10px; cursor: pointer; }
#navigation ul li a:hover,
#navigation ul li a.active { background: url(../images/layout/nav-link-active.png) repeat-x; }
#navigation ul li span {
	height: 16px;
	width: 51px;
	display: block;
	background: url(../images/layout/nav-ornament-black.png) no-repeat;
	margin: 5px auto 8px auto; }
#navigation ul li a:hover span,
#navigation ul li a.active span { background: url(../images/layout/nav-ornament-white.png) no-repeat; }
#navigation ul li a span.txt,
#navigation ul li a:hover span.txt,
#navigation ul li a.active span.txt { background: none; width: 100%; }

/* Header */
#header { width: 924px; height: 270px; position: relative; }
#header img { float: left; }
#header .repeat { width: 898px; height: 270px; float: left; background: url(../images/layout/header-bg.png) repeat-x; }
#contentHeader { width: 435px; float: right; margin: 36px 30px 0 0; }
#header .ornament-left { position: absolute; top: 20px; left: 16px; }
#header .ornament-right { position: absolute; top: 20px; right: 16px; }
#header .divider { width: 423px; height: 21px; margin: 0 auto; }

/* Content Wrapper */
#contentWrapper { width: 924px; position: relative; margin-top: 76px; }
#contentWrapper ul.blocks { list-style: none; }
#contentWrapper ul li { clear: left; }
#contentWrapper ul.blocks div {
	width: 200px;
	height: 12px;
	float: left;
	background-color: #A6A883;
	padding: 4px 8px;
	margin: 0 0 3px 3px;
}
#contentWrapper ul.blocks img { float: left; }
#contentWrapper .repeat { background: url(../images/layout/content-bg.png) repeat-y; }
#contentWrapper .top { 
	width: 896px;
	height: 66px;
	position: absolute;
	top: -66px;
	left: 14px;
	background: url(../images/layout/content-bg-top.png) repeat-x; }
#contentWrapper div.left { position: absolute; top: -66px; left: 0; width: 14px; height: 66px; }
#contentWrapper div.right { position: absolute; top: -66px; right: 0; width: 14px; height: 66px; }

/* Main Content & Sidebar */
#contentMain {
	width: 510px;
	float: right;
	position: relative;
	top: -25px;
	right: 42px;
}
#sidebar { width: 270px; float: left; position: relative; top: -25px; left: 42px; border-right: solid 1px #887b6a; padding-right: 30px; }

/* Footer */
#footer { width: 898px; height: 102px; position: relative; left: 13px; clear: both; }
#footer .divider { width: 716px; height: 41px; margin: 0 auto; clear: both; }
#footer .legal { margin-top: 20px; }
#footer img.left { position: absolute; top: 30px; left: 5px; }
#footer img.right { position: absolute; top: 30px; right: 5px; }


/* ===== FONTS =====  Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/* Global */
body { font-size: 75%; color: #3f3f3f; font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* === Navigation Fonts === */
#tagline { color: #d3d3d3; letter-spacing: .11em; font-style: italic; }

#navigation { text-align: center; }
#navigation ul li a { color: #b35858; text-decoration: none; font-size: 1.1em; }
#navigation ul li.first a.active { font-size: 1.25em; }
#navigation ul li a:hover,
#navigation ul li a.active { color: #fff; }
#navigation ul li a.active { font-size: 1.15em; }

/* === contentWrapper list === */
#contentWrapper ul.blocks li { font-size: .9em; letter-spacing: .05em; }

/* === Footer === */
#footer { text-align: center; }
#footer .legal p { color: #695555; font-size: .9em; }

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; font-family: Garamond, "Times New Roman", Times, serif; letter-spacing: .03em; }

h1 { font-size: 2.6em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2.2em; margin-bottom: .7em; }
h3 { font-size: 1.8em; line-height: 1; margin-bottom: .6em; }
h4 { font-size: 1.65em; line-height: 1.25; margin-bottom: .5em; }
h5 { font-size: 1.45em; font-weight: bold; margin-bottom: .4em; }
h6 { font-size: 1.25em; font-weight: bold; }

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

/* Text elements */
p           { margin: 0 0 1.5em; font-size: 1.05em; line-height: 1.4em; }
#sidebar p	{ font-size: .95em; }

a:focus, 
a:hover     { color: #793d3d; text-decoration: none; }
a           { color: #662222; text-decoration: underline; }

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

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     {
	margin: 0;
	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; }


/* Lists */
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 2em 1.5em 2em; }
ul li		{ margin-bottom: .5em; }

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

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


/* Tables */
table       {
	margin: 0px;
	padding: 0px;
}
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.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; }

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}