/**
 * @author: James Schementi
 * @filename: portalLayout.css
 * @created: 13-Sept-2005
 * @modified: 09-Oct-2005
 * @description:
 *   This is the portal layout style for the Theta Chi Rush 
 *   website redesign of 2005.  Use portalFormatting.css and
 *   common*.css to correct font formatting and alignment.
 */

#container #body {
	background-image: url(/images/layout2005_portal_bodyBGR.png);
	background-repeat: repeat-y;
}

#container #body #portal_wrapperBottom {
	float: left;
	width: 100%;
	background-image: url(/images/layout2005_portal_bottomImg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#container #body #portal_wrapperTop {
	float: left;
	width: 100%;
	background-image: url(/images/layout2005_portal_bodyBGT-trans.png);
	background-position: top;
	background-repeat: no-repeat;
}

#container #body #logo {
	width: 179px;
	height: 225px;
	background-image: url(/images/layout2005_portal_logo-trans.png);
	float: left;
	margin-left: 11px;
	cursor: hand;
}

#container #body #image {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 340px;
	height: 200px;
}

#container #body #menu {
	position: relative;
	width: 200px;
	height: 225px;
	background-image: url(/images/layout2005_portal_menuBg.png);
	float: left;
	margin-right: 10px;
}
#container #body #links {
	float: left;
	width: 179px;
	padding-left: 10px;
}

#container #body #pageBody {
	position: relative;
	top: -15px;
	float: left;
	width: 320px;
	margin: 10px 20px 5px 20px;
	background-image: url(/images/layout2005_portal_watermark.png);
	background-repeat: no-repeat;
	background-position: top;
}

#container #body #events {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 10px;
}


/* menu links */ 
#container #body #menu ul {
	width: 200px;
	padding-top: 8px;
}
#container #body #menu ul li {
	margin-bottom: 2px;
}
#container #body #menu ul li a { 
	width: 200px;
	height: 35px;
	display: block;
}

/* preload images */
#container #body #menu ul li.recruitment { background: url(/images/layout2005_portal_hoverrecI.png); }
#container #body #menu ul li.brotherhood { background: url(/images/layout2005_portal_hoverbrot.png); }
#container #body #menu ul li.chapterHouse { background: url(/images/layout2005_portal_hoverchap.png); }
#container #body #menu ul li.events { background: url(/images/layout2005_portal_hovereven.png); }
#container #body #menu ul li.philanthropy { background: url(/images/layout2005_portal_hoverphil.png); }

/* actual menu */
#container #body #menu ul li.recruitment a { background-image: url(/images/layout2005_portal_recIE.png); }
#container #body #menu ul li.brotherhood a { background-image: url(/images/layout2005_portal_brotherho.png); }
#container #body #menu ul li.chapterHouse a { background-image: url(/images/layout2005_portal_chapterho.png); }
#container #body #menu ul li.events a { background-image: url(/images/layout2005_portal_events.png); }
#container #body #menu ul li.philanthropy a { background-image: url(/images/layout2005_portal_philanthr.png); }
#container #body #menu ul li.recruitment a:hover { background-image: url(/images/layout2005_portal_hoverrecI.png); }
#container #body #menu ul li.brotherhood a:hover { background-image: url(/images/layout2005_portal_hoverbrot.png); }
#container #body #menu ul li.chapterHouse a:hover { background-image: url(/images/layout2005_portal_hoverchap.png); }
#container #body #menu ul li.events a:hover { background-image: url(/images/layout2005_portal_hovereven.png); }
#container #body #menu ul li.philanthropy a:hover { background-image: url(/images/layout2005_portal_hoverphil.png); }


h1.rushOX {
	background-image: url(/images/layout2005_headerRushOX-trans.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 43px;
	padding-top: 6px;
	text-indent: 8px;
}

h2.recentNews {
	background-image: url(/images/layout2005_headerRecentNews-trans.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 26px;
	padding-top: 3px;
	text-indent: 8px;
}

h3.events {
	background-image: url(/images/layout2005_headerEvents-trans.png);
	background-repeat: no-repeat;
	width: 191px;
	height: 26px;
	padding-top: 3px;
	text-indent: 8px;
}

p.pictures {
	text-align: center;
}
p.pictures img{
	width: 75px;
	height: 75px;
	background-color: gray;
	/*border: 1px solid #CACACA;*/
	padding: 2px;
	margin: 1px;
}
p.pictures a img{
	padding: 3px;
}
p.pictures a:hover img{
	background-color: #950105;
}