@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/fade-bg.jpg) repeat-x top #dddddd;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	color: #444;
}

a img
{
	border: none;
}

p
{
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 0px;
}

a:hover
{
	text-decoration: underline;
}

.logowrap
{
	margin: 0px auto auto;
	width: 1000px;
	background: url(images/scott-sykora-bg.jpg) no-repeat top;
	padding-top: 460px;
	color: #666666;
}

.logowrapsmall
{
	position: relative;
	margin: 0px auto auto;
	width: 900px;
	background: url(images/scott-sykora-smallbg.jpg) no-repeat top left;
	padding-top: 160px;
	color: #666666;
}

.logolink
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 155px;
	width: 350px;
}

.logolink:hover
{
	cursor: pointer;

}
	

.contentbox
{
	margin: 0px auto auto;
	background: white;
	border: 1px solid #cccccc;
	width: 800px;
	color: black;
	text-align: left;
	padding: 15px;
	font-size: 1.1em;
	position: relative;
}

.footer
{
	margin-top: 5px;
	margin-bottom: 10px;
}

.footer a
{
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

.footer a:hover
{
	color: #000;
	text-decoration: underline;
}

h1
{
	font-size: 1.2em;
	margin: 4px;
	margin-left: 0px;
}

h2
{
	font-size: 1.1em;
	margin: 4px;
	margin-left: 0px;
}

.divider
{
	border-top: #999 solid 1px;
	clear: both;
	margin: 10px;
}

.clear
{
	clear: both; 
	height: 1px; 
	color: white;
}

.frontlink
{
	display: block;
	float: right;
	margin: 10px;
	margin-left: 20px;
}

.blurb
{
	font-size: 1.1em;
	position: relative;
}

.blurb h1
{
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px
}

.blurb a
{
	font-weight: normal;
	color: #333333;
}



.projectthumb
{
	border: 1px solid white;
	display: block;
	float: left;
	margin: 1px;
}

.projectthumb:hover
{
	border: 1px solid #999;
}

.projectthumb img
{
	height: 190px;
	width: 190px;
	margin: 3px;
}

.bullet
{
	margin: 5px 5px;
}
