/*
Theme Name: United Way DR theme
Theme URI: 
Description: United Way DR theme
Author: Sandi Gauder
Version: 1.0
Author URI: http://cmswebsolutions.com/
*/




@import 'css/normalize.css';

h1, h2, h3, h4, h5, h6 { 
	margin: .5em 0;
	color: #111;
	font-weight: normal;
}
h1 {
	color: #ca301e;
	font-size: 1.8em;
	padding-bottom: .5em;
	border-bottom: 1px solid #f2f2f2;
}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #f2f2f2;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
a, 
a:visited {
	color: #c03440;
}
a:hover,
a:focus {
	color: #000;
}
img {
	border: none;
}
/*********************
Page Styles
*********************/

body {
	margin: 0 auto;
	font-family: "myriad-pro", sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #333;
	text-align: center;
}
.ie7 body,
.ie8 body {
	font: 100% Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
}
#container {
	width: 986px;
	margin: 0 auto;
	text-align: left;
}
/*********************
Header
*********************/
header {
	margin: 0 auto;
	padding: 0;
	width: 986px;
	height: 230px;
	background: url(img/words.jpg) top right no-repeat;
}
#skip a {
	padding:6px;
	position: absolute;
	top:-100px;
	left: 20px;
	color:#fff;
	border-right:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	background:transparent;
	-webkit-transition: top .7s .5s ease-out, background .7s linear;
    -moz-transition: top .7s .5s ease-out, background .7s linear;
    -o-transition: top .7s .5s ease-out, background .7s linear;
    transition: top .7s .5s ease-out, background .7s linear;
    behavior: url(PIE.php);
}
#skip a:focus {
	position:absolute;
	left: 20px;
	top:0px;
	background:#333;
	outline:none;
	-webkit-transition: top .1s ease-in, background .25s linear;
    -moz-transition: top .1s ease-in, background .25s linear;
    -o-transition: top .1s ease-in, background .25s linear;
    transition: top .1s ease-in, background .25s linear;
    behavior: url(PIE.php);
}
.noshow,
.continue span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.logo {
	position: relative;
	top: 0;
	left: 0;
}
/*********************
Header
*********************/
nav {
	margin: 0 auto;
	width: 986px;
}
#nav {
	margin: 0 auto;
	background: #57585a;
	border-top: 1px solid #b1b1b2;
	width: 986px;
}
/*********************
Hero
*********************/
.hero {
	margin: 0 auto;
	width: 986px;
	background: #dddcdc;
}
.hero #quote {
	position: relative;
	top: -40px;
	width: 486px;
	padding-left: 500px;
	background: #fff;
	overflow: auto;
}
#slideshow-wrapper {
	position: relative;
	z-index: 20;
	margin: 20px 0 0 40px !important;
	background: none !important;
	border: none !important;
	float: left;
}
div.video {
	margin: 20px 0 0 100px;
	padding: 0;
	width: 300px;
	border: none;
	float: left;
}
#quote {
	margin: 0 auto;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: 1.2em;
	width: 986px;
}
#quote p {
	margin: .4em 0;
	float: left;
}
#quote .author {
	font-style: normal;
}
#utilities {
	width: 986px;
	margin: 0 auto 20px;
	padding: 10px 0;
	background: url(img/socialbar.jpg) 50% 0 repeat-y;
	overflow: auto;
}
.home #utilities {
	background: none;
}
.social {
	margin: 0 auto;
	padding: 0;
	width: 986px;
}
.social li {
	list-style: none;
	display: inline-block;
}
.ie7 .social li {
	float: left;
}
#newsletter {
	margin-left: 20px;
	line-height: 110%;
	font-size: .9em;
	float: right;
}
/*********************
Content
*********************/
#main {
	margin: 0 auto;
	width: 986px;
}
.home #main {
	border-top: 1px solid #f2f2f2;
}
#content {
	margin: 0 20px 20px 0;
	padding: 0 0 20px;
	width: 732px;
	float: left;
}
/*********************
Sidebar
*********************/
#sidebar {
	margin-bottom: 20px;
	width: 232px;
	background: #f3f2f2;
	float: left;
}
#sidebar h2 {
	margin: 0;
	padding: .3em 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	background: #313030;
}
.widget {
	padding: 0;
	color: #000;
}
.widget h3 {
	margin: .5em 0;
	padding: .3em 0;
	color: #fff;
	font-weight: normal;
	background: #d43030;
	text-align: center;
}
#sidebar div:nth-of-type(1) h3 {
	margin-top: 0;
}
.widget h3 a,
.widget h3 a:visited {
	color: #fff;
}
.widget h3 a:hover,
.widget h3 a:focus {
	color: #fff;
	background: #000;
}
.widget h4 {
	font-weight: 700;
}
.widget-content {
	padding: 0 20px;
}
.textwidget {
	padding: 0;
}
.widget a, 
.widget a:visited {
	color: #000;
}
.widget a:hover,
.widget a:focus {
	color: #d43030;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: .4em 0;
}
.widget hr {
	margin: .2em;
	border-color: #ddd;
}

/* --------------------------------------------------------------  
   Basic WordPress Blog Styles
-------------------------------------------------------------- */
.post {
	padding: 0 0 20px;
	margin-bottom: 20px;
	width: 690px;
	border-bottom: 1px solid #f2f2f2;
	float: left;
}
.entry-title,
.entry-title a {
	color: #010103;
	padding-bottom: .5em;
}
.entry-title a {
	text-decoration: none;
}
.attachment-post-thumbnail {
	margin: 0 20px 20px 0;
	float: left;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.home img.alignleft {
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.navigation {
	margin-left: 20px;
}
.previous-post {
  float: left;
}
.next-post {
  float: right;
}
.post-nav {
  margin-bottom: 15px;
  float: left;
  width: 650px;
}
/*********************
NexGen Gallery
*********************/
.ngg-album {
	margin: 0 15px 10px 0;
	padding: 10px;
	overflow: hidden;
	width: 250px;
	height: 250px;
	text-align: center !important;
	float: left;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.ngg-albumtitle {
	font-size: 1.1em !important;
	font-weight: 400 !important;
	text-align: center !important;
}
.ngg-thumbnail {
	margin-right: 0 !important;
	float: none !important;
}
.ngg-description {
	text-align: center !important;
}
.ngg-description p {
	margin: 0 !important;
}
.ngg-gallery-thumbnail img {
	background-color: transparent !important;
	border: none !important;
}
/*********************
Comments
*********************/

#respond {
  margin: 20px 0;
}

#respond label {
  display: block;
  font-weight: bold;
}

#respond form .form-allowed-tags {
  padding: 5px;
  background: #eee;
}

/*********************
General Table Styles
*********************/
table {
	width: 100%;
	border-collapse: collapse;
}
table th {
	padding: 5px 10px;
	color: #003a8b;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #e6ede1;
	text-align: left;
}
table td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: top;
}

/*********************
Footer
*********************/
.footer {
	margin: 0 auto 20px;
	padding: 40px;
	width: 904px;
	color: #fff;
	background: #d21b0e;
	border: 1px solid #bb0d06;
	clear: both;
	text-align: left;
	-webkit-box-shadow: inset 2px 2px 20px 10px rgba(153, 153, 153, .4);
	-moz-box-shadow: inset 2px 2px 20px 10px rgba(153, 153, 153, .4);
    box-shadow: inset 2px 2px 20px 10px rgba(153, 153, 153, .4);
}
.footer h3 {
	margin: 0 0 .1em;
	padding: 0;
	color: #fff;
	font-weight: normal;
}
.footer a {
	color: #fff;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer li {
	vertical-align: top;
	display: inline-block;
	list-style: none;
}
.ie7 .footer li {
	float: left;
}
.cities {
	margin-right: 20px;
	padding-right: 20px;
	width: 100px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
.locations {
	padding: 0 20px;
	width: 400px;
	border-left: 1px solid #d4433b;
	border-right: 1px solid #d4433b;
}
.locations li {
	margin-bottom: 10px;
}
.locations p {
	margin: 0 0 .1em;
	padding: 0 0 .1em;
}
.utilities {
	margin-left: 20px;
	width: 280px;
}
.footermenu {
	margin: 0;
	padding: 0;
}
.footermenu li {
	list-style: none;
	display: block;
}
.footermenu a {
	padding: 4px 2px;
	color: #fff;
}
#searchform {
	margin-top: 20px;
	padding: 2px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
#searchform div {
	background: #ebebeb;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
#searchform label {
	position: absolute;
	left: -9999px;
}
#searchform input {
	width: 180px;
	margin-left: 3px;
	padding: 5px 2px 2px 18px;
	background: transparent url(img/magnifier.png) 0 6px no-repeat;;
	border: none;
	float: left;
}
#searchform placeholder {
	color: #222;
	font-size: .9em;
}
#searchform #searchsubmit {
	border: none;
	float: left;
	width: 40px;
	padding: 5px;
	background: #6e6f72;
	color: #fff;
	font-size: .9em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 10px;
	margin-right: 3px;
}
.siteinfo {
	border-top: 1px solid #d4433b; 
	margin: 0 auto;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */