BODY {
	background: #FFFFFF url(/images/background.gif) repeat-y 0 0;
}

P, TD, H1, DIV {
	font-size: small;
}

H1, .h1 {
	font-size: 18px;
	font-weight: bold;
}

H2, .h2 {
	font-size: 16px;
	font-weight: bold;
}

H3, .h3 {
	font-size: 14px;
	font-weight: bold;
}

SPAN.indented {
	margin-left: 10px;
}

TD.headerRow {
	background-image: url(/images/top_bar.gif);
	background-repeat: repeat-x;
}

TD.resumeHead {
	background-color: #AE9285;
	color: #FFFFFF;
	font-weight: bold;
}

.bigger {
	font-size: medium;
}

TABLE.indented, P.indented {
	margin-left: 70px;
	margin-top: 10px;
}

DT {
	color: #CC0000;
	font-weight: bold;
}

A:link {
	color: #CC0000;
}

A:visited {
	color: #666666;
}

A:hover {
	color: #FF0000;
}

.red {
	color: #CC0000;
}

.nobreak {
	white-space: nowrap
}

/* @group Work Experience */

#work-experience {
	height: 150px;
	overflow: hidden;
}

#work-experience ul {
	padding-top: 1em;
}

#work-experience ul li {
	margin-bottom: 12px;
}

#work-experience ul li .company {
	font-size: 1.1em;
}

#work-experience ul li .description {
	font-size: .8em;
}

/* @end */

/* @group Header */

#header #red-square {
	float: left;
	width: 56px;
	height: 59px;
}

#header #top-bar {
	width: auto;
	height: 40px;
	overflow: hidden;
	background: url(/images/top_bar.gif) repeat-x;
	margin-left: 56px;
}

/* @end */

/* @group Blocks */

.block {
	border: 8px solid #7A5F51;
	width: 250px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#block-1 {
	margin-left: 56px;
}

#block-1 #contact-info {
	margin: 20px;
	width: auto;
	height: 160px;
}

#block-2 {
	margin-left: 15px;
	background-color: #E0E0E0;
	border-color: #993300;
}

#block-2 img {
	display: block;
	margin: 0 25px;
}

#block-3 {
	margin: 15px 0 0 56px;
	background-color: #E0E0E0;
}

#block-4 {
	margin: 15px 0 0 15px;
}

#block-4-container {
	margin: 20px;
}

#block-5 {
	margin: 15px 0 0 15px;
}

#block-5-container {
	margin: 20px;
}

/* @end */

/* @group Skills */

.skill {
	text-shadow: #999999 3px 3px 3px;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #E0E0E0;
	font-size: 1.6em;
	font-weight: bold;
	width: auto;
	height: 1.2em;
	line-height: normal;
}

#skill-html {
	color: #CC3300;
	font-weight: bold;
	margin-top: 5px;
}

#skill-xhtml {
	color: #6B3D2E;
	text-align: right;
}

#skill-php {
	margin-left: 30px;
	color: #453762;
	font-weight: bold;
	margin-bottom: 3px;
}

#skill-css {
	color: #707DC2;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 3px;
}

#skill-javascript {
	color: #666666;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 3px;
}

#skill-mysql {
	text-align: right;
	margin-right: 25px;
	color: #6B652E;
	margin-bottom: 3px;
}

#skill-apache {
	color: #6B3D2E;
	margin-left: 40px;
}

/* @end */

/* @group Content */

#description {
	margin-left: 56px;
	width: 350px;
	float: left;
}

#description h1 {
	margin-bottom: 0.5em;
}

#description p {
	margin-bottom: 1.5em;
}

#screen-capture {
	/*width: 442px;*/
	/*float: left;
	margin-left: 406px;*/
}

/* @end */

#email { width: auto; text-align: center; }

