@charset "UTF-8";
/*------------------------------------------------------------------------
* Filename:					site.css
* Description:				Basic skin CSS
* Version:					1.0.0 (2009-02-20)
* Website:					http://refreshtoledo.org
* Author:					MBraun

== STRUCTURE & INDEX ===================================================

* Page width:				960px

* Anchors:
__reset						Reset default browser styles
__bodyAndHtml				Basic style for body and html
__header					Header definitions
__logo						Logo related
__icons						Icon related (Word, Excel, PDF, etc)
__mainNav					Main navigation
__search					Search related
__linksAndButtons			Links and buttons
__lists						Lists
__textAndHeadings			Text and Headings
	__mainHeadings			Main headings
	__subHeadings			Sub headings
__hero						Hero graphic related
	__sidebar				Sidebar
__form						Form
__footer					Footer definitions
__templateMaps				Template maps related style
__selectionGrids			Selection grids
__pageAndSectionSpecific	Page and section specific style
__rssTicker					RSS Ticker

------------------------------------------------------------------------*/

/* __reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
.replaced {	display:block;height: 0 !important;overflow:hidden; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */
* html .clearfix {
	height: 1%;
}
.noshow {
	display:none;
}

/* __bodyAndHtml */
html, body {
	font:13px/1.5 Arial, Helvetica, sans-serif;
	background: #718EAF;
	color: #333;
	font-size: 12px;
	padding: 0;
}

/* __linksAndButtons */
a { color: #333;text-decoration: none;}
a:hover { text-decoration: underline;}
a:focus{outline:1px #999 dotted;}

/* __lists */
ul.link_list, ul.event_list {
	list-style: none;
}
ul.link_list li, ul.event_list li {
	margin-bottom: .5em;
	font-size: 13px;
	color: #333; 
}
ul.event_list li p {
	margin-bottom: 0;
}

li.twitter {
	list-style-image: url('../img/icons/twitter.gif');
}
li.facebook {
	list-style-image: url('../img/icons/facebook.gif');
}
li.linkedin {
	list-style-image: url('../img/icons/linkedin.gif');
}

.sponsor {
	font-size: 11.5px;
	color: #666;
}
.sponsor .logo_link {
	display: block;
	margin-bottom: .25em;
}


/* __textAndHeadings */
p, ul, ol, fieldset {
	margin: 0 0 1em 0;
}
ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}
h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:16px}h5{font-size:14px}h6{font-size:13px}

h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 23px;
	color: #D45F2B;
	padding-bottom: .25em;
	font-weight: normal;
	border-bottom: 1px solid #D45F2B;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 18px;
	color: #395F96;
	padding-top: .75em;
	font-weight: normal;
	border-top: 1px solid #395F96;
	margin: 0 0 4px 0;
}
.article_body h3 {
	border-top: none;
}

h4 {
	font-weight: normal;
	font-size: 21px;
}

/* Table styles */
td, th, caption {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

col {
	background-color: silver;
	}

thead th, tfoot th, tfoot td {
	text-align: left;
	}

caption {
	background-color: black;
	color: white;
	font-style: italic;
	}
	
pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}

/* __mainHeadings */

/* __subHeadings */

/* __header */
#header {
	background: #FFF url('../img/skin/hdr_btm.gif') repeat-x bottom left;
	padding: 0 0 10px 0;
	
}
.title_container {
	padding-top: 20px;
}

#photo_masthead {
	background: transparent url('../img/skin/masthead_photo_bg.gif') repeat-x top left;
}
#photo_masthead img {
	display: block;
}

#member_login {
	text-align: right;
	padding-top: 8px;
}
#member_login p {
}

/* __search */
#header .search_box {
	float: right;
	padding: 0 10px 0 0;
}
#searchform.nonsafari {
	margin: 0;
	padding: 0;
}
#searchform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchform label {
	color: #999;
	display: none;
}
#searchform.nonsafari input {
	/*width: 180px;*/ 
	color: #222;
}
#searchform #submitquery {
	display: none;
	visibility: hidden;
	height: 0;
}
#searchform.nonsafari {
	background: url('../img/search.png') no-repeat 0 -29px;
	padding-left: 19px;
}
#searchform.nonsafari .sbox_r {
	background: url('../img/search.png') no-repeat right -29px;
	float: left;
	width: 19px;
	height: 19px;
}
#searchform.nonsafari .sbox_r_f2 {
	background: url('../img/search.png') no-repeat right -80px;
	float: left;
	width: 19px;
	height: 19px;
}
#searchform.nonsafari input {
	background: url('../img/search.png') repeat-x 0 1px;
	float: left;
	border: 0;
	height: 19px;
	width: 132px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

#main_content {
	background: #FFF;
	padding: 20px 0 20px 0;
}

#main_content a {
	
}
#main_content a:link {
	color: #2E62AB;
}
#main_content a:visited {
	color: #333;
	text-decoration: underline;
}
#main_content a:hover {
	color: #D45F2B;
}
#main_content a:active {
	color: #333;
}

#main_content h4 a:link, #main_content h4 a:visited, #main_content h4 a:hover, #main_content h4 a:active {
	color: #333;
}

#main_content h4 a:hover {
	color: #D45F2B;
}
#main_content h4 a:visited {
	text-decoration: none;
}

p.intro {
	font-size: 15px;
}

.article_preamble {
	font-size: 16px;
	color: #000;
}

/* __footer */
#footer {
	padding: 20px 0 40px 0;
	background: #718EAF url('../img/skin/ftr_top.gif') repeat-x top left;
	
}
#footer p {
	padding: 8px 0;
	color: #C6D2DF;
}
#footer .copyright {
	text-align: right;
}

/* __logo */
#global_title {
	padding: 4px;
	width: 318px;
}
#global_title .logo {
	background: transparent url('../img/skin/ui_sprites.gif') no-repeat -10px -10px;
	height /* */: 40px; /* False value for IE4-5.x/Win. */
	padding:40px 0 0 0;
	width: 318px;
}
#global_title .logo:hover {
	background-position: -10px -50px;
}

/* __selectionGrids */
.map_preview h3 {
	font-size: 16px;
}
.map_preview {
	margin-bottom: 20px;
}
p.reqs {
	padding: 0;
	margin: 0;
}

/* __hero */
.hero {
	display: block;
	padding-bottom: 18px;
}
/* __icons */
.pdf_icon {
	padding: 6px 0 6px 36px;
	
}
.excel_icon {
	padding: 6px 0 6px 36px;
	
}
/* __sidebar */

/* __form */
.form_table {
	width: 100%;
}
.form_table td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}
.form_table .text_input, .form_table textarea {
	width: 100%;
}
.form_table .label_holder {
	width: 100px;
	text-align: right;
	vertical-align: top;
}

/* __pageAndSectionSpecific */


/* __rssTicker */
.ticker_holder {
	margin-bottom: 10px;
}
#ticker {
	margin: 0 0 10px 0;
	padding: 0;
	height: 26px;
	background: #e4e4e4 url('../img/ticker_left.gif') no-repeat top left;
	border: 0px solid #000;
}
#content .ticker_holder a:link, .ticker_holder a:visited, .ticker_holder a:hover, .ticker_holder a:active {
	text-decoration: none !important;
	color: #7c7c7c !important;
	font-weight: bold;
}
#content .ticker_holder a:link strong, .ticker_holder a:visited strong, .ticker_holder a:hover strong, .ticker_holder a:active strong {
	text-decoration: none;
	color: #207EE8;
}
.rss-widget-outer-div {
	margin: 0;
	padding-right: 5px;
	background: url('../img/ticker_right.gif') no-repeat top right;
	border: 0px solid #000;
}
.rss-widget-inner-div {
	padding: 5px 20px 3px;
	font-family: arial, helvetica, sans-serif;
}
.rss-widget-title {
	padding-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #252525;
}
#content .rss-widget-item-desc {
	padding-left: 10px;
	font-weight: normal;
}

/* Nav */
#global_hdr_nav {
	padding-top: 42px;
}
#global_hdr_nav ul {
	padding-left: 136px;
}
#global_hdr_nav li, #global_ftr_nav li {
	list-style: none;
}
.navitem {
	float: left;
	margin-right: 0;
}
.navitem.first {
	padding-left: 0;
	margin-left: 0;
}

/* Header nav */
#header .nav_link, #footer .nav_link {
	background: transparent url('../img/skin/ui_sprites.gif') no-repeat 0 0;
	height /* */: 22px; /* False value for IE4-5.x/Win. */
	padding:22px 0 0 0;
	width: 72px;
}
#header .contact .nav_link
{
	background-position: -10px -176px;
	width: 65px;
}
#header .events .nav_link
{
	background-position: -98px -176px;
	width: 52px;
}
#header .blog .nav_link
{
	background-position: -180px -176px;
	width: 38px;
}
#header .jobs .nav_link
{
	background-position: -240px -176px;
	width: 38px;
}
/* Page specific */
body.contact #header .contact .nav_link, #header .contact .nav_link:hover
{
	background-position: -10px -199px;
}
body.events #header .events .nav_link, #header .events .nav_link:hover
{
	background-position: -98px -199px;
}
body.blog #header .blog .nav_link, #header .blog .nav_link:hover
{
	background-position: -180px -199px;
}
body.jobs #header .jobs .nav_link, #header .jobs .nav_link:hover
{
	background-position: -240px -199px;
}

/* Footer nav */
#footer .contact .nav_link
{
	background-position: -10px -233px;
	width: 65px;
}
#footer .events .nav_link
{
	background-position: -98px -233px;
	width: 52px;
}
#footer .blog .nav_link
{
	background-position: -180px -233px;
	width: 38px;
}
#footer .jobs .nav_link
{
	background-position: -240px -233px;
	width: 38px;
}
/* Page specific */
body.contact #footer .contact .nav_link, #footer .contact .nav_link:hover
{
	background-position: -10px -256px;
}
body.events #footer .events .nav_link, #footer .events .nav_link:hover
{
	background-position: -98px -256px;
}
body.blog #footer .blog .nav_link, #footer .blog .nav_link:hover
{
	background-position: -180px -256px;
}
body.jobs #footer .jobs .nav_link, #footer .jobs .nav_link:hover
{
	background-position: -240px -256px;
}

#footer a, a.mi {
	color: #FFF;
}

.manifesto li {
	font-size: 16px;
	color: #5274B7;
}
.job_list ul {
}
.job_list li {
	list-style: none;
	margin-left: 0;
	margin-bottom: .75em;
}

.post_job_btn {
	background: transparent url('../img/skin/ui_sprites.gif') no-repeat -10px -310px;
	height /* */: 40px; /* False value for IE4-5.x/Win. */
	padding:40px 0 0 0;
	width: 221px;
}
.post_job_btn:hover {
	background-position: -10px -350px;
}

.error {
	color: #D45F2B;
}

div.success {
	padding: .5em;
	margin-bottom: 1em;
	background-color: #E9F2E4;
}

.article_body {
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}

/*Comment related*/
.user_comment { margin: 10px; padding: 1em 0 1em 0; border-top: 1px dotted #CCC; }
.comment_body p { }
.comment_meta p { margin: 0; padding: 0; font-size: 10.5px; }
.avatar { float: left; width: 50px; margin-right: 10px; }
.comment_content { float: left; width: 340px; }
#comment_form p { margin: .5em 0; padding: 0; }
#comment_form textarea, textarea { padding: .25em; font-family: Arial, Helvetica, sans-serif; }
.captcha_txt_entry_holder { margin-bottom: 8px; }

.blog_content, .upcoming_events {
	position: relative;
}
.rss_link_wrapper { position: absolute; top: 10px; right: 6px; }