﻿*
{
	font-family: Calibri, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #797979;
}

html, body 
{
	height: 100%;
}

a:hover
{
	color: black;
}

body
{

	margin: 0;
	padding: 0;
	background-color: Black;
}

.clear { clear: both; }

img
{
	border: none;
}

li 
{
	margin-bottom: 5px;
}

h1
{
	font-family: Cambria, Sans-Serif, Verdana;
	font-weight: bold;
	color: #4F81BD;
	font-size: 15px;
}

h2
{
	margin-bottom: 1px;
	font-family: Cambria, Sans-Serif, Verdana;
	font-weight: bold;
	color: black;
	font-size: 13px;
}

#main
{
	height: 100%;
	width: 100%;
	text-align: center;
}

#whitecenter
{
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	
	border-left: 2px solid silver;
	border-right: 2px solid silver;
	
	text-align: left;

	width: 640px;
	min-height: 100%;
	
	padding-left: 15px;
	padding-right: 15px;
}

#topmenu
{
	text-align: right;
	margin-bottom: 10px;
}

#topmenu a
{
	font-size: 8pt;
	text-decoration: none;
}

#topmenu a:hover
{
	color: #85120d;
}

#menu
{
	width: 100%;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 20px;
	height: 20px;	
}

.menuentries
{
	padding: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin-right: 2px;
	
	float: left;
}

.menuentries a
{
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

.menuentries:hover a
{
	color: Black;
}

#home
{
	background-color: #faa107;
	border: 1px solid #faa107;
}

#home:hover
{
	background-color: White;
}

#curriculum
{
	background-color: #fb6205;
	border: 1px solid #fb6205;
}

#curriculum:hover
{
	background-color: White;
}

#webcasts
{
	background-color: #AF2600;
	border: 1px solid #AF2600;
}

#webcasts:hover
{
	background-color: White;
}

#publications
{
	background-color: #d80e0e;
	border: 1px solid #d80e0e;
}

#publications:hover
{
	background-color: White;
}

#projects
{
	background-color: #892200;
	border: 1px solid #892200;
}

#projects:hover
{
	background-color: White;
}

#pictures
{
	background-color: black;
	border: 1px solid black;
}

#pictures:hover
{
	background-color: White;
}

.successfullySentLabels
{ 
	font-weight: bold; 
	color: Green; 
}

.errorLabels 
{ 
	color: Red; 
	font-weight: bold;
}



/***** blog *****/

#blog
{
	background-color: gray;
	border: 1px solid gray;
}

#blog:hover
{
	background-color: White;
}

#bottombar
{
	padding-top: 10px;
}

#bottombar td
{
	width: 130px;
	margin-right: 20px;
	text-align: center;
	padding-right: 5px;
}

#bottombar td a
{
	text-decoration: none;
}

#content
{
	float: left;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 30px;
}

#maincontent
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.dotnetproissueimages
{
	float: left; 
	padding: 5px;
}

.publicationitems
{
	margin-top: 10px;
	width: 100%;
}

.publicationitems p
{
	margin-top: 0px;
}

.projectimages
{
	float: left; 
	padding: 10px;
	width: 65px;
	text-align: center;
}

.sampleimages
{
	float: left;
	padding: 10px;
	width: 130px;
	text-align: center;
}

/* blog stuff */

#container 
{
	float: left;
	width: 490px;
}

.borderbottom
{
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted gray;
}

#sidebar 
{
	padding-right: 10px;
	float: right;
	text-align: left;
	margin-top: 15px;
	width: 130px;
	margin-left: 10px;
	background-color: #ffffff;
}

#sidebar ul 
{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#sidebar li 
{
	margin: 0;
	font-family: Calibri, Sans-Serif, Verdana;
	color: #4F81BD;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#sidebar h2 
{
	margin-bottom: 1px;
	font-family: Cambria, Sans-Serif, Verdana;
	font-weight: bold;
	color: black;
	font-size: 13px;
}

#sidebar ul ul 
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}

#sidebar ul ul ul 
{
	margin: 0;
}

#sidebar a
{
	font-size: 8pt;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #85120d;
}

#wp-calendar 
{
	width: 100%;
	text-align:right;
	empty-cells: show;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: -10px;
}

#wp-calendar #next a 
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a 
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a 
{
	display: block;
	text-decoration: none;
	color: red;
}

#wp-calendar a:hover 
{
	text-decoration: underline;
	color: #333;
}

#wp-calendar caption 
{
	color: #4F81BD;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#wp-calendar td 
{
	color: gray;
	letter-spacing: normal;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

h1 a, h1 a:hover
{
	font-family: Cambria, Sans-Serif, Verdana;
	font-weight: bold;
	color: #4F81BD;
	font-size: 15px;
	text-decoration: none;
}


.comments
{
	margin: 5px 0;
	font-family: Calibri, Sans-Serif, Verdana;
	font-size: 8pt;
	color: black;
}

.comments a:hover
{
	text-decoration: underline;
}

.comments a
{
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

#commentlist li ul 
{
	border-left: 1px solid #ddd;
	list-style-type: none;
}

#searchform
{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#searchform #s
{
	width: 65%;
}

#searchform #searchsubmit
{
	font-size: 0.9em;
	color: black;
}

.content
{
	width: 76%;
}

blockquote
{
	border: 1px dashed gray;
	font-style: italic;
	padding: 5px;
	color: black;
}

blockquote p
{
	color: black;
	margin: 0;
	margin-bottom: 5px;
}

.meta
{
	font-size: 0.9em;
	color: black;
	font-style: italic;
}

/*
#commentlist p
{
	width: 90%;
}

#commentlist .avatar
{
	float: right;
	border: 1px dotted silver;
	padding: 3px;
}
*/
