/*  
Theme Name: TAF Wordpress Theme
Theme URI: http://www.gettingsitesbuilt.com
Description: Theme custom built for The Asia Foundation. Requires all kinds of secondary database connectivity, so is definitely not a 'portable' wordpress theme.
Version: 1.0
Author:  Canton Becker / Getting Sites Built
Author URI: http://www.gettingsitesbuilt.com

*/


.post h2 {
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #4a4512;
	font-weight: normal;
}

.post h2 a:link,
.post h2 a:visited,
.post h2 a:hover	{
	text-decoration: none;
	}

.entry {
	margin-bottom: 15px;
}

.entry h3 {
	font-size: 1.1em;
	font-weight: bold;
	/* float: left; */
	margin-right: 5px;
	color: #575757;
	text-transform: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.entryDate {
	color: #4a4512;
}

/*
.entry p {
	clear: both;
}
*/

#wpSidebar {
	font-size: 1em;
}

#wpSidebar ul {
	margin-bottom: 15px;
}

.outer {

}

#wpSidebar li {
	margin-left: 10px;
	padding-bottom: 8px;
	list-style-type: none;
}

#wpSidebar h2 {
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #c7bd8a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear: right;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	float: none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: left;
}
/* End captions */


/* OVERRIDES */

