/*
Theme Name: Third Coast Workers for Cooperation
Theme URI: http://thirdcoastworkers.coop/
Description: A custom theme for Third Coast Workers for Cooperation
Version: 0.1
Author: Joseph Carrington
Author URI: http://josephcarrington.com/software/wordpress/
Author Email: joseph.carrington@gmail.com
*/
@import "reset.css";

/* begin layout */
div#page
{
	width: 930px;
	margin: auto;
	padding: 10px 30px;
}
div#header
{
	width: 960px;
	margin: auto;
	height: 196px;
}
div#nav_bar
{
	margin: auto;
	width: 960px;
}
div#page
{
}
div#container
{
	width: 719px;
	float: left;
	padding-right: 10px;
}
div#sidebar
{
	width: 180px;
	float: left;
	padding: 0px 10px;
}
	input#s
	{
		width: 114px;
	}
div#footer
{
	clear: both;
	text-align: center;
}
.post, .page
{
	padding: 0px 5px;
}
/* Begin Typography */
body
{
	font-family: helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
h1
{
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
h5, h6
{
	font-size: 10px;
}
pre
{
	font-family: Monospace;
}
small
{
	font-size: 12px;
	font-style: italic;
	color: #666;
}
em
{
	font-style: italic;
}
b
{
	font-weight: bold;
}
a
{
	color: #95a256;
	text-decoration: none;
}
.nav_button
{
	font-family: georgia, serif;
}
.nav_buton:link
{
	color: #333;
}
.nav_button:visited
{
	color: #333;
}
.nav_button:active
{
	color: #8da9c5;
}
.nav_button:hover
{
	color: #5d6773;
}
.page_title, .post_title, .section_title, .blurb_title, .widgettitle
{
	font-weight: bold;
}
.page_title, .section_title, .widgettitle
{
	color: white;
	padding: 5px 0px 5px 5px;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	text-shadow: #333 0px +1px 3px;
}
.page_title
{
	background-color: #95a256;
}
.page_title a
{
	color: white;
}
.section_title
{
	background-color: #444447;
}
.widgettitle
{
	background-color: #88a3bd;
	margin-top: 5px;
}

#container p, ul
{
	margin-bottom: 18px;
}
#container ul
{
	list-style-type: disc;
	margin-left: 13px;
}
div#container img
{
	border: thin solid grey;
}
/* Begin Backgrounds */
body
{
	background: url('bg.jpg') repeat scroll center top white;
}
div#page
{
	background: url('page_bg.png') repeat-y scroll center top transparent;
}
div#footer
{
	background: url('footer_bg.png') no-repeat scroll center top transparent;
}
div#footer_shadow
{
	background: url('footer_bottom_bg.png') no-repeat scroll center bottom transparent;
	height: 8px;
}
/* Wordpress Styles */
.alignleft
{
	float: left;
	margin-right: 10px;
}
.alignright
{
	float: right;
	margin-left: 10px;
}

br.break
{
	clear: both;
}

/* Begin Dropdown menu hacks */
div.shailan-dropdown-menu
{
	background-color: transparent;
	border: none;
}
ul.dropdown li
{
	font-size: 16px !important; 
}
li.current_page_item a:link, li.current_page_item a:visited 
{
	color: #95a256 !important;
}
li.page-item-25 a
{
	color: red !important;
}
/* Begin advanced recent posts hacks */
ul.advanced-recent-posts li
{
	margin-bottom: 10px;
}
ul.advanced-recent-posts li a
{
	display: block;
}

