/**
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */

/* Misc Styles and defaults
-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
a {
    text-decoration: none;
    outline-style:none;
}
	
body {
	color: #000;
	font-size: 14px;
	background-color: #666;
	background-image: url('../images/bgShadowSpot.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.clear{
	clear:both;
}
/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;

}
html #SearchForm_SearchForm .middleColumn input.text {
	width: 160px;
	border: none;
	color: #666;
}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}
/* LAYOUT CONTAINER */
#mainContainer {
	/*background-color: #ccc;*/
	width: 800px;
	height: 600px;
	margin: 0px auto;
	position: relative;
	padding: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#headerTop {
	text-align: left;
	font-size: 140%;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	height: 64px;
	background-image: url('../images/logoSmaller.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 380px;
	margin-right: 160px;
	padding-top: 6px;
}
#headerTop a:link, #headerTop a:visited {
	color: #333;
}
#headerTop a:hover {
	color: #fff;
}
#mainContent {
	margin-top: 30px;
	position: relative;
}
#galleryMenu, #mainMenu {
	color: #fff;
	font-size: 110%;
	text-transform: lowercase;
}
#galleryMenu {
	/*right: 0px;
	top: 0px;
	padding-right: 10px;*/
	top: 0px;
	right: -270px;
	width: 200px;
	position: absolute;
}
#galleryMenu h3 {
	padding-bottom: 2em;
}
#galleryMenu li {
	margin-left: 1em;
	list-style: square;
	list-style-image: url('../images/redDot.png');
}
#galleryMenu ul {
/*	background-image: url('../images/redDot.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;*/
}
#galleryMenu a, #mainMenu a {
	color: #fff;
}
#galleryMenu a:hover, #mainMenu a:hover {
	color: #600000;
}
#mainMenu {
	text-align: center;
	width: 100%;
	font-size: 110%;
	position: absolute;
	bottom: -50px;
	left: 0px;
}
#mainMenu ul {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
#layoutContainer {
	height: 460px; padding-top: 0px; position: relative;
}
.infoBoxContainer {
    background-color: #000;
    color: #fff;
    border: 2px solid #333;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    /*background-image: url('../images/reflection.png');
    background-repeat: no-repeat;
    background-position: -10px -10px;*/
}
#thinRedLine {
	width: 700px;
	margin-left: 0px;
	background-color: #fff;
	position: absolute;
	left: 50px;
	height: 2px;
	background-image: url('../images/redDot.png');
	background-repeat: repeat-y;
	background-position: 80%;
	bottom: 0px;
}
#mainMenu a:link, #mainMenu a:visited, #goBackContainer a:link, #goBackContainer a:visited {
    color: #333;
}
#mainMenu a:hover, #goBackContainer a:hover {
    color: #fff;
}
#footerContainer {
    left: 0px;bottom: -30px; position: absolute; width: 100%; font-size: 70%; color: #fff; font-family: Arial; text-align: center;
}
#footerContainer a:link, #footerContainer a:visited {
    color: #fff;
    } 