/*
	Site: harveykatz.com
	Date: 07/16/2007
	Author: Gianni Chiappetta
	Description: base style sheet
	Author Notes:	

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#a1bdbd		Blue/Grey		Used for: Header, Footer
	#e88510		Orange			Used for: Headings, Active Menu Item, Links
	#000000		Color			Used for: 	
	---------------------------------------------------------------------
*/

/* Global Styles */
html * { margin: 0; padding: 0; text-align: left; }

/************/
/* ELEMENTS */
/************/

/* body */
html, body { margin: 0; padding: 0; font: normal 11px/17px Verdana, sans-serif; color: #666; background: #FFF url(images/body_bkg.jpg) top center repeat-y; height: 100%; }

h1, h2, h3, h4, h5 { color: #333; font: normal 19px/19px Verdana, sans-serif; }
h1 { font-size: 250%; }
h2 { font-size: 210%; }
h3 { font-size: 200%; color: #e88510; letter-spacing: -1px; }
h4 { font-size: 180%; color: #e88510; letter-spacing: -1px; }
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color: #333; }

a:link { text-decoration: none; color: #e88510; }
a:visited { text-decoration: none; color: #e88510; }
a:hover { text-decoration: underline; color: #AE640C; }
a:active { text-decoration: none; color: #e88510; }

a img { border: 0; }
img { vertical-align: middle; }

/************/
/*  LAYOUT  */
/************/
#header-wrap { margin: 0; padding: 0; background: #FFF url(images/body_background.jpg) top left repeat-x; }
#header { height: 115px; width: 960px; margin: 0 auto; padding: 0; background: #FFF url(images/body_background.jpg) top left repeat-x; }
#header h1 { margin: 0; padding: 0; text-indent: -5000px; background: transparent url(images/heading_logo.jpg) top left no-repeat; height: 115px; }
#header h2 { margin: -23px 0 0 160px; padding: 0; font-family: Arial; color: #c5d8d8; font-size: 24px; letter-spacing: 3px; }

#navigation { float: right; margin-top: -115px; list-style-type: none; display: inline; }
#navigation li { display: inline; }
#navigation a { width: 110px; }
#navigation a:link, #navigation a:visited { float: left; font-size: 14px; font-weight: normal; color: #FFF; width: 110px; line-height: 50px; padding: 45px 5px 0 5px; margin: 0; text-decoration: none; text-align: center; }
#navigation a span { display: block; width: 110px; margin: 0; padding: 0; text-align: center; cursor: pointer; vertical-align: middle; }
#navigation a.active, #navigation a.active:hover { background-color: #e88510; !important; color: #FFF !important; }
#navigation a:hover { background-color: #e88510 !important; color: #FFF !important; }

#content { width: 930px; margin: 0 auto; padding: 0 15px 30px 15px; background-color: #FFF; }
#content #breadcrumbs { float: right; font-size: 10px; margin-top: -20px; }
#content h3.first { padding: 55px 0 30px 0; }
#content #feature p { padding: 0 0 20px 0; line-height: 2em; margin-right: 10px; }
#content #feature img { float: right; margin-top: -50px; }
#content #feature a { font-size: 14px; }

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

#footer { width: 930px; margin: 0 auto; padding: 15px; color: #FFF; }
#footer ul { display: block; list-style-type: none; text-align: right; clear: both; }
#footer li { display: inline; }
#footer a:link { text-decoration: none; color: #FFF; }
#footer a:visited { text-decoration: none; color: #FFF; }
#footer a:hover { text-decoration: underline; color: #515F5F; }
#footer a:active { text-decoration: none; color: #FFF; }
#footer p { display: block; text-align: right; font-size: 10px; clear: both; }

.block-core-EmergencyEditItemLink a { display: block; float: right; text-indent: -5000px; background: #FFF url(images/edit_button.jpg) top left no-repeat; height: 22px; width: 37px; }

/************/
/*   MISC   */
/************/
.center { display: block; margin: 0 auto; }
.right { float: right; }
.left { float: left; }

.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }

.text_right { text-align: right; }
.text_left { text-align: left; }
.text_justify { text-align: justify; }

.emphasis { font-style: italic; background-color: #FFFF99; }
.minor { font-style: italic; color: #999; }

.big { font-size: large; }
.small { font-size: small; }

.odd {}
.even { background-color: #e8e8e8; }

/********************************/
/********************************/
/********************************/
/**        SIRILUX JUNK        **/
/********************************/
/********************************/
/********************************/

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #333;
	font-size: 0.9em;
}

/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	padding: 7px;
	margin: 1px;
}

.gallery-thumb a img {
	border: 1px solid #FFF;
}

.gallery-thumb a:hover img {
	border: 1px solid #e88510;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- 

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}

*/

/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks {
	clear: both;
	float: right;
}

.gbSystemLinks .block-core-SystemLink a, .block-core-ItemLinks a {
	text-transform: uppercase;
	padding: 0 8px 0 4px;
	font-size: 10px;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}

#itemAdminForm h4 { margin: 50px 0 0 0; }
