/** 
 * SilverStripe Tiffany House Theme
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #140C07;
	color: #D0AB7B;
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif;
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#Container { 
/* 	width: 766px; */
	width: 752px;
	height: 750px;
	margin: 0 auto; 
	background: #4e2f1d url(../images/bg.jpg) no-repeat;
	text-align: left;
	position: relative;
	left: 0;
	top: 0;
}
.home #Container { 
	background: #4e2f1d url(../images/mainsplash.jpg) no-repeat;
}
	.home #Container h1 { 
		position: absolute;
		left: 335px;
		top: 416px;
	}
#Layout {
	width: 565px;
	height: 383px;
	clear: both;
	overflow: auto;
	margin: 0 0 0 79px;
	padding: 15px;
	background: transparent url(../images/darken.png) repeat left top;
}
#Sidebar {
	position: absolute;
	left: 90px;
	top: 206px;
}
#Content {
	margin: 0 0 0 230px;
}
/* HEADER
----------------------------------------- */
#Header {
	margin-bottom: -10px;
}
 	#Header h2 {
 		padding: 0 0 0 73px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
	#Navigation ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
	
	}
		#Navigation ul li { 
	 		list-style: none; 
			float: left;
			position: relative;
			right: 50%;
			line-height: 1.5em;
			display: block;
			width: 100px;
		}
  			#Navigation ul li a { 
				text-decoration: none;
				display: block; 
				font-size: 1.2em; 
				padding: 5px 5px 0 10px;
				color: #D0AB7B;
				background: #66391c url(../images/nav-main-li-bg.png) no-repeat left top;
				display: block;
				text-align: center;
				font-size: 11px;
				height: 36px;
				text-shadow: #000 1px 1px 2px;
			}
					#Navigation ul li a:hover {
						color: #fff;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: #fff;
					}
    
/* SUB NAVIGATION
-------------------------------------------- */
#Menu2 li a.current {
	font-weight: bold;
	text-decoration: none;
	color: #D0AB7B;
	}
    
/* ALERTS
-------------------------------------------- */
#alerts {
		margin: 10px 75px;
		height: 40px;
		overflow: hidden;
	}
	#alerts h2 {
		width: 100%;
		text-align: center;
		color: #fff;
		padding: .5em 0;
		background: transparent url(../images/darken.png) repeat left top;
		}

    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* FOOTER NAVIGATION
----------------------------------------- */
#footernav {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
	#footernav ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
	
	}
		#footernav ul li { 
	 		list-style: none; 
			float: left;
			position: relative;
			right: 50%;
			line-height: 1.5em;
			display: block;
		}
  			#footernav ul li a { 
				text-decoration: none;
				display: block; 
				padding: 15px;
				color: #D0AB7B;
				display: block;
				text-align: center;
				font-size: 12px;
				text-shadow: #000 1px 1px 2px;
			}
					#footernav ul li a:hover {
						color: #fff;
						cursor: pointer;
					}
					
    			#footernav ul li a.current,
	    		#footernav ul li a.section,
	    		#footernav ul li a.section:hover,
	    		#footernav ul li a.current:hover { 
				 	color: #fff;
					}


/* FOOTER
----------------------------------------------- */

#Footer { 
	text-align: center;
}
