/* @override http://www.cugreenumbrella.com/wp-content/themes/green/style.css */

/*
Theme Name: Green Umbrella
Theme URI: http://zacksheppard.org/
Description: The custom WordPress theme for Green Umbrella at Columbia University, but which may be repurposed to any website.
Version: 1.0
Author: Zachariah Sheppard
Author URI: http://zacksheppard.com/
Tags:

The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Utility classes */
.clear {
	width: 100%;
	float: none;
	clear: both;
	height: 1px;
}

.left {
	float: left;
	clear: none;
}

.right {
	float: right;
	clear: none;
}

.center {
	text-align: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.green, h1, h2, h3, h4, h5, h6 {
	color: #468735;
}

.blue {
	color: #333366;
}

/* Static Formatting */
* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

body {
	background-color: #ffffff;
	color: #424242;
	font-size: 80%;
}

a {
	text-decoration: none;
	color: #333366;
}
a:hover {
	text-decoration: underline;
}

hr {
	border:0;
	width:100%;
	margin: 10px auto;
	color: #bebebe;
	background-color: #bebebe;
	height:1px;
	clear: both;
}

/* Header Styling */
#header {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: url(images/header_bg.jpg) no-repeat;
	background-position: top center;
}

#branding {
	background-image: url(images/white_80alpha.png);
	height: 100px;
	float: left;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 50px;
}

#branding img {
	padding-top: 10px;
	padding-right: 400px;
}
/* Nav styling */
.navbar {
	height: 40px;
	line-height: 40px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	display: block;
	position: relative;
	top: 210px;
	white-space: nowrap;
}

.navbar li {
	display: inline;
	float: left;
	width: 180px;
	background: url(images/navbar_bg.png) repeat-x;
	background-position: bottom;
}

.navbar li.current_page_item {
	background: url(images/navsel_bg.png) repeat-x;
	background-position: bottom;
}

.navbar li a {
	font-weight: bold;
	color: #468735;
}
.navbar li.current_page_item a {
	color: #ffffff;
}

/* Lower Layout */
#lower {
	width: 100%;
	background: url(images/body_shadow.png) repeat-x;
	background-position: top;
}

#core {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

#the_loop, #the_page {
	width: 480px;
	margin: 0 10px;
	float: left;
}

/* Sidebars Styling */
.sidebar {
	width: 250px;
}

.sidebox {
	background-color: #fafafa;
	border: 1px solid #bebebe;
	padding: 6px 10px;
	margin-bottom: 14px;
}

.sidebox .widget_title {
	padding-bottom: 3px;
	font-size: 130%;
}

.sidebox p {
	padding-top: 3px;
	padding-bottom: 5px;
}

.sidebox .notice {
	color: #468735;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

/* Calendar Styling */
#cal .all_link {
	font-size: 80%;
}

#events {
	font-size: 100%;
	padding: 5px 0;
}

.event_date {
	text-align: right;
	float: left;
	color: #999999;
	margin: 0 5px;
	width: 40px;
	padding-right: 5px;
}

#events ul li .event_info {
	margin-left: 48px;
	padding-left: 4px;
	border-left: 1px solid #bebebe;
}

#events li {
	padding-bottom: 4px;
}

/* Post Styling */
.post, .post_head {
	display: block;
}

.post .post_date {
	float: left;
	width: 60px;
	color: #999999;
	text-align: right;
	font-size: 120%;
	padding-top: 1px;
}

.post .post_title, .post .byline {
	margin-left: 65px;
	padding-left: 5px;
	border-left: 1px solid #bebebe;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-style: italic;
}

.post_body p {
	margin: 10px 0;
}

.post_body a {
	text-decoration: underline;
}
.post_body a.more-link {
	text-decoration: none;
}

.post blockquote {
	margin-left: 10px;
	color: #4a4b87;
}

.post_body ol li {
	list-style-type: decimal;
	margin-left: 25px;
}

.post_body ul li {
	list-style-type: disc;
	margin-left: 25px;
}

.post_body del {
	text-decoration: line-through;
}

.post_body ins {
	color: #000;
	text-decoration: underline;
}

.post_title {
	font-size: 130%;
}
.byline {
	color: #333366;
	font-size: 90%;
	padding: 2px 0;
}

.post_body {
	line-height: 150%;
	margin: 2px 5px 2px 15px;
}
.more-link {
	float: right;
	padding-bottom: 10px;
}

/* Post Photo Styles */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Comments Styling */
h3#comments {
	font-size: 120%;
	padding: 0;
	padding-left: 12px;
	margin: 3px 0px;
}
#respond, .commentlist {
	margin: 10px 5px 15px 15px;
}
.commentlist .avatar {
	float: left;
	margin-right: 10px;
}
.commentlist .comment-author {
	color: #468735;
}
.commentlist li p {
	display: block;
	margin: 2px 5px;
	font-size: 90%;
}
.commentlist li {
	padding-top: 5px;
	border-bottom: 1px solid #bebebe;
}
.commentlist li .avatar {
	float: left;
	margin-left: -40px;
}

.commentlist li {
	padding-left: 40px;
}

/* Comments Form Styling */
#respond h3 {
	font-size: 120%;
	padding: 0;
	margin: 3px 0px;
}
#respond input, #respond #comment {
	border: 1px solid #bebebe;
	padding: 2px;
	margin: 4px 0;
}
#respond #comment {
	width: 100%;
}
#respond .controls {
	text-align: center;
}
#respond .controls input {
	cursor:pointer;
	background:#333366;
	color:#FFFFFF;
	border:1px solid #336699;
	padding:2px 10px;
}
/* Search Box */
#searchform div, #cse-search-box {
	width: 100%;
	text-align: center;
}
#searchform label {
	padding-bottom: 3px;
	font-size: 130%;
	color: #468735;
}
#searchform input#s, #cse-search-box .query,
#mailingSubscribe input.text {
	width: 100%;
	padding: 3px;
	font-size: 110%;
	margin: 5px 0;
	border: 1px solid #bebebe;
}
input.submit {
	cursor:pointer;
	background:#333366;
	color:#FFFFFF;
	border:1px solid #336699;
	padding:2px 10px;;
}
/* Page Styling */
#the_page .page_title {
	text-align: center;
	padding: 5px;
	font-size: 140%;
}