/*
Theme Name: United Way of Wells Default Theme
Description: The default WordPress theme for United Way of Wells County.
Author: Reusser Design, LLC
Author URI: http://www.reusserdesign.com/
*/


/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, ul, li, h4, h5, h6, ol, dl, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

/* Typography
********************************************************************************************************/
h1 {
	color: #10167F;
	font-size: 36px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
}

h3 {
	color: #FF9600;
	font-size: 16px;
	margin-bottom: 5px;
}

h4 {
	color: #FF9600;
	font-size: 13px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

a {
	color: #053B80;
}

a:hover {
	text-decoration: none;
}

/* PNG Fix for IE6
********************************************************************************************************/
img, div {
	behavior: url(http://www.unitedwaywells.org/wp-content/themes/unitedway/scripts/pngfix/iepngfix.htc);
}

/* Hover Fix
********************************************************************************************************/
body {
	behavior: url(http://www.unitedwaywells.org/wp-content/themes/unitedway/scripts/hoverfix/hoverfix.htc);
}

/* Wrapper
********************************************************************************************************/
#wrap {
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 30px #333333;
	-webkit-box-shadow: 0px 0px 30px #333333;
	box-shadow: 0px 0px 30px #333333;
	margin: 60px auto;
	width: 940px;
}

#content {
	padding: 25px;
}

/* Header
********************************************************************************************************/
#mission {
	float: left;
	margin-top: 6px;
}

#logo {
	float: right;
}

/* Navigation
********************************************************************************************************/
#nav-content {
	margin-top: 30px;
}

#corner {
	position: relative;
	left: -46px;
	height: 15px;
}

#navigation {
	float: left;
	position: relative;
	left: -46px;
	width: 221px;
}

#navigation {
	z-index: 999999;
}

#navigation-wrap {
	background-color: #053e87;
}

#nav li {
	list-style: none;
}

#nav li a {
	background-color: #053e87;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 11px;
	width: 199px;
	text-transform: uppercase;
	text-decoration: none;
}

a.has-children:hover {
	background-image: url(images/navhover-bg.png);
	width: 199px;
}

a.no-children:hover {
	background-image: url(images/nochildbg.jpg) !important;
	background-repeat: repeat-x;
	width: 199px;
}

/* Drop Down Nav
********************************************************************************************************/
#nav li { /* all list items */
	position: relative;
	float: left;
}

#nav li ul { /* second-level lists */
	left:-999em;
	margin-left:221px;
	margin-top:-36px;
	position:absolute;
	width: 199px;
	z-index:999999 !important;
}

#nav li ul a {
	background-color: #062E5F;
	font-size: 11px;
}

#nav li ul li a:hover {
	background-image: url(images/nochildbg.jpg) !important;
	background-image: none;
}

#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/* Tooltips
********************************************************************************************************/
.tooltip {
	display:none;
	background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
	z-index: 99999;
}

#twitter_div a {
	color: #FFFFFF !important;
}

#twitter_update_list li {
	list-style: none;
}

#social-wrap img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* Home Page Content
********************************************************************************************************/
#home-content {
	float: right;
	font-size: 12px;
	width: 669px;
}

#home-content {
	z-index: 1;
}

#myGallery {
	margin-bottom: 20px;
}

.promo-img {
	float: left;
	width: 219px;
	height: 117px;
}

.promo-img-spacer {
	float: left;
	height: 1px;
	width: 6px;
}

#home-content ul {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}

#home-content li {
	line-height: 1.3em;
}

/* Articles
********************************************************************************************************/
#blog-posts {
	float: left;
	font-size: 12px;
	width: 450px;
}

.article {
	margin-bottom: 30px;
}

#blog-roll {
	background-color: #EFEFEF;
	float: right;
	padding: 10px;
	width: 165px;
}

#blog-roll ul {
	margin: 0;
	padding: 0;
}

#blog-roll li {
	list-style: none;
}

.screen-reader-text {
	display: none;
}

.blog-box {
	margin-bottom: 10px;
}

/* Comments
********************************************************************************************************/
.comment-body {
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 20px;
}

.comment-body p {
	margin-bottom: 0px !important;
}

/* Search
********************************************************************************************************/
.search-excerpt {
	padding: 4px;
	background-color: #DFDFDF;
}

/* Footer
********************************************************************************************************/
#footer {
	color: #ceb190;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	top: -50px;
	width: 940px;
}

#foot-links {
	float: left;
}

#foot-links a:hover {
	border-bottom: 2px solid #EFD3B3;
}

#footer li {
	display: inline;
	font-size: 11px;
	padding: 5px;
}

#footer li a {
	color: #EFD3B3;
	font-size: 11px;
	text-decoration: none;
}

#social {
	float: right;
}