
body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
}

body.base {
	background-color: #606060;
}

body.personal {
	background-color: #735959;
}

body.professional {
	background-color: #666c77;
}

body.projects {
	background-color: #6b6d58;
}

body.prattle {
	background-color: #907e72;
}

#mainWrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#sideBar {
	float: left;
}

ul.navBar {
	float: left;
	margin-left: .1em;
	margin-top: 3em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0;
	list-style: none;
	width: 9em;
	border-top: 1px solid #222;
	border-right: 2px solid #222;
}

ul.navBar li {
	display: inline;
}

ul.navBar a {
	background-color: #BBB;
	text-align: center;
	text-decoration: none;
	font-size: .9em;
	border: 1px solid #222;
	border-bottom: 3px solid #222;
	border-top: none;
	display: block;
	color: #111;
	padding: 7px 5px 7px 5px;
}

ul.navBar a:hover {
	text-transform: uppercase;
	font-weight: bold;
}
ul.navBar a.personal:hover {
	background-color: #a41a1a;
	color: #FFF;	
}
ul.navBar a.professional:hover {
	background-color: #473c6a;
	color: #FFF;	
}
ul.navBar a.projects:hover {
	background-color: #8fa115;
	color: #FFF;	
}
ul.navBar a.prattle:hover {
	background-color: #da6d1d;
	color: #FFF;	
}

* html ul.navBar a { 
	height: 1px; 
}

#whoring {
	float: left;
	clear: left;
	width: 9em;
	text-align: center;
	display: none;
}

#whoringContent {
	color: #000;
	padding: .5em;
	margin-top: 1em;	
}

#whoringContent p {
	text-align: left;
	font-size: x-small;		
}

#whoringContent h3 {
	text-align: left;
	margin: 0;	
}

#whoringContent img.whoringLink {
	margin-left: -8px;
}

body.base #whoringContent {
	border: 2px solid #da6d1d;
	background-color: #9EA59C;
}
body.personal #whoringContent {
	border: 2px solid #a41a1a;
	background-color: #b2bccd;
}
body.professional #whoringContent {
	border: 2px solid #473c6a;
	background-color: #99b3aa;
}
body.projects #whoringContent {
	border: 2px solid #8fa115;
	background-color: #b9aaaa;
}
body.prattle #whoringContent {
	border: 2px solid #da6d1d;
	background-color: #d1c185;
}


#titleArea {
	margin-bottom: 1.5em;
	padding-top: .1em;
	height: 9.5em;
	min-height: 150px;
	color: #DDD;
}

* html #titleArea {
	height: 150px;	
}

body.base #titleArea {
	border-bottom: 3px solid #da6d1d;
	background: #061320 url(images/panda-splash.gif) no-repeat;
}
body.personal #titleArea {
	border-bottom: 3px solid #a41a1a;
	background: #061320 url(images/panda-splash.gif) no-repeat;
}
body.professional #titleArea {
	border-bottom: 3px solid #473c6a;
	background: #0e251d url(images/gd-splash.gif) no-repeat;
}
body.projects #titleArea {
	border-bottom: 3px solid #8fa115;
	background: #320907 url(images/projects-splash.gif) no-repeat;
}
body.prattle #titleArea {
	border-bottom: 3px solid #da6d1d;
	background: #48240A url(images/prattle-splash.gif) no-repeat;
}



#titleArea h1 {
	font-weight: normal;
	letter-spacing: .3em;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}

#titleArea h2 {
	margin-top: 3.5em;
	margin-right: 3.5em;
	font-weight: normal;
	float: right;
	clear: right;
	/* weird workaround for IE */
	width: 80%;
	text-align: right;
}

#titleArea a {
	text-decoration: none;
	color: #DDD;	
}

#contentSection {
	margin-left: 10em;
	color: #000;
	padding: .5em 2em .5em 2em;
}
body.base #contentSection {
	border: 4px solid #da6d1d;
	background-color: #9EA59C;	
}
body.personal #contentSection {
	border: 4px solid #a41a1a;
	background-color: #b2bccd;
}
body.professional #contentSection {
	border: 4px solid #473c6a;
	background-color: #99b3aa;
}
body.projects #contentSection {
	border: 4px solid #8fa115;
	background-color: #b9aaaa;
}
body.prattle #contentSection {
	border: 4px solid #da6d1d;
	background-color: #d1c185;
}

#contentSection .rightTopImage {
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#contentSection h3 {
	padding-top: 1em;	
}

body.base #contentSection a:link {
	color: #061320;	
}
body.base #contentSection a:visited {
	color: #606060;
}
body.base #contentSection a:link:hover {
	color: #da6d1d;
	background-color: #061320;	
}

body.personal #contentSection a:link {
	color: #061320;	
}
body.personal #contentSection a:visited {
	color: #735959;
}
body.personal #contentSection a:link:hover {
	color: #a41a1a;
	background-color: #061320;	
}

body.projects #contentSection a:link {
	color: #320907;	
}
body.projects #contentSection a:visited {
	color: #6b6d58;
}
body.projects #contentSection a:link:hover {
	color: #8fa115;
	background-color: #320907;	
}

body.professional #contentSection a:link {
	color: #0e251d;	
}
body.professional #contentSection a:visited {
	color: #666c77;
}
body.professional #contentSection a:link:hover {
	color: #473c6a;
	background-color: #0e251d;	
}

body.prattle #contentSection a:link {
	color: #48240A;	
}
body.prattle #contentSection a:visited {
	color: #907e72;
}
body.prattle #contentSection a:link:hover {
	color: #da6d1d;
	background-color: #48240A;	
}

.centeredText {
	text-align: center;	
}

.rightText {
	text-align: right;	
}

.leftText {
	text-align: left;
}

.captionText {
	font-size: smaller;
	font-style: italic;	
}

ul.bibliography li {
	margin-bottom: 1em;	
}

#contentSection table.center {
	margin-left: auto;
	margin-right: auto;
}

#contentSection div.centerTableWrapper {
	text-align: center;	
}

.pictureWithCaption {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

body.prattle .pictureWithCaption {
	border: 2px solid #da6d1d;
	background-color: #d1c185;	
}

.pictureWithCaption img {
		
}

.pictureWithCaption p.caption {
	font-size: smaller;
	margin-right: auto;
	margin-left: auto;
}

.ctfRuleSet {
	font-size: xx-large;
}

.ctfRuleSet ol li {
	margin-top: .5em;
	font-size: smaller;	
}

ol.tableOfContents {
	margin-top: 0;
	margin-bottom: 0;	
}

div.imageProcUnit {
	margin-top: 4em;	
}

div.imageProcUnit img {
	margin-top: .4em;	
	margin-bottom: .4em;
}

#copySection {
	float: right;
	margin: 2em 1em 1em 0;
	color: #FFF;
	font-size: small;
}

img {
	border: none;
}

img.picRight {
	float: right;
	margin: 10px;
	margin-left: 30px;
}

img.picLeft {
	float: left;
	margin: 10px;
	margin-right: 30px;
}

img.picCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgTable {
	border-spacing: 5px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	margin-top: 50px;
	margin-bottom: 0;
}

h3 {
	margin-top: 40px;
	margin-bottom: 0;
}
