/*
Theme Name: Spontaneous Interventions
Description: Custom theme for Spontaneous Interventions
Author URI: http://www.alexfortneydesign.com/
Author: Alex Fortney
Version: 2.5
*/

/* Primary Colors 
information : #6c8cc7
accessibility: #f47721
community: #dc8bbb
economy: #cbdb2a
sustainability: #60be7b
pleasure: #81d4f7

bright yellow: #ffea00
light grey: #ececec
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*** Fonts ***/
/* IE */


/*
@font-face {
	font-family: 'DINWeb';
	src: url("includes/din/DINWeb.eot");
    font-weight: normal;
    font-style: normal;
}
/* FF, Safari, Chrome */
/*
@font-face {
	font-family: 'DINWeb';
	src: url("includes/din/DINWeb.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'DINWeb';
    src: url('includes/din/DINWeb.eot');
    src: url('includes/din/DINWeb.eot?#iefix') format('embedded-opentype'),
         url('includes/din/DINWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* to force Chrome to display bold weight when called for, MK 22-4-2113 */
 font-weight: bold;
 font-family: DINWeb;
 src: url('includes/din/DINWeb-Bold.woff'); }


@font-face {
    font-family: 'CandelaBold';
    src: url("includes/candela/CandelaBold-webfont.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CandelaBold';
	src: url("includes/candela/CandelaBold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Share-Regular';
    src: url("includes/share/Share-Regular-webfont.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Share-Regular';
    src: url("includes/share/Share-Regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NewsGoth-Roman';
    src: url("includes/newsgoth/tt0047m_-webfont.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NewsGoth-Roman';
    src: url("includes/newsgoth/tt0047m_-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NewsGoth-Bold';
    src: url("includes/newsgoth/tt0049m_-webfont.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NewsGoth-Bold';
    src: url("includes/newsgoth/tt0049m_-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/*** Main ***/

html, body {
	height: 100%;
	color: #000;
	background: #efefef;
}
body {
	font-family: DINWeb, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	-moz-box-shadow: 0px 4px 4px 4px #ccc;
	-webkit-box-shadow: 0px 4px 4px 4px #ccc;
	box-shadow: 0px 4px 4px 4px #ccc;
}

.clear {
	clear: both;
}

.highlight {
	background: #ffea00;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px;
	border: none;
}
.highlight:hover {
	color: #000;
	background: #ececec;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*** Header ***/

#header {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	height: 30px;
	overflow: hidden;
}
#header h1 {
	text-indent: -999em;
	height: 0px;
}
#header #nav {
	width: 720px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	position: absolute;
	z-index: 4;
}
.menu {
	font-size: 12px;
	margin: 5px;
}
.menu ul {
}
.menu li {
	display: block;
	float: left;
	padding-right: 5px;
}
.menu li:hover {
	/*color: #ffea00;*/
}
.menu li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	/*margin-left: 1px;
	margin-right: 4px;
	font-family: NewsGoth-Bold, Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;*/
	margin-right: 5px;
}
.menu li a:hover {
	color: #fff;
}

li.current_menu_parent a, li.current-menu-item a, li.current-page-ancestor a {
	color: #fff;
}

/*** Search ***/

#search {
	float: right;
	width: 160px;
}
.search {
	position: relative;
	z-index: 2;
}
.search input {
	background: url(images/search.png) center right no-repeat;
	border: none;
	vertical-align: middle;
	width: 111px;
	height: 18px;
	margin-left: 38px;
	padding: 3px;
	color: #666;
	font-size: 12px;
}
.search button {
	display: none;
}







/*** Content ***/

#main {
	clear: both;
	background: #FFF;
	padding-bottom: 10px;
}
#content {
	width: 720px;
	float: left;
	margin-left: 10px;
}


/*** Banner ***/

#banner {
	position:relative;
	width: 720px;
	height: 126px;
	overflow: hidden;
	background: #999;
}
#banner h1, #project-banner h1, #statements-banner h1, #sponsors-banner h1, #forum-banner h1, #about-banner h1, #call-banner h1 { 
	/*font-family: NewsGoth-Roman, Arial Narrow, Arial, Helvetica, sans-serif;*/
	letter-spacing: -0.05em;
	font-size: 100px;
	color: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	text-align: right;
	text-transform:lowercase;
	position: absolute;
	bottom: 10px;
	right: 15px;
}
#banner h1 a {
	color: #fff;
	text-decoration: none;
}
#forum-banner h2, #about-banner h2 {
	letter-spacing: -0.05em;
	font-size: 30px;
	color: #fff;
	text-align: right;
	text-transform:lowercase;
	position: absolute;
	bottom: 2px;
	right: 15px;
}
#banner h2 a, #forum-banner h2 a, #about-banner h2 a {
	color: #fff;
	text-decoration: none;
}



#project-banner {
	position:relative;
	width: 720px;
	height: 126px;
	overflow: hidden;
	background: url(images/banner.png) top left no-repeat;
}
#project-banner .category-link {
	position: absolute;
	z-index: 2;
	display: block;
	height: 126px;
}
#project-banner a {
	display: block;
	width: 100%;
	height: 100%;
}
#project-banner h2 {
	text-indent: -999em;
}
#information {
	left: 0px;
	top: 0px;
	width: 120px;
	background: url(images/header_information_orig.png) top left no-repeat;
}
#information:hover, #information.active{
	background: url(images/header_information_over.png) top left no-repeat;
}
#accessibility {
	left: 120px;
	top: 0px;
	width: 40px;
	background: url(images/header_accessibility_orig.png) top left no-repeat;
}
#accessibility:hover, #accessibility.active {
	background: url(images/header_accessibility_over.png) top left no-repeat;
}
#community {
	left: 160px;
	top: 0px;
	width: 234px;
	background: url(images/header_community_orig.png) top left no-repeat;
}
#community:hover, #community.active {
	background: url(images/header_community_over.png) top left no-repeat;
}
#economy {
	left: 394px;
	top: 0px;
	width: 26px;
	background: url(images/header_economy_orig.png) top left no-repeat;
}
#economy:hover, #economy.active {
	background: url(images/header_economy_over.png) top left no-repeat;
}
#sustainability {
	left: 420px;
	top: 0px;
	width: 40px;
	background: url(images/header_sustainability_orig.png) top left no-repeat;
}
#sustainability:hover, #sustainability.active {
	background: url(images/header_sustainability_over.png) top left no-repeat;
}
#pleasure {
	left: 460px;
	top: 0px;
	width: 260px;
	background: url(images/header_pleasure_orig.png) top left no-repeat;
}
#pleasure:hover, #pleasure.active {
	background: url(images/header_pleasure_over.png) top left no-repeat;
}
#statements-banner, #forum-banner, #about-banner, #call-banner {
	position:relative;
	width: 720px;
	height: 126px;
	overflow: hidden;
	background-color: #ffea00;
}

#statements-banner h1, #forum-banner h1, #about-banner h1, #call-banner h1 {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}




/*** Sidebar ***/
#sidebar {
	width: 210px;
	float: right;
	overflow: hidden;
	margin-right: 10px;
	margin-top: -27px;
}
#sidebar #biennale {
	float: right;
	width: 170px;
	height: 153px;
}
#sidebar #logo {
	float: left;
	margin-left: 8px;
	margin-top: 28px;
}
#sidebar #sponsors {
	float: right;
	width: 160px;
	margin-top: 10px;
}


#sidebar .widget {
	margin-bottom: 12px;
}
#sidebar .widget a, .newsclips a {
	text-decoration: none;
	color:#000;
}
#sidebar .widget a:hover, .newsclips a:hover {
	text-decoration:underline;
}
#sidebar .widget h3 {
	display: none;
}
#sidebar .widget p {
	margin: 0px 0px 10px 0;
	color: #000;
	line-height: 120%;
	font-size: 11px;
}
#sidebar .widget p b {
	font-weight: bold;
}


#sponsors p.address {
font-size: 12px;
text-transform: uppercase;
}

#sponsors #text-5 {
margin-top: 32px;
}

#sponsors #text-5 p {
font-size: 12px;
}

#sponsors p.sidebar-logo {
margin-top:18px;
}
#sponsors p#fb-logo, #sponsors p#tw-logo {
display: inline;
}
#sponsors p#fb-logo img, #sponsors p#tw-logo img {
padding-top:4px;
}


/* added 6/2014, by Mike Kay */
#sponsors h4 {
font-weight: bold;
margin: 0 0 4px 0;
font-size: 13px;
text-transform: uppercase;
}
#sponsors hr {
border-style:solid;
line-height: 2px;
margin: 16px 0 16px 0;
}
#sponsors #text-3, #sponsors #text-9 {

}
#sponsors #text-8 {
margin-top: 20px;
}
#sponsors #text-7 {
margin-top: 28px;
}

#sponsors .widget_text {
margin-bottom:12px;
}



/*** Homepage ***/
#home {
	width: 720px;
	overflow: hidden;
	padding-top: 20px;
}
#home p {
	line-height: 150%;
}
#projects {
	width: 800px;
}
#projects li {
	float: left;
	width: 360px;
	height: 120px;
	overflow: hidden;
	margin: 0px;
	position: relative;
}
#projects li .left {
	float: left;
	text-align: right;
}
#projects li .right {
	float: right;
	text-align: left;
}
#projects li:hover {
	background: #efefef;
}
#projects li .project-titles {
	width: 160px;
	overflow: hidden;
	height: 124px;
	padding: 10px;
	font-size: 13px;
}
#projects li .project-titles .project-id {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	min-height: 15px;
}
#projects li .project-titles .project-name {
	display: block;
	margin-bottom: 5px;
}
#projects li .project-titles .project-name a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
#projects li .project-titles .project-name a:hover {
	border-bottom: 1px solid #CCC;
}
#projects li .project-titles .project-author {
	display: block;
	margin-bottom: 5px;
}
#projects li .project-thumbnail {
	width: 180px;
	overflow: hidden;
	height: 120px;
}
#projects li .project-thumbnail a {
	width: 180px;
	height: 120px;
	text-decoration: none;
	border: none;
}
#projects li .project-thumbnail a:hover {
	text-decoration: none;
	border: none;
}
#projects li .project-thumbnail a img {
	width: 180px;
	height: 120px;
}


/*** home news page, added 6/2014 by Mike Kay ***/

.news-home #call-post .post_content {
	width:400px;
}

.news-home .newsclips {
	width:320px;
	float: left;
}

.news-home .newsclips h3 {
overflow: hidden;
font-size: 11px;
text-transform: uppercase;
margin: 10px 0 10px 0;
}


/* .news-home div.newsclip */

.news-home div.newsclip {
width:150px;
float: left;
margin:0 10px 0 0;
font-size: 11px;
line-height: 1.4;
font-weight: normal;
margin-bottom: 5px;
/* color: #333; */
color: #000;
border-top:solid #000 1px;
padding:16px 0 6px 0;
}

.news-home div.newsclip:first-child, .news-home div.newsclip:nth-child(2)  {
border-top:none;
padding-top: 0;
}

.news-home div.newsclip .byline {
font-weight: bold;
margin-bottom: 4px;
}
.news-home div.newsclip h4 {
font-weight: normal;
text-transform: uppercase;
font-size: 16px;
line-height: 1;
margin-bottom: 5px;
}
.news-home div.newsclip h4 a {
/* defined above with sidebar formatting */
}

/*** Twitter  ***/
#twitter {
}
#twitter .twtr-ft {
	/*display: none;*/
}

/*** Project list  ***/
#project-list {
	float: left;
	width: 160px;
}

#project-list #prev {
	text-indent: -999em;
	background:url(images/prev_orig.png) center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-left: 120px;
}
#project-list #prev:hover {
	background:url(images/prev_over.png) center center no-repeat;
}
#project-list #next {
	text-indent: -999em;
	background:url(images/next_orig.png) center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
}
#project-list #next:hover {
	background:url(images/next_over.png) center center no-repeat;
}

#project-list p {
	magin-bottom: 10px;
	margin-top: 10px;
}
#project-list ul li {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 5px;
}
#project-list ul li a.heading {
	font-size: 14px;
	text-transform: uppercase;	
	color: #000;
	margin-bottom: 7px;
	margin-top: 7px;
	display: block;
	font-weight: bold;
}
#project-list ul li a.heading:hover {
	color: #333;
	border: none;
}

#project-list ul li a {
	color: #333;
	text-decoration: none;
}
#project-list ul #current-project a, #project-list ul #current-author a {
	color: #999;
}
#project-list ul li a:hover {
	color: #ccc;
	/*border-bottom: 1px solid #999;*/
}


/**  Accordion **/
#accordion, #accordion ul {
	list-style: none;
	margin: 0;
}
#accordion {
}
#accordion li {
}
#accordion ul li {
}
#accordion ul li:last-child {
}
#accordion a.heading {
	display: block;
	background: url(images/plus_orig.png) center right no-repeat;
}
#accordion a.heading:hover {
	background: url(images/plus_over.png) center right no-repeat;
}
#accordion li.ui-accordion-selected a.heading, #accordion li.current a.heading {
	background: url(images/minus_orig.png) center right no-repeat;
}
#accordion li.ui-accordion-selected a.heading:hover, #accordion li.current a.heading:hover {
	background: url(images/minus_over.png) center right no-repeat;
}
#accordion li ul a {
}
#accordion li ul a:hover {
}
#accordion li ul {
	display: none;
}
#accordion li.current ul {
	display: block;
}
#accordion li ul div {
	/*border-bottom: 1px solid #999;*/
}

#accordion li ul .hidden {
	display: none;
}
#accordion li ul .show {
	display: block;
}





/*** Statements ***/
#statements {
	width: 720px;
	overflow: hidden;
	padding-top: 10px;
}
#statement-list {
	float: left;
	width: 150px;
}
#statement-list p {
	magin-bottom: 10px;
	margin-top: 10px;
}
#statement-list ul li {
	font-size: 12px;
}
#statement-list ul li a.heading {
	font-size: 14px;
	text-transform: uppercase;	
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	font-weight: bold;
}
#statement-list ul li a.heading:hover {
	color: #333;
	border: none;
}
#statement-list ul li a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
#statement-list ul li a:hover {
	color: #999;
	border-bottom: none;
}
#statement-list ul li a .statement-author {
	color: #999;
	text-decoration: none;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

#statement-post {
	float: right;
	width: 560px;
}
#statement-post .post_meta {
	width: 150px;
	padding: 0px;
}
#statement-post .post_meta h2 {
	text-transform: uppercase;
    font-size: 16px;
	margin-bottom: 5px;
}
#statement-post .post_meta h2 a{
	color: #000;
}
#statement-post .post_meta h2 a:hover {
	color: #999;
}
#statement-post .post_meta h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#statement-post .post_meta p {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #333;
}
#statement-post .post_content {
	width: 400px;
	float: right;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}
#statement-post .post {
	margin-top: 0px;
}

/*** Forum ***/
#forum {
	width: 720px;
	overflow: hidden;
	padding-top: 10px;
}
#forum .post {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#forum-news {
	float: left;
	width: 235px;
	padding-right: 5px;
}
#forum-news h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#forum-news h2 a {
	text-decoration: none;
	color: #000;
}
#forum-news h2 a:hover {
	text-decoration: none;
	color: #999;
}
#forum-news h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #999;
	padding-bottom: 5px;
}
#forum-news p {
	font-size: 14px;
	line-height: 125%;
}
#forum-discussions {
	float: right;
	width: 480px;
	background: url(images/bg_discussion.png) repeat-y top right;
}
#forum-discussions .post {
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;
}
#forum-discussions .post:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#forum-discussions .forum-prompt {
	float: left;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
#forum-discussions .forum-prompt h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#forum-discussions .forum-prompt h2 a {
	text-decoration: none;
	color: #000;
}
#forum-discussions .forum-prompt h2 a:hover {
	text-decoration: none;
	color: #999;
}
#forum-discussions .forum-prompt h3 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: normal;
}
#forum-discussions .forum-prompt h3 b {
	text-transform: uppercase;
	font-weight: bold;
}
#forum-discussions .forum-prompt h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #999;
}
#forum-discussions .forum-prompt p {
	font-size: 13px;
	line-height: 125%;
}
#forum-discussions .forum-comments {
	float: right;
	width: 315px;
	padding-left: 5px;
}

#forum-discussions .forum-comments ul li {
	margin-bottom: 10px;
}

#forum-discussions .forum-comments ul li .children {
	margin-left: 20px;
	margin-top: 10px;
	background: #ececec;
	padding: 5px;
}


#forum-discussions .forum-comments h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
#forum-discussions .forum-comments h4 span {
	font-weight: normal;
	text-transform: uppercase;
}
#forum-discussions .forum-comments p {
	font-size: 13px;
	line-height: 125%;
}

#forum-discussions .forum-comments .forum-comment-add {
	margin-top: 10px;
	margin-bottom: 10px;
}
#forum-discussions .forum-comments .forum-comment-add a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	display: block;
	background: #ffea00;
	width: 175px;
	text-align: center;
}
#forum-discussions .forum-comments .forum-comment-add a:hover {
	background:#ececec;
}



/*** Call for Action ***/
#call {
	width: 720px;
	overflow: hidden;
	padding-top: 10px;
}
#call-post .post_meta {
	width: 150px;
	padding: 0px;
}
#call-post .post_meta p {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #333;
}
#call-post .post_content {
	width: 560px;
	float: right;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}
#call-post .post {
	margin-top: 0px;
}
.menu li a {
font-size: 12px; /* made smaller to accomodate addtl menu item */
}
#call-banner {
	background-color: #6c8dc8;
}
#call-banner h1 {
 color:#adbee1;
}



/*** 2 Columns ***/
#two-column {
	width: 720px;
	background: url(images/bg_2column.png) repeat-y top right;
	margin-top: 10px;
}
#two-column .page .post_content {
	margin: 0px;
	padding: 0px;
}
#column-right {
	float: right;
	width: 290px;
	padding-right: 5px;
}
#column-right p {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -0.05px;
    line-height: 125%;
}
#column-right h2 {
	padding-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#column-left {
	float: left;
	width: 415px;
}
#column-left p {
	font-size: 13px;
}
#column-left h1, #column-right h1 {
	margin: 0px;
	display: block;
	float: none;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}


/*** Sponsors ***/
#sponsor h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 10px;
	margin-top: 18px;
}
#sponsor h3 {
	font-size: 14px;
  font-weight: normal;
  text-align: left;
	padding-bottom: 10px;
}
#sponsor h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
}

.sponsor-logos {
	float: left;
    text-align: center;
    width: 480px;
	padding: 10px;
}
.sponsor-list {
	background-color: #ececec;
	margin-top: -21px;
	margin-bottom: 24px;
}

h3.sponsor-site {
	font-size: 13px;
	padding: 5px 0 0 0;
	margin: 24px 0 0 0;
	border-top:1px solid #000;
  line-height: 1;
  clear:both;
}
h3.sponsor-site em {
	font-weight: normal;
	text-transform: uppercase;
  font-style: normal;
  line-height: 1;
	padding: 2px 3px 0 3px;
	margin: 0;
	background-color:#000;
	color: #fff;
}

}
.sponsor-logos hr {
	color: #666;
}
.sponsor-logos img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sponsor-list {
	padding: 10px;
	float: right;
    width: 200px;
}
.sponsor-list p {
	font-size: 12px;
	line-height: 125%;
	
}




/*** Pages ***/
.page .post_content {
	/*width: 540px;*/
	width: 720px;
	float: right;
	overflow: visible;
	margin-top: 10px;
	padding: 0px;
}

.page .post_content h1 {
	width: 150px;
	float: left;
	font-size: 16px;
	margin-left: -180px;
}

/*** Post ***/
.post {
	position: relative;
	margin-top: 10px;
}
#project-post {
	float: right;
	width: 540px;
}

#project-post h2 {
	/*font-family: Share-Regular, Arial, Helvetica, sans-serif;*/
	letter-spacing: -0.06em;
	font-size: 30px;
	padding-bottom: 5px;
}
#project-post h3 {
	/*font-family: Share-Regular, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	padding-bottom: 5px;
}
#project-post h3 a {
	text-decoration: none;
	color: #999;
}
#project-post h3 a:hover {
	text-decoration: none;
	color: #ccc;
}
#project-post h4 {
	/*font-family: Share-Regular, Arial, Helvetica, sans-serif;
	letter-spacing: 0.25px;*/
	font-size: 14px;
}
#project-post h5 {
	/*font-family: Share-Regular, Arial, Helvetica, sans-serif;
	letter-spacing: 0.25px;*/
	font-size: 14px;
}

#project-post .post_meta {
	width: 100px;
	float: left;
	padding-top: 10px;
}
#project-post .post_meta .author-photo {
	max-width: 100px;
}
#project-post .post_meta .additional-content {
	margin-top: 10px;
}
#project-post .post_meta .additional-content p a {
	font-size: 11px;
	color: #999;
}


#project-post .post_content {
	width: 420px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
}

/*** Project data box ***/

#project-data {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	width: 340px;
	float: left;
}
#project-data .data-box {
	min-height: 13px;
	padding: 8px 0px 8px 40px;
	font-size: 13px;
}

#project-data #pie {
	border-bottom: 1px solid #000;
}
#project-data #pie #piechart {
	width: 25px;
	height: 25px;
	float: left;
	margin-left: -38px;
    margin-top: -6px;}

#project-data #cost {
	border-bottom: 1px solid #000;
	background: url(images/icon_money.png) left center no-repeat;
}
#project-data #time {
	border-bottom: 1px solid #000;
	background: url(images/icon_time.png) left center no-repeat;
}
#project-data #participants {
	border-bottom: 1px solid #000;
	background: url(images/icon_people.png) left center no-repeat;
}
#project-data #problem {
	border-bottom: 1px solid #000;
	background: url(images/icon_problem.png) left center no-repeat;
}
#project-data #solution {
	background: url(images/icon_solution.png) left center no-repeat;
}


/*** Posts ***/
#post-image{
	padding-top: 10px;
}
#post-image a img {
	width: 540px;
	height: 360px;
}

.post_meta {
	width: 160px;
	float: left;
	padding-top: 20px;
}

.post_meta p {
	color: #9d9d9d;
	font-size: 12px;
	line-height: 150%;
}
.post_meta p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
.post_meta p a:hover {
	border-color: #000;
}

.post_content {
	width: 540px;
	float: right;
	overflow: hidden;
	padding-top: 20px;
}

.post_content h2, .post_content h3, .post_content h4, .post_content h5 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}
.post_content h2 a,  .post_content h2 a{
	color: #000;
	text-decoration: none;
}

.post_content h2 {
	/*font-size: 18px;*/
}
.post_content h3 {
	font-size: 16px;
}
.post_content h4 {
	font-size: 14px;
	margin-top: 14px;
}
.post_content h5 {
	font-size: 13px;
}

.post_content #column-right h4 {
	margin-top: 5px;

}
.post_content p, .post_content li {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}
.post_content p, .post_content ul, .post_content ol {
	margin-bottom: 10px;
}
.post_content ul {
	margin-left: 65px;
}
.post_content ol {
	margin-left: 85px;
}
.post_content ul li {
	background: url("images/dash.png") 0 9px no-repeat;
	padding-left: 14px;
}
.post_content ol li {
	list-style: decimal;
}
.post_content p a, .post_content li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
.post_content p a:hover, .post_content li a:hover {
	border-color: #000;
}
.post_content blockquote {
	margin-left: 65px;
	padding-left: 10px;
	border-left: 1px solid #e9e9e9;
	color: #9d9d9d;
	line-height: 1.5;
}
.post_content blockquote p {
	color: #9d9d9d;
}
.post_content h6 {
	width: 145px;
	position: absolute;
	left: 0;
	font-size: 11px;
	font-weight: normal;
	color: #9d9d9d;
}
.post_content h6 img {
	display: block;
	margin: 5px 0;
	max-width: 145px;
}
.post_content h6 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
.post_content h6 a:hover {
	border-color: #000;
}
.post_content .project-author {
	font-weight: bold;
}
.post_content img {
	max-width: 510px;
	overflow: hidden;
}

.more {
	display: inline-block;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	background: url("images/dash.png") 0 0 no-repeat;
	padding-top: 10px;
}
.more:hover {
	border-color: #000;
}

.single .post_content h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #000;
}
.single .post_content h2 a {
	color: #000;
	text-decoration: none;
}
.single .post_content h2 a:hover {
	color: #9d9d9d;
}
.post_tags ul {
	margin: 0;
}
.post_tags li {
	display: block;
	float: left;
	height: 19px;
	background: url("images/tag.png") 0 0 no-repeat !important;
	padding-left: 5px !important;
	margin: 0 10px 5px 0;
	font-size: 11px;
}
.post_tags li a {
	display: block;
	float: left;
	height: 19px;
	line-height: 19px;
	background: url("images/tag.png") 100% 0 no-repeat;
	border-bottom: none;
	padding-right: 5px;
	margin-right: -5px;
}
.archive_title {
	padding-bottom: 20px;
}
.archive_title_meta {
	width: 145px;
	float: left;
	border-top: 1px solid #e9e9e9;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}
.archive_title_name {
	width: 545px;
	float: right;
	border-top: 1px solid #e9e9e9;
	font-size: 31px;
	font-weight: bold;
	padding-top: 15px;
}
.error404_meta {
	width: 145px;
	float: left;
	border-top: 1px solid #e9e9e9;
	font-size: 89px;
	font-weight: bold;
	padding-top: 6px;
}
.error404_text {
	width: 545px;
	float: right;
	border-top: 1px solid #e9e9e9;
	padding-top: 25px;
}
.error404_text p {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.error404_back {
	font-weight: bold;
	color: #000;
	font-size: 11px;
	background: url("images/dash.png") 0 50% no-repeat;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 12px;
}
.error404_back:hover {
	border-color: #000;
}
/*** Images ***/


.image-gallery {
}
.image-gallery .wp-caption {
	width: 217px !important;
	height: 300px;
	overflow: hidden;
}
.image-gallery .wp-caption .wp-caption-text {
	text-align: left;
}


.post_content img {
	margin: 0 0 10px;
	height: auto;
	max-width: 545px;
	width: auto;
}
.home .post_content img {
	width:400px;
}
.post_content .attachment img {
	max-width: 785px;
}
.post_content .alignleft, .post_content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.post_content .alignright, .post_content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.post_content .aligncenter, .post_content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post_content img.alignleft, .post_content img.alignright, .post_content img.aligncenter {
	margin-bottom: 12px;
}
.post_content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.post_content .wp-caption img {
	margin: 5px 5px 0;
}
.post_content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.post_content .wp-smiley {
	margin: 0;
}
.post_content .gallery {
	margin: 0 auto 18px;
}
.post_content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.post_content .gallery img {
}
.post_content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post_content .gallery dl {
	margin: 0;
}
.post_content .gallery img {
}
.post_content .gallery br+br {
	display: none;
}
.post_content .attachment img {
	display: block;
	margin: 0 auto;
}


/*** Pagination ***/

.pagination {
	padding-left: 160px;
}
.previouspostslink, .nextpostslink {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
.previouspostslink:hover, .nextpostslink:hover {
	border-color: #000;
}
.previouspostslink {
	margin-right: 15px;
}
.wp-pagenavi .previouspostslink {
	margin-right: 0;
}



/*** Comments ***/

#disqus_thread p {
font-size: 6px;
}
#disqus_thread {
	clear: both;
	margin-left: 160px;
    margin-right: 240px;
	padding-top: 30px;
}

#forum #disqus_thread {
	clear: both;
	margin-left: 180px !important;
    margin-right: 0px !important;
	padding-top: 30px;
}
#thread-votes {
	display: none;
}
.avatar {
	display: none;
}

#dsq-global-toolbar {
	display: none;
}
#dsq-subscribe {
	display: none;
}
#dsq-content .dsq-avatar {
	display: none;
}
.dsq-comment-body {
	padding: 0px !important;
}
.dsq-comment-header {
	background: none !important;
    border: none !important;
    border-radius: 0px !important;
	border-bottom: 1px solid #E9E9E9 !important;
	padding-left: 0px !important;
}
.dsq-textarea-reply, .dsq-textarea {
	margin: 0px !important;
	background-color: #eee !important;
}
.dsq-textarea-background {
	background: none !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.dsq-commenter-name {
	font-weight: bold !important;
}
#dsq-account-dropdown a, .dsq-cancel {
	color: #9D9D9D !important;
	opacity: 1.0 !important;
	font-size: 13px !important;
}
.dsq-comment-meta a, .dsq-comment-actions a {
	color: #9D9D9D !important;
	opacity: 1.0 !important;
	font-size: 13px !important;
}
.dsq-comment-text p {
	font-size: 13px !important;
}

#comments {
	clear: both;
	margin-bottom: 20px;
}
.comments_heading {
	padding-bottom: 8px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.comment_qty {
	width: 540px;
	padding-left: 181px;
	padding-top: 15px;
}
.add_comment {
	/* width: 540px;
	float: right;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	text-align: right; */
	display: none;
}
.add_comment a {
	color: #000;
	text-decoration: none;
}
.add_comment a:hover {
	color: #9d9d9d;
}
.comment_list a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
.comment_list a:hover {
	border-color: #000;
}
.comment_meta {
	width: 145px;
	float: left;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0;
	font-size: 12px;
	color: #000;
}
.comment_meta span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #9d9d9d;
	margin-top: 3px;
}
.comment_meta span em {
	display: block;
	font-style: normal;
}
.comment_text {
	width: 540px;
	float: right;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
.comment_message {
	color: #000;
	font-size: 12px;
	margin-bottom: 15px;
}
.comment_text ul {
	margin-left: 65px;
}
.comment_text ol {
	margin-left: 85px;
}
.comment_text ul li {
	background: url("images/dash.png") 0 9px no-repeat;
	padding-left: 13px;
}
.comment_text ol li {
	list-style: decimal;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
#commentform a:hover {
	border-color: #000;
}
#respond {
	width: 540px;
	padding-left: 181px;
}
.respond_meta {
	padding-top: 15px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.comment_form {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}
.user_data {
	width: 225px;
	float: left;
	margin: 0 15px 15px 0;
}
.user_data input {
	width: 225px;
	border: none;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #9d9d9d;
	background: #ddd;
}
.user_data input:focus, .comment_field textarea:focus {
	color: #000;
	border-color: #000;
}
#email, #url {
	margin-top: 22px;
}
.comment_field {
	width: 545px;
	float: left;
	margin-bottom: 15px;
}
.comment_field textarea {
	height: 108px;
	overflow: auto;
	width: 545px;
	border: none;
	border-bottom: 1px solid #e9e9e9;
	font: 12px Arial, Helvetica, sans-serif;
	color: #9d9d9d;
	background: #ddd;
}
.comment_submit {
	clear: both;
}
#submit {
	width: 70px;
	height: 25px;
	border: none;
	background: #d9d9d9;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#submit:hover {
	background: #000;
	color: #fff;
}



/*** Footer ***/

.footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer p {
	font-size: 12px;
}
.footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
.footer a:hover {
	border-color: #000;
}
.copy {
	margin-left: 5px;
}



/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:696px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}






/* Gallery */

.gallery-heading {
	width:100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.gallery-heading h2 {
	display:inline;
	float:left;
}

.gallery-heading em {
	float:right;
	font-size: 12px;
}
.gallery-heading em a {
	text-decoration: none;
}

.gallery-heading em a:hover {
	border-bottom: 1px solid #ccc;
}


/* Events Calendar override */

.tribe-events-calendar, #tribe-events-event-meta, .tribe_events .back {
	font-family: DINWeb, Arial, Helvetica, sans-serif !important;
}

.tribe-events-tooltip .tribe-events-event-title {
line-height: 1.3 !important;
padding-top:3px !important
}

.tribe_events .summary p, .tribe_events .back, #tribe-events-content p, #tribe-events-nav-below {
font-size: 13px;
line-height: 1.5;
margin-bottom: 10px;
}

.tribe_events .back {
margin:0;
padding: 6px 0 0 0;
display: block;
}

.tribe_events a, .tribe_events .back a, #tribe-events-nav-below a {
color: #000;
text-decoration: none;
border-bottom: 1px solid #e5e5e5;
}


.tribe_events a:hover, #tribe-events-nav-below a:hover, .tribe_events .back a:hover {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
table.tribe-events-calendar a, .tribe_events .back a {
border: none;
}
table.tribe-events-calendar a:hover {
border: none;
}

.tribe-events-events h4 {
	font-weight: bold;
	font-size: 14px;
	margin:14px 0 7px 0;
}

.tribe-events-events .tribe_events {

}
#tribe-events-nav-below {
	margin-top: 14px;
}

.tribe_events .navlink {
	width: 45%;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 1.4;
}

.tribe_events .tribe-next a:after {
		content: "\00a0\00BB";
}
.tribe_events .tribe-previous a:before {
		content: "\00AB\00a0";
}

body.single-tribe_events li#menu-item-2555 a {
color:#fff;

}