/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #000 url(../img/background.png) repeat fixed -8px -3px;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #6e6c6d;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #6e6c6d;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #6e6c6d;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	padding-top: 0.8em;
	width: 90%;
	margin: 0.3em auto;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
.printsList {
	list-style-type: none;
}
.printInfo {
	padding: 0 20px 15px;
	display: inline-block;
	/*clear: both;*/
}
.printInfo .altRow {
	background: #2c2b2c;
}
.printInfo .left {
	/*clear: both;*/
	display: block;
	margin-right: auto;
	text-align: left;
	width: 200px;
	font-weight: bold;
	float: left;
}
.printInfo .left img {
	padding: 0;
}
.printInfo .right {
	display: inline-block;
}
.printInfo .insideLeft {
	display: block;
	margin-right: auto;
	text-align: left;
	width: 150px;
	float: left;
	padding-bottom: 0;
	padding-top: 5px;
	padding-left: 10px;
	height: 32px;
	margin-bottom: -16px;
}
.printInfo .quantity {
	border: 1px solid white;
}
.printInfo .minus, .printInfo .plus {
	background-color: white;
	color: black;
	padding: 3px 5px;
	cursor: pointer;
}
.printInfo input {
	font-size: 100%;
	width: auto;
	text-align: right;
}
.print {
	float: right;
	margin-right: 5em;
}
/*.hidden {
	display: none;
}*/
/* Layout */
#container {
	text-align: left;
}

#header{
	margin: -2.5em auto -3.5em;
	width: 80%;
}
.logo {
	width: 629px;
	height: 231px;
	margin-left: -10em;
	margin-top: -1em;
}
.menu {
	top: 8em;
	position: absolute;
	right: 6em;
	float: right;
	width: 50%;
}
.galleryMenu {
	margin-top: 3em;
	width: 75%;
}
#header h1 {
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #000;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #000;
	text-decoration: underline;
}
#content{
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.homeContent {
	text-align: center;
	height: 547px;
	/*border: 1px solid white;*/
	margin-right: auto;
	margin-left: auto;
	background: url(../img/slideBG.gif) no-repeat;
	width: 875px;
}
.staticContent {
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#slideshow {
    position:relative;
    height: 480px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	top: 35px;
}
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    /*opacity:0.0;*/
    height: 480px;
    background-color: #FFF;
}
#slideshow DIV.active {
    z-index:10;
    /*opacity:1.0;*/
}
#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
    height: 480px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
/*.container { width:800px; height:480px; overflow:hidden; position:relative; cursor:pointer;
	top: 35px;
	left: 37px;
}
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides > div,ul.slides li { position:absolute; top:0; width:800px; display:none; padding:0; margin:0; }*/
#footer {
	clear: both;
	text-align: center;
	font-size: small;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}
#footer a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

/* EVENT STUFF */
.eventList {
	width: 90%;
	margin: 1em auto;
	min-width: 800px;
}
.eventBlock {
	padding: 5px;
	width: 200px;
	display: block;
	/*border: 1px solid white;*/
	height: 250px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
.eventTitle {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	text-align: center;
	display: inline-block;
}
.eventHolder {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0;
	width: 80%;
}
.eventPhotos {
	width: auto;
	margin: 1em auto;
	height: auto;
	padding: 5px;
	min-width: 800px;
}
.bigImgView {
	width: auto;
	margin-right: auto;
	float: left;
	margin-top: 1em;
	border: 1px solid silver;
	height: auto;
	padding: 1em;
	margin-left: auto;
}
.eventImg {
	padding: 5px;
	width: 150px;
	display: inline-block;
}
.eImgTitle {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: small;
}
.imgLeft {
	float: left;
	width: 30%;
	margin-left: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
#selectedImage {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.addToCartOptions {
	float: left;
	display: block;
	margin-left: 1em;
	width: auto;
}
.clear {
	clear: both;
}

/* Tables */
table {
	/*background: #201f20;*/
	/*border:1px solid #ccc;*/
	clear: both;
	color: #000;
	margin-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
th {
	background: #434343;
	color: #ccc;
	border: 1px solid #ccc;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;*/
	text-align: center;
}
th a {
	background:#434343;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #ccc;
}
th a:hover {
	background: #ccc;
	color: #434343;
	text-decoration: none;
}
table tr td {
	/*background: #fff;
	/*border-right: 1px solid #ccc;*/
	color: #fcfcfc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #4c4a4c;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
	color: #ccc;
}
table.cake-sql-log {
	display:none;
} 
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
.toggle-cake-sql-log {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* styling for the image wrapper  */
.scrollContent {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.scrollable {
	width: 680px;
	margin: 0 19px;
}
#image_wrap {
	/*width: 75%;*/
	padding: 10px 0;
	text-align:center;
	/*-moz-outline-radius:4px;*/
	height: 400px;
	background-color: transparent;
	margin: 0 auto 5px;
}
.wrappedImage {
	height: 100%;
}
#image_wrap img {
	border: 2px solid #cecece;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em auto;
	width: 90%;
	background: #4c4a4c;
}
dl .altrow {
	background: #4c4a4c;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: auto;
	padding: 0;
	width: 80%;
	margin-left: auto;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #ccc;
}
form div.required {
	color: #ccc;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
.formRight {
	float: right;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
.preReg label {
	display: inline-block;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
.preReg fieldset {
	width: 415px;
}
.preReg label {
	display: inline-block;
	width: 5em;
}
.preReg input, textarea {
	width: auto;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
.count {
	width: 75px;
	margin-top: -25px;
	margin-left: 95px;
}
.printEdit {
	border: 1px solid orange;
	display: table;
	float: left;
	clear: both;
}
form.minusForm {
	float: left;
	clear: none;
	display: inline;
	width: 25px;
	padding: 0;
	margin: 0 0 0 -140px;
}
form.addForm {
	float: left;
	clear: none;
	display: inline;
	width: 25px;
	margin: 0 0 0 -290px;
	padding: 0;
}
.printCount {
	font-size: 150%;
	font-weight: bold;
	width: 15px;
	/*margin-left: auto;*/
	margin-right: auto;
	padding-top: 15px;
}
/* tooltips for non A links */
.tooltip {
	display: none;
	font-size: 110%;
	width: auto;
	padding: 25px;
	color: #fff;
	background-color: black;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #fff;
}
.tooltip.bottom {
	/*background:url(../img/black_arrow_bottom.png);
	padding-top:40px;*/
}

.tooltip.bottom {
	/*background:url(../img/black_arrow_bottom.png);*/
}
.dvbdy1 {
    background: #000;
    color: #ffffff;
    padding:15px;
    width: auto;/*150px;*/
    -moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px;
	opacity: 0.95;
	border: 2px solid #fff;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
}

.dvbdy2 {
    background: #f97f85;
    color: #000000;
    padding:5px;
    width:250px;
    /*-moz-border-radius: 5px; /* this works only in camino/firefox */
	/*-webkit-border-radius: 5px;*/
	border: 1px solid maroon;
	font-weight: bold;
}

/* Notices and Errors */
.flash_good {
	background: #e5f2be;
	border: 2px solid #bedf5d;
	padding: 10px;
	font-weight: bold;
	color: #000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.flash_good_stay {
	background: #e5f2be;
	border: 2px solid #bedf5d;
	padding: 10px;
	font-weight: bold;
	color: #000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.flash_bad {
	background: #eccecf;
	border: 2px solid #9e0b0f;
	padding: 10px;
	font-weight: bold;
	color: #000;
	width: 95%;
	margin: 25px auto 10px;
}
.good img, .bad img {
	float: right;
}
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em auto;
	width: 90%;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px auto;
	padding: 0;
	width: 90%;
}
div.actions li {
	display: inline-block;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
}
div.actions ul li a {
	color: gray;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: gray;
	text-decoration: underline;
}
div.menu {
	padding: 0;
	text-align: right;
	margin-right: -2em;
}

/* Related */
div.related {
	clear: both;
	display: block;
}
.browse {
	float: right;
	margin-right: 9.6em;
}
.boxMe {
	border: 1px solid white;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px;
	padding: 20px 0 5px;
	background-color: #202020;
}
.noBorder {
	border-style: none;
	height: 10px;
}
.edit {
	background: url(../img/pencil.png) no-repeat left bottom;
	padding-left: 20px;
	display: inline;
	/*margin-left: 115px;*/
	margin-right: 20px;
}
.remove {
	background: url(../img/cross.png) no-repeat left bottom;
	padding-left: 18px;
	display: inline-block;
	margin-top: -30px;
	/*margin-left: 240px;*/
}
.leftPkg {
	float: left;
}
.rightPkg {
	float: right;
}
.pkgPrints {
	text-indent: 1em;
	padding-right: 10em;
	padding-bottom: 3px;
	padding-top: 2px;
}
.selectPrint {
	padding-left: 20px;
	color: #8d8a8c;
}
/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
/*** jQueryToolbox ***/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	/* custom decorations */
	border:1px solid #ccc;
	background: url(../img/scrollable/h300.png) repeat-x;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:680px;
}
/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* active item */
.scrollable .active {
	border:1px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}