/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, canvas, cufon,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*My Styles */


body {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
	color: #ffd12f;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #280f26;
}

#wrapper {
	margin-bottom: 125px;
	width: 654px;
	margin-right: auto;
	margin-left: auto;
}

.workbox {
	width: 654px;
	margin-bottom: 50px;
}

.work_header {
	line-height: 34px;
	background-repeat: repeat-x;
	background-image: url(images/header_bg.gif);
	height: 34px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	vertical-align: middle;
}

.work_header img {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
}

h1 {
	display: none;
}
h2 {
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 24px;
	color: #ffd12f;
	line-height: 34px;
}

.work_info {
	font-style: normal;
	background-color: #3a2038;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.65em;
	color: #7c6d7b;
	font-size: 70%;
	font-family: Tahoma, Geneva, Helvetica, Verdana, Arial, sans-serif;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.work_category {
	text-align: right;
	display: inline-block;
	width: 7ex;
	margin-right: 4px;
	color: #ffd12f;
}

.work_screens {
	text-align: center;
	cursor:pointer;
}

.info_wrap {
	padding: 15px;
}

a .image_link {
	padding: 0px;
	margin: 0px;
}

.ssimage {
	border-bottom-color: #3a2038;
	border-top-color: #3a2038;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.h_wrapper {
	padding-bottom: 4px;
	padding-top: 4px;
}

.screenshot {
	height: 276px;
}

.work_info a {
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #ffd12f;
}

.work_info a:hover {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ff5fc4;
}

.qt_link {
	clear: both;
	margin-bottom: auto;
	margin-top: auto;
	float: right;
}

.pdf_link {
	clear: both;
	float: right;
}

.copyright {
	padding-top: 50px;
	text-align: center;
	color: #3a2038;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

#header {
	height: 95px;
}

#contact {
	margin-top: 37px;
	float: right;
	width: 190px;
	height: 20px;
	cursor: pointer;
}

#resumebar {
	height: 30px;
}


