/*
Theme Name: AnnualGivingExchange
Theme URI: http://www.realnets.com/
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 0.1
Author: Realnets
Author URI: http://www.realnets.com/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	Based on:
	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

/* default list-style inside posts */
.entry ul {
	list-style: disc outside none;
	padding: 3px 20px;
}

.entry ol {
	list-style: decimal outside none;
	padding: 3px 20px;
}

.entry li {
	margin: 3px 0;
}

/* Begin Jim's Style */

a {
	color: #5279a9;
	font-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #352923;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	background: #fff;
	overflow: hidden;
}

.articles, .postcontainer, .connect {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.header {
	background: url(images/head_bg.jpg);
	display: block;
	width: 830px;
	height: 115px;
}

.header span {
	padding: 35px 0 0 30px;
	display: block;
}

.header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	clear: both;
}

.header h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.nav {
	border-top: #fff solid 5px;
	background: #b8c5da;
	height: 40px;
	margin-bottom: 20px;
}

.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	color: #352923;
	margin: 5px 0;
	text-align: center;
}

.navmenu ul {
	display: block;
}

.navmenu li {
	display: inline;
}

.navmenu li a, .navmenu li a:hover {
	padding-right: 2em;
	margin-right: 10px;
	color: #352923;
}

.navmenu li a {
	text-decoration: none;
}

.navmenu li a:hover {
	text-decoration: underline;
}

.articles {
	width: 165px;
	text-align: right;
}

.articles h2, .connect h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #352923;
	text-transform: uppercase;
}

.articles li, .connect li {
	font-size: 11px;
	padding-bottom: 10px;
}

.articles li a, .connect li a {
	color: #5279a9;
	text-decoration: none;
}

.articles li a:hover, .connect li a:hover {
	color: #5279a9;
	text-decoration: underline;
}

.connect img {
	float: left;
	vertical-align: baseline;
	padding-right: 5px;
}

.connect li {
	line-height: 18px;
	vertical-align: baseline;
}

.postcontainer {
	width: 460px;
	font-size: 12px;
}

.postcontainer p,
.postcontainer ul,
.postcontainer ol {
	margin-bottom: 15px;
}

.post {
	padding: 20px;
	margin-bottom: 40px;
	background: url(images/bg_posts.jpg) top repeat-x #fff;
	border: solid 1px #b8c5da;
	line-height: 18px;
}

.post ul {
	/* list-style: inside;*/
}

small,
.comment-meta {
	font-size: 11px;
	font-weight: bold;
	color: #5279a9;
	display: block;
	margin-bottom: 20px;
}

.post h2 {
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.post h2 a,
.comment-meta a
.comment-author a {
	color: #5279a9;
	text-decoration: none;
}

.post h2 a:hover,
.comment-meta a:hover,
.comment-author a:hover {
	color: #5279a9;
	text-decoration: underline;
}

.connect {
	width: 170px;
}

.comments {
	background: transparent url(images/icon_comment.jpg) no-repeat scroll 3px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

.comment {
	padding: 20px;
	margin-bottom: 20px;
	border: solid 1px #b8c5da;	
}

.comment p {
	margin-bottom: 15px;
}

/* End Jim's Style */

/* Begin Images */
/*
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
		*/
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
*/
/* End Entry Lists */

/* Begin Form Elements */
/*
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { 
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}
*/
/* End Form Elements */

/* Begin Comments*/
/*
.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}
*/
/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
/*
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}
*/
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

/* jangomail */

li.jangomail {
	padding:10px 0;
}

li.jangomail form{
	font-size:12px;
}

li.jangomail form input {
	width:150px;
}

li.jangomail form input.submit {
	width:60px;
}

li.jangomail label {
	display:none;
}

/* End jangomail */

.widget_sp_image img {
	margin-bottom: 10px;
}

.widgettitle {
	text-transform: uppercase;
}

.widget_recent_entries ul li {
	line-height: 1.1em;
}