/* GENERAL ELEMENTS */

body {
	background-color: #f5f5f5;
	font-family: "Lucida Grande", Trebutchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #333;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	color: #666;
	margin: 0 0 7px 0;
}

h2 {
	font-family: Georgia;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
	font-size: 1.5em;
	color: #036;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-weight: normal;
}

h3 {
	font-family: Georgia;
	font-size: 1.2em;
	color: #036;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	padding-bottom: 5px;
	list-style-type: none;
}

ol {
	margin: 0 0 0 20px;
	padding: 0;
}

ol li {
	list-style-type: decimal;
	padding-bottom: 5px; 
}

/* COLORS */
.grey {
	color: #666;
}

.lightgrey {
	color: #ccc;
}

.red {
	color: #900;
}

.blue {
	color: #036;
	font-weight: bold;
}

.smallcaps {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 95%;
	font-weight: bold;
	color: #333;
}

/* LINKS */
a:link, a:visited {
	color: #036;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #39f;
	text-decoration: none;
}

/* Paragraphs */
p {
	line-height: 1.5em;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}

label {
	color: #036;
	display: block;
	margin-bottom: 5px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.2em;
}

form .formelement {
	margin-bottom: 20px;
}

form .formerror {
	color: #900;
}

form input[type="text"], form input[type="password"], form textarea
{
	color: #666;
    font-size: 100%;
	padding: 10px;
	margin-right: 5px;
    border: solid 2px #ccc;
    width: 350px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus
{
	color: #666;
	font-size: 100%;
    padding: 10px;
	margin-right: 5px;
    border: solid 2px #69f;
    width: 350px;
}

form textarea {
	font-family: "Lucida Grande", Trebutchet, Arial, Helvetica, sans-serif;
}

.generalerror {
	background-color: #fbe3e4;
	color: #900;
	padding: 10px;
	margin-bottom: 15px;
}

.generalerror img {
	vertical-align: middle;
	margin-right: 5px;
}

/* CONFIRMATION */
#confirmation {
	color: #690;
	margin-bottom: 15px;
	width: 350px;
}

/* BUTTONS */
.buttons {
	outline: none;
}

.buttons:focus { outline: none; }
.buttons:active { outline: none; }

.buttons a, .buttons button{
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #DADFE6;
    border: 2px solid #ccc;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #036;
    cursor: pointer;
	outline: none;
    padding: 7px 10px 7px 7px; /* Links */
    white-space: nowrap;
    
    

}
.buttons button{
    width: auto;
    overflow: visible;
    padding: 6px 10px 7px 7px; /* IE6 */
}
.buttons button[type]{
    padding: 6px 10px 7px 7px; /* Firefox */
    line-height: 19px; /* Safari */
}
*:first-child+html button[type]{
    padding: 5px 10px 4px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin: 0 4px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* BUTTONS: STANDARD */
button:hover, .buttons a:hover{
    background-color: #dff4ff;
    border: 2px solid #c2e1ef;
    color: #336699;
}
.buttons a:active{
    background-color: #6299c5;
    border: 2px solid #6299c5;
    color: #fff;
}

/* BUTTONS: POSITIVE */
button.positive, .buttons a.positive{
    color: #529214;
    outline: none;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #E6EFC2;
    border: 2px solid #C6D880;
    color: #529214;
}
.buttons a.positive:active{
    background-color: #529214;
    border: 2px solid #529214;
    color: #fff;
}

/* BUTTONS: NEGATIVE */
.buttons a.negative, button.negative{
    color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 2px solid #fbc2c4;
    color: #d12f19;
}
.buttons a.negative:active{
    background-color: #d12f19;
    border: 2px solid #d12f19;
    color: #fff;
}

/* TOP BAR */
#topbar {
	background-color: #900;
	width: 100%;
	height: 10px;
	margin-bottom: 30px;
}

/* WRAPPER */
#wrapper {
	width: 720px;
	margin: 0 auto;

}

/* HEADER */
#header {
	margin-bottom: 30px;
	margin-left: 175px;
}

#headername {
	color: #333;
	font-family: Georgia;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#headerdescription {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #333;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}

/* TABS */
#tabs {
	font-size: 1.1em;
	height: 38px;
	margin: 0 auto;
	width: 560px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tabs li {
	float: left;
	margin: 0 4px 0 0;
	text-align: center;
	padding: 0;
}

.tablink {
	padding-top: 10px;
}

#tabs a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 135px;
	height: 38px;
}

#welcomeTab a:link, #welcomeTab a:visited {
	background-image: url(../p_images/tabs_welcome.gif);
	background-position: 0 0;
}

#welcomeTab a:hover {
	background-position: 135px 0;
}

#workTab a:link, #workTab a:visited {
	background-image: url(../p_images/tabs_projects.gif);
	background-position: 0 0;
}

#workTab a:hover {
	background-position: 135px 0;
}

#teachingTab a:link, #teachingTab a:visited {
	background-image: url(../p_images/tabs_notebook.gif);
	background-position: 0 0;
}

#teachingTab a:hover {
	background-position: 135px 0;
}

#contactTab a:link, #contactTab a:visited {
	background-image: url(../p_images/tabs_contact.gif);
	background-position: 0 0;
}

#contactTab a:hover {
	background-position: 135px 0;
}


/* SCROLLER */
.scroll {
	overflow: hidden;
	position: relative;
	clear: left;
	background-color: #fff;
	width: 720px;
	height: 380px;
	border: 2px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 25px;
}

.scrollContainer div.panel {
	padding: 25px;
	height: 330px;
	width: 670px;
}

/* ICONS */
.icon {
	margin-right: 7px;
	vertical-align: middle;
}

/* TABLES */
.tabular {
	width: 100%;
	margin-bottom: 10px;
}

.tabular th {
	background-color: #eaeeee;
	padding: 10px;
	text-align: left;
}

.tabular td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

/* LEFT COLUMN */
.leftcolumn {
	float: left;
	width: 150px;
}

.leftcolumn img {
	border: 2px solid #ccc;
	display: block;
}

/* RIGHT COLUMN */
.rightcolumn {
	padding-left: 150px;
}

/* WORK THUMBNAILS */
#workthumbnails {
	width: 460px;
	height: 50px;
	position: relative;
	margin: 0 auto;	
}

#workthumbnails ul {
	padding: 0;
	list-style-type: none;
}

#workthumbnails li {
	padding-right: 10px;
	float: left;
}

#workthumbnail a {
	display: block;
	width: 50px;
	height: 50px;
}

#workthumbnails img {
	border: 2px solid #ccc;
}

#workthumbnails img.current {
	border: 2px solid #669900;
	position: relative;
}

#downarrow {
	background-image: url('../p_images/downarrow.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	width: 26px;
	height: 14px;
	z-index: 5;
}

/* WORK OPTIONS */
.workoptions {
	margin-top: 20px;
}

.workoptions li {
	padding-bottom: 10px;
}

.workoptions img {
	display: inline;
	border: none;
	padding-right: 4px;
}

/* COURSE LISTING */
#courselisting ul {
	margin: 0;
	padding: 0;
}

#courselisting li {
	padding-bottom: 15px;
	line-height: 150%;
}

#courselisting a {
	font-size: 1.3em;
	font-family: Georgia;
}