/*
Theme Name: AIPCFNA 1.0
Theme URI: http://www.annexantdesign.net
Description: Custom wordpress design made for the <em>Association of Iranian Presbyterian Churches and Fellowships in North America</a>
Version: 1.0
Author: Annexant Design
Author URI: http://www.annexantdesign.net/
Tags: purple, sky, custom, church
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ecedd9;
	font: 10pt Calibri, Arial, Sans-Serif;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: #091f5d;
	font-weight: bold;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
#header {
	height: 179px;
	background: url(img/header/back.jpg) 550px 0;
}
#header h1 a {
	height: 179px;
	width: 550px;
	text-indent: -100000px;
	display: block;
	background: url(img/header/logo.jpg);
}
#silhouette {
	background: url(img/header/cutout.gif) 0 0;
	width: 325px;
	height: 223px;
	position: absolute;
	top: 0;
	right: 0;
}
#nav {
	background: url(img/header/nav.jpg);
	height: 44px;
}
#nav ul {
	margin: 0 0 0 2px;
}
#nav a, #nav li {
	float: left;
	display: block;
	height: 44px;
}
#nav a {
	padding: 0 12px;
	font: 14pt Times New Roman, Georgia, Serif;
	line-height: 44px;
}
#tupperware {
	padding: 20px;
	background: url(img/contenttop.png) 0 0 repeat-x;
	position: relative;
}
#left {
	margin: 0 275px 0 0;
}
.linkcat {
	list-style-type: none;
}
.linkcat h2 {
	display: none;
}
#left ul.blogroll {
	list-style-type: circle;
	margin: 0 0 0 30px;
}
ul.blogroll  li {
	margin: 0 0 10px 0;
}
ul.blogroll a {
	display: block;
	font: 16pt Calibri, Arial, Sans-Serif;
}
.post {
	margin: 0 0 2em 0;
}
h2 {
	font: 18pt Times New Roman, Georgia, Serif;
	border-bottom: 1px solid #c3c5a3;
	margin: 0 0 0.5em 0;
}
h3 {
	float: right;
	color: #858161;
	font: 10pt Times New Roman, Georgia, Serif;
	line-height: 3em;
}
.post .postImage {
	float: right;
	border: 1px solid #858161;
	margin: 0 0 5px 15px;
}
.post .continue {
	text-align: right;
	line-height: 200%;
}
.post .continue a {
	padding-left: 18px;
	background: url(img/bullet.png) 0 50% no-repeat;
}
#right {
	width: 235px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#toolbar {
	margin: 0;
	list-style-type: none;
}
#toolbar li {
	background: url(img/sidebar/seperator.png) 0 0 repeat-y;
	padding-bottom: 1px;
}
#toolbar a {
	display: block;
	width: 235px;
	text-indent: -10000px;
}
#toolbar a.mission_statement {
	height: 93px;
	background: url(img/sidebar/mission.png) 0 0;
}
#toolbar a:hover.mission_statement {
	background-position: 0 -93px;
}
#toolbar a.who_we_are {
	height: 55px;
	background: url(img/sidebar/who.png) 0 0;
}
#toolbar a:hover.who_we_are {
	background-position: 0 -55px;
}
#toolbar a.statement_of_faith {
	height: 93px;
	background: url(img/sidebar/faith.png) 0 0;
}
#toolbar a:hover.statement_of_faith {
	background-position: 0 -93px;
}

#footer {
	border-top: 1px solid #c3c5a3;
	color: #a7a987;
	padding: 10px;
}
#footer a {
	color: #898b65;
}



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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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;
}

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

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