/**
 style.css
 last modified: 2010-01-23
*/

/* ********************************* Reset ********************************* */
* { margin:0; padding:0;}
a img { border: 0; outline: none;}

/* ******************************** Layout ******************************** */
#everything {
 overflow: hidden;
 width: 100%;
}
	.wrapper {
	 margin: 0 auto;
	 overflow: hidden;
	 width: 960px;
	}
	.column {
	 float: left;
	 margin: 0 40px;
	 width: 400px;
	}
#header {
 background: #c00;
 height: 100px;
}
#header .wrapper {
 background: url(images/crest.png) no-repeat 20px 10px;
 overflow: hidden;
 height: 100%;
}
#header h1 {
 margin: 24px 0 0 102px;
}
#header h2 {
 margin: 0 0 0 100px;
}
#header p {
 margin: 0 0 0 102px;
}
#introduction {
 min-height: 300px;
 overflow: hidden;
 padding: 20px 0 0;
}
#introgallery {
 background: url(images/banner_003.jpg) no-repeat;
 float: left;
 height: 320px;
 margin-right: 38px;
 width: 480px;
}
#introduction p {
 margin: 0 0 0.5em;
}
	#twitter {
	 border-bottom: 1px #c00 solid;
	 border-top: 1px #c00 solid;
	 margin-top: 1em;
	 padding: 1em 0;
	 overflow: hidden;
	}
		#ir_twitter {
		 float: left;
		 margin-right: 8px;
		}
		#twitter_content small {
		 display: block;
		}
		#twitter_follow {
		 font-size: xx-small;
		}
#content {
 margin: 20px 0 0;
}
	#browser {
	}
	/* fixes chrome overflow for accordions*/
	#browser_accordion div {
	 display: none;
	}
	#browser_accordion h3 {
	 clear: left;
	}
	#browser_accordion ul {
	 list-style: none;
	}
	#browser_accordion li {
	 float: left;
	 margin: 2px 5px;
	}
	#browser_accordion ul a {
	 background-position: top center;
	 background-repeat: no-repeat;
	 border-bottom: 1px solid #fff; /* in case of IE border shift */
	 display: block;
	 min-width: 48px;
	 padding: 42px 0 0 0;
	}
	#browser_accordion ul a:hover {
	 border-bottom: 1px dotted #c00;
	}
	#browser_accordion #annexed a {
	 background-position: top left;
	 background-repeat: no-repeat;
	 border: 1px solid #fff; /* in case of IE border shift */
	 display: block;
	 float: none;
	 margin: 2px 0;
	 height: 48px;
	 padding: 0 0 0 48px;
	}
	#annexed a:hover {
	 border: 1px dotted #c00;
	}

		/* fixes chrome overflow for tabs */
		.content {
		 display: none;
		}
	#brother {
	 overflow: hidden;
	}
	#brother table {
	 height: 400px;
	 width: 100%;
	}
	#bro_image {
	 border-right: 1px dotted #c00;
	 padding-right: 25px;
	 width: 300px;
	}
	#bro_details {
	 padding-left: 25px;
	}
	#bro_details h1 { /* chapter */
	 float: left;
	}
	#bro_details h2 { /* class */
	 margin-right: 20px;
	}
	#bro_details h3 { /* line number */
	 float: right;
	 margin: 0 10px 0 0;
	}
	#bro_details h4 { /* pledge name */
	 margin-top: 10px;
	}
	#bro_details h5 { /* crossing */
	 margin-left: 0.5em;
	}
	#bro_details dl {
	 margin: 20px;
	}
	#bro_details dt {
	 clear: left;
	 float: left;
	 width: 8em;
	}
	#newsandevents {
	 display: block;
	}
	#join_fbgroup {
	 background: url(images/facebook.png) no-repeat;
	 margin: 0 2em 2em;
	 min-height: 32px;
	 padding: 0 0 0 40px;
	}
		.block {
		 clear: left;
		 margin: 10px 0 20px;
		 overflow: hidden;
		}
			.calendar {
			 border-right: 1px solid #000;
			 clear: left;
			 float: left;
			 margin: 0 16px 0 4px;
			 padding: 4px 8px;
			 width: 3.6em;
			}
	#newsandevents dl {
	 margin-top: 5px;
	 overflow: hidden;
	}
	#newsandevents dt {
	 clear: left;
	 float: left;
	 margin-right: 1em;
	 width: 10em;
	}
	#newsandevents dt .ui-icon {
	 float: left;
	}
	#contact p .ui-icon {
	 float: left;
	 margin: 0 0.3em 0 0;
	}
	#contact table {
	 clear: left;
	 padding: 20px 0 0;
	 width: 100%;
	}
	#contact td,
	#contact th {
	 padding: 0.2em 10px;
	}
	#contact th {
	 width: 7em;
	}
		.contact_status .ui-widget,
		#contact_loading {
		 display: none;
		 margin: 1em 0;
		}
		#contact_loading img {
		 vertical-align: middle;
		}
		.contact_status div p {
		 margin: 1em;
		}
	#contact input,
	#contact textarea {
	 width: 100%;
	}
	#contact input {
	 padding: 0.5em 0.2em;
	}
	#contact textarea {
	 height: 16em;
	 padding: 0.2em;
	}
	#contact_row_submit td {
	}
	#contact_submit {
	 cursor: pointer;
	 float: right;
	 padding: 0.5em 1em;
	 width: 5em;
	}
	#contact_submit .ui-icon {
	 float: left;
	}

#footer {
 background: #c00;
 clear: both;
 margin-top: 64px;
 padding: 64px 0;
}
#footer ul {
 list-style: none;
}
#footer li {
 float: left;
 margin: 0 1em 0 0;
}
#footer ul a {
 display: block;
}

/* ****************************** Typography ****************************** */
body {
 font-family: Helvetica, Arial, Sans-serif;
 font-size: 62.5%;
 line-height: 1.48em;
}
a {
 text-decoration: none;
}
#header,
#footer {
 color: #fff;
}
#header h1 {
 font-size: 1em;
 font-weight: 700;
 line-height: 1.2em;
 text-transform: uppercase;
}
#header h2 {
 font-family: Georgia, serif;
 font-size: 2.4em;
 font-weight: 700;
 line-height: 1em;
}
#header h2 span {
 font-size: 0.5em;
 font-weight: 700;
 line-height: 1em;
}
#header p {
 font-family: Georgia, serif;
 font-size: 1em;
 line-height: 2em;
}
#introduction a:link,
#introduction a:visited,
#twitter_follow a:link,
#twitter_follow a:visited,
.content a:link,
.content a:visited {
 color: #c00;
}
#introduction p a:hover,
#twitter_follow a:hover,
.content a:hover {
 background-color: #c00;
 color: #fff;
}
.c {
 text-align: center;
}
#introduction {
 font-size: 1.2em;
 line-height: 1.48em; 
}
#introduction p {
}
	.drop {
	 border: 1px #666 solid;
	 float: left;
	 font-family: Georgia;
	 font-size: 3em;
	 line-height: 1em;
	 margin: 0.1em 0.2em 0;
	 padding: 0.1em 0.25em;
	}
	#twitter .tweetList {
	 list-style: none;
	}
		#twitter small {
		 text-align: right;
		}
	#browser_accordion li {
	 color: #c00;
	 font-size: 0.8em;
	 line-height: 1em;
	 text-align: center;
	}
	#annexed li {
	 line-height: 2em;
	 text-align: left;
	}
	#bro_image {
	 text-align: center;
	}
	#bro_details h1 { /* chapter */
	 font-size: 1.2em;
	 line-height: 1.48em;
	}
	#bro_details h1.annexed {
	 color: #c00;
	}
	#bro_details h2 { /* class */
	 font-size: 1.2em;
	 line-height: 1.48em;
	 text-align: right;
	}
	#bro_details h3 { /* line number */
	 font-size: 8em;
	 line-height: 1;
	}
	#bro_details h4 { /* pledge name */
	 font-size: 4em;
	 line-height: 1em;
	}
	#bro_details h5 { /* crossing */
	 font-size: 1.5em;
	 line-height: 1em;
	}
	#bro_details dt {
	 font-size: 1.2em;
	 font-weight: 700;
	 line-height: 1.48em;
	}
	#bro_details dd {
	 font-size: 1.2em;
	 line-height: 1.48em;
	}
	.content p {
	  margin: 0.5em 0 0;
	}
		.calendar h1, .calendar h3 {
		 color: #000;
		 font-size: 1.5em;
		 font-weight: 700;
		 line-height: 1em;
		 text-align: center;
		 text-transform: uppercase;
		}
		.calendar h2 {
		 font-size: 2.8em;
		 font-weight: 700;
		 line-height: 1em;
		 text-align: center;
		}
		.news .author {
		 text-align: right;
		}
	#newsandevents dt {
	 line-height: 1.6em;
	}
	#newsandevents dd {
	 line-height: 1.6em;
	}
	#newsandevents dd p {
	  margin: 0 0 0.5em;
	}
	#links h1 {
	 margin: 1em 0 0;
	 font-size: 1em;
	 line-height: 1em;
	 text-transform: uppercase;
	}
	#links ul {
	 margin: 1em 0 2em 2em;
	}
	#contact table {
	}
	#contact th {
	 text-align: left;
	}
	#contact input,
	#contact textarea {
	 font-size: 1.4em;
	 line-height: 1.48em;
	}
	#contact_row_submit td {
	 line-height: 1.6em;
	}
		#contact_submit,
		#contact_loading {
		 text-align: center;
		}
#footer a:link,
#footer a:visited {
 border-bottom: 1px dotted #fff;
 color: #fff;
}
#footer a:hover {
 background-color: #fff;
 color: #c00;
}
#footer ul a:link,
#footer ul a:visited {
 border: 0;
}
#footer ul a:hover {
 background-color: #c00;
}
	.qtip-content {
	 font-size: 1.5em;
	 font-weight: 700;
	 line-height: 1em;
	}
#footer p {
 margin: 0 0 0.5em;
}

/* *************************** Image Replacement *************************** */
.ir { background-repeat: no-repeat; height: 0; line-height: 1; overflow: hidden; }
#ir_twitter { background-image: url(images/twitter.gif); padding-top: 48px; width: 48px; }
#ir_linkedin { background-image: url(images/linkedin.png); padding-top: 32px; width: 32px; }
#ir_fbgroup { background-image: url(images/facebook.png); padding-top: 32px; width: 32px; }

/* ******************************* IE hacks ******************************* */
