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

/* logo layout */

#container #body #logo {
	width: 222px;
	height: 200px;
	background-image: url(/images/layout2005_standard_logo-trans.png);
	float: left;
	margin-left: 11px;
	z-index: 1;
}


/* menu links */ 

	#container #body #menu {
		width: 555px;
		height: 75px;
		float: left;
		margin-left: -37px;
		z-index: 2;
	}

	#container #body #menu li {
		width: 111px;
		height: 55px;
		float: left;
	}

	#container #body #menu a { 
		float: left;
		width: 111px;
		height: 55px;
		background-repeat: no-repeat;
		z-index: 2;
	}

	#container #body #menu .recruitment a { height: 75px; }
	#container #body #menu .philanthropy a { height: 65px; }

/* preload images */
	#container #body #menu .recruitment { background: url(/images/layout2005_standard_hoverre-trans.png); }
	#container #body #menu .brotherhood { background: url(/images/layout2005_standard_hoverbr.png); }
	#container #body #menu .chapterHouse { background: url(/images/layout2005_standard_hoverch.png); }
	#container #body #menu .events { background: url(/images/layout2005_standard_hoverev.png); }
	#container #body #menu .philanthropy { background: url(/images/layout2005_standard_hoverph-trans.png); }

/* actual menu */
	#container #body #menu .recruitment a { background-image: url(/images/layout2005_standard_recruit-trans.png); }
	#container #body #menu .brotherhood a { background-image: url(/images/layout2005_standard_brother.png); }
	#container #body #menu .chapterHouse a { background-image: url(/images/layout2005_standard_chapter.png); }
	#container #body #menu .events a { background-image: url(/images/layout2005_standard_events.png); }
	#container #body #menu .philanthropy a { background-image: url(/images/layout2005_standard_philant-trans.png); }
	#container #body #menu .recruitment a:hover { background-image: url(/images/layout2005_standard_hoverre-trans.png); }
	#container #body #menu .brotherhood a:hover { background-image: url(/images/layout2005_standard_hoverbr.png); }
	#container #body #menu .chapterHouse a:hover { background-image: url(/images/layout2005_standard_hoverch.png); }
	#container #body #menu .events a:hover { background-image: url(/images/layout2005_standard_hoverev.png); }
	#container #body #menu .philanthropy a:hover { background-image: url(/images/layout2005_standard_hoverph-trans.png); }

/* submenu links */

	#container #body #links {
		background: url(/images/layout2005_standard_linksHe.png) top no-repeat;
		float: left;
		margin: 20px 0px 0px 11px;
	}
	#container #body #links ul {
		background: url(/images/layout2005_standard_linksFo.png) bottom no-repeat;
		margin: 20px 0px 0px 0px;
	}
	#container #body #links ul li a {
		width: 179px;
		display: block;
		border-bottom: 1px solid #6C6464;
	}
	#container #body #links ul .last { padding-bottom: 20px; }

	#container #body #links ul li a, 
	#container #body #links ul li a:link, 
	#container #body #links ul li a:visited {
		background-color: #7D6A6A;
	
	}
	#container #body #links ul li a:hover {
		background-color: #A68F8F;
	}

/* page layout */

	#container #body #oxe {
		float: left;
	}

	#container #body #page {
		float: right;
		width: 551px;
		margin-top: -130px;
		margin-right: 10px;
		color: black;
		margin-bottom: 5px;
	}

	#container #body #page #pageHeader {
		height: 15px;
		padding-top: 3px;
		background-image: url(/images/layout2005_standard_bodyHea-trans.png);
	}

	#container #body #page #pageBody {
		background-color: white;
		padding-top: 5px;
		background-image: url(/images/layout2005_standard_waterma.png);
		background-position: top center;
		background-repeat: no-repeat;
	}

	.wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 15px;
		margin-right: 15px;
	}

	#container #body #page #pageBody h2 {
	
		width: 520px;
		height: 43px;
		background-image: url(/images/layout2005_standard_h1.png);
		background-repeat: no-repeat;
		position: relative;
		/*
		margin-left: 15px;
		margin-right: 15px;
		*/
	
		/*left: 15px;*/
		padding-top: 8px;
	
		text-indent: 10px;
	
	}

	#container #body #page #pageFooter {
		height: 18px;
		background-image: url(/images/layout2005_standard_bodyFoo-trans.png);
	}

	#container #body #oxe {
		background-image: url(/images/layout2005_standard_oxe-trans.png);
		width: 124px;
		height: 61px;
		margin-left: 65px;
		margin-top: 30px;
	}

	#container #body .headerImage img {
		background-color: none;
		padding-bottom: 10px;
		width: 520px;
		height: 150px;
	}

	#container #body img.bodyImage {
		width: 135px;
		height: 135px;
		float: right;
		background-color: #950105;
		padding: 5px;
		margin: 5px;
	}

/********** brother page styles **********/

	.single_brother {
	}
	.info_box {
		float: left;
		width: 275px;
	}
	.portrait { 
		width: 194px;
		height: 258px;
		/*width: 150px;
		height: 200px;*/
		float: left;
		background-color: #950105;
		padding: 5px;
		margin-right: 5px;
	}
	.clear { clear: both; }
	.center { text-align: center; }
	.brother_navigation {
		text-align: left;
		margin: 0px 5px 10px 5px;
	    position: relative;
	}
	table.brothers thead {
		font-weight: bold;
	}
	table.brothers thead td {
		background-color: #eee;
		padding: 3px;
		border-bottom: 1px solid gray;
		border-top: 1px solid gray;
	}
	.brother {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	.brother td {
		border-bottom: 1px dotted gray;
		padding: 3px;
	}
	.brother_section td {
		border: 0px;
		border-top: 10px solid white;
		padding: 3px;
		font-weight: bold;
		background-color: #940105;
		color: white;
		padding-left: 6px;
	}
	#container #body #pageBody .brother_section td a:hover { color: white; }
	#container #body #pageBody .brother_section td a { color: white; }
	#container #body #pageBody .brother_section td a.arrow { 
		color: #ddd; 
		position: relative;
	}
	#container #body #pageBody .brother_section td a.arrow:hover { color: white; }
	.brother.name {
		width: 25%;
	}
	.brother.position {
		width: 25%;
	}
	.brother.email {
		width: 25%;
	}
	.brother {
		background-color: clear;
	}
	.brother.altrow {
		background-color: #efefef;
	}

/********** recruitment page styles **********/
	.faq_list {
		margin-bottom: 10px;
		padding: 5px 5px 5px 5px;
		border-top: 1px dashed gray;
		border-bottom: 1px dashed gray;
	}
	.rush_book img {
		padding: 0;
		border: 0;
		margin: 0;
	}
	.rush_book img {
		padding: 6px;
	}
	.rush_book:link img,
	.rush_book:visited img {
		background-color: gray;
	}
	.rush_book:hover img {
		background-color: #950105;
	}

/********** events page styles ***********/
	.upcoming_event_list {
		float: left;
		margin-left: 10px;
		width: 300px;
	}
	.upcoming_event {
		margin-left: 20px;
		text-indent: -10px;
	}
	.event_panel {
		float: left;
	}
	.upcoming_calendars {
		float: left;
		width: 175px;
		border-right: 1px dashed gray;
	}

	/* chapter house styles */
	.floorplan {
		padding: 4px;
		padding-right: 3px;
		background-color: #950105;
	}
	.floor {
		float: left;
		width: 250px;
		margin-bottom: 5px;
	}
	.floor img {
		padding: 0;
		border: 0;
		margin: 0;
	}
	.floor img {
		padding: 5px;
	}
	.floor a:link img,
	.floor a:visited img {
		background-color: gray;
	}
	.floor a:hover img {
		background-color: #950105;
	}

/* calendar styles */

	.eventlist_container {
		margin-bottom: 10px;
		border-bottom: 1px dashed gray;
	}
	.today_event {
		font-weight: bold;
	}
	.daily_event {
		margin-top: 10px;
		border-bottom: 1px dashed gray;
	}

	/* large calendar */

	.calendar {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.calendar .monthName {
		font-size: 20px;
		font-weight: normal;
		text-align: center;
	}
	.calendar .day,
	.calendar .specialDay {
		border: 1px solid gray;
		padding: 3px;
		text-align: left;
		width: 60px;
		height: 40px;
	}
	.calendar_event_link {
		display: block;
		margin: 3px;
		background-color: white;
		border: 1px solid black;
		padding: 3px;
	}
	
	/* small calendar */
	
	.calendar_small {
		float: left;
		margin: 10px;
	}
	.small_calendar {
		width: 125px;
	}
	.small_calendar .monthName {
		font-size: 14px;
	}
	.small_calendar .day {
		border: 1px solid gray;
		margin: 2px;
		padding: 2px;
		text-align: center;
	}
	.small_calendar .otherMonth {
		text-align: center;
	}
	.two_months {
		float: left;
	}
	
	/* common */
	
	.small_calendar .otherMonth,
	.calendar .otherMonth {
		color: gray;
	}
	.small_calendar .weekendDay,
	.calendar .weekendDay {
		border: 1px dotted gray;
	}
	.small_calendar .weekendDay.otherMonth,
	.calendar .weekendDay.otherMonth {
		border: 0;
	}
	.specialDay {
		background-color: #FFFFC0;
	}
	.dayName {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		background-color: #940105;
		color: white;
		height: 20px;
	}
	.small_calendar .today,
	.calendar .today {
		border: 2px solid black;
	}
	
/* Philanthropy Stypes */
	.quick_stats {
		margin-left: 20px;
	}