/*   
Theme Name: USW Local 2006
Theme URI:
Description: Custom Theme for USW Local 2006
Author: Josh Betz
Author URI: http://joshbetz.com
Version: 1.0
*/

* { padding: 0; margin: 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #999;
	text-align: center;
}

#holder {
	width: 800px;
	border: solid 4px #666;
	background-color: #FFF;
	text-align: left;
	margin: 10px auto 0 auto;
	-moz-box-shadow: 2px 2px 15px #333;
	-webkit-box-shadow: 2px 2px 15px #333;
}

#logo { float: left; }

#title {
	float: right;
	position: relative;
	top: 24px;
}

#nav, #footer-nav {
	float: right;
	list-style: none;
}

#nav {
	text-transform: uppercase;
	position: relative;
	top: 25px;
	margin: 10px 4px;
	word-spacing: 10px;
}

ul#nav li, ul#footer-nav li { display: inline; }

#nav a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: .9em;
}

#nav a:hover { color: #666; }

#page {
	clear: both;
	font-size: .9em;
	padding: 10px 0;
}

#content {
	padding: 0 23px;
	float: left;
	width: 554px;
}

#sidebar {
	float: right;
	width: 190px;
	margin-right: 10px;
}

#sidebar ul, #sidebar ul ul li {
	list-style: none;
	padding: 5px 0;
}

#sidebar ul { margin-bottom: 10px }

#sidebar ul ul li {
	border-bottom: solid 1px #003366;
	padding: 5px;
}

#sidebar a {
	text-decoration: none;
	color: #666;
	font-size: .9em;
}

#sidebar a:hover { color: #333; }
#sidebar ul ul li:hover { background-color: #dcdcdc; }

#footer-nav a { color: black; text-decoration: none; }
#footer-nav a:hover { text-decoration: underline; }

#footer {
	background-color: #ffcc33;
	font-size: .7em;
	padding: 4px;
	margin-top: 10px;
}

#footer-left { float: left; }

#footer-nav { word-spacing: 10px; }

/* Typography and Content*/

p { margin: 10px 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #003366;
}

#content h2 { margin-bottom: 10px; }

#content h3 {
	color: #999;
	margin-bottom: none;
	border: none;
	font-size: 1.2em;
}

#content h4 {
	font-weight: bold;
}

.page-entry { margin-bottom: 20px; }

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.cat {
	font-size: .75em;
	color: #333;
}
