/**
 * @author: James Schementi
 * @filename: standardFormatting.css
 * @created: 17-Sept-2005
 * @modified: 17-Sept-2005
 * @description:
 *   This is the standard formatting style for the Theta Chi Rush 
 *   website redesign of 2005.  Use with standardLayout.css and
 *   common*.css.
 */

#container #body #logo, 
#container #body #menu a,
#container #body #oxe {
	text-indent: -9999px;
	text-decoration: none;
}

#container #body #links ul li a {
	text-decoration: none;
	color: #EBEBEB;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	white-space: nowrap;
}

#container #body #pageBody a:link,
#container #body #pageBody a:visited {
	color: #7D0000;
	text-decoration: none;
}
#container #body #pageBody a:hover {
	color: #7D6A6A;
}

#container #body #pageBody ul {
	/*margin-left: 15px;*/
}

#container #body #page #pageHeader {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	text-align: right;
	padding-right: 15px;
	position: relative;
}
#container #body #page #pageHeader a {
    color: #333;
}
#container #body #page #pageHeader a:hover {
    text-decoration: none;
}
#container #body #pageBody h2 {
	color: white;
	font: small-caps normal 24px "Times New Roman PS MT", "Times New Roman", Times, serif;
	margin-bottom: 10px;
	
}
#container #body #pageBody h3 {
	margin-left: 0px;
	font-size: 18px;
	color: #7D0000;
	font-weight: normal;
	margin-bottom: 10px;
}
#container #body #pageBody h4 {
	font-size: 14px;
	color: #7D0000;
	font-weight: normal;
	text-indent: 5px;
	margin-bottom: 7px;
}

#container #body #pageBody p {
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 10px;
}

.actions {
	padding: 5px;
}
.actions.submit {
	padding-left: 20px;
}
.right {
	text-align: right;
}
.post {
	
}
.post .subject {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted gray;
	font-size: 18px;
	display: block;
	background-color: #eee;
}
.post .body {
	margin-left: 10px;
	margin-top: 10px;
}
.post .foot {	
	margin-top: 5px;
	color: gray;
	margin-left: 10px;
	padding-bottom: 15px;
}

h3.flash_notice, h3.flash_error {
	font-size: 16px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.flash_notice {
	color: #006600;
	background: #99ff99;
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
}
.flash_error {
	color: #660000;
	background: #ff9999;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
}