/*
Theme Name: Start-Philly
Theme URI: http://www.startphilly.com/
Description: 
Version: 1.0.0
Author: John Cappiello
Author URI: http://www.startphilly.com
Tags: 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


html, body, * html .main { height:100%; }
table { border-collapse:collapse; }
body, td, form, h1, h2, h3, h4, h5 ,h6, ul, li, p { margin:0; padding:0; }
img { border:0 none; }
map { display:none; }
h1, h2, h3, h4, h5 ,h6 { letter-spacing:normal; }

.wf { width:100%; }
.hf { height:100%; }
.whf { width:100%; height:100%; }
.tar { text-align:right !important; }
.tal { text-align:left !important; }
.tac { text-align:center !important; }
.di img { display:inline !important;}
img.di { display:inline !important;}
.clr { clear:both; height:1px; overflow:hidden; }
.clear { clear:both; }
object { display:block; }	
.fl { float:left; }
.fr { float:right; }
.block { display:block; }
.hide { display:none; }

body, td, th, form, h1, h2, h3, h4, h5 ,h6, ul, li, p, div, a, code, blockquote { font-size:12px; font-family:arial,helvetica,sans; color:#000; line-height:200%; }
textarea, input { font-size:12px; font-family:arial,helvetica,sans; color:#000; }
a, a:link, a:active { text-decoration:underline; color:#CC7819; }
a:hover { color:#CC7819; }
a:visited { color:#CC7819;/*#6300CC*/; }
.ainv a, .ainv a:link, .ainv a:visited, .ainv a:active { text-decoration:none; }
.ainv a:hover { text-decoration:underline; }
a.ainv:link, a.ainv:visited, a.ainv:active { text-decoration:none; }
a.ainv:hover { text-decoration:underline; }

/** basic **/

/**
== STRUCTURE: ========================
    * Page width:            980 px
    * Number of columns:     24
    * Column width:          20 px
    * Margin width:          20 px
======================================
**/

/* added while developing */

/* added while developing */


.main {
	min-height:100%;
	background: #1C334A;
}
.padds {
	padding:10px 0;
	width:1010px;
	margin:0 auto;
}
.borders {
	border:1px solid #1C334A;
}
.bg-1 {
	background:#1C334A;
	padding:4px;
}
.bg-2 {
	background:#FEFEF1;
}
.header {
	background:#FEFEF1 0 0 no-repeat;
	height:112px;
	padding:0 10px;
}
.top-title {
	font-size:25px;
	padding: 0;
  margin: 0;
	font-weight: bold;
  float: left;
	  line-height: 0%;
}
	.top-title a {
		font-size:25px;
		color:#1C334A !important;
		text-decoration:none;
    padding: 0;
    margin: 0;
    clear: none;
	  line-height: 0%;
	}
	.top-title a img {
    padding: 0;
    margin: 8px 0 0 14px;
  }
.slogan {
  color: #1C334A;
	font-size:16px;
	padding:35px 10px 0 0;
	line-height:120%;
	font-weight:bold;
  float: right;
}
.white {
	color:#FFF;
}
.top-nav {
  clear: both;
	background: 0 0 repeat-x #5F9154;
	border-top:1px solid #5F9154;
	border-bottom:1px solid #5F9154;
	height:28px;
}
.list-1, .list-2, .list-3 {
	list-style:none;
	padding:0;
	margin:0;
}
.list-1 {
	height:28px;
}
	.list-1 li {
		height:28px;
		list-style:none;
		padding:0;
		float:left;
		display:block;
		margin:0;
		line-height:110%;
	}
	.list-1 li {
		height:22px;
		padding:6px 20px 0 20px;
		float:left;
		background:#5F9154;
		border-right:1px solid #5F9154;
	}
	.list-1 a {
		font-size:15px;
		line-height:110%;
		color:#FEFEF1 !important;
	}
	.list-1 a.act, .list-1 li.current_page_item {
		font-weight:bold;
		background:#5F9154;
	}
	.top-nav span.fr {
		padding:6px 20px 0 10px;
		border-left:0px solid #9FA2A4;
		height:22px;
		line-height:100%;
	}
	.top-nav div.fr {
		padding:1px 0 0 0;
		line-height:100%;
	}
.button {
	cursor:pointer;
	font-size:13px;
	color:#000;
}
.textfield {
	width:150px;
	color:#999;
	font-size:13px;
}
.search-button {
	background:url(img/find.gif) no-repeat;
	width:50px;
	height:22px;
	text-align:center;
	border:0 none;
	margin: 1px 0 0 10px;
}
.orange-button {
	background:url(img/button.gif) no-repeat;
	width:94px;
	height:25px;
	text-align:center;
	border:0 none;
	color:#FFF;
}
.search-textfield {
	padding-right: 20px;
  margin: 1px 20px 0 0;
	background:url(img/search.png) 4px 4px no-repeat #FFF;
  background-position: center right;
  color: #000;
}
.footer {
	height:25px;
	background: 0 0 repeat-x #5F9154;
}
	.footer div {
		padding:0px 20px 0 20px;
	}
	.footer * {
		font-size:13px !important;
		color:#FFFFFF !important;
		text-decoration:none !important;
	}

.copyright {
  color: #FEFEF1;
  text-align: center;
  padding: 5px 80px;
  line-height: 13px;
  font-size: 11px;
}

.side-padds {
	padding:20px 20px 0 20px;
	min-height:1px;
}
* html .side-padds {
	height:1px;
}

.span-2 {
  width:70px;
  margin: 10px 10px 0 0;
  text-align: center;
}

  .span-2 a {
    text-decoration: none;
    margin: 2px;
  }

  .span-2 div.count {
    width: 30px;
    padding: 2px 10px 10px 11px;
    text-align: center; 
    background: transparent url(img/share/speechbubble.png) no-repeat scroll 0 0;
    margin: 0 5px 5px 10px;
    font-size: 17px;
    font-weight: bold;
  }

  .span-2 div.share_buttons {
    padding-top: 5px;
    border:1px solid #e8e8e8;
    background:#FFFFFF;
    text-align: center;
  }

.span-4 {
  width:480px;
  margin: 0;
}
.span-right {
  width:330px;
  padding: 10px 0 10px 28px;
}

.span-5 {
	width:302px;
	margin:0;
}
.span-14 {
	width:540px;
	padding:0 0 20px 0;
}
.span-12 {
	width:570px;
	padding:0 0 20px 0;
}
.side-block {
	border:1px solid #C1EAFC;
	background:#F2FAFC;
	padding:10px 15px 10px 15px;
	line-height:150%;
	margin:0 0 15px 0;
}
	.side-block * {
		line-height:150%;
	}
	.side-block ul li {
		padding:0 0 5px 0px;
		/* background:url(img/raquo.gif) 4px 7px no-repeat;*/
		margin: 0 0 0 20px;
    list-style: disc outside none;
	}
#side_follow_along img {
  margin: 5px 5px; 
  width: 32px;
  height: 32px;
}

.side-title {
	font-size:14px;
	padding:0 0 5px 0;
}
	.list-2 li {
		padding:0 0 10px 20px;
		background:url(img/raquo.gif) 4px 5px no-repeat;
		margin:0;
		list-style:none;
		display:block;
	}
	.list-2 .sublevel {
		padding:0 0 10px 36px;
		background:url(img/raquo.gif) 20px 5px no-repeat;
	}
	.list-2 span {
		font-size:11px;
		color:#999;
	}
	.list-2 .act {
		font-weight:bold;
		color:#CC4200 !important;
	}
	.list-3 li.i {
		padding:0 0 20px 0;
		margin:0;
		list-style:none;
		display:block;
		min-height:1px;
	}
		.list-3 li.i p {
			padding-bottom: 15px;
		}
		.list-3 li.i h3 {
			font-size: 15px;
		}
		.list-3 li.i h4 {
			font-size: 13px;
		}
		.list-3 li.i ul {
			padding-bottom: 15px;
		}
			.list-3 li.i p ul {
				padding-bottom: 0px;
			}
		blockquote {
			display:block;
			margin:0;
			background:url(img/top-quotes.gif) 20px 0 no-repeat;
			padding:0 0px 15px 0px;
			font-style: italic;
		}
		blockquote p {
			display:block;
			background:url(img/bottom-quotes.gif) right bottom no-repeat;
			padding:20px 20px 20px 40px;
			margin:0 20px 0 0;
		}
		code {
			margin:0 20px;
			padding:15px;
			background:#EDFBF6;
			display:block;
			/* border:1px solid #BEE2D5; */
		}
	* html .list-3 li {
		height:1px;
	}
.calendar {
	background:url(img/calendar.gif) no-repeat;
	width:47px;
	height:53px;
	line-height:100%;
	position:absolute;
	margin:0 auto auto 0;
}
	.calendar span {
		padding:11px 0 6px 0;
		color:#FFF;
		font-size:11px;
		line-height:100%;
	}
	.calendar div {
		font-weight:bold;
		color:#FFF;
		font-size:19px;
		line-height:100%;
	}
.title, .title-0 {
	padding:6px 0 10px 0px;
	line-height:110%;
}
	.title * {
		line-height:110%;
	}
	.title div {
		padding: 0;
		font-size:13px;
		color:#999;
		line-height:150%;
    margin-bottom: 5px;
	}
		.title a {
			font-size:13px;
		}
.title-0 {
	padding:0 !important;
	margin:0 !important;
}
	.title-0 .title-1 {
		margin-top: 0;
		padding-top: 0;
	}
.title-1, .title-1 a {
	font-size:19px;
	font-weight:bold;
	margin: 1px 0 3px 0;
}
.permalink {
	padding:0 0 0 25px;
	margin:0 30px 0 0;
	background:url(img/permalink.gif) 0 0 no-repeat;
	font-size:11px;
}
.comments {
	padding:0 0 0 0px;
	margin:0 30px 0 0;
/*	background:url(img/comment.gif) 0 0 no-repeat; */
	font-size:11px;
}
.list-3 li.i h3.title-2 {
	font-size:14px;
}
.title-2 {
  margin: 5px 0 0 0;
  font-weight: normal;
  color: #666;
}
p.clear {
	padding:10px 0 0 0;
}
	.list-3 ul {
		display:block;
		padding:0;
		margin:0;
		list-style:none;
	}
		.list-3 ul li {
			position:relative;

      padding:0 0 5px 0px;
      margin: 0 0 0 20px;
      list-style: disc outside none;
		}
.list-4 {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
	.list-4 li {
		display:block;
		padding:0 20px 15px 20px !important;
		margin:0 !important;
		list-style:none;
	}
	* html .list-4 li {
		padding:0 40px 0 20px !important;
	}
	*:first-child+html .list-4 li {
		padding:0 40px 0 20px !important;
	}
	.list-4 img {
		position:absolute;
		margin:0 auto auto 0;
	}
	* html .list-4 img {
		margin:20px auto auto 0;
	}
	*:first-child+html .list-4 img {
		margin:20px auto auto 0;
	}
	.list-4 .tp {
		display:block;
		height:35px;
		padding:0 0 0 40px;
		margin:0;
		text-align:left;
	}
		.list-4 .tp cite {
			display:inline;
			padding:0;
			margin:0;
		}
#wp-calendar caption {
	padding-bottom: 5px;
}
#wp-calendar th {
	padding-top: 5px;
}
#wp-calendar td {
	padding-right: 9px;
	line-height: 150%;
}

.alignnone {
	padding: 0px 15px 5px 0;
}
.alignleft {
	float: left;
	padding: 0px 15px 5px 0;
}
.alignright {
	float: right;
	padding: 0px 0px 5px 15px;
}
.aligncenter {
	float: right;
	padding: 0px 0px 5px 15px;
}

.com h3 {
	margin-bottom: 15px;
}
#commentform p {
	margin-bottom: 5px;
}
	#commentform p label {
		margin-left: 5px;
	}
.wp-caption {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-text {
  font-size: 10px;
  font-style:italic;
}

.wp-caption-dd {
	font-size: 10px;
  font-style: italic;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.date {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}

div.sociable { margin: 5px 0; }

.sociable_tagline { 
  position: relative; 
  float: left;
  font-size: 13px;
  padding-right: 10px;
  margin-top: -3px;
}
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

div.adv {
  margin: 10px 10px 5px 0;
}

.dsq-comment-count {
  font-size: 10px;
}

.wpcf7 table tr td {
  padding-top: 10px;
}

.wpcf7 textarea {
  margin-top: 10px;
}

.wpcf7 .form-header {
  font-weight: bold;
  padding-right: 10px;
}

.featured-job {
	border:1px solid #C1EAFC;
	background:#F2FAFC;
  padding: 5px 10px;
}

.featured-job > a {
  text-decoration: none;
}

.featured-job-title {
  font-weight: bold;
}

div#tb_tools {
  display: none;
}
