/* style.css - Common Elements */

body {
	font-size: 14px;
	color: #FFFFFF;
}

#container {
	width: 900px;
	margin: 0 auto;
}

a {
	color: #0099cc;
}

a:hover {
	color: #99ccff;
}

h2 {
	background: #1D1D1D url('img/section-bg.jpg') top left repeat-x;
	width: 98%;
	margin: 20px 0;
	padding: 10px;
	font-size: 28px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

li {
	margin-left: 15px;
	list-style: square;
}

.polaroid {
	border: solid #FFFFFF thin;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	margin: 5px;
}

/* Header */

#header {
	width: 100%;
	height: 82px;
	padding: 15px 0 0;
	position: relative;
}

#logo {
	float: left;
	margin-left: 30px;
}

#menu {
	position: absolute;
	bottom: 0; right: 30px;
}

#menu-ul {
	float: right;
	list-style: none;
	position: relative;
}

	#menu-ul li {
		display: block;
		float: left;
		width: 50px;
		margin: 0 20px;
		text-align: center;
		color: #FFF !important;
		line-height: 18px;
	}
		
		#menu-ul li .menu-indicator {
			height: 1px;
			margin-top: 3px;
			width: 50px;
			background: url(img/menu-indicator.png) repeat-x top center;
			opacity: 0.3;
		}
		
/* Footer */

#footer {
	height: 140px;
	clear: both;
}

	#footer>p {
		line-height: 30px;
		text-align: center;
	}

	#footer-content {
		border-top: #fff solid 1px;
		opacity: 0.33;
	}
	
		#footer-content #left {
			float: left;
			width: 50%;
			padding: 10px;
		}
		
		#footer-content #right {
			float: right;
			width: 45%;
			padding: 10px;
			border-left: #fff solid 1px;
		}