@charset "utf-8";
/*
Theme Name: Solutions Network Subsite
Theme URI: http://www.swept.co
Description: This theme is used for subsites on the Solutions Network
Version: 1.0
Author: Michael Brumm
Author URI: http://www.swept.co/
Tags: fixed-width, centered

*/

body, html {
	background-color:#f2f1ee;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 10px;
	line-height: 1.8;
	font-family:Verdana, Geneva, sans-serif;
}

#container_header {
	padding: 30px 0 30px 0;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #e2dfd9;
}

#member {
	text-align:right;
}

#content {
	background-color:#fff;
}

#featured, #about, #members, #projects {
	padding: 10px 0;
	border-top: 1px solid #e2dfd9;
	border-bottom: 1px solid #e2dfd9;
}

#featured {
	padding: 0;
	border: 0;}

#about, #members {
	border-top: none;
}

p {
	padding: 0 0 12px 0;
}

#featured > img {
	border: 1px solid #e2dfd9;
	margin-bottom: 10px;
}

h1, h2, h3 {
	color: #f15b25;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	color: #666;
}

h2 {
	border-top: 1px solid #e2dfd9;
	font-size: 11px;
	line-height: 1.3;
	padding: 10px 0;
	text-transform: uppercase;
	color: #f15b25;
}

h2 a, 
a.linkit {
	text-decoration: underline;
	text-transform:none;
	font-weight: normal;
	color: #f15b25;
	padding-left: 6px;
}

a.linkit {
	padding: 0;
}
	


#footer > div {
	padding: 14px 0 14px 0;
}

img.border{
	border: 1px solid #e2dfd9;
}


a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color: #ff6633;
}


li{
	padding: 0 0 7px 0;
	line-height:1.4;
}

ul.members{
	list-style: none;
	margin-bottom:12px;
	padding-left: 0;
}

ul.members li{
	padding: 0 0 7px 0;
	line-height:1.4;
}


#logo {
	padding-bottom: 10px;
}

/*************************************************************
topNav
*************************************************************/
#topNav {
	border-bottom: 1px solid #e2dfd9;
	padding: 0 0 0 0;
	margin-bottom: 4px;
}

.solutionslink {
	padding-top: 6px;
	float: left;
}
#topNav a.solutions {
	color: #f15b25;
	font-size: 11px;
	text-decoration: none;
}

/*************************************************************
mainNav
*************************************************************/
ul#menu-main-menu {
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}

ul#menu-main-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#menu-main-menu li a {
	font-size: 11px;
	margin: 0;
	padding: 9px 16px;
	color: #888;
	list-style: none;
	display: block;
	text-decoration: none;
	border-left: 1px solid #e2dfd9;
	background-color: #efede7;
}

ul#menu-main-menu li a.last {
	border-right: 1px solid #e2dfd9;
}

ul#menu-main-menu li a:hover,
ul#menu-main-menu li.current-menu-item a:hover,
ul#menu-main-menu li.current_page_item a:hover {
	background-color: #f15b25;
	color: #fff;
}

ul#menu-main-menu li.last {
	padding-right: 0;
	overflow: hidden;
}

ul#menu-main-menu li.current-menu-item a,
ul#menu-main-menu li.current_page_item a,
ul#menu-main-menu li.current_page_ancestor a{
	color: #f15b25;
}

ul#menu-main-menu ul{
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	display:none;
	position:absolute;
	float:left;
	width:180px;
	z-index:99997;
	border-right: 1px solid #e2dfd9;
}

ul#menu-main-menu ul li{
	min-width:180px;
}

ul#menu-main-menu ul ul{
	left:100%;
	top:0;
	z-index:99998;
}

ul#menu-main-menu ul ul li{
	border-left: 1px solid #efede7;
}

ul#menu-main-menu ul a{
	color:#fff;
	background-color:#800;
	line-height:1.4;
	padding:8px 10px 8px 10px;
	width:160px;
	height:auto;
	border-top: 1px solid #e2dfd9;
	font-size:11px;
}

ul#menu-main-menu li ul li a{
	color:#fff;
}

ul#menu-main-menu li:hover > a,
ul#menu-main-menu ul:hover > a{
	color:#fff;
	background-color: #f15b25;
}

ul#menu-main-menu li:hover>ul{
	display:block;
}

/*************************************************************
statusNav
*************************************************************/
ul#statusNav {
	margin: 0;
	padding: 40px 0 0 0;
	display: inline;
	float: right;
}

ul#statusNav li {
	margin-left: 0;
	padding: 3px 0 3px 4px;
	list-style: none;
	display: inline;
	
}

ul#statusNav li a {
	font-size: 12px;
	margin-left: 0;
	padding: 9px 26px;
	background-color: #d6d3ca;
	color: #888;
	list-style: none;
	display: inline;
	text-decoration: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

ul#statusNav li a:hover {
	background-color: #f15b25;
	color: #fff;
}
	

ul#statusNav li.true a{
	background-color: #841816;
	color: #fff;
}

ul#statusNav li.selected a{
	background-color: #f15b25;
	color: #fff;
}

#main {
	padding-top: 2px;
}

/*************************************************************
leftcolumn
*************************************************************/
#leftcolumn {
	padding: 8px 0;
	border-top: 1px solid #e2dfd9;
}

/*************************************************************
timeline
*************************************************************/
#timeline {
	border-top: 1px solid #e2dfd9;
}

#timeline h3 {
	padding: 8px 0;
	border-bottom: 1px solid #e2dfd9;
	text-transform: uppercase;
}

#timeline p{
	padding-top: 6px;
	font-size: 12px;
}

#timeline ul {
	margin: 0;
	padding: 0;
}

#timeline ul li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid #e2dfd9;
}

#timeline ul li:last-child {
	border-bottom: none;
}

#timeline ul li a {
	display: block;
	text-decoration: none;
	color: #bbb;
}

#timeline ul li a.current {
	color: #f15b25;
}

#timeline ul li a.past {
	color: #666;
}

#timeline ul li a span {
	position: absolute;
	left: 86px;
}

#timeline ul li a:hover {
	color: #f15b25;
}

.timelineholder {
	padding: 6px 0;
	border-bottom: 1px solid #e2dfd9;
	line-height: 1.3;
}

.timelineholder:hover div a{
	color: #f15b25;
}

.timelineholder:hover{
	background-color: #efede7;
}

.timelineholder a {
	display: block;
	text-decoration: none;
	color: #bbb;
}

.timelinedate {
	float: left;
	width: 90px;
}

.timelinetitle {
	float: left;
	width: 140px;
}

.timelinedate a.current, .timelinetitle a.current {
	color: #f15b25;
}

.timelinedate a.past, .timelinetitle a.past {
	color: #666;
}


.timelineclear {
	clear: both;
}
	
/*************************************************************
footer
*************************************************************/
#footer {
	clear: both;
	padding: 0;
	border-top: 1px solid #e2dfd9;
	margin-top: 30px;
}

/*************************************************************
leftcolumn ul
	background-color: #f7f6f3;

*************************************************************/
#leftcolumn ul{
	list-style: none;
	padding-left: 0;
	padding-bottom: 20px;
	line-height: 1.5;
}

#leftcolumn ul ul{
	padding-bottom: 0;
}

#leftcolumn ul li{
	padding: 8px 20px 8px 20px;
	display:block;
	border-top: 1px solid #e2dfd9;
	background:transparent url(./img/icon_arrow_right.png) no-repeat;
    background-position: left 12px;
	line-height: 1.5;
}

#leftcolumn ul li:last-child{
	/* border-bottom: 1px solid #e2dfd9; */
}

#leftcolumn ul li.last{
	border-bottom: 1px solid #e2dfd9;
}

#leftcolumn ul li a  {
	color: #666;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#leftcolumn ul li a:hover {
	color: #f15b25;
}

h3.status {
	font-size: 11px;
	color: #666;
	padding-bottom: 0;
	margin-bottom: 0;
}

h4.status {
	border-top: 1px solid #e2dfd9;
	line-height: 1.3;
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

h5.status {
	line-height: 1.3;
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

p.status {
	font-weight: normal;
	color: #666;
}

#gallery-1 {
	margin: auto;
}

#gallery-1 .gallery-item {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	width: 250px;
	margin-right: 20px;
}

#gallery-1 img {
	border: 1px solid #cfcfcf;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
}

#pageNav {
	margin-top: 10px;
}

#pageNav a{
	font-size: 11px;
	color: #f15b25;
	text-decoration: none;
}

#pageNav a:hover {
	text-decoration: underline;
}
	
#pageNav > div {
	float: left;
}

#prev span, #next span { 
	color:#ccc;
	font-size: 11px; 
} /* lighter than the normal anchor text */

#prev {
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #ccc;
}

/************************
Contact Form
*************************/
form.wpcf7-form label{
	padding-top: 8px;
	width: 140px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

form.wpcf7-form {
	padding-bottom: 20px;
}


form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
	margin: 6px 0;
	float: left;
	margin-left: 10px;
	width: 270px;
}

form.wpcf7-form p{
	clear: both;
}

form.wpcf7-form h3{
	clear: both;
}

form.wpcf7-form input.sendit{
	width: 130px;
	margin-left: 150px;
	margin-top: 20px;
}

.righter {
	text-align: right;
}

/************************
Comments
*************************/
#comments {
	border-top: 1px solid #e2dfd9;
	padding-top: 12px;
	margin-top: 14px;
}

ol.commentlist li.comment {
	width: 100%;
	border-bottom: 1px solid #e2dfd9;
	padding-bottom: 12px;
	margin-bottom: 14px;
}

h3#reply-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

cite.fn {
	font-style: normal;
	font-weight: bold;
}

div.moderationalert {
	color: #f15b25;
}

div.comment-body p {
	margin-top: 14px;
}

a.comment-reply-link {
	font-size: 10px;
	margin-bottom: 12;
	padding: 4px 10px;
	background-color: #d6d3ca;
	color: #888;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

a.comment-reply-link:hover {
	background-color: #f15b25;
	color: #fff;
}

form#commentform label {
	clear: both;
	float: none;
}

form#commentform input[type='text'],
form#commentform textarea {
	clear: both;
	float: none;
	display: block;
	width: 98%;
	padding: 1%;
	border: 1px solid #e2dfd9;
}