body
{
	color: #333333;
	font-family: Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	text-align: center;
	font-size: 10pt;
}

h1, h2, h3, h4 { color: #464646; margin: 0px; padding: 0px; padding-bottom: 1px; }
h1 { font-size: 20pt; }
h2 { font-size: 18pt; }
h3 { font-size: 15pt; }
h4 { font-size: 10pt; }
h1 small, h2 small, h3 small, h4 small { color: #CCCCCC; font-weight: normal; }
ul, li { margin: 0px; padding: 0px; list-style-type: none; list-style-image: none; }
img { border-width: 0px; }
small { color: #134D73; font-size: 90%; }
a, a:visited { color: blue; text-decoration: none; }
.column {  margin-top: 5px; width: 337px; text-align: left; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clickable { cursor: pointer; }
.silent-link  { color: #134D73 !important; }
.silent-link:hover { cursor: help; }

#container
{
	margin: 0 auto;
	background-color: white;
	padding: 10px;
	width: 720px;
}

#header { color: #464646; height: 70px; }
#content {  }
#footer { margin-top: 10px; color: #464646; font-size: 9; }
#updates {  }
#about {  }
#social-links { text-align: center; margin-top: 7px; }
#social-links img { margin-left: 8px; margin-right: 8px; }
#updates {  }

h3.title
{
	border-bottom: solid 1px #464646;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

h3.title small, h3.title a
{
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: none;
	font-size: 70%;
}

/* projects */
.project
{
	border: solid 2px #464646;
	background-color: #464646;
	color: white;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

.project h4 { font-size: 7.5pt; }
.project ul li { margin-bottom: 10px; }
.project ul li:last-child { margin-bottom: 2px; }
.project-hover { border: solid 2px #6C7173; background-color: #6C7173; }
.project .logo { height: 60px; background-repeat: no-repeat; background-position: center; background-color: white; }
.project .description, .project .more { text-align: left; padding: 3 3 3 0px; }
.project .more { background-color: white; color: #464646; padding-left: 3px; display: none; }

/* updates */
.updates-preload
{
	background-image: url('images/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

#updates li { margin-bottom: 10px; }
#updates li small { color: #CCCCCC; font-size: 80%; }