/*  
Theme Name: CT theme
Theme URI: http://www.commontheology.com
Description: Common Theology
Version: 1.0
Author: Kerri Jessep
Author URI: http://www.kerrijessep.com.au
*/



/* General */

body {
	margin: 0;
	padding:0;
	background-color: #ffffff;
}

h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
}
 h6 {
	color: #000000;
	font: 16px Arial, Helvetica;
	text-align: center;}
img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
	border:0;
}


/* Header */

#header {
	width: 1005px;
	margin:0;
	padding:0;
	height: 80px;
	position: relative;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 60px;
		left: 25px;
		width: 340px;

	}
	
	#header #header-info h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: bold 14px Arial, Helvetica, sans-serif;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
	position: absolute;
	top:60px;
	bottom: 4px;
	left: 10px;
	background-color: #ffffff;
	font-weight: bold;
	color: #204353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 12px;
	}
	
	#header #header-menu ul li {
	float: left;
	height: 14px;
	margin-right: 6px;
	font: normal 14px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
	#header #header-menu ul a:link{
		color: #000000;
		text-decoration: none;
	}

	#header #header-menu ul a:visited{
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul a:hover {
	text-decoration: none;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	}
	#header #header-menu ul a:active{
		color: #000000;
		text-decoration: none;
	}
/*Main - sub-head*/
.imgBlueBdr{
	float:left;
	border-color:#78b6e4;
	padding: 0px;
	margin: 10px;
	}
#subhead {
	float:left;
	height: 340px;
	width: 760px;
	top:10px;
	left: 5px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 10px;
	background-image: url(images/endorsements.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Main */

#main {
	width: 1005px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border: 0;

}

	/* Main - Sidebar */
	
	#sidebar {
	float: right;
	width: 180px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #ffffff;
	}
	
	#sidebar a {
		color: #000000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
		color: #F00;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 180px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 180px;
	}
	
	#sidebar .sidebar-box {
		width: 150px;
		margin-bottom: 8px;
	}
	
		/* Sidebar - Titles */
		#sidebar h1 {
	color: #ff0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
		}
		#sidebar h3 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
		}
		#sidebar h4 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
		}
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0 0px 0;
			padding: 0;
			font: normal 14px Arial, Helvetica, sans-serif;
			list-style-type: none;
		}
		
		#sidebar ul li {
	color: #000000;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding-left: 16px;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
	text-decoration: underline;
	color: #F00;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 10px auto;
			width: 116px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 10px auto;
			width: 145px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}
	
	
	
	/* Main - Content */
	
	#content {
	float: left;
	width: 750px;
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #ffffff;
	}
	
	
	#letter{
	position: absolute;
	width: 730px;
	left: 0px;
	top: 430px;
	left: 5px;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
	
	/* Main - Content - Post */
	
	#content .post {
	color: #000000;
	float: left;
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	}
	#content p{
	text-indent: 20px;
	}
	
	#content .img{
	float:right;
	padding-right:10px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			width: 139px;
			height: 37px;
			background: url("images/post_date.gif") no-repeat;
			float: right;
			font: normal 14px/37px "Times New Roman", Times, serif;
			color: #000000;
			text-align: center;
			text-transform: lowercase;
		}
		
		/* Post - Content */
		
		#content .post .post-content {
			width: 550px;
			padding: 0px;
		}
		
		/* Post - Title */
		
		#content .post .post-content .post-title {
			font: normal 14px "Times New Roman", Times, serif;
			color: #000000;
		}
		
		#content .post .post-content .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content .post-title h2 {
			color: #000000;
			font: bold 16px "Times New Roman", Times, serif;
		}
		
		#content .post .post-content .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .post-title h2 a:hover {
			text-decoration: underline;
		}
		#content .post .post-content .post-title h3 {
			color: #000000;
			font: bold 16px "Times New Roman", Times, serif;
		}
		/* Post - Entry */
		
		#content .post .post-content .post-entry {
			font: normal 14px/18px "Times New Roman", Times, serif;
			color: #000000;
		}
		
		#content .post .post-content .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		#content .post .post-content .post-entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: none;
	background-color: #ffffff;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

		#content .post .post-content .post-entry .more-link {
	color: #000000;
	float: right;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
		}
		
		#content .post .post-content .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-content .post-info {
			clear: both;
			font: normal 14px/28px "Times New Roman", Times, serif;
			color: #000000;
		}
		
		#content .post .post-content .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .post-info a:hover {
			text-decoration: underline;
		}
		#content .post .post-content h4 {
			font-size: 18px;
			font-weight: bold;
			color: #FF0000;}
	
		#content .post .post-content h3 {
			height: 36px;
			color: #000000;
			font: bold 14px/36px "Times New Roman", Times, serif;
			margin-top: 15px;
		}
			/* Post - Comments */
		#content .post .post-content .comments {
			margin: 0;
			font: normal 14px/18px "Times New Roman", Times, serif;
			color: #000000;
		}
		
		#content .post .post-content .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .post-content .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-content .comments ol li.alt {
			background: #ffffff;
		}
		
		#content .post .post-content .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-content .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-content .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content #commentform {
			margin: 0;
			font: normal 14px/18px "Times New Roman", Times, serif;
			color: #000000;
		}


/* Footer */

#footer {
	float: left;
	width: 1005px;
	height: 20px;
	color: #000000;
	font: normal 11px/24px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;	
}
#footer p {
	color: #000000;
	font-weight: bold;

}
#footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

