/*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  
Document: wrestling.css
Purpose:  provide styles and classes for wrestlingwithgodandmen.com
Author:   april greenberg http://springthistle.com
Date:     June 28 2004
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */


/*	The redundancy in this section is for NN/IE compatibility. */
body	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; background-color: #9EAFC8; margin-top: 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; }
li	{ padding-bottom: 5px; margin-right: 30px; text-align: left; }
ol 	{ font-family: verdana,arial,helvetica; font-size: 12px; color: #000000; }
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:
9EAFC8: light blue bg
61799D: dark blue right
B27B07: gold
A66F4F: dark pink
4E2812: dark brown on pink
778193: menu button blue
*/
 
/***** Main link style *****/
a:link		{ color: #61799D; text-decoration: underline; }
a:visited	{ color: #61799D; text-decoration: underline; } 
a:active	{ color: #61799D; text-decoration: none; } 
a:hover		{ color: #61799D; text-decoration: none; }

/***** Special link styles *****/

a.rightMenu {
	font-family: georgia,times;
	text-align: right;
	background-color: #778193;
	border: 1px solid #ffffff;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;

	display: block;
	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 2px 10px;
	text-decoration: none;
	font-family: georgia,times;
}
a.rightMenu:visited { color: #000000; text-decoration: none; font-family: georgia,times;}
a.rightMenu:active { color: #ffffff; text-decoration: none; font-family: georgia,times; }
a.rightMenu:hover { color: #ffffff; text-decoration: none; font-family: georgia,times; }

a.footerLink {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.footerLink:visited { color: #000000; text-decoration: none; }
a.footerLink:active { color: #ffffff; text-decoration: none; }
a.footerLink:hover { color: #ffffff; text-decoration: none; }

a.hpMenu {
	display: block;

	font-family: georgia,times;
	text-align: center;
	border: 1px solid #e2cB67;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;

	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 2px 10px;
	text-decoration: none;
}
a.hpMenu:visited { color: #000000; text-decoration: none; font-family: georgia,times;}
a.hpMenu:active { color: #e2cB67; text-decoration: none; font-family: georgia,times; }
a.hpMenu:hover { color: #e2cB67; text-decoration: none; font-family: georgia,times; }


/***** Utility selectors -- handy, regularly used styles *****/

#menuButtons {
	background-color: #000000;
}

#leftContent {
	border-left: 1px solid #61799D;
}

#rightBar {
	border-right: 1px solid #ffffff;
}



#footer {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 22px;
}

.footerCred { 
	color: #4E2812;
}

.copy {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 18px;
}

.listCopy {
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: left;
}

.quoteCred {
	line-height: 16px;
	text-align: right;
	font-weight: bold;
	margin-left: 100px;
}


.sectionTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
}	

.subHead {
	font-weight: bold;
	font-size: 12px;
	color: #61799D;
}

.blueHead {
	color: #61799D;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
