/*
Theme Name: Angola Team Design
Theme URI: http://angolateam.org/
Description: Custom design for the Angola Mission Team website.
Version: 1.0
Author: Danny Reese
Author URI: http://angolateam.org/reeses
Tags: blue, custom header, fixed width
*/

body	{	font-family: Palatino Linotype;
			font-size: 11pt;
			color: #5C5E5C;
		}

td		{	font-family: Palatino Linotype;
			font-size: 11pt;
			color: #5C5E5C;
		}

h1		{	font-family: Palatino Linotype;
			font-size: 22pt;
			color: #5C5E5C;
			margin-top: 10px;
			margin-bottom: 5px;
		}

dt		{	font-weight: bold;
		}

dd		{	padding-bottom: 10px;
			margin-left: 20px;
		}

#content {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	}		
		
.linklight	{	background-color: #0077BF;
				border-top: 3px solid #005DA2;
				border-left: 3px solid #005DA2;
				border-right: 3px solid #3B8FD9;
				border-bottom: 3px solid #3B8FD9;
			}
				
.linkdark	{	background-color: #004C7B;
				border-top: 3px solid #002C57;
				border-left: 3px solid #002C57;
				border-right: 3px solid #366D9F;
				border-bottom: 3px solid #366D9F;
			}

.vocab	{	text-decoration: underline;
			color: #007B19;
		}

.note	{	vertical-align: 60%;
			font-size: 10px;
			color: #007B19;
			text-decoration: underline;
		}

.defbox	{	border: 1px solid black;
			background-color: #DBCEFF;
		}
			
.mlink	{	font-weight: bold;
		}
		
.annote	{	padding-left: 10px;
			padding-bottom: 5px;
		}

.interest	{	padding-left: 30px;
			}
			
.post	{	text-align: justify;
			padding-left: 5px;
			padding-right: 10 px;
		}

.post h2	{	text-align: center;
			}
		
		
.post h2 a	{	color: #5C5E5C;
			}

.postmetadata	{	clear: both;
					text-align: right;
					font-size: 9pt;
				}

a:link	{	color: #CE1126;
		}
				
a:visited	{	color: #CE1126;
			}

a:active	{	color: #CE1126;
			}
				
a:hover	{	color: #840B18;
		}
		
a.subsection:link	{	width: 100%;
						font-size: 12pt;
						font-weight: bold;
						color: #FCD116;
						text-decoration: none;
					}
					
a.subsection:visited {	width: 100%;
						font-size: 12pt;
						font-weight: bold;
						color: #FCD116;
						text-decoration: none;
					 }

a.subsection:active	{	width: 100%;
						font-size: 12pt;
						font-weight: bold;
						color: #FCD116;
						text-decoration: none;
					}

a.subsection:hover	{	width: 100%;
						font-size: 12pt;
						font-weight: bold;
						color: #FCD116;
						text-decoration: none;
					}

a.footer:link	{	color: #5C5E5C;
				}
				
a.footer:visited	{	color: #5C5E5C;
					}

a.footer:active	{	color: #5C5E5C;
				}
				
a.footer:hover	{	color: black;
				}
				
				
/* Begin Images */

img {
	behavior: url("pngbehavior.htc");
}

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;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

a img {
	border: 0 none;
	}

/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0 none;
	text-align: center;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	padding: 0 4px 5px;
	margin: 0;
	color: black;
}

/* End captions */
