/*
Theme Name: The OpenSpace
Theme URI: http://openspace-cc.com
Description: The first version of The Openspace theme
Version: 1
Author: nfxdesign
Author URI: http://nfxdesign.com
Tags: nfxdesign
*/

/* RESET  */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* @import "style/layout.css"; */

/* @group My Colors 

Text color, tan: #c6c3b4
Link text color, light tan: #fefae8 

Dark Green: #1d461c

*/

/* @end */

/* My styles below */

body {
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font: small Arial, Helvetica, Geneva, sans-serif;
}

a:link {
	font-size: 1em;
	font-weight: normal;
	color: #3f70b7;
	text-decoration: none;
}
a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #77a4db;
	text-decoration: none;
}
a:hover {
	color: #215094;
	text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

#maincontainer {
	padding: 0;
	display: block;
	margin: auto;
	width: 930px;
} 

#header {
	width: 910px;
	margin: 0;
	margin-bottom: 25px;
	display: inline-block;

}

#mainfooter {
	color: #bfbfbf;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	display: inline-block;
	background-color: #ffffff;
}

.os_logo {
	margin-top: 25px;
	margin-left: 280px;
}

#bodycontainer {
	width:  930px;
}

h2 {
	font-weight: bold;
	color: gray;
	font-size: small;
	margin-bottom: 15px;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	padding-left: 15px;
}

#sidebar {
	width:  180px;
	margin-right: 20px;
	float:  left;
	min-height: 700px;
}

li.cat-item, li.cat-item a {
	color: black;
	font-size: 1em;
	font-variant: small-caps;
	margin-bottom: 4px;
}

li.cat-item {
	padding-left: 15px;
}

#sidebar p {
	color: black;
	font-size: 0.9em;
	padding-left: 15px;
	padding-right: 5px;
}

.sidebarnav {
	padding-left: 15px;
}

.apalogo {
	float: right;
	margin-top: 3px;
}

.bold {
	font-weight: bold;
}

#sidebar h2 {
	margin-top: 15px;
}

#searchbox {
	padding-top: 5px;
}

#s {
    margin-left: 5px;
    width: 125px;
    height: 17px;
}

#searchsubmit {
    vertical-align: middle;
    padding: 0;
    margin: 0 0 3px;
}

#loginbox {
	margin-top: 10px;
	margin-left: 15px;
}

#calendarbox {
	background-color: #e5e5e5;
	width: 150px;
	display: block;
	margin-left: 12px;
	height: 150px;
}

.newsblock {
	width:  730px;
	display: inline-block;
/*	border: 1px solid blue; */
}

.fullimage img {
	margin: 0 auto;
	display: block;
	margin-top: 35px;
}

.content, .newsblock.old {
	width:  730px;
	display: inline-block;
/*	border: 1px solid blue; */	
}

.article img {
	padding: 8px;
}

.post {
	width: 218px;
	height: 270px;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 10px;
	padding-bottom: 20px;
	background: url(images/story_bg.png) no-repeat;
	position:relative
/*	border: 1px solid gray; */
}
.post.old {
     width: 100%;
     height: auto;
     background: none;
}
.post.full {
	  width: 90%;
	  height: auto;
	  background: none;
	 padding-top: 0;
	 padding-left: 0;
    float: none;
}
.post > * {
    color: #191919;
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 5px;
}
.post > .header {
    padding: 0;
}

.post h2 {
	color: gray;
	font-size: small;
	margin-bottom: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 0;
}

.post p.title, .post p.title a {
    color: #3f3f3f;
    font-size: 1.05em;
    font-weight: bold;
}

.readmore a {
    color: #3f3f3f;
    font: bold x-small/1.5em Georgia, serif;
    display: block;
    margin-top: 5px;
}

.post .text {
    color: #3f3f3f;
    font: 0.8em Georgia, serif;
    display: block;
} 

.post .footer {
    width: 212px;
    height: 19px;
    position: absolute;
    background-color: #fcebce;
    bottom: 22px;
    font-variant: small-caps;
    color: #686868;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 13px;
    padding-right: 0;
}

.post.full .footer {
   position: relative;
   width: 100%;
   margin-top: 21px;
   margin-bottom: 0px;
   border-top: 1px solid #686868;
}

#moreposts {
    width: 20em;
    clear: both;
    margin-top: 15px;
    margin-left: 15px;
}

.date {
/*    display: inline; */
    float: right;
    margin-right: 8px;
    font-size: 10px;
    /*padding-top: 3px;*/
}

.catname {
	float: left;

}

.post.primary-cat-people .footer    		{ background-color: #cef2fc; }
.post.primary-cat-air .footer       	   { background-color: #e3f2fe; }
.post.primary-cat-water .footer       	   { background-color: #c8e6fd; }
.post.primary-cat-energy .footer			   { background-color: #fdcf82; }
.post.primary-cat-housing .footer      	{ background-color: #d9fcce; }
.post.primary-cat-economics .footer		   { background-color: #7aee8d; }
.post.primary-cat-urban-design .footer 	{ background-color: #e6eaf2; }
.post.primary-cat-climate-change .footer  { background-color: #c2eed8; }
.post.primary-cat-plans .footer       		{ background-color: #fef957; }
.post.primary-cat-on-the-move .footer		{ background-color: #fbceff; }
.post.primary-cat-uncategorized .footer	{ background-color: #cee074; }
.post.primary-cat-transportation .footer  { background-color: #fcebce; }
.post.primary-cat-technology .footer   	{ background-color: #7aee8d; }
.post.primary-cat-openspace .footer   		{ background-color: #cee074; }

#commentbox {
	background-color: #e5e5e5;
	padding: 20px;
}

.comment-body {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: white;	
}


.post.full img {
    padding: 8px;
}

.post .vcard img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.comment-meta {
	 font-size: 0.8em;
	 margin-bottom: 5px;
}
.left_banner {
	padding-top: 12px;
	padding-left: 12px;
}
.landscape_banner {
	margin-top: 15px;
	margin-bottom: 15px;
}
.landscape_banner img {
	margin: 0 auto;
	display: block;
}
.alignright {
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 0;
}
.socialmedia img {
	margin-right: 5px;
	margin-left: 15px;
}
.socialmedia:hover {
	text-decoration: none;
}
