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

/* logo and menu formatting */

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

#container #body #menu a {
	text-decoration: none;
}

/* left links */

#container #body #links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container #body #links h2 {
	font: small-caps normal 16px "Times New Roman PS MT", "Times New Roman", Times, serif;
	margin-left: 10px;
}

#container #body #links .interest {
	font-size: 12px;
}
#container #body #links .related {
	text-indent: -20px;
	margin-left: 20px;
}
#container #body #links ul {
	margin-bottom: 10px;
}

#container #body #links li {
	margin-left: 25px;
}

/* body links */

#container #body a,
#container #body a:visited {
	color: white;
	text-decoration: none;
}
#container #body a:hover {
	color: #CB0106;
	text-decoration: none;
}

/* page body */

#container #body #pageBody li {
	font-size: 13px;
	/* text-indent: -20px; */
	/* margin-left: 30px; */
	border-bottom: 1px dotted #555;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
}
#container #body #pageBody li p {
    padding-bottom: 0px;
}

#container #body #pageBody p {
	font-size: 13px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#container #body #pageBody h1 {
	font: small-caps 25px "Times New Roman PS MT", "Times New Roman", Times, serif;
	margin: 5px 0px 5px 0px;
	color: white;
}
#container #body #pageBody h2 {
        font: small-caps 18px "Times New Roman PS MT", "Times New Roman", Times, serif;
        font-weight: normal;
        margin: 5px 0px 5px 0px;
        color: white;
}

/* events bar */

#container #events h3 {
	color: white;
	font: small-caps normal 16px "Times New Roman PS MT", "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	/*font-weight: bold;*/
}
#container #events ul {
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #events li {
	font-size: 13px;
	text-indent: -20px;
}