/*
Theme Name: BCCP
Description: Designed for the Brooklyn College Community Partnership
Author: J.J. Pope
Version: 1.01
*/

body

{
	font-size: 100%;
}

h1, h2, h3, h4, h5
{
	line-height: 1em;
	font-weight: bold;
}


a 
{
	color: #3978CF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #284888;
}

a img {border: none;}


ul.flat,  #right ul#sidebar, #navigation ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/*
.box, 
{
	border: solid thin #eee;
	background: #ffffff; 
}

.box h3 {margin-bottom: 6px; font-size: 1.4em;}



.textwidget
{
	padding:1.5em;
	margin-bottom:1.5em;
	border: solid thin #eee;
	background: #ffffff; 
}
*/


/***

HEADER

***/

#header
{
background-image: url('images/header.jpg');
margin-top: 1px;
margin-bottom: 20px;
width: 990px;
height: 382px;
}

#header h1, #header h2
{
	display: none;
}

#header img
{
	width: 990px;
	height: 382px;
}

/***

NAVIGATION

***/


#navigation 
{
	font-size: 1em;
	color: #3978CF;
	
}

#navigation ul#sidebar li ul li
{
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: .7em;
}

#navigation ul#sidebar li ul li ul li
{
	text-transform: capitalize;
	font-size: .9em;
	margin-left: 2em;
	margin-top: .4em;
}

.menu a, .menu a:visited
{
	color: #3978CF;
	display: block;
	text-decoration: none;
}

.menu a:hover
{
	text-decoration: underline;
}

#navigation li.current_page_item
{ 
	font-weight: bold;
}

#navigation li.current_page_item ul li

{ font-weight: normal;}


/***

POST

***/

.post {

 padding-bottom: 7em;

}


.post h2 {

	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: .1em;
}

.byline

{
	font-size: .8em;
	color: #666;
}


/***

SIDEBAR

***/

#sidebar {
	font-size: .9em;
}

#sidebar h4 {
	margin-bottom: .1em;
	margin-top: 2em;
	font-weight: bold;
	font-size: 1em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#text-420599605 li
{
	margin-bottom: .9em;
}

div.widget_text {
	margin-top: 1em;
	margin-bottom: 1em;
}

#donate { 

	font-weight: bold;
	font-size: .9em;
}

