/*
Theme Name: United Way of York
Theme URI: http://lloydmedia.com/
Description: A theme made for the York, Nebraska area United Way.
Version: 0.1
Author: Lloyd Armbrust
Author URI: http://lloydmedia.com/
Tags: blue, custom header, fixed width, two columns

	United Way of York v0.1
	 http://lloydmedia.com/chamber

	This theme was designed and built by Lloyd Armbrust,
	whose blog you won't find anywhere on the internet.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/***********************
* STYLE.CSS           *
***********************/

html	{
	background: #e8e8e8 url(./images/back.gif) top center repeat-y;

}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;

	}
	

a	{
	color: #039;
}
#page {
	font-size: 1.25em;
	background-repeat: no-repeat;
	text-align: left;
	width: 934px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -467px;

	}

#header {
	width: 934px;
	height: 131px;
	background-image: url('./images/header.gif');
	background-repeat: none;

	}

.search 	{
margin: 0 0 0 610px;
padding-top: 5px;
	}

/***********************
* NAV BAR              *
***********************/

#nav	{
	height: 35px;
	padding: 0;
	width: 790px;
	position: absolute;
	left: 50%;
	top: 82px;
	z-index: 99;
	margin-left: -390px;

}


#nav ul {
	list-style:  none;
}

#nav li	{
	float: left;
	padding: 0 18px;
}

#nav a {
	display: block;
	font: bold 1.3em Arial, san-serif !important;
	color: #000;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	text-decoration: none;
}


#nav a:hover {
	display: block;
	color: #004;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	text-decoration: underline;
}

/***********************
* Content              *
***********************/
#content	{
	width: 865px !important;
	background: none;
	margin-left: 0px;
	margin-right: auto;
	position: relative;
	padding: 0 10px 0 30px !important;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.attachment-thumbnail	{	
	border: none;
	border: 1px solid #444;
}



.widecolumn {

	}

.narrowcolumn {
	text-align: left;

	}

.narrowcolumn a img	{
	border: 1px solid #444; !important;
}

/***********************
* Sidebar             *
***********************/
#sidebar	{
	float: right;
	width: 200px;
	margin-right: 15px;
	text-align: left;
}

#sidebar ul li	{
	list-style: none;
}

#sidebar p	{
	margin-left: -35px;
}

#sidebar strong	{
	font-size: 1.2em;
}
#sidebar small a	{
	font-size: 1.15em;
	margin: 0;
	padding: 0;
	margin: 0px 0 0 5px;
	color: #007;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	clear: both;
	font-weight: bold;

}


/***********************
* Footer               *
***********************/

#footer	{
	width: 880px !important;
	height: 295px;
	padding: 10px;
	font-size: 0.9em; 
}

#footer	ul	{
	list-style: none;

}

#footer	li	{
	list-style: none;
	display: inline; 
	padding: 7px;
	font-size: 1.1em; 
}

#footer a:hover	{
	text-decoration: none !important;
}
