@charset "utf-8";
/*-----------------------------------------------------------------------------
Alpha Delta Phi Fraternity | Minnesota Chapter

version:   3.0 for Web
author:    mark kimitch
email:     mark.kimitch@gmail.com
-----------------------------------------------------------------------------*/
@import "reset.css";
@import "date_picker.css";
@import "forms.css";
@import "simple_form.css";
@import "meta-admin.css";
@import "jquery.wysiwyg.css";
@import "tablesorter.css";
@import "thickbox.css";
/*---------------------------------------------------------------------------*/
/*General Tags
-----------------------------------------------------------------------------*/
@font-face {
      font-family: "Rockwell";
      src: url("http://www.alphadeltaphimn.org/fonts/ROCKB.TTF");
    }
@font-face {
      font-family: "Adobe Caslon Pro Bold";
      src: url("http://www.alphadeltaphimn.org/fonts/ACaslonPro-Bold.otf");
    }
@font-face {
      font-family: "Adobe Caslon Pro Regular";
      src: url("http://www.alphadeltaphimn.org/fonts/ACaslonPro-Regular.otf");
    }
body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bg3.jpg) no-repeat center top;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
}
#dashBar {
	padding: 0;
	margin: 0;
	background: url(../images/dashbar.png) repeat-x center left;
	width: 100%;
	height: 25px;
	z-index: 2 !important;
	position: relative;
}
#dashContent {
	margin: auto;
	margin-top: 0;
	padding: 5px 0 5px 0;
	width: 960px;
}
#dashContent p {
	color: #CCCCCC;
	font-size: 12px;
	text-align: left;
}
#dashContent a {
	color: #CCCCCC;
	text-decoration: none;
}
#dashContent a:hover {
	color: #00CC00;
	text-decoration: none;
}
#pageWrapper {
	margin: auto;
	margin-top: 0;
	padding: 0 0 10px 0;
	width: 960px;
}
#branding {
	margin: 0;
	padding: 25px 10px 22px 10px;
	width: 940px;
	height: 123px;
	background: url(../images/header3.jpg) top no-repeat;
}
#brandingCol1 {
	margin: 0;
	padding: 0;
	width: 760px;
	float: left;
	position: relative;
	z-index: 2;
}
#brandingCol2 {
	margin: 0;
	padding: 5px 0 0 0;
	width: 170px;
	float: left;
	position: relative;
	z-index: 2;
}
.evenRow {
	background-color: #FFFFFF !important;
}
.oddRow {
	background-color: #E3E3E3 !important;
}
.evenRow:hover, .oddRow:hover {
	background-color: #FFFF99 !important;
}
/*Address Tags
-----------------------------------------------------------------------------*/
#address {
	margin: 0;
	padding: 0;
	width: 780px;
}
#address p {
	margin: 0;
	padding: 10px 0 0 7px;
	font-size: 12px;
	color: #FFFFFF;
}
#address a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	border: none;
}
#address a:hover {
	color: #00CC00;
	text-decoration: underline;
}
/*PageID Tags
-----------------------------------------------------------------------------*/
#pageID {
	margin: 0;
	padding: 5px 0 0 0;
	width: 780px;
}
#pageID h1 {
	margin: 0;
	padding: 13px 95px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	color: #FFFFFF;
}
.subID {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: right;
	color: #FFFFFF;
}
/*Navigation Tags
-----------------------------------------------------------------------------*/
#nav {
	margin: 0;
	padding: 28px 0 0 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	float: left;
}
#nav a {
	margin: 0;
	padding: 0 20px 0 0;
	color: #CCCCCC;
	text-decoration: none;
	list-style: none;
	float: left;
}
#nav a:hover {
	margin: 0;
	padding: 0 20px 0 0;
	color: #00CC00;
	text-decoration: none;
	list-style: none;
	float: left;
}
/*Weather Tags
-----------------------------------------------------------------------------*/
#weather {
	margin: 0;
	padding: 0;
	width: 170px;
}
#weather p {
	padding: 5px;
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}
#weather a {
	color: #FFFFFF;
	text-decoration: none;
}
/*Content Tags
-----------------------------------------------------------------------------*/
#content {
	margin: 0;
	padding: 0 0 15px 0;
	width: 960px;
	background: url(../images/content_bg3.gif) repeat-y top;
	min-height: 100%;
}
#content h1 {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: #333333 1px solid;
}
#content h2 {
    font-family: "Rockwell", Times, serif;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight: bold;
}
#content h3 {
	margin: 0;
	padding: 10px 5px;
	font-size: 16px;
	line-height: 1.2em;
}
#content p {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
}
#content ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#content li {
	padding: 5px;
	font-size: 12px;
	line-height: 1.2em;/*list-style: inside circle;*/
}
#content a {
	color: #009900;
	text-decoration: none;
}
#content a:hover {
	color: #00CC00;
	text-decoration: underline;
}
/*.col460 h1, .col620 h1, .col940 h1 {
	background: #000000 url(../images/h1_2.jpg) no-repeat left top;
}
.col220 h1 {
	background: #000000 url(../images/h1_2.jpg) no-repeat right top;
}*/
.spEvent {
	margin: 5px 0 5px 0;
	padding: 0;
	background: #000000;
	border: #000000 solid 1px;
}
.spEvent p {
	margin: 0;
	padding: 3px 10px !important;
	color: #FFFFFF;
}
.spEvent a {
	color: #FFFFFF !important;
	display: block;
	text-decoration: none !important;
}
.newsImage {
	padding: 5px 0;
	text-align: center;
}
.eventBanner {
	margin: 0;
	padding: 0;
	border: #000000 solid 1px;
}
/*960 Col Tags
-----------------------------------------------------------------------------*/
.col60, .col140, .col220, .col300, .col380, .col460, .col540, .col620, .col700, .col780, .col860, .col940 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	float: left;
	display: inline;
}
.col60 {
	width: 60px;
}
.col140 {
	width: 140px;
}
.col220 {
	width: 220px;
}
.col300 {
	width: 300px;
}
.col380 {
	width: 380px;
}
.col460 {
	width: 460px;
}
.col540 {
	width: 540px;
}
.col620 {
	width: 620px;
}
.col700 {
	width: 700px;
}
.col780 {
	width: 780px;
}
.col860 {
	width: 860px;
}
.col940 {
	width: 940px;
}
/*960 Children (Alpha ~ First, Omega ~ Last)
-----------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/*960 Misc Tags
-----------------------------------------------------------------------------*/
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	/*overflow:hidden;
	visibility:hidden;*/
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
/*Typography Tags
-----------------------------------------------------------------------------*/
blockquote, blockquote p {
	text-indent: -0.5em;
}
/*NewsArchive Tags
-----------------------------------------------------------------------------*/
#newsArchive {
	margin: 10px 0;
	padding: 5px;
	border: #666666 solid 1px;
	background: #E2E2E2;
}
#newsArchive ul {
	margin: 0;
	padding: 0;
}
#newsArchive li {
	list-style: none;
	display: block;
}
#newsArchive a {
	margin: 11px 0;
	font-size: 12px;
	color: #006600;
}
#newsArchive a:hover {
	color: #00CC00;
	text-decoration: underline;
}
/*Profile/Bio Tags
-----------------------------------------------------------------------------*/
#profileList ul {
	margin: 0;
	padding: 0;
}
#profileList li {
	margin: 0;
	padding: 0;
	width: 137px !important;
	height: 145px !important;
	float: left;
}
.profileThumb {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	float: left;
	width: 117px;
	height: 125px;
	display: block;
	cursor: pointer;
}
.profileThumb img {
	text-align: center;
}
.profileThumb p {
	text-align: center;
	text-decoration: none;
}
.profileThumb:hover {
	background: #e1e1e1 !important;
	border: 1px solid #e3e3e3 !important;
	text-decoration: none !important;
}

/*Indicator Tags
-----------------------------------------------------------------------------*/
.indicator {
	width: 220px;
	height: 12px;
	background: url(../images/indicator-bg.gif) no-repeat top left;
}
.indicator div {
	height: 12px;
	background: url(../images/indicator-green-to-red.gif) no-repeat top left;
}
.indicator div.reverse {
	background: url(../images/indicator-red-to-green.gif) no-repeat top left;
}
/*Pager Tags
-----------------------------------------------------------------------------*/
.pager {
	display: block;
	padding: 0 10px 10px 10px;
	width: 40%;
	float: left;
}
.pager .first, .pager .prev, .pager .next, .pager .last {
	margin-bottom: -2px;
}
/*Footer Tags
-----------------------------------------------------------------------------*/
#footerWrapper {
	margin: 0;
	padding: 0;
	height: 145px;
	background: #FFFFFF url(../images/footer_background3.jpg) no-repeat left bottom;
}
#footer p {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;
}
#footer ul {
	margin: 0;
	padding: 5px 0 5px 0;
}
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.2em;
	float: left;
}
#footer ul li a {
	margin: 0;
	padding: 0 5px;
	color: #CCCCCC;
	text-decoration: none;
	list-style: none;
}
#footer ul li a:hover {
	margin: 0;
	padding: 0 5px;
	color: #00CC00;
	text-decoration: underline;
	list-style: none;
}
#footer a {
	color: #E2E2E2;
	font-size: 11px;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	color: #00CC00;
	font-size: 11px;
	text-decoration: underline;
	border: none;
}
#footer ul li:after {
	content: " | ";
	color: #FFFFFF;
}
#footer ul li.last:after {
	content: " ";
	color: #FFFFFF;
}
br {
/*line-height: 1.2em;*/
}
