* {
	margin: 0;
}

html {
	background: #000 url("bg_striped.png") repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	min-width: 950px;
	padding-left: 50px;
	padding-right: 50px;
}

html, body {
	height: 100%;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

p {
	line-height: 1.5;
}

img {
	border: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.back_link {
	font-size: medium;
	font-style: italic;
	padding-top: 10px;
	color: silver;
}

.page_title {
	font-size: x-large;
	font-weight: bold;
	line-height: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}


.header {
	width: 100%;
	height: 160px;
	background: url("logo.png") no-repeat 0 center;
	padding-top: 20px;
}

.header #navigation {
	position: relative;
	top: 105px;
}

.header a {
	background-color: #000;
	color: white;
	list-style-type: none;
	display: inline-block;
	float: right;
	margin-left: 20px;
	padding: 8px 10px;
}

.header a.current {
	background-color: white;
	color: black;
}

#work {
	background-color: #4f4f4f;
	color: #e1e1e1;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}

.footer, .push {
	height: 3em;
}

#footer-content {
	width: 950px;
	border-top: 1px solid white;
	padding-top: 10px;
	margin: 0px auto;
	font-size: small;
	clear: both;
}

#footer-copyright {
	float: left;
}
#footer-email {
	float: right;
}

.body {
	width: 1024px;
	margin: 40px auto 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}


/* index.php */

#home-left {
	float: left;
	width: 74%;
	margin: 0px auto;
}

#home-right {
	float: right;
	width: 24%;
	padding-bottom: 2em;
}

#welcome {
	width: 660px;
	height: 290px;
	background: url("welcome_bg.png") no-repeat;
	margin: 0px auto;
}

#intro {
	margin-top: 6.5em;
	float: right;
	width: 490px;
	padding-right: 1em;
}

#bio-pic {
	float: left;
	width: 120px;
	height: 120px;
	background: url("me.png") no-repeat;
	margin-top: 8.2em;
	margin-left: 1em;
}

#intro p {
	padding-top: 1em;
}

#intro-short {
	font-size: large;
}

#intro-long {
	font-size: small;
}

#navigation-dock {
	width: 660px;
	margin: 5em auto 0px;
}

.dock-button {
	width: 135px;
	height: 180px;
	display: inline-block;
	margin-left: 1.3em;
}

#home-right ul {
	margin-top: 1.5em;
	list-style-type: none;
	margin-left: 1.5em;
	padding: 0;
}

#twitter-feed li {
	padding-bottom: 1em;
	font-size: 11pt;
}

#friends li {
	padding-bottom: 0.5em;
}

#friends a {
	font-weight: normal;
	font-style: normal;
}

#friends {
	margin-top: 3em;
}

/* about.php */

#about-body {
	width: 500px;
}

#about-body p {
	margin-top: 20px;
}

#about-head {
	font-size: x-large;
	font-weight: bold;
	line-height: 0;
}

#bio-picture {
	width: 300px;
	font-size: small;
	margin-top: 20px;
}

#bio-picture p {
	padding-top: 5px;
}

#who-am-i {
	position: relative;
	width: 100%;
}

#resume {
	width: 370px;
	margin: 5em auto 0px;
	font-size: large;
	font-weight: bold;
}

#resume td {
	padding-bottom: 40px;
}

/* contact.php */

#contact-info table {
	margin: 0px auto;
}

#contact-info td {
	width: 50%;
}

#contact-info tr {
	padding-top: 10px;
}

#contact-links {
	padding-top: 60px;
}

#contact-links ul {
	margin: 0px auto;
	position: relative;
	list-style-type: none;
	list-style-image: none;
}

#contact-links li {
	margin: 0px auto;
	padding-right: 20px;
	padding-left: 20px;
	
	display: inline-block;
}

#contact-info table {
	margin: 0px auto;
}


/* work.php */

#work-types {
	margin: 0px auto;
	width: 980px;
}

.work-cell {
	text-align: center;
	line-height: 3;
	display: inline-block;
	padding: 30px;
}

.work-cell a {
	text-decoration: none;
}


/* Work Pages */

table.work_table {
	margin: 0px auto;
	width: 800px;
}

table.work_table#graphics_table {
	width: 1000px;
}

td.table_icon {
	width: 150px;
	height: 150px;
	padding: 20px;
}

td.table_description {
	padding-right: 20px;
}

.descr_head {
	font-weight: bold;
	font-size: large;
}

.descr_links {
	font-size: small;
	padding-top: 20px;
}

.descr_links a {
	padding-right: 20px;
}
