/*
Author: Sudha Aravindan
CITA III
Research Office, University of Delaware
*/

* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	/*margin: 20px 0;*/
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	width:100%
}

h1, h2, h3 {
	color: #333333;
}

h2 {
	font-size:2em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	/*color: #3E9722;*/
	color:#003399;
}

a:hover {
	text-decoration: none;
	/*color: #E58C24;*/
	color:#ffcc00;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}



/* Boxed Style */

.boxed {
}

.boxed .title {
	/*background: #7FE63C url(images/img05.gif) repeat-x;*/
	background:#ffcc00;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	/*color: #FFFFFF;*/
	color:#000000;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	/*background: url(images/img06.gif) repeat-x;*/
	background:#ffffff;
}

/* Post */

.post {
}

.post .title {
	text-align: left;
	/*background: #A923FF url(images/img07.gif) repeat-x;*/
	background:#003399;
	/*font-size: 1em;*/
	font-size: 1.5em;
	/*text-transform: uppercase;*/
	/*color: #FFFFFF;*/
	color: #000000;
	}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	/*border-top: 1px dotted #A923FF;*/
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img08.gif) repeat-x;
}

/* Header */

#header {
	display: none;
}

/* Header > Logo */

#logo {
display: none;
}

#logo h1 {
	display: none;
}

#logo h2 {
	display: none;
}

#logo a {
	display: none;
}

/* Header > Menu */

#menu {
	display: none;
}


#menu ul {
	display: none;
}

#menu li {
	display: none;
}

#menu a {
	display: none;
}

#menu a:hover {
	display: none;
}

#menu .active a {
	display: none;
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	/*width: 660px;*/
	/*width: 860px;*/
	width: 100%;
}

/* Content > Main > Welcome */

#welcome {
}

#welcome .story {
	display: none;
	}


/* Content > Main > Example */

#example {
	
}

#example .title {
	display: none;
		}	

/* Content > Sidebar */

#sidebar {
	display: none;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	/*display: block;*/
	/*width: 120px;*/
	
}

#login input {
	/*margin-bottom: 10px;*/
	margin-bottom: 2px;
	margin-right: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0;
	text-decoration: underline;
	}

#empid, #email, #hiredt, #titledt, #deanemail, #chairemail {
	width: 160px;
	}

#lastnm {
	width: 160px;
	}

#firstnm {
	width: 120px;
	}

#initial {
	width: 20px;
	}

#dept, #coll, #title, #projtl {
	width: 480px;
	}

#deannm, #chairnm {
	width: 300px;
	}

#submitbut {
	display: none;

} 

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: right;
	width: 180px;
	padding-right: 20px;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
}

#ad120x600 .content {
	padding: 20px 0;
	text-align: center;
}

/* Footer */
#footer {
	display: none;
	}

#footer {
	clear: both;
	height: 50px;
	padding: 10px 0;
	/*background: #EA5ADA;*/
	background:#003399;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}



