/*
Theme Name: johnsonforpuc 
Theme URI: http://www.johnsonforpuc.com
Description: Custom theme for JohnsonForPuc.com.
Author: Brad Wedeking
Author URI: http://www.wedeking.org
version: 1.0
*/

html {
    min-width: 900px;
} /*IE7*/

body {
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff url('/images/background.gif') repeat-x;
}

body, 
	td, th, 
	textarea, input, select, 
	h1, h2, h3, h4, h5, h6 {
    	font: 83%/1.4 "Trebuchet MS", Helvetica, sans-serif;
		padding: 0;
		margin: 0;
}

a {
	color: #f5822b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
a:focus {
	-moz-outline-style: none;
}

#container {
	background: url('/images/container-bg.jpg') no-repeat;
    margin: 0 auto;
	width: 960px;
}

#container-inner {
	margin: 0 60px;
}

#header {
	margin: 0;
	padding: 50px 0 0 0;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 2001;
}

	#header h1 {
		float: left;
		width: 300px;
		margin: 15px 0 0 0;
		padding: 0;
	}
	
	#header h1 a {
		display: block;
		height: 50px;
		text-indent: -2000em;
		z-index: 1000; /* need for FX and IE */
		background: url('/images/logo.png') no-repeat;
	}
	
	#header h1 a:hover {
		cursor: pointer;
	}
	
#splash {
	background: url('/images/splash.jpg') no-repeat;
	margin: -80px 0 0 0;
	height: 311px;
	position: relative;
}

	#splash p {
		bottom: 0;
		left: 0;
		position: absolute;
		height: 60px;
		line-height: 60px;
		margin: 0 30px;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
	}
	
#menu {
	clear: both;
	float: left;
	width: 840px;
}

	#menu ul {
		margin: 3px 0;
		padding: 0;
		list-style-type: none;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		float: left;
		width: 100%;
	}
	
	#menu li {
		float: left;
		padding: 0 15px 0 0;
		display: block;
	}
	
	#menu li.current {
		background: #f5822b;
	}
	
	#menu li.current a {
		color: #fff;
	}
	
	#menu li.current em {
		color: #666;
	}
	
	#menu a {
		font-weight: bold;
		text-decoration: none;
		color: #000;
		float: left;
		margin: 5px;
		font-size: 1.1em;
		display: block;
		text-transform: uppercase;
	}
	
	#menu a:hover {
		color: #f5822b;
	}
	
	#menu em {
		display: block;
		font-size: 0.77em;
		text-transform: none;
		font-weight: normal;
		margin: 5px 0;
	}
	
#main {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	width: 840px;
}

#main-hp {
	clear: both;
	float: left;
	margin: 0 20px 0 0;
	width: 520px;
}

	#main h2 {
		text-transform: uppercase;
		font-size: 1.4em;
		font-weight: bold;
		color: #f5822b;
	}
	
	#main blockquote {
		background: #e1e1e1;
		border-left: 2px solid #333;
	}
	
	#main blockquote p {
		margin: 0 0 0 10px;
	}
	
	#main ul {
		margin: 0;
		padding: 0;
	}
	
	#main li {
		margin: 0 0 10px 20px;
		padding: 0;
	}
	
	#main form {
		padding: 0;
		margin: 0;
	}
	
	#main form h3 {
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
	
	#main form label {
		float: left;
		margin: 0 20px 0 0;
		width: 150px;
	}
	
	#main form input {
		padding: 3px;
	}
	
	#main .photo {
		float: right;
		border: 1px solid #ccc;
		padding: 4px;
		margin: 0 0 20px 20px;
	}
	
	#main .photo p {
		text-align: center;
		margin: 5px 0;
		padding: 0;
	}
	
#events {
	float: right;
	width: 300px;
}

	#events dl {
		list-style-type: none;
		padding: 5px;
		margin: 0;
		float: left;
		background: #f5822b;
		-moz-border-radius: 5px;
		width: 190px;
		min-height: 200px;
	}
	
	#events dt {
		float: left;
		width: 75px;
		font-weight: bold;
	}
	
	#events dd {
		float: left;
		margin: 0;
	}

#footer {
	clear: both;
}

	#footer p {
		border-top: 1px solid #ccc;
		padding: 10px 0;
	}
	
	#footer em {
		color: #f5822b;
		font-weight: bold;
	}
