/*
	Theme Name: Nonprofit Learning Point
	Theme URI: http://www.nonprofitlearningpoint.org/
	Description: NLP is the best thing ever and thus have the best theme ever!!
	Version: 1.0
	Author: PharrOut
	Author URI: http://pharrout.com/
*/

/* ===== reset ============================================================== */
body, div, h1, h2, h3, h4, h5, h6, form, table, img {
	border: 0;
	xfont-weight: normal;
	margin: 0;
	padding: 0;
}


/* ===== clear floats without markup ======================================== */
.container { display: inline-block; }
.container:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .container { height: 1%; }
.container { display: block; }
.clear { clear: both; }


/* ===== general ============================================================ */
body {
	background: #ffffff url('img/body-bg.png') no-repeat 50% 0;
	color: #575757;
	font: 13px/1.5em Helvetica, Arial, sans-serif;
}
h2 { font-weight: normal; }
h3 { margin: 15px 0 5px 0; }
a {
	color: #6eb43f;
	text-decoration: none;
}
	a img {
		border: 0;
		display: block;
	}
p, ul, ol, blockquote { margin: 20px 0; }
	ul ul, ul ol, ol ol, ol ul { margin: 0; }
blockquote {
	font-style: italic;
	padding: 0 3em;
}


/* ===== layout ============================================================= */
#site {
	margin: 0 auto;
	width: 850px;
}
#header { margin-top: 45px; }
	#header h1 a {
		background: url('img/logo.png') no-repeat;
		height: 70px;
		margin: 0 auto;
		width: 175px;
	}
	#top-navigation {
		border-bottom: 1px solid #cccccc;
		margin: 55px -25px 0 -25px;
		padding: 0 30px;
	}
		#top-navigation td { text-align: center; }
		#top-navigation a {
			color: #575757;
			display: block;
			font-size: 16px;
			line-height: 1em;
			padding: 5px 25px;
		}
		#top-navigation .current_page_item a,
		#top-navigation .current_page_ancestor a,
		#top-navigation .current_page_parent a{
			background: url('img/nav-active.png') no-repeat 50% 100%;
			color: #000000;
		}
#callout {
	border-bottom: 1px solid #cccccc;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width: 800px;
}
	body.home #callout h2 {
		background: url('img/callout-home.png') no-repeat 50% 0;
		height: 96px;
	}
	#callout span {
		display: block;
		font-size: 12px;
		margin: 10px 200px 0 0;
		text-align: right;
	}
	#callout h2{
		font-weight:normal;
		line-height:1.35em;
		font-size:18px;
	}
#home { background: url('img/home-bg.png') repeat-y -50px 0; }
	#home-left, #home-right { padding-top: 30px; }
	#home-left {
		float: left;
		padding-right: 30px;
		position: relative;
		width: 416px;
	}
		#home-left h3 {
			background: url('img/news-and-updates.png') no-repeat;
			height: 20px;
			margin-bottom: 10px;
			width: 169px;
		}
		#more-news {
			position: absolute;
			right: 30px;
			text-transform: lowercase;
			top: 30px;
		}
		#home-left p { margin: 7px 0 20px 10px; }
		#posts { margin-bottom: 30px; }
		#home-left table {
			border-top: 1px solid #cccccc;
			margin-bottom: 10px;
			padding-top: 10px;
		}
			#posts table:first-child { border: 0; }
		#posts table td { vertical-align: top; }
		#home-left .post-date {
			color: #ffffff;
			font-size: 16px;
			font-weight: bold;
			line-height: 1em;
			text-align: center;
			text-transform: uppercase;
			width: 49px;
		}
		#home-left .post-date { background: url('img/date-bottom.png') no-repeat 0 100%; }
		#home-left .post-date .top {
			background: url('img/date-top.png') no-repeat;
			height: 35px;
		}
		#home-left .post-date .middle {
			margin-top: -27px;
			min-height: 50px;
		}
	#home-right {
		float: right;
		padding-left: 45px;
		width: 359px;
	}
		#home-right img { margin-bottom: 15px; }
#content {
	float: right;
	padding: 30px 0 0 45px;
	width: 574px;
}
	.post {  }
		div.post h2 { margin-bottom: 20px; }
	.page {  }
		div.page h2 { margin-bottom: 20px; }
#sidebar {
	border-right: 1px solid #cccccc;
	float: left;
	font-size: 13px;
	padding-left: 30px;
	width: 200px;
}
	#sidebar ul {
		border-bottom: 1px solid #cccccc;
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0;
	}
	#sidebar li a {
		border-top: 1px solid #cccccc;
		color: #575757;
		display: block;
		line-height: 1em;
		padding: 13px 10px;
	}
		#sidebar li:first-child a { border: 0; }
		#sidebar li.current_page_item a,
		#sidebar li.current_page_parent a {
			background: url('img/subnav-active.png') no-repeat 0 50%;
			color: #ffffff;
			padding-left: 25px;
		}
	#sidebar img { margin: 20px 0; }
#footer {
	border-top: 1px solid #9a9a9a;
	clear: both;
	font-size: 11px;
	line-height: 1.2em;
	text-transform: uppercase;
	position:relative;
	padding-bottom:20px;
}
#footer #contactInfo{
	text-align:center;
	line-height:1.7em;
}
	#social {
		float: right;
		line-height: 0;
		margin-top: 20px;
	}
	#social img { display: inline; }
	#vcu, #pne {
		float: left;
		margin: 20px 6px 6px 0;
	}
	#twitter, #facebook{
		display: block;
		position: absolute;
		height: 40px;
		width: 40px;
	}
		#twitter{
			left: 742px;
			top: 27px;
		}
		#facebook{
			left: 797px;
			top: 27px;
		}
/* ===== misc =============================================================== */
ul.horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.horizontal li {
		float: left;
		margin-right: 25px;
	}
	ul.horizontal li.last { margin-right: 0; }
ul.no-dots {
	list-style: none;
	padding: 0;
}
ul h3 {
	border-bottom: 1px solid #cccccc;
	margin: 15px 0 5px 0;
	width: 75%;
}
	ul h3:first-child { margin-top: 0; }
table ul { margin: 0; }
.no-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.gold { color: #b99c10; }
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
