/*
Theme Name: Thrive Baltimore
Theme URI: http://thrivebaltimore.net/
Version: 2009
Author: Robert Spangler
*/

body {
	font: .75em Arial, Helvetica, sans-serif;
	color: #111;
	background: #10222b url('images/page_bg.gif') repeat-x top center;
	margin: 0; padding: 0;
}

/*--------------------------------------------
General and Class */
img {border: 0;}
p {margin: 0 0 18px 0; padding: 0;}
h1 {font: 2.4em "Gill Sans", Arial, Helvetica, sans-serif; color:#07181e; font-weight: normal; text-transform: uppercase; margin: 0 0 12px; padding: 0;}
h2 {font: 2em "Gill Sans", Arial, Helvetica, sans-serif; color:#000; font-weight: normal; margin: 14px 0 6px 0;}
h3 {font: 1.4em Arial, Helvetica, sans-serif; font-weight: normal; margin: 14px 0 4px 0;}
h4 {font: 1.2em Arial, Helvetica, sans-serif; font-weight: normal; margin: 12px 0 4px 0;}
small, .small {font-size: .9em;}
form {margin: 0; padding: 0;}
blockquote {border-left: 2px solid #ccc; font-weight: bold; font-size: .9em; margin: 20px 30px 10px 10px; padding: 0 6px;}
hr {background: #ddd; border: 0; color: #ddd; height: 1px; margin: 2px 0 8px 0;}
input, textarea {font: 1em Arial, Verdana, Sans-Serif;}
dl {margin: 0 0 10px; padding: 0;}
dt {font-weight: bold;}
dd {margin-left: 0; padding-left: 10px;}
label {cursor: pointer;}
small, .small {font-size: .8em;}
a {color: #123344;}
a:hover {color: #3595c7;}

.clear {clear: both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}/* Hide from IE Mac \*/
.clearfix {display:block;}

input.input-text,
input#s,
textarea {
	border-top: 1px solid #777;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 4px;
	background: #fff url('images/input-text_bg.gif') repeat-x top;
	font: 1em Arial, Helvetica, sans-serif;
}
input.populate {color: #555;}
/* General and Class
--------------------------------------------*/


/*--------------------------------------------
Header */
#header {
	width: 960px;
	height: 91px;
}
/* Header
--------------------------------------------*/


/*--------------------------------------------
Wrapper */
#wrapper {
	width: 100%;
	background: url('images/page-wrapper_bg.jpg') no-repeat top center;
	padding-bottom: 40px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#canvas {
	position: relative;
	width: 960px;
	height: 460px;
	background: #e2e4d9 url('images/container-main_bg.jpg') no-repeat top center;
}
/* Wrapper
--------------------------------------------*/


/*--------------------------------------------
Content */
#content {
	margin: 6px 0 0 10px;
	/*width: 660px;
	height: 416px;*/
	width: 610px;
	height: 376px;
	float: left;
	padding: 20px 25px;
	overflow: auto;
}
	#content p {
		line-height: 1.6;
	}
	#content ul {
		margin-bottom: 18px;
	}
		#content ul li {
			line-height: 1.4;
			margin-bottom: 6px;
		}

#mission {
	position: absolute;
	 top: 7px;
	 left: 678px;
	width: 265px;
	height: 425px;
	padding: 5px 4px;
	overflow-y: hidden;
	overflow-x: hidden;	
	font: 1.2em "Gil Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;	
	/*background: url('images/mission-statement.gif') no-repeat top left;*/
}
	#mission em {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
/* Content
--------------------------------------------*/


/*--------------------------------------------
Navigation */
#navigation {
	position: absolute;
	  bottom: 0;
	  left: 0;
	width: 820px;
	height: 33px;
	padding: 5px 0 0 0;
}
	#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#navigation ul li {
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
		}
			#navigation ul li a {
				display: inline-block;
				float: left;
				font: 14px Arial, Helvetica, sans-serif;
				color: #10222b;
				text-decoration: none;
				text-transform: uppercase;
				padding: 4px 2px;
				margin: 0 0 0 18px;
			}
			#navigation ul li a:hover {
				color: #234a5d;
			}
			#navigation ul li.current_page_item a,
			#navigation ul li.current_page_parent a {
				border-top: 3px solid #43180f;
				color: #234a5d;
			}
				#navigation ul li ul {
					list-style: none;
					position: absolute;
					 top: -999em;
					margin: 0;
				}

				/*#navigation ul li:hover ul,*/
				#navigation ul li.sfHover ul {
					top: 25px;
					left: 0;
					padding: 18px 15px 15px 0;
				}
					#navigation ul li ul li {
						 border: 0;
						 float: none;
						 margin: 0;
						 padding: 0;
					}
						#navigation ul li ul li a,
						#navigation ul li.current_page_item ul li a {
							display: block;
							color: #edf7d5;
							width: 120px;
							float: none;
							text-transform: none;
							font-size: 11px;
							padding: 3px 0 3px 4px;
							border-top: 0;
							border-bottom: 0;
							border-left: 2px solid #edf7d5;
						}
						#navigation ul li ul li.current_page_item a {
							display: block;
							color: #aaa;
							width: 120px;
							font-weight: bold;
							float: none;
							text-transform: none;
							font-size: 11px;
							padding: 3px 0 3px 4px;
							border-top: 0;
							border-botoom: 0;
							border-left: 2px solid #edf7d5;
						}
						#navigation ul li ul li a:hover {
							border-top: 0;
							border-bottom: 0;
							color: #c6f751;
						}
						.sf-sub-indicator {display: none;}
/* Navigation
--------------------------------------------*/


/*--------------------------------------------
Footer */
#footer {
	width: 960px;
	text-align: right;
	color: #ccc;
	font-size: .9em;
	padding: 6px 0 0;
}
/* Footer
--------------------------------------------*/

/*--------------------------------------------
sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
/* sIFR
--------------------------------------------*/

ul.wplc_event_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.wplc_event_list li {
		margin: 0 0 12px 0;
		padding: 0 0 12px 0;
		border-bottom: 1px dotted #a58d60;

	}
		ul.wplc_event_list li strong {
			font-size: 1.2em;
		}
		ul.wplc_event_list li .datetime {
			color: #222;
			margin: 0 0 2px;
		}
		ul.wplc_event_list li .description {
			margin-left: 20px;
		}



/*--------------------------------------------
WordPress Styles */
ul#home_description {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}
	ul#home_description li {
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}
.post-excerpt {
	border: 1px dotted #a58d60;
	padding: 10px;
	margin-bottom: 15px;
}
	.post-excerpt h2 {
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-size: 1.5em;
	}
	.post-excerpt p.meta {
		text-transform: uppercase;
		font-size: .9em;
		margin: 0 0 14px;
		padding: 0;
		border-bottom: 1px solid #a58d60;
	}
	.post-excerpt p.options {
		font-size: .9em;
		margin: 0;
		padding: 0;
	}

.post-single {
	margin: 0;
	padding: 0;
}
	.post-single h1 {
		margin-bottom: 0;
		padding: 0;
	}
	.post-single p.meta {
		text-transform: uppercase;
		font-size: .9em;
		margin: 0 0 14px;
		padding: 0;
		border-bottom: 1px solid #a58d60;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 3px double #571900;
	text-align: center;
	background-color: #260B00;
	padding-top: 4px;
	margin: 10px 10px 18px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* WordPress Styles
--------------------------------------------*/


