/* Phi Mu Delta Nu Theta Style Sheet */

html {
	background-color: #dd8800;
	margin:           0;
	padding:          0;
}

body {
	color:           #000000;
	font-family:     Tahoma, Verdana, Arial;
	font-size:       12px;
	font-style:      normal;
	font-variant:    normal;
	font-weight:     normal;
	line-height:     normal;
	text-decoration: none;
	white-space:     normal;
	margin:          0;
	padding:         0;
}

h1, h2 {
	font-size:   14px;
	font-weight: bold;
}

em { font-weight: bold; }

/* The title image */
#title {
	top:0;
	background-image:  url('http://www.phimud.com/graphics/title.gif');
	background-repeat: no-repeat;
	background-color:  #ff9900;
	padding-top:       5px;
	padding-bottom:    5px;
	height:            40px;
}

/* This is the page's location name */
#location {
	margin-top:    5px;
	margin-bottom: 5px;
	margin-left:   18em;
}

/* Our main content panel */
#content {
	margin-left:       18em;
	margin-bottom:     2em;
	padding:           0;
	background-color:  #ffffff;
	background-image:  url('http://www.phimud.com/graphics/shield-light.jpg');
	background-repeat: no-repeat;
}

#body {
	position:       relative;
	padding-top:    1em;
	padding-left:   1em;
	padding-right:  18em;
	padding-bottom: 1em;
}

/* Our nav menu has some different characteristics */
#navmenu a:hover {
	color:           #ffffff;
	text-decoration: underline;
}
#navmenu a  { text-decoration: none; }
#navmenu h2 {
	color: #ffff00;
	padding-left: 1em
}
#navmenu ul {
	padding-left:        3em;
	list-style-type:     none;
	list-style-position: outside;
}

/* Our Navigation menu */
#navmenu {
	background-color: #ff9900;
	white-space:      nowrap;
	float:            left;
	width:            16em;
	padding:          0;
}

/* Add the RSS icon to something... */
.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("/graphics/rss.png") no-repeat 0 50%;
}

/* Content footer */
#footer { clear: both; }

/* Navigation emblem */
.emblem {
	display:           block;
	background-image:  url('http://www.phimud.com/graphics/shield-nav.gif');
	background-repeat: no-repeat;
	height:            100px;
	width:             63px;
	margin-top:        10px;
	margin-left:       auto;
	margin-right:      auto;
}

/* Hide things with this */
.hidden { display: none; }

/* Default link colors */
a:active  { color: #ff6600; }
a:hover   { color: #ff9900; }
a {
	color:           #000000;
	text-decoration: underline;
}

/* "Nifty Corners" - Round Corners in CSS */
/* See: http://www.html.it/articoli/nifty */
.rtop,   .rbottom   { display:block; }
.rtop *, .rbottom * {
	display:  block;
	height:   1px;
	overflow: hidden;
}
.r1{ margin: 0 5px; }
.r2{ margin: 0 3px; }
.r3{ margin: 0 2px; }
.r4{ margin: 0 1px; height: 2px; }
/* Specific color codes for our Nifty corners */
#navmenu .rtop,   #navmenu .rbottom   { background-color: #dd8800; }
#navmenu .rtop *, #navmenu .rbottom * { background-color: #ff9900; }
#content .rtop,   #content .rbottom   { background-color: #dd8800; }
#content .rtop *, #content .rbottom * { background-color: #ffffff; }

/*************************/
/* Content specific tags */
/*************************/

/* Generic classes */
.position         { float:       left; }
.officers .person { margin-left: 20em; }

/* Put the eboard, and house image on the right */
.houseInfo .eboard { float: right; clear:right; margin-left: 1em; }
.houseInfo img     { float: right; clear:right; margin-left: 1em; }
.webmaster         { float: right; clear:right; margin-left: 1em; }
.houseInfo .person { margin-left: 10em; }
.webmaster .person { margin-left: 10em; }
ul.address {
	list-style-type:     none;
	list-style-position: outside;
}
.phone     { font-weight: bold; }

/* Don't show officer bullets */
ul.officers {
	list-style-type:     none;
	list-style-position: outside;
}

/* Center our map and link */
.mapinfo {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
	text-align:   center;
}
/* Give our map a border and size */
.map {
	border: solid 1px #000000;
	height: 500px;
	width:  500px;
}

/* Give our discussion & calendar a size */
.discuss, .calendar {
	border: solid 1px #000000;
	height: 600px;
	width:  100%;
}

/* News Articles */
.news        { position: relative; }
.news .title {
	font-weight: bold;
	position:    absolute;
	left:        6em;
}
.news .date  { font-style: italic; }
.news .entry {
	margin-top:  0;
	margin-left: 1em;
}
.news .discusslink {
	font-style:  italic;
	margin-top:  0;
	margin-left: 1em;
}
.news .entry h2 {
	font-size: 12px;
	color:     #dd8800;
}
.news .entry h3 {
	font-size: 12px;
	color:     #666666;
}


/* Brothers Listing */
ul.classlist {
	display:         block;
	margin-left:     auto;
	margin-right:    auto;
	list-style-type: none;
}
ul.classlist li {
	display:     inline;
	margin-left: 2em;
}

/* Sports Listing */
ul.sportslist {
	list-style-type: none;
}

/* Tables should be nice and clean */
table  { border-collapse: collapse; }
.chapters td, .chapters th,
.brolist td,  .brolist th,
.scores td,   .scores th,
.minutes td,  .minutes th  {
	text-align:center;
	border:          solid 2px #000000;
	padding:         10px;
}
thead    { background-color: #c7c7c7; }
.evenrow { background-color: #ffcc95; }
.oddrow  { background-color: #fff0e0; }


