/*
Theme Name: Action!
Theme URI: http://www.actionvc.org
Description: Designed and built expressly for ACTION Foundation.
Version: 1.0
Author: Brad Brizendine
Author URI: http://www.oldtropes.com
Tags:
*/

/*************** COLORS ***************
blue dark: #0d2940
blue mid: #004b8d
blue link: #0783DB
blue light: #92DBE8
accent: #DD3415
brown dark: #302620
brown mid: #76695d
tan dark: #c7b899
tan light: #ece8e0
/**************************************/

body {
	font-family: Verdana;
	background-color: white;
	color: #76695d;
	font-size: 85%;
}

div.container {
	width: 830px;
}
.span-spacer {
	padding: 1em;
}

th, td {
	vertical-align: top;
}

a {
	color: #0783db;
}
a:hover {
	color: #DD3415 !important;
}

h1 {
	font: normal 30px/30px Impact, Haettenschweiler, "Franklin Gothic Bold’", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	color: #004b8d;
}
h2 {
	font: bold 18px/18px Verdana;
	color: #004b8d;
}
h3 {
	font: bold 16px/16px Verdana;
	color: #76695d;
}

.learn-more {
	text-align: right;
}
	.learn-more a {
		border-top: 1px #76695d solid;
		border-right: 1px white solid;
		border-bottom: 1px white solid;
		border-left: 1px #76695d solid;
		padding: 0.15em 0.25em;
	}
	.learn-more a:hover {
		background-color: #92dbe8;
		color: #004b86;
	}

	.note {
		background-color: #F8EBAC;
		border: 1px #C7B899 solid;
		padding: 0.2em 0.5em;
		font-size: 80%;
	}

ul.inline {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	overflow: hidden;
}
	ul.inline li {
		display: block;
		float: left;
	}
		ul.inline li a {
			display: block;
			float: left;
		}
	ul.breadcrumbs {
		margin-bottom: 1em;
	}
		ul.breadcrumbs a {
			padding: 0.15em 0.25em;
		}

#header {
	background: #004b8d url(images/bg-header.png) repeat-x top left;
}
	#header .accent {
		margin-top: 41px;
	}
	#go-home {
		height: 30px;
		width: 260px;
		display: block;
		float: left;
	}

div.logo-nav {
	height: 125px;
	position: relative;
	background: transparent url(images/action-logo-long.png) no-repeat left center;
}
	div.logo-nav ul {
		position: absolute;
		right: 90px;
		top: 48px;
		font: normal 16px/16px Impact, Haettenschweiler, "Franklin Gothic Bold’", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	}
		div.logo-nav ul li {
			margin-left: 2em;
		}
		div.logo-nav a {
			text-decoration: none;
		}
		div.logo-nav ul li.on a {
			color: #DD3415;
		}

#slider {
	height: 161px;
	overflow: hidden;
	position: relative;
	border-top: 1px white solid;
}
	#slider ul {
		margin: 0;
		padding: 0;
	}
	#slider ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}

#center {
	border-bottom: 1px #76695d solid;
	background: white url(images/bg-center.png) repeat-x top left;
	padding-top: 1.5em;
	position: relative;
	z-index: 3;
}
#home #center {
	padding-top: 3em;
}
/*
#home #center div.container {
	background: transparent url(images/home-center_columns.png) repeat-y top left;
}
*/

#footer {
	border-top: 1px #c7b89a solid;
	background: #76695d url(images/bg-footer.png) repeat-x top left;
	padding: 1em 0 1em 0;
	color: #C7B899;
}
	#footer a {
		color: #92DBE8;
	}
	#footer h2 {
		font-size: 1em;
		font-weight: bold;
		color: white;
	}
	#footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	p.legal {
		font-size: 80%;
		margin: 1em 0 0 0;
	}

ul.button-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.button-list > li {
		margin-bottom: 0.5em;
	}
	ul.button-list p {
		margin-bottom: 0.2em;
	}
	ul.button-list p a {
		font: normal 14px/18px Verdana;
		text-align: left;
		padding: 0.5em;
		background-color: transparent;
	}
	ul.button-list p a.accent:hover {
		background-color: #DD3415;
		color: #004b8d;
	}
.button {
	background-color: #92dbe8;
	font: normal 18px/18px Impact, Haettenschweiler, "Franklin Gothic Bold’", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	color: #004b86;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 0;
}
	.button span {
		display: block;
		padding: 0.5em 1em;
	}
	input.button {
		padding: 0.5em 1em;
		margin: 0;
	}
.button.accent {
	background-color: #dd3415;
	color: white;
}
.button.accent:hover {
	color: #92dbe8 !important;
}

.button.prime {
	font-size: 30px;
	border: 2px #0d2a41 solid;
	background-color: #92dbe8;
	text-align: left;
	position: relative;
	z-index: 0;
	outline: 0;
}
	.button.prime span {
		background: transparent url(images/arrow-right.png) no-repeat 95% center;
		padding: 1em;
		border: 1px #92dbe8 solid;
	}
.button.prime:hover {
	color: #dd3415;
	border-color: #dd3415;
}
	.button.prime:hover span {
		background-image: url(images/arrow-down-accent.png);
	}
.button.prime.on {
	color: #dd3415;
	border-color: #0d2a41;
}
	.button.prime.on span {
		background-image: url(images/arrow-down-accent.png);
		border: 1px #92dbe8 solid;
	}

#header .button.prime {
	background: #92dbe8 url(images/bg-prime_button.png) repeat-x bottom left;
	position: relative;
	top: 3px;
	z-index: 2;
}
	#header .button.prime.on {
		background-image: none;
		background-color: #f8ebac;
		border-bottom-color: #f8ebac;
		z-index: 4;
	}
		#header .button.prime.on span {
			border-color: white;
			border-bottom-color: #f8ebac;
		}

#home .button.prime {
	background: #92dbe8 url(images/bg-prime_button_home.png) repeat-x bottom left;
}

select.orgs {
	background-color: transparent;
	font-size: 90%;
}
	select.orgs option {
		padding: 0.2em;
	}

.excerpt {
	border-top: 2px #e0d8c7 solid;
	background: transparent url(images/bg-excerpt.png) repeat-x top left;
	padding: 0.5em 1em;
	overflow: hidden;
}
	.excerpt .date {
		font-size: 80%;
		margin: 0;
	}
	.excerpt h3 {
		font-size: 1em;
		font-weight: bold;
		color: #004b86;
	}

	.contact p {
		margin: 0;
	}

div.post {
	padding-right: 2em;
	border-right: 1px #c7b899 solid;
}
div.sidebar ul.info {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.info > li {
		border-top: 1px #c7b899 solid;
		margin-bottom: 2em;
	}

.project-process {
	background-color: #004b8d;
	overflow: hidden;
	padding-top: 0.2em;
	margin-bottom: 1em;
}
	.project-process div.span-7 > div {
		float: left;
	}
	.project-process .step {
		font-family: Impact;
		font-size: 3.5em;
		color: #f8ebac;
		padding: 0 0.25em;
	}
	.project-process .step span {
		font-size: 0.4em;
		color: white;
		margin: 0 0.5em;
	}
	.project-process a.button {
		float: left;
		font: 12px/12px Verdana;
	}
	.project-process a.button span {
		padding: 0.25em 0.5em;
	}
.project-process p {
	margin: 0;
	color: #F8EBAC;
}
	.project-process div.last p {
		padding-right: 0.2em;
	}

table.list {
	width: 100%;
}
	table.list td,
	table.list th {
		border-bottom: 1px #c7b899 solid;
	}

	.details {
		font-size: 90%;
		color: gray;
		font-style: italic;
	}

div.project {
	margin: 2em 0 2em 0;
	overflow: hidden;
}
	div.project h1 {
		border-bottom: 1px #76695D solid;
		padding-bottom: 0.2em;
	}
	div.project h2 {
		font-size: 120%;
		background-color: #f8ebac;
		padding: 0.5em 1em;
	}
	div.project h3 {
		font-size: 100%;
		color: #004b8d;
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
		div.project ul.info {
			list-style-type: none;
			margin-top: 1em;
		}
		div.project ul.info label {
			width: 4em;
			display: inline-block;
		}
		ul.actions {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			ul.actions li {
				margin: 0;
				border: 0;
				padding-bottom: 0.5em;
			}
	div.project #map p {
		margin: 0;
	}
	ul.datalist {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
		ul.datalist li a {
			font-size: 80%;
		}
		ul.datalist li.on a {
			color: #DD3415;
			font-weight: bold;
		}
		#home ul.datalist li {
			display: inline;
		}
ul.table {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.table li {
		padding: 0.5em 0;
	}
/********************
 * Forms.
 ********************/
label {
	display: block;
}
fieldset {
	padding: 0;
	border: 0;
}
	fieldset p {
		margin-bottom: 0.5em;
	}
		fieldset input.text {
			width: 95%;
		}
		fieldset textarea {
			width: 95%;
		}

fieldset.actions {
	border-top: 1px #D2B79C solid;
	padding: 0;
	text-align: right;
	position: relative;
}
	span.button {
		display: block;
		float: right;
		position: relative;
		top: -1px;
		margin: 0;
		padding: 0;
		border: 1px #D2B79C solid;
		background: #E0CEB9 url(ui/button-bg-big.png) repeat-x scroll left top;
	}
	span.button button,
	span.button input {
		display: block;
		white-space: nowrap;
		border: 2px #F4ECE6 solid;
		padding: 0.5em 0.5em;
		font: normal bold 1.1em/1em "Helvetica Neue",Arial,Helvetica,sans-serif;
		color: #846046;
		background-color: transparent;
		cursor: pointer;
	}
	#contact-us-form span.button button {
		padding-left: 30px;
	}
.required label {
	color: #846046;
}

.alignright {
	margin-left: 1em;
	margin-bottom: 1em;
}

span.wpcf7-not-valid-tip {
	width: 210px !important;
}

/********************
 * Dialogs.
 ********************/
#dlog {
	display: none;
	text-align: left;
}
#ui-dialog-title-dlog {
	font: normal 18px/18px Impact, Haettenschweiler, "Franklin Gothic Bold’", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}

.icon-pdf {
	background: transparent url(style/icons/icon-pdf.png) no-repeat 2px 2px;
	padding: 2px 2px 2px 24px;
}
.icon-jpg {
	background: transparent url(style/icons/icon-jpg.png) no-repeat 2px 2px;
	padding: 2px 2px 2px 24px;
}
.icon-png {
	background: transparent url(style/icons/icon-png.png) no-repeat 2px 2px;
	padding: 2px 2px 2px 24px;
}
.icon-gif {
	background: transparent url(style/icons/icon-gif.png) no-repeat 2px 2px;
	padding: 2px 2px 2px 24px;
}
