/* CSS Document */
/***********************************************/
/*	ct_styles.css                              	
	For use with all Comparative Theology pages	
	Designed by Maria Gwyn McDowell - 
	http://www.mariagwyn.com 					*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #333333;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	background: #993333;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #993333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/
h1, h2, h3, h4, h5 {
	color: #316175;
	margin: 0;
	padding: 0;
}
h1{
 font-size: 2em;
}
h2{
 font-size: 1.6em;
}
h3{
 font-size: 1.4em;
}
h4{
 font-size: 1.2em;
}
h5{
 font-size: 1em;
}
p {
	font-size: 1em;
	margin: 1em 0;
	line-height: 1.4em;
}
/**********************************************************************/
/* Layout Divs - generally only accessible through the site template.
   Note that all standard images are accessed via these settings      */
/**********************************************************************/
#pageframe{
	position:absolute;
	top: 0px;
	left: 30px;
	width:800px;
	background-color: #ffffcc;
	background-image: url(images/backgrounds/right_CT.jpg);
	background-position: right;
	background-repeat:repeat-y;
}
/* 
#top{
	height: 10px;
	background-image:   url("images/backgrounds/top_rt_cnr_CT.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
*/
#masthead{
	left: 10px;
	width:770px;
	height:130px;
	background-image:url(images/backgrounds/header_CT.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
#printlogo{
	display:none;
}
#pageName{
	top:125px;
	margin: 1em 0;
	width: 770px;
	padding: 0 0 .5em 1em;
}
#pageNav{
	float: left;
	width:170px;
	padding: 0;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
	font: small Verdana,sans-serif;
}
#sitemenu{
	width:170px;
	padding: 0px;
	height: 150px;
}
#onthispage{
	float: left;
	width:170px;
	padding: 0px;
}
#content{
	padding: 0 30px 0 0;
	margin:0 0 0 170px;
	border-left: 1px none #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 125px 10px 5px 100px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	text-align: right;
}
#breadCrumb a{
	color: #AAAAAA;
}
#breadCrumb a:hover{
	color: #993333;
	text-decoration: underline;
}
/************ pageLinks styles **************/
.pageLinks{
	margin: 0;
	padding: 0 0 1em 1em;
	color: #316175;
}
.pageLinks h3{
	padding: 1em 0 .2em 0;
	border-bottom: 1px solid #cccccc;
	color: #316175;
}
.pageLinks a{
	display: block; 
}
/************** feature styles *****************/
.feature{
	margin: 0;
	padding: 0 0 1em 0;
	height: 200px;
}
html>body .feature {height: auto;}
.feature h2{
	padding: .5emx 0;
	text-align: left;
}
.feature img{
	float: left;
	padding: 0 1em 1em 0;
}
/*************** text styles ******************/
.summary {
	padding: 5px 30px 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993333;
}
.summary h2{
	padding: .5 em 0;
	text-align: left;
}
.summary img{
	float: left;
	padding: 0 1em .5em 0;
}
.summary td {
	padding-left:1em;
}
td.summaryLeft{
	padding-right: .5em;
	border-right: 1px solid #993333;
	width: 260px;
}
.summary_subtitle_1 {
	font-weight:bold;
	color: #316175;
}
.summary_subtitle_2 {
	font-weight:bold;
}

/************** footer styles ****************/
#footer{
	color: #316175;
	padding: 10px;
	margin-top: 15px;
	margin-right: 25px;
	background-image: url(images/backgrounds/footer_CT.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993333;
	font-weight: bold;
	clear: both;
}
/************** pagebottom styles ****************/
#pagebottom{
	clear: both;
	font-size: small;
	color: #316175;
	margin-top: -1px;
	background-color: #993333;
	background-image:    url(images/backgrounds/bottom_CT.gif);
	background-repeat: repeat-x;
	height: 20px;
}
#bl {
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#br {
	position:absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.update{
	font-size:10px;
	color: #999999;
	text-align: right;
	padding-right: 25px;
}
.copyright {
	font-size:10px;
	text-align: right;
	padding-right: 25px;
}
.copyright a {
	color: #316175;
	text-decoration:underline;
}
/*************** top of page styles ***************/
#topofpage{
	position:relative;
	height:10px;
	color: #999999;
	text-align: right;
}
a.topofpage, a.topofpage:visited{
	font-size: x-small;
	color:#999999;
	text-align: right;
	text-decoration: none;
	float: right;
}
a.topofpage:hover{
	text-decoration: none;
	color: #666666;
}
/********************* homepage settings **********************/
#home_header{
	left:0px;
	width:822px;
	height:116px;
}

