/* @override 
	http://nextspace.local/wp-content/themes/nextspace/style.css
	http://nextspace.us/wp-content/themes/nextspace/style.css
*/

/*   
Theme Name: NextSpace Theme 2010
Theme URI: http://nextspace.us
Description: The theme for NextSpace
Author: Themeing - Chris Burbridge
Author URI: http://chrisburbridge.com
Version: 2.0
*/

/* Sticky footer code */
@import url('css/sticky_footer.css');

/* Get base CSS */
@import url('css/tripoli.simple.css');

/* Base framework stuff (more to add later, perhaps */
@import url('css/base.css');

/* @group Main Structural Elements */

html {
	font-size: 1.5em;
	line-height: .79em;
	font-family: Arial, Helvetica, sans-serif;
	color: #373737; 
}

.content {
	line-height: 1.6em;
}

.content h2 {
	color: #E07316;
	font-size: 1.5em;
	margin: .4em 0 .535em;
	padding-bottom: 6px;
}

.content .entry-title a {
	text-decoration: none;
	color: #E07316;
}

.content h3.entry-title {
	font-size: 1.23em;
	margin-bottom: .5em;
}

.content h2.pagetitle {
	margin-bottom: 1.2em;
}

div.entry {
	margin-bottom: 2.9em;
}

p.post-stamp {
	font-size: .8em;
	margin-bottom: 2.5em;
	color: #595858;
	font-weight: bold; 
}

.home .content h2 {
	font-size: 1.5em;
	margin: .3em 0 .535em;
	border-bottom: 1px solid #b2adad;
	padding-bottom: 7px;
}

h3.widgettitle {
	color: #E07316;
	font-size: 1.5em;
	margin: .3em 0 .535em;
	padding-bottom: 3px;
}

p.supertitle {
	font-weight: bold;
}

#wrap {
	width: 100%;
}

#main, #footer, #nav {
	width: 856px;       /* Set to active area width */
	margin: 0 auto;
}

#main {
	overflow: hidden;
}

#widget-big-buttons li {
	position: relative;
}

#widget-big-buttons .arrow {
	width: 37px;
	height: 37px;
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
}

#widget-big-buttons #btn-membership-and-pricing .arrow {
	background: url(images/arrow_green.gif);
}

#widget-big-buttons #btn-why-join-nextspace .arrow {
	background: url(images/arrow_blue.gif);
}

#widget-big-buttons #btn-meet-our-members .arrow {
	background: url(images/arrow_purple.gif);
}

#widget-big-buttons li a {
	display: block;
	font-size: 1.7em;
	line-height: 1.2;
	padding: 12px 8px 12px 12px;
	margin-bottom: 5px;
	color: white;
}
#widget-big-buttons li#btn-membership-and-pricing {
	background: #96c156;
}

#widget-big-buttons li#btn-why-join-nextspace {
	background: #0c99bb;
}

#widget-big-buttons li#btn-meet-our-members {
	background: #a9459a;
}

#widget-big-buttons a {
	text-decoration: none;
}

#header {
	position: relative;
	height:120px;
}
#nslogo {
	display:block;
	text-indent:-9999em;
	background:url(images/logo.png) no-repeat 0 0;
	width:445px;
	height:120px;
}
#footer-nav {
	background: #e6e7e8;
	padding: 24px 19px 22px 24px;
	line-height: 1.4em;
}

#footer-nav h2 {
	color: #595858;
	border-bottom: 1px solid #9c9999;
	padding-bottom: 6px;
	margin-bottom: 12px;
	font-size: 1.6em;
}

#footer-nav h3 {
	font-size: 1.1em;
	margin: 0;
}

#footer-nav #widgets {
	position: relative;
}

#footer-nav .widgetcontainer {
	width: 138px;
	float: left;
	padding-right: 29px;
}

#footer-nav .widgetcontainer,
#footer-nav .widgetcontainer a {
	text-decoration: none;
	color: #595858; 
}

#footer-nav .widgetcontainer a:hover,
#footer-nav .widgetcontainer a:focus {
	color: #E07316;
	text-decoration: underline;
}

.copyright {
	font-size: .75em;
	text-align: right;
	border-top: 1px solid #bcbdbd;
	margin: 8px 0 17px 0;
	padding-top: 1px;
}

/* @end */

.menu-page-top {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: .9em;
	margin-bottom: 1em;
	overflow: hidden;
	height: 24px;
}  

.menu-page-top a {
	text-decoration: none;
	color: #595858;
	font-weight: bold;
}

.menu-page-top li {
	display: inline;
	border-left: 1px solid #c2c3c6;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#header .description {
	display: none;	
}

#nav {
	margin: 3px 0;
	background: #595858;
	position: relative;
}

#nav-pages {
	height: 27px;
}

#nav li {
	display: inline;
	padding: 10px 11px 10px 11px;
	font-size: .9em;
	line-height: 20px;
}

#nav li.current_page_item {
	background: #464545;
}

#nav li.current_page_item a,
#nav li a:hover,
#nav li a:focus {
	color: #f58220;
}

#nav ul {
	margin: 0 0 6px 12px;
	padding: 7px 0 0 0;
}

#nav li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav-social-media {
	position: absolute;
	right: 6px;
	top: 0px;
	height: 27px;
	padding-top: 4px;
}

#nav-social-media li {
	padding: 0;
}

#content {
	border: 1px solid #bdbfc0;
	border-top-width: 7px;
	border-top-color: #595858;
	width: 517px; /* Must be adjusted to account for left and right padding */
	padding: 13px 19px 19px 19px;
	float: left;
}

.home #content {
	border-top-width: 1px;
	border-top-color: #bdbfc0;
}

h3#comments {
	font-size: 1.2em;
	margin: 1.65em 0 1.4em 0;
}

ol.commentlist {
	margin: 0 .6em 0 1.2em;
}

ol.commentlist .children {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif !important;
}

ol.commentlist .children li {
	border: 1px dashed #ccc;
	font-style: normal !important;
}

.commentlist li {
	list-style-type: none;
	margin: 6px 0;
	padding: .8em;
}

.commentlist .children .odd {
	background: #EFEFEF;
}

.commentlist .children .even {
	background: #fff;
}

.commentlist .avatar {
	border: 1px solid #888;
	margin-right: 2px;
}

.commentlist a {
	color: #1a9fbf;	
	/*text-decoration: none;*/
}

input#author,
input#email,
input#url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: .7em;
	padding-right: .7em;
	margin-right: .15em;
}

div.comment-body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

div.comment-meta {
	margin: .9em 0 .8em 0;
	border-bottom: 1px dotted #ccc;
	font-size: .78em;
	/*font-weight: bold;*/
}

div.comment-meta a {
	text-decoration: none;
	color: #595858;
	/*color: #373737;*/ 
}

div.reply {
	margin-bottom: 1em;
}

textarea#comment {
	line-height: 1.55em;
	font-family: Arial, Helvetica, sans-serif;
	padding: .8em .7em;
}

#sidebar-right {
	width: 292px;
	float: left;
	padding-left: 7px;
}

#sidebar-right .widgetcontainer {
	border-top: 6px solid #595858;		
	padding: 8px 0 0 14px;
	margin: 7px 0 25px 0;
}

fieldset {
	border: none;
}

#widget-signup.widgetcontainer {
	width:  280px;
}

#widget-signup form {
       margin-bottom: 12px;
}

#widget-signup #mce-responses {
       padding: 9px 0px;
       color: #333;
}

#widget-signup #mce-EMAIL {
	height: 28px;
	width: 234px;
	font-family: Arial, Helvetica, sans-serif;
	color: #373737; 
	padding-left: 9px;
	
}

#widget-signup .btn {
	position: absolute;
}

#widget-signup .left a,
#widget-signup .right a {
	text-decoration: underline;	
	color: #f58220;
	font-size: .9em;
}


#widget-signup .left,
#widget-signup .right {
	width: 139px;
	float: left;
	padding-right: 0px;
	margin-top: 6px;
}

.widgetcontainer .date {
	font-size: .9em;
	color: #595858;
	font-weight: bold;
	margin-top: 6px;
	line-height: 1.2em;
}

.widgetcontainer .title {
	border-bottom: 1px solid #cfcdcd;
	padding-bottom: 8px;
	margin-right: 18px;
}

.content a,
.widgetcontainer a {
	color: #1a9fbf;	
}

a:hover,
a:focus {
	color: #E07316;
}



/* Some of this stuff is overriding formatting from the ec3.css file that is part of the Event Calendar 3 plugin. */ #widget-events li {
	margin: 0;
}

#events-listing li {
	list-style-type: none;
	margin-bottom: 12px;
	color: #595858;
}

#events-listing li li {
	margin-bottom: 0px;
}

#events-listing li ul {
	margin-left: 14px;
}

.entry table.ec3_schedule td {
	border: none;
	padding: 4px 9px 0 9px;	
	font-size: .9em;
	color: #595858;
}

.entry table.ec3_schedule {
	border: 1px solid #bdbfc0;
	background: #e6e7e8;
	margin: 6px 12px 12px 0;
}

/* @group Page Specific */

.home #pre-content-area {
/*  background: url(images/home_image.jpg) no-repeat top left;*/
	height: 313px;
	width: 856px;
	padding-bottom: 7px;
}

#pre-content-area img {
	/*display: none;*/
}

#pre-content-area img.first {
	display: inline;
}

/* @end */

.hidden {
	display: none;
}


#resources-title-links {
	list-style-type: none;
	margin: 19px 0 26px 0;
	padding-bottom: 0px;
}

#resources-title-links li {
	line-height: 1.5;
	margin-bottom: 7px;
}

#resources-title-links.category li {
	margin-bottom: 0;
}


/* Events Calendar Pro */

#tec-content {
	padding:24px 0 12px;
}
#tec-content a.gmap {
	color:#fff;
}
#tec-content a {
	color:#1A9FBF;
}
#tec-content a:hover {
	color:#E07316;
}
#tec-content .tec-calendar-buttons a {
	color:#111;
}
#tec-content .tec-calendar-buttons a:hover {
	text-decoration:underline;
}
#tec-content .tec-calendar-buttons a.tec-button-on {
	color:#fff;
}
.single-spevents #content {
	padding-bottom:0;
}
.events-archive .upcoming .hentry {
	margin-bottom:36px;
}
.sp_events.alt {
	font-family:inherit;
	font-style:normal;
}
.eventsListWidget ul.upcoming li {
	margin:0 0 12px;
}
.eventsListWidget .when {
	color:#595858;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.2em;
}
.eventsListWidget .dig-in {
	text-align:right;
}
.tec-calendar-widget td a.tec-mini-has-event {
	color:#1A9FBF;
	text-decoration:none;

}

/* Members */
#members-list h4 {
	border-bottom:1px solid #999;
	margin:28px 0 17px;
	padding-bottom:3px;
}
#members-list table, #members-list td {
	border-width:0;
	vertical-align:top;
}
#member-photo{
	width:60px;
	text-align:center;
}
#members-list table {
	font-size:13px;
}
#members-list table p {
	margin:0;
}
#members-list .name, #members-list .company {
	font-size:15px;
	line-height:1.4;
}
#members-list .description {
	line-height:1.2;
	margin:.5em 0;
}
.page #members-list .member-photo {
	width:80px;
}
.company .company-website {
	padding-right:18px;
	background:url(images/link.png) no-repeat right 3px;
	color:#333;
	text-decoration:none;
}
.company .company-website:hover, company .company-website:focus {
	text-decoration:underline;
}
.social .sep {
	color:#666;
	padding:0 3px;
}
.member-photo .photo {
	border:1px solid #bbb;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.ie7 .clearfix, .ie7 p:first-child {
	zoom:1;
}
