/*  
	Theme Name: BDAS Website
	Theme URI: http://www.alcbevtesting.com/
	Description: Custom theme for Brewing and Distilling Analytical Services. Designed by <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
	Version: 1.0
	Author: Erik Bernskiold, XLD Studios
	Author URI: http://www.xldstudios.com/
*/

html { margin: 0; padding: 0; }

body {
	background: url(images/wrapper.jpg) repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #505050;
	font-size: 13px;
	line-height: 1.5;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#header {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

	#header h1 {
		background: url(images/logo.jpg) no-repeat;
		width: 357px;
		height: 94px;
		font-size: 1px;
		overflow: hidden;
		text-indent: -99999em;
		position: absolute;
		top: 0;
		left: 4px;
		margin: 0;
		padding: 0;
	}
	
	#header #navigation {
		background: transparent;
		line-height: 16px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		overflow: hidden;
		left: 340px;
		width: 630px;
	}

		#header #navigation ul {
			margin: 0 0 0 0; 
			list-style: none;
			width: 600px;
			height: 50px;
		}
		
		#header #navigation li {
			float: left;
			margin: 0;
			padding: 20px 15px 0 15px;
			background: url(images/nav-separator.jpg) no-repeat 100% 0;
			list-style: none;
		} 
		
		#header #navigation a {
			color: #66686b;
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			width: auto;
			line-height: 13px;
			text-align: right;
			outline: none;
		}
		
		#header #navigation a.selected { color: #58668c; }
		
		#header #navigation a span {
			color: #9b9b9b;
			display: block;
			font-size: 10px;
			font-weight: lighter;
			text-decoration: none;
			text-transform: lowercase;
			text-align: right;
		}
		
		#header #navigation a:hover span {
			color: #7098b6;
		}
		
#sub-header {
	margin: 0 auto 0 auto;
	background: url(images/sub-header.jpg) no-repeat;
	width: 1000px;
	height: 310px;
	position: relative;
	top: 50px;
}

	#sub-header p { margin: 0; padding: 0; }
	#sub-header img { position: absolute; margin: 0; padding: 0;}

#content-area {
	background: url(images/content-background.jpg) no-repeat;
	width: 910px;
	margin: 0 auto 10px auto;
	position: relative;
	top: 50px;
	padding: 5px 45px 5px 45px;
}

	#content-area #sidebar {
		width: 220px;
		padding: 5px;
		margin: 5px 0 0 0;
		background: #dce3f7;
		float: left;
	}
	
		#content-area #sidebar ul { margin-left: 10px; padding: 0; }
		
		#content-area #sidebar ul li {
			list-style-type: circle;
			margin-left: 10px;
		}
		
		#content-area #sidebar h2 {
			font-size: 16px;
			font-family: Arial, sans-serif;
			font-weight: lighter;
			letter-spacing: 4px;
			color: #0f5f98;
			margin: 0;
			padding: 0;
			border: none;
		}
	
	#content-area #content {
		width: 670px;
		padding: 5px;
		margin: 0;
		float: right;
	}
	
	#content-area #content-full {
		width: 98%;
		padding: 0;
		margin: 0;
		float: left;
	}

#footer {
	background: #091d57;
	height: 50px;
	color: #8a94b5;
	font-size: 12px;
	position: relative;
	margin: 55px 0 0 0;
	padding: 0;
}

	#footer-content {
		width: 950px;
		margin: 0 auto 0 auto;
		padding: 5px 0 0 50px;
	}
	
/* TEXT STYLES */

a:link, a:visited, a:active {
	color: #0f5f98;
	text-decoration: none;
	outline:0px;
}
	
a:hover {
	color: #4a5265;
	text-decoration: none;
	outline:0px;
}

#content-area p {
	padding: 2px 10px 3px 10px;
	margin: 3px;
	text-align: justify;
}

h1, h1 a, h1 a:visited, h1 a:active, h1 a:link {
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #0f5f98;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #505050;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 0;
	border-bottom: 0px dashed #505050;
}

h3 {
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: 3px;
	color: #0f5f98;
	margin: 10px 0 0 0;
	padding: 0;
}

p.preamble {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 2px dashed #92b9d8;
	border-bottom: 1px solid #c8dae7;
	border-right: 1px solid #c8dae7;
	border-top: 1px solid #c8dae7;
	background: #edf6fd;
}

input {
	color: #8a94b5;
	background: #091d57;
	display: block;
	padding: 5px;
	margin: 0;
	border: 2px solid #92b9d8;
	text-align: left;
}

textarea {
	color: #8a94b5;
	background: #091d57;
	display: block;
	padding: 5px;
	margin: 0;
	border: 2px solid #92b9d8;
	text-align: left;
}

select {
	color: #8a94b5;
	background: #091d57;
	display: block;
	padding: 5px;
	margin: 0;
	border: 2px solid #92b9d8;
	text-align: left;
}

ul { margin: 5px; }

ul li {
	list-style-type: square;
	padding: 3px;
	margin-left: 5px;
}

ol { margin: 5px; }

ol li {
	list-style-type: decimal;
	padding: 3px;
	margin-left: 5px;
}

/* QUICK-STYLES */

a img { border: none; }

.left { float: left; }
.right { float: right; }

.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.center { text-align: center; }

.border { border: 3px solid #cccccc; }

/* NEWS BOX */

#news-box {
border: 3px solid #eee;
width: 280px;
margin: 20px 0 0 30px;
}

#news-box p {
padding: 20px;
}

#news-box h2 {
margin: 5px 0 0 10px;
padding: 0;
color: #ccc;
font-size: 16px;
text-transform: uppercase;
}
