/**
  Theme Name: SSNC
  Theme URI: http://www.aaronharp.com
  Version: 1.0
  Author: Aaron Harp
  Author URI: http://www.aaronharp.com
  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is what I feel is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/


body {
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #454545;
}

a {
	color: #1a7ffd;
	text-decoration: none;
}

.error {
	color: #F40A1F;
}

.clear {
	clear: both;
}
.clearright {
	clear: right;
}

.center {
	text-align: center;
}

small {
	font-size: 0.9em;
}

h2.special {
	background: #F4850E url('images/subhead-back.png') no-repeat scroll top right;
	height: 19px;
	padding:5px 8px;
	color: white;
	font-size: 16px;
	margin-bottom: 6px !important;
}

h2.special a {
	color: white;
}

li {
	line-height: 1.2em;
}

p {
	line-height: 1.4em;
	margin: 1em 0;
}
p.emphasized {
	font-weight: bold;
	line-height: 2.0em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.foot-list {
	list-style: url('images/foot.png');
	margin-left: 30px;
}
ul.foot-list li {
	line-height: 1.7em;	
	margin-bottom: 0.8em;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin-right: 15px;
}
img.alignright {
	margin-left: 15px;
}

#wrapper {
	background: url('images/background.png') no-repeat scroll top left;
	width: 768px;
	margin: 14px auto;
	padding: 9px 18px;
}

#header {
	
}
	#header h1 {
		
	}
	#banner-wrap {
		clear: both;
		margin: -8px 0 0 -9px;
		height:210px; width:785px;
	}
		#banner-wrap img {
			margin: 8px 0 0 9px;
		}
	#header #nav {
		float: left;
		margin: 8px 0 0 -24px;
	}
		#header #nav li {
			float: left;
			border-right: 1px solid black;
		}
		#header #nav li.last {
			border: 0;
		}
		#header #nav li.donate {
			border: 0;
			margin: -4px 0 0 -7px;
		}
		#header #nav li.donate a {
			padding: 6px 0px 3px 0px;
		}
		#header #nav li a {
			padding: 6px 8px;
			margin: 0 5px 0 7px;
			color: black;
			font-weight: bold;
			display: block;
		}
		#header #nav li a:hover {
			border-bottom: 4px solid #ff5d0e;
		}#dropmenu .contact {	margin-top: 0px;}		#dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fff; font-weight:bold;}#dropmenu li {	background: top no-repeat url('images/subnav-back.png');}#dropmenu a {	color: white;	font-weight: bold;	padding: 7px;	padding-bottom: 26px;	width: 114px;	text-align: center;			display:block; }#dropmenu li:hover, #dropdown a.current {	background: no-repeat white url('images/subnav-hover.png') !important;}#dropmenu li {float:left; position:relative;}#dropmenu ul ul {	background: url('images/dropdown_top_trans.GIF') no-repeat top left;	width: 178px; /*swj*/	top: 42px; 	left: 0;	position: absolute;	padding: 3px 2px 0 3px;	/*background-color: #f19606;*/	display: none;	}	#dropmenu li ul {}	#dropmenu li ul a {height:auto; float:left; }	#dropmenu ul ul ul {top:auto;}	#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}	#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}	#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}	#dropmenu li a.current {			background: no-repeat #fff url('images/subnav-hover.png');		}	#dropmenu li ul li.bottom, #header #dropmenu li ul li.bottom:hover {			background: transparent url('images/dropdown_bottom_trans.GIF') no-repeat bottom left !important;			height: 4px;				width: 174px;			margin: 0px -3px -3px -3px;			clear: both;			display: block;		}	#dropmenu li ul li.white_bottom, #dropmenu li ul li.white_bottom:hover {			background: url('images/dropdown_hover_bottom.gif') no-repeat bottom left;			height: 2px;				width: 168px;			clear: both;			display: block;		}	#dropmenu li ul li {			padding-bottom: 2px;			background: none;	}	#dropmenu li ul li:hover {			background-position: bottom left;			background-repeat: no-repeat;			background: bottom left no-repeat transparent url('images/dropdown_hover_bottom.gif') !important;		}	#dropmenu li ul li:hover a, #dropmenu li ul li:hover li:hover a {			background: top left no-repeat transparent url('images/dropdown_hover_top.GIF') !important;			color: black;		}	#dropmenu li ul li:hover li a {			background: none !important;			color: white;		}					#dropmenu {		position: relative;		margin: 5px 0 20px;		height: 27px;		background-color: #1a7ffd;	}	#dropmenu li ul a { background: none; }	#dropmenu li ul li a {			width: 155px; 			font-size: 11px;			padding: 7px 19px 7px 7px;		}		#dropmenu li ul li ul {			left: 178px !important; /* 178px destiny associates */			margin: 0;			text-indent: 0;		}					
	#subnav {
		position: relative;
		margin: 5px 0 20px;
		height: 27px;
		background-color: #1a7ffd;
	}
		#subnav li {
			display: inline;
		}
		#subnav li a {
			background: no-repeat white url('images/subnav-back.png');
			color: white;
			font-weight: bold;
			padding: 7px;
			padding-bottom: 26px;
			width: 114px;
			text-align: center;
			float: left;
		}
		#subnav li a.current {
			background: no-repeat #fff url('images/subnav-hover.png');
		}
		#subnav li ul {
			background: url('images/dropdown-top.png') no-repeat top left;
			width: 169px;
			top: 42px; 
			position: absolute;
			padding: 3px 2px 0 3px;
			background-color: #f19606;
			display: none;
			z-index: 100;
			/*opacity: 0.92;
			-moz-opacity: 0.92;
			filter:alpha(opacity=92);*/
		}
		#subnav li ul li {

		}
		#subnav li ul a { background: none; }
		#subnav li ul li.bottom {
			background: url('images/dropdown-bottom.png') transparent no-repeat bottom left;
			height: 4px;	
			margin: -8px -3px -3px -3px;
			clear: both;
			display: block;
		}
		#subnav li ul li a {
			width: 155px;
			font-size: 11px;
			padding: 7px;
		}
		#subnav li ul li a:hover {
			background: url('images/dropdown-hover.png');
			color: black;
		}
		#subnav li ul li ul {
			top: 0px; left: 174px !important; /* 178px Destiny Associates */
		}
		
		#subnav li.about ul { left: -24px; }
		#subnav li.events ul { left: 105px }
		#subnav li.early ul { left: 230px; }
		#subnav li.media ul { left: 360px; }
		#subnav li.help ul { left: 490px; }
		#subnav li.contact ul { left: 611px; }
		
	#header #logo {
		margin-bottom: 6px;
		cursor: pointer;
		float: right;
	}
	
#sidebar {
	float: left;
	width: 184px;
}
	#sidebar .signup-email {
		margin-top: 0;
	}
	#sidebar .box, #sidebar .widget ul, #special-news .box {
		padding: 6px;
		border: 2px solid #ffdf61;
		margin-bottom: 20px;
	}
	#sidebar .box a, #sidebar .widget ul a, #special-news .box a {
		color: black;
		text-decoration: underline;
		font-weight: bold;
	}
	#sidebar .box li, #sidebar .widget ul li,#special-news .box li {
		font-size: 10px;
		margin: 0.5em 0;
	}
	#sidebar .widget ul ul {
		border: 0;
		margin-bottom: 0;
	}
	#sidebar .widget ul ul ul {
		margin-left: 9px;
	}
	#sidebar #collapsible-archive ul li {
		margin-bottom: 0;
	}
	#sidebar #collapsible-archive img {
		margin-right: 3px;
	} 
	#sidebar hr {
		height: 1px;
		background-color: #f4850e;
		border: 0;
		margin: 20px 15px;
	}
	#sidenav li {
		border: 1px solid #ff3333;
		padding: 4px 6px;
		margin: 5px 0;		
	}
	#sidenav a {
		color: black;
		font-size: 1.15em;
	}
	#sidenav li:hover, #sidenav li.current_page_item {
		border-color: #4899fd;
	}
	#endorse {
    margin-top: 40px;
	}
	#endorse p {
		text-align: center;
		color: #f40a1f;
		font-size: 0.95em;
	}
	
#content {
	margin-left: 220px;
	width: 548px;
	_width: 538px;
	_margin-left: 200px;
	min-height: 500px;
}
	#content.full {
		margin-left: 0;
		width: auto;
	}
	#content h1 {
		font-weight: normal;
		font-size: 1.6em;
		margin: 1em 0;
	}
	#content h2:first-child {
		margin-top: 0;
	}
	#content h2 {
		font-weight: normal;
		font-size: 1.45em;
		margin: 1em 0;
	}
	#content h3 {
		margin: 1em 0;
		font-size: 1.3em;
		color: #1a7ffd;
	}
	#content h4 {
		font-weight: bold;
		margin: 1em 0;
	}
	#content object {
		z-index: 0;
	}
	#content .media-boxes {
		border: 0px solid black;
		width: 740px;
		margin: 0 auto;
	}
	#content .media-buttons img {
		margin-right: 20px;
	}
	#content ul, #content ol {
		margin-left: 18px;
		margin: 1em 0 1em 20px;
	}
	#content ul {
		list-style: disc;
	}
	#content ol {
		list-style: decimal;
	}
	#content ul li, #content ol li {
		margin: 0.4em 0;
	}
	#special-news {
		width: 365px;
	}
	#special-news .box {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#home-boxes {
	}
		#home-boxes h3 {
			font-weight: bold;
			color: white;
			height: 26px;
			padding-top: 10px;
			text-align: center;
			margin-bottom: 10px;
			font-size: 1.0em;
		}
		#home-boxes #box1 h3 { background-color: #f68603; padding-top: 5px; height: 31px; }
		#home-boxes #box2 h3 { background-color: #1a7ffd; }
		#home-boxes #box3 h3 { background-color: #24a62e; }
		#home-boxes .box {
			float: left;
			width: 168px;
			margin-right: 20px;
			_margin-right: 16px;
			margin-bottom: 20px;
			z-index: -10;
		}
			#home-boxes .box div {
				border: 1px solid #fecb51;
				padding: 0 10px;
				height: 190px;
				position: relative;
			}
			#home-boxes .box div p {
				text-align: center;
			}
			#home-boxes .box ul {
				list-style: none;
				margin-left: 0;
			}
			#home-boxes .box div li {
				font-size: 0.8em;
			}
			#home-boxes .box div a {
				color: #FF6E00;
			}
			#home-boxes .box div p.link {
			  position: absolute;
			  top: 158px; width: 147px;
				text-align: right;
				font-size: 0.95em;
			}
		#home-buttons {
			width: 105%;
		}
		#home-buttons img {
			margin-right: 18px;
		}

#content.blog .post {
	border-top: 2px dotted #454545;
	padding-top: 15px;
}
	#content.blog .post h2 {
		margin-bottom: 3px;
	}
	#content.blog .post h2 a {
		color: #f40a1f;
	}
	#content.blog .post h2#comments {
		border-top:2px dotted #454545;
		padding-top: 15px;
	}
	#content.blog .post h2#comments, #content.blog .post h2#postcomment {
		font-size: 1.25em;
	}
	#content.blog .topmeta {
		margin: 0 0 1.5em 0;
	}
	#content.blog .topmeta a {
		color: #454545;
		font-style: italic;
		float: right;
	}
	#content.blog .botmeta {
		font-style: italic;
		margin: 1.0em 0 1.5em 0;
	}
	#content.blog .botmeta a.more {
		font-style: normal;
		float: right;
		font-weight: bold;
		font-family: Tahoma, Verdana, Arial, sans-serif;
	}
	#comment {
		width: 400px;
		height: 120px;
	}
	#commentlist {
		list-style: decimal;
		margin-left: 22px;
	}

.contact {
	margin-top: 50px;
}
  .contact label {
		display: block;
		text-align: right;
		padding-top: 3px;
		margin-right: 10px;
		margin-bottom: 4px;
		float: left;
		font-size: 1.15em;
		width: 160px;
  }
	.contact input, .contact select, .contact textarea {
		font-size: 1.15em;
		width: 250px;
		margin-bottom: 4px;
		border: 1px solid #f19606;
		padding: 3px;
	}
	.contact #state {
		width: 144px;
		padding: 1px 3px;
	}
	.contact label.zip {
		margin-left: 4px;
		display: inline;
		float: none;
	}
	.contact #zip {
		width: 60px;
	}
	.contact #day_phone, .contact #home_phone {
		width: 184px;
	}
	.contact #submit {
		background: url('images/button-submit.png') no-repeat scroll top left;
		width: 144px; height: 27px;
		border: 0; padding: 0;
		color: white;
		margin-left: 170px;
	}
	.contact #subject {
		width: 258px;
	}
	.contact #reset {
		background: url('images/button-clear.png') no-repeat scroll top left;
		width: 144px; height: 27px;
		border: 0; padding: 0;
		color: white;
		margin-left: 55px;
	}
	
	.contact #comments {
		width: 360px;
		height: 110px;
	}
	
#content #pagination {
	margin: 0;
	list-style: none;
}
	#content #pagination .previous {
		float: left;
		margin-bottom: 20px;
	}
	#content #pagination .future {
		float: right;
		margin-bottom: 20px;
	}

#footer {
	clear: both;
	margin-top: 17px;
	color: black;
	font-weight: bold;
}
	#footer p, #footer li {
		text-align: center;
	}
	#footer ul {
		margin: 15px auto;
		width: 746px;
	}
	#footer li {
		display: inline;
		padding: 0 8px 0 6px;
		border-right: 2px solid black;
	}
	#footer li.last { border: 0; }
	#footer li a {
		color: black;
		padding-bottom: 4px;
	}
	#footer li a:hover {
		border-bottom: 4px solid #ff5d0e;
	}
	#footer hr {
		border: 0; height: 1px;
		background-color: #c0bdbd;
	}
	#footer p.location {
		margin: 0.7em 0;
		font-weight: normal;
	}
	#footer p.copyright a {
		color: #0e90f4;
	}



#newswrapper{
        width:100%;
        height:100%;
	max-width:540px;
	margin: 0 auto;
}

.newsbox{
        position:relative;
	float:left;
        width:175px;
        height:220px;
	margin-left:5px;
	margin-bottom:5px;
}

#classicwrapper{
    width:100%;
    height:100%;
	max-width:540px;
	margin: 10px 0 0 0;
}
.title-classic{
    width:540px;
    position:relative;
	float:left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bolder;
	color: #0067aa;
	text-align: left;
}

.largelogo{
    position:relative;
	float:left;
	width:100%;
	height:100%;
	max-width:540px;
	text-align:center;
	padding:30px 0 30px 0;

}

.small-logo{
position:relative;
	float:left;
	height:100px;
	width:270px;
	text-align:center;
	margin:10px 0 10px 0;
	
	
}

.back2top{
    position:relative;
	float:right;
	width:540px;
	text-align:right;
	text-decoration:none;


}

.textclassic{
    padding:30px 0 30px 0;
    text-align:left;
	position:relative;
	float:left;
	width:270px;
	line-height:15px;
	font-size:9pt;
}

.print {	background-image: url('images/printer.JPG');	float: right;	width: 25px;	height: 17px;}