/*  
Theme Name: 40 North
Theme URI: http://40north.org/
Description: Wordpress theme customized for 40 North | 88 West
Author: OJC Technologies
Author URI: http://ojctech.com/
*/

@import url(css/layout.css);
@import url(css/main-navigation.css);


/* News and events styles */

#content {
	float: left;
	clear: left;
	width: 400px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 1.5em;
}
#content a:hover {
	color: #446587;
}
#content.no-sidebar {
	float: none;
	clear: both;
	width: auto;
}
#content h1 {
	margin: 0;
	padding: 0 0 25px;
	color: #af3a31;
	font-size: 1.5em;
	line-height: normal;
}
#content h1 a {
	color: #af3a31;
	text-decoration: none;
}
#content h2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
}
#content h3 {
	margin: 0 0 3px;
	padding: 0;
	font-size: 1.25em;
	color: #af3a31;
}
#content h3 a {
	color: #af3a31;
}
.day {
	padding: 0 0 25px;
}
.item {
	margin: 0;
	padding: 0 0 25px;
}
.item .details {
	color: #666;
}
.item .excerpt {
	margin: 0;
	padding: 10px 0 0;
}

.comments {
	padding-top: 25px;
}
.comments .attribution { font-weight: bold; }
.comments .attribution .author { font-size: 13px; }


/* Sidebar */

#sidebar {
	width: 160px;
	font-size: 11px;
}
#sidebar h2 {
	margin: 0;
	padding: 25px 0 10px;
	font-size: 13px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}
#sidebar a {
   text-decoration: underline;
}
#sidebar a:hover {
	color: #446587;
}

.rss-link {
	padding-right: 15px; background: url(images/feed-icon-12x12.gif) right no-repeat;}
}

/* Navigation */

.navigation {
	margin: 15px 0;
	padding: 3px 5px;
	font-size: 11px;
	background-color: #E6E6E6;
}
.navigation .next {
	display: block;
	float: right;
	padding-left: 15px;
	font-weight: bold;
}


/* Forms */

button, input, select, textarea {
	font-size: 1em;
	font-family: lucida grande, lucida sans, geneva, arial, sans-serif;
}
form .field {
	clear: left;
	padding: 5px 0 0;
}
form .field .label {
	float: left;
	width: 75px;
	text-align: right;
}
form .field .input {
	padding: 0 0 5px 85px;
}
form input.wide, form textarea {
	width: 95%;
}


/* Searchform */

#sidebar #searchform {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#sidebar #searchform {
	font-size: 11px;
}
#sidebar #searchform .text input {
	width: 95%;
	margin-bottom: 5px;
}
#sidebar #searchform  p {
	margin: 0;
	padding: 5px 0 0;
}


/* Month preview */

#month-preview th {
	font-size: 10px;
	text-align: center;
}
#month-preview td {
	font-size: 10px;
	text-align: center;
}
#month-preview td.in-view {
	background-color: #ccc;
}
#month-preview td a {
	text-decoration: none;
}
