/*
Theme Name: STS
Theme URI: http://wordpress.org/
Description: This is an awesome theme.
Version: 0.9
Author: Ryan Potter / Jordan Brown
Author URI: http://wearetopsecret.com
Tags: awesome, cool, phat, rad, widgets

*/

* {
	margin: 0;
	padding: 0;
}

html {
	width:100%;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background:#e2e2d2;
	background: url('images/bg-image.gif') repeat-x #e2e2d2;
}

#main {
	width:960px;
	margin: 0 auto;
}

.clear-both {
	clear: both;
}

a {
	text-decoration: none;
	color: #58595b;
}

a:hover {
	color: #9d9d95;
}

a:visited {
	
}

img {border:none;}


/* //////////////////////////// header styles ////////////////////////*/
#header {
	width:960px;
	height:102px;
	margin-top:6px;
}


#logo {
	float: left;
	width:230px;
	height:48px;
	background: url('images/logo.jpg');
	margin: 6px 0 0 0;
}

#phone {
	position:relative;
	margin: 28px 0 0 117px;
	float: left;
	width: 62px;
	height: 15px;
	background: url('images/phone.jpg');
	border-right: 1px solid rgb(82,76,80);
}

#address {
	margin: 28px 0 0 7px;
	float: left;
	width:110px;
	height: 13px;
	background: url('images/address.jpg');
}
	
#science {
	margin: 23px 0 0 15px;
	float: left;
	width:65px;
	height:24px;	
	background: url('images/science.jpg');
}

#nav-list li {
	list-style:none;
	float:left;
	display:block;
	width:115px;
	height:41px;
	text-indent:120px;
	padding-right:2px;
	overflow:hidden;
	margin: 2px 0 0 0;
}

#nav-list li a {
	display:block;
	width:115px;
	height:41px;
}

#nav-home {
	background: url('images/nav/home-nav.gif');
}

#nav-home a:hover {
	background: url('images/nav/home-nav.gif') 0 -41px no-repeat;	
}

#nav-about {
	background: url('images/nav/about-nav.gif');
}

#nav-about a:hover {
	background: url('images/nav/about-nav.gif') 0 -41px no-repeat;	
}

#nav-clients {
	background: url('images/nav/clients-nav.gif');
}

#nav-clients a:hover {
	background: url('images/nav/clients-nav.gif') 0 -41px no-repeat;	
}

#nav-enlist {
	background: url('images/nav/enlist-nav.gif');
}

#nav-enlist a:hover {
	background: url('images/nav/enlist-nav.gif') 0 -41px no-repeat;	
}

#nav-giving{
	background: url('images/nav/giving-nav.gif');
}

#nav-giving a:hover {
	background: url('images/nav/giving-nav.gif') 0 -41px no-repeat;	
}

#nav-location {
	background: url('images/nav/location-nav.gif');
}

#nav-location a:hover {
	background: url('images/nav/location-nav.gif') 0 -41px no-repeat;	
}

#search input[type="text"]{
	float:right;
	/*margin: 12px 0 0 61px;*/
	margin: 8px 0 0 0px;
	padding: 6px 6px 0px 6px;
	width:182px;
	height:29px;
	background:#f7f7f1;
	border:none;
	font-family: "helvetica", sans-serif;
	font-size: 1em;
	color: #AEAEA5;
	text-transform: uppercase;
}

#search input[type="image"]{
	margin: 21px 0 0 9px;
	width:60px;
	height:12px;
	border: none;
}

div.home-slideshow {
	width:940px;
	height:361px;
	border:10px solid #9d9d95;
}
div.home-slideshow img{
	border: none;
}

#twitter-box {
	width:960px;
	background:#9d9d95;
	margin-top:10px;
}

#twitter-box h1 {
	padding:15px 10px 6px 10px;
	color: #524c50;
	font-size: 52px;
	line-height:52px;
	font-family:"Georgia", Serif;
	font-weight: normal;
}

#twitter-box a:hover {
	text-decoration: none;
}


#twitterbird {
	height:54px;
	width:54px;
	background: url('images/twitterbird.png') no-repeat;
	margin-left:900px;
	
}

#twitter-box h2 {
	font-family:"Georgia", Serif;
	font-weight: normal;
	color: #524c50;
	font-size:18px;
	text-align:;
	padding:0 10px 12px 10px;
}

/* //////////////////////////// content styles ////////////////////////*/
#content {
	
}

#left-content {
	margin-top:10px;
	width:646px;
	float:left;
}

.post-header {
	border-top: 7px solid #9d9d95;
	border-bottom: 2px dashed #9d9d95;
	margin-bottom:10px;
	padding:14px 0 10px 0;
}

.post-date {
	color:#58595b;
	font-size:15px;
	font-family:"Georgia", Serif;
	padding-left:10px;
	float:left;
}

.post-tag {
	text-indent:10px;
	color:#58595b;
	font-size:12px;
	text-decoration: none;
	font-family:"Georgia", Serif;
	float: right;
	padding: 4px 0 0 0;
}

.post-title {
	color:#58595b;
	font-size:40px;
	font-family:"Georgia", Serif;
	font-weight:normal;
	padding:6px 124px 0 10px;
	float:left;
}

.post-content {
	margin:16px 0 10px 0;
	padding-left:10px;
	font-family:"Lucida Sans", Arial, Sans-serif;
	font-size:14px;
	color:#58595b;
	line-height: 22px;
}

.post-content p {
	margin-bottom:10px;
}

.post-content img{
	margin-bottom:5px;
}



.post-footer {
	margin-top:26px;
	border-bottom:1px solid #9d9d95;
	margin-bottom:4px;
}

.comments {
	float:left;
	font-size:15px;
	color:#58595b;
	font-family:"Georgia", Serif;
	font-weight:normal;
	text-indent:10px;
	margin-bottom:12px;
}

.read-more {
	float:right;
	font-size:20px;
	color:#58595b;
	font-family:"Georgia", Serif;
	font-weight:normal;
	margin-bottom:12px;
}

#left-content-footer {
	margin-top:60px;
}

.view-older {
	font-size:28px;
	color:#58595b;
	font-family:"Georgia", Serif;
	font-weight:normal;
	float:left;
}

.view-newer {
	font-size:28px;
	color:#58595b;
	font-family:"Georgia", Serif;
	font-weight:normal;
	float:right;
}

#right-content {
	margin-top:10px;
	width:289px;
	background:#9d9d95;
	float:right;
}

.right-content-box {
	margin:10px;
	width:269px;
	background:#f7f7f0;
}

#tags {
	margin:10px;
	padding-bottom:22px;	
}

.text-header h2 {
	font-size:14px;
	color:#58595b;
	font-family:"Georgia", Serif;
	font-weight:normal;
	text-decoration:underline;
	padding:10px 0 0 14px;		
}

.text-header ul {
	display:block;
	padding:10px 15px 22px 14px;
}

.text-header ul li {
	font-size:10px;
	color:#58595b;
	list-style:none;
	font-family:"Lucida Sans", Arial, Sans-serif;
	text-transform: uppercase;
	text-align:left;
	display:block;
	float:left;
	padding: 0 10px 6px 0;
}

#archive {
	padding-bottom:40px;
}

#flickr {
	margin:10px;
	padding:0px;
}

#flickr-feed {
	margin:10px;
}

#flickr ul {
	background:#fefe01;
	overflow:hidden;
	padding:8px;
	padding-right:4px;
	padding-bottom:3px;
	margin:0px;
}

#flickr ul li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	margin-right:4px;
	margin-bottom:0px;
}

#flickr ul li img {
	margin:0;
	padding:0;	
	width:75px;
	height:75px;

}

#flickr-feed a {
	border:none;
}

#flickr-feed img {
	border:none;
}


#flickr h2 {
	width:315px;
	height:66px;
	background: url('images/right-content/flickr-header.jpg') no-repeat;
	text-indent:330px;
	margin-left:-23px;
	overflow:hidden;
}

#view-more {
	font-weight:normal;
	font-size:20px;
	color:#58595b;
	font-family:"Georgia", Serif;
	float:right;
	padding-bottom:5px;
	margin-right:8px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:2px dashed #9d9d95;
	width: 235px;
	text-align:right;
}

#twitter h2 {
	width:315px;
	height:66px;
	background: url('images/right-content/twitter-header.jpg');
	text-indent:330px;
	margin-left:-23px;
	overflow:hidden;
}

#twitter {
	padding-bottom:10px;
}


#tweets{
	
}

#tweets li{
	list-style:none;
	margin:10px;
	border-bottom: 2px dashed #9d9d95;
	width:249px;
}

#tweets span{
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#9d9d95;
	font-size:15px;
	padding-top:10px;
	padding-bottom:15px;
	overflow:hidden;
}

#tweets span a {
	display:inline;
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#9d9d95;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	max-width:100px;
}

#tweets a{
	display:block;
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#595959;
	font-weight:normal;
	font-size:13px;
	text-align:right;
	padding-top:10px;
	padding-bottom:15px;
	overflow:hidden;
}


.tweet {
	margin:10px;
	border-bottom: 2px dashed #9d9d95;
	width:249px;
}

.tweet em {
	color:#595959;
	font-style:normal;
}

.tweet a {
	color:#595959;
	overflow:hidden;
}

.tweet p {
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#9d9d95;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.tweet h3 {
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#595959;
	font-weight:normal;
	font-size:13px;
	text-align:right;
	padding-bottom:15px;	
}

#giving h2 {
	width:316px;
	height:66px;
	background: url('images/right-content/giving-header.jpg');
	text-indent:330px;
	margin-left:-23px;
	overflow:hidden;
}

#giving img {
	margin:10px;
	width:250px;
	height:269px;
}

#listening h2 {
	width:314px;
	height:66px;
	background: url('images/right-content/listening-header.jpg');
	text-indent:330px;
	margin-left:-23px;
	overflow:hidden;
}

#listening-content {
	margin:10px;
	padding: 0 0 10px 0;
}

#listening-content li {
	list-style: none;
	border-bottom: 2px dashed #9d9d95;
	padding: 6px 0;
}

#listening-content a {
	font-family:"Georgia", Serif;
	font-size:18px;
	color:#939598;
	font-weight:normal;
	
}

#listening-content abbr {
	display: block;
	font-size:14px;
	color:#58595b;
	font-family:"Lucida Sans", Arial, Sans-serif;
	margin: 0 0 10px 20px;
	
}

#listening-content h4 {
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#595959;
	font-weight:normal;
	font-size:13px;
	text-align:right;
	padding-bottom:20px;
}

#footer {
	width:100%;
	height:47px;
	margin: 15px 0 0px 0;
	overflow:visible;
	background: url('images/footer/footer-bg.gif') repeat-x;
}

#footer-content {
	width:960px;
	margin: 0 auto;
}

#footer-copyright {
	font-family:"Lucida Sans", Arial, Sans-serif;
	color:#9d9d95;
	font-size:11px;
	padding:10px;
	width:647px;
	float:left;
}

#footer-science {
	float:left;
	width:124px;
	height:24px;
	display:block;
	background: url('images/footer/footer-science.jpg') no-repeat;
	margin:-5px;
	overflow:hidden;
	margin-right:200px;
}

ul#footer-links {
	float:right;
	width:289px;
}

ul#footer-links li {
	color: #a8acad;
	font-size:11px;
	float:left;
	list-style:none;
}	

ul#footer-links li.text-link {
	margin:10px 0 10px 0;
	padding-right:15px;
	padding-left:15px;
}

ul#footer-links li.terms-link {
	margin-right:0;
	border:0;
	border-right:1px solid #a8acad;
}

ul#footer-links li.image-link {
	height:22px;
	width:22px;
	padding:6px 4px 6px 4px;
	float:right;
	border:none;
}

ul#footer-links li.twitter-link {
	padding-right:0;
} 


ul#footer-links li.image-link img, ul#footer-links li.image-link a {
	border:none;
}

.fblike {
	margin-top:50px;
}




