/*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  
Document: SaintAndrewsTheApostle.css
Purpose:  provide styles and classes for standrewtheapostle.net
Author:   april greenberg http://springthistle.com
Date:     February 22 2005
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */


/*	The redundancy in this section is for NN/IE compatibility. */
body	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; background-color: #7A92AF; margin: 0px; }
p 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
td 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
ul 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
ol 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
li	{ padding-bottom: 10px; margin-right: 30px; text-align: left; line-height: 14px; }
div 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
span 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
sup 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
a	{ font-family: verdana,arial,helvetica; }
font	{ font-family: verdana,arial,helvetica;}
b 		{ font-family: verdana,arial,helvetica;}
i 		{ font-family: verdana,arial,helvetica;}
.sm		{ font-size: 11px; }
.md		{ font-size: 13px; }
.lg		{ font-size: 16px; }


/* useful colors to know:
bg blue: 7A92AF
dark red: B0223C
light blue box: 98AAC0
light blue border: CBDBEB
*/
 
/***** Main link style *****/
a:link, a:visited {
	color: #4A627F;
	text-decoration: none;
}
a:hover { text-decoration: underline; }


/***** Special link styles *****/
a.whiteLink, a.whiteLink:visited {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-family: georgia;
}

a.rightMenu, a.rightMenu:visited {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-family: georgia;
	display: block;
	margin-left: 10px;
	line-height: 35px;
}

a.otherLanguage, a.otherLanguage:visited {
	display: block;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 5px;
  color: #999;
  padding: 2px;
}

img.linkedImage { border: 1px solid #000; }


/***** Main Div sections for ID usage *****/
#leftMenu {
	width: 232px;
	text-align: left;
}

#contentMain {
	margin-left: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#footer {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #B0223C;
	padding-top: 5px;
	line-height: 16px;
}

#linkspage li {
}

/***** Utility selectors -- handy, regularly used styles *****/
.separator {
	border-top: 1px solid #999;
}

.pageTitle {
	font-size: 18px;
	color: #7A92AF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

.subHead {
	color: #B0223C;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-top: 20px;
}

.rightButtons {
	margin-left: 20px;
}

.lifeTeen {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

ul.relatedLinks {
	margin-left: 10px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
  font-weight: bold;
}

.subtle { font-size: 10px; color: #666; line-height: 12px; font-weight: normal; }
