/*
*********************************************************
* Written by Constantinos Neophytou, Jihwang Yeo        *
* for the CRAWDAD website                               *
* constantinos@cneophytou.com                           *
* crawdadmin@cs.dartmouth.edu                                 *
*                                                       *
* All php code and javascripts contained in this        *
* website were written by Constantinos Neophytou and    *
* Jihwang Yeo unless where stated otherwise             *
*********************************************************
*/



/*
 * General Appearance
 */
body {
	background: white;
	font-family: Times-new, Verdana, Arial, Trebuchet MS, Geneva, sans-serif;
	font-size: 12pt;
}

/*
 * Header
 */
 #header {
	background-color: white;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	background: transparent;
}

#header img {
	border: 0;
}

.slogan {
	float: none;
	position: absolute;
	top: 70px;
	left: 100px;
	font-size: 10pt;
}

.slogan a {
	color: #000;
	text-decoration: none;
}

.schoolcrest {
	display: none;
}

#sidebar {
	display: none;
}

/*
 * Main content
 */
#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#content {
	margin-top: 100px;
}

#content h1 {
	margin-left: -15px;
	margin-bottom: 0;
	color: #f00;
	font-size: 2em;
	font-weight: normal;
}

#content h2 {
	margin-left: 0px;
	color: #474;
	font-size: 1.5em;
}

html>body #content h2 {
	margin-left: -5px;
}

#content h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 15px;
	margin-left: 0;
}

#content p {
	padding-left: 15px;
	padding-right: 20px;
	font-size: 1em;
	word-wrap: break-word;
}

#content ul {
	list-style: disc url('../images/bullet.gif') inside;
}

#content li {
	list-style: disc url('../images/bullet.gif') inside;
	padding-bottom: 10px;
}

#content a:link, #content a:visited {
	color: #474;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	color: #000;
	text-decoration: none;
	font-size: 70%;
	content: " (http://www.crawdad.org/" attr(href) ") "; 
}

#content a[href^="http"]:after {
	content: " (" attr(href) ") ";
}

#content a[href^="mailto"]:after {
	content: " (" attr(href) ") ";
}

#content a[href^="/"]:after {
	content: " (http://www.crawdad.org" attr(href) ") ";
}

#content a[href^="?"]:after {
	content: " (http://www.crawdad.org/index.php" attr(href) ") "; 
}

#content a[href^="#"]:after {
	content: "";
}


/* CRAWDAD Event */
div.crawdad {
	border: solid 1px #060;
	background:#CFC url('../images/crawdad-event.gif') repeat-x left top;
	padding-left:4px;
	padding-right:4px;
	padding-top:0;
}

/*
 * Two-column layout for main page
 */
.splittext {
	display: inline;
	width: 100%;
}

.leftalign {
	float: left;
	width: 42%;
	text-align: left;
}

.rightalign {
	float: right;
	width: 50%;
	text-align: left;
}

/*
 * Footer
 */
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
}

img {
	border: none;
}
