/* 
Theme Name: nodeb
Theme URL: http://baltimorenode.org
Description: Baltimore Node's wordpress theme
Author: Jon Lesser, Kelly Egan
Version: 0.1
*/

@charset "UTF-8";
/* CSS Document */
* {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #0892D0;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin: 0px;
	color:#111;
}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.9em;margin-bottom:0.75em;}
h3 {font-size:1.4em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.right {
	float: right;
	margin-left: 15px;
}

.left {
	float: left;
	margin-right: 15px;
}

p.wp-caption-text {
	font-size: 0.9em;
	font-style: italic;	
	border: 0;
	padding: 0;
	line-height: 1em;
}

#footer p {
	color: #999999;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8em;
}

/* LAYOUT */
#sidebar {
	margin: 0;
	padding: 0;
	margin-left: 800px;
	border-left: 1px solid #ddd;
	display: block;
}
#main {
	float: left;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 780px;
}
#banner {
	height: 157px;
	margin: 0px;
}
#topbox {
	height: 157px;
	margin-left: 800px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.9em;
	background-color: #d8d8d8;
}
#logo {
	width: 800px;
	height: 157px;
	float: left;
	background-image: url('images/banner_1.png');
	background-position: right top;
	background-repeat: no-repeat;
}
#sitename, #sitedescription {
	display: none;
}
#navigation {
	margin-top: 7px;
	margin-bottom: 12px;
}
#navigation .current_page_item {
	background: none;
	list-style-type: none;
}
#navigation ul{
	background: #900;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
li.page_item {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 40px;
	list-style-type: none;

}
li.page_item a {
	text-transform: capitalize;
	font-size: 1.1em;
}
#navigation #search-box {
	float: right;
	margin: 0px;
	padding: 0px;
}
#search-box input {
	border: 1px solid #CCC;
	font-family: sans-serif;
	font-size: 1em;
	color: #666;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 3px;
}
#container {
	width: 1088px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	clear: both;
}

/* POST LAYOUT */

.post {
	margin: 0px;
	padding-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f8f8f8;
}

.post img {
	margin: 0;
	margin-top: 20px;
}
.post p {
	line-height: 1.6em;

}
p.post-date {
	text-transform: uppercase;
	line-height: 1.2em;
	float: right;
	font-size: 1.9em;
	color: #ccc;
	margin: 0px;
	padding-left: 2em;
}

.post-author {
	font-style: italic;
	margin: 0px;
}

.post-title {
	margin: 0px;
	margin-bottom: 0.1em;
}
.post-title a {
	color: #000;
}

.post-meta {
	text-align: right;
}

/* PAGE */
.page-title, .page h2 {
	font-size: 2.2em;
}
.page-title a {
	color: #000;
}

/* COMMENT */
#commentform textarea {
	width: 100%;
	height: 5em;
}
#comments_list {
	list-style-type: none;
	color: #666;
}
.comments_meta {
	text-align: right;
}

/* SIDEBAR STUFF */
#sidebar {
	font-size: 0.9em;
	padding: 0px;
}
#sidebar ul,#sidebar ol, #sidebar li {
	list-style-type: none;
	padding-left: 0;
}
#sidebar > li {
	margin-left: 15px;
	margin-bottom: 20px;
}

#sidebar .widgettitle {
	font-size: 1.4em;
}

#sidebar ol li, #sidebar ul li{list-style-type: none;}
#sidebar h2 {font-size: 1.3em;}


.tweets .avatar{float:left;}
.tweets .msg{margin: 0; margin-left: 56px;}
ol.tweets{margin:0px; padding: 0px;}
ol.tweets li{padding: 0px; margin: 0px; padding-top: 5px;}
ol.tweets .info{padding: 0px; margin: 0px; padding-top: 3px; padding-bottom: 3px; text-align: right; text-transform: uppercase; font-style: italic; font-size: 11px; border-bottom: 1px solid #ccc;}
a.tweet-link {color: #999; }
.widget{margin-bottom:1em;}
.flickr {height:28em;}
.flickr a{line-height:0; float:left;}

/* BANNER */
#topbox li {
	padding-top: 15px;
	list-style-type: none;
}
#topbox h1 {
	color: #999;
	font-size: 1.7em;
}
.address {
	font-size: 1.1em;
	color: #999;
}
#map {
	float: right;
	margin-left: 10px;
}
#topbox h4{
	color: #999;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
#topbox h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#topbox #event-time, #nextevent {
	padding: 0;
	margin: 0;
	font-style: italic;
}
#topbox #event-description {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
#topbox #calendar-link {
	text-align: right;
	margin: 0;
	font-size: .9em;
}



