@CHARSET "ISO-8859-1";

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/**** END RESET ********/
.page-wrapper {
	width: 100%;
	padding: 0;
}
.top-shadow {
	background: transparent url(/images/layout/nav-sh-bg.gif) repeat-x top;
}
.content-wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
#nav {
	width: 100%;	
}

#nav-block {
	width: 460px;
}
#nav-block .index {
	border-collapse: collapse;
	margin: 0 auto;
}
#nav-block table {
	border-collapse: collapse;
}
#nav-block td a {
	font-weight: 800;
	line-height: 28px;
	display: block;
	padding: 0 18px;
	margin: 2px 0;
	color: #794;
}

#index-header {
	padding: 34px 0 26px 0;
}
.site-content {
	width: 960px;
	margin: 0 auto;
}
#index-header .col-1 {
	width: 440px;
	padding: 0 36px 0 0;
	float: left;
	text-align: center;
}
#index-header .col-2 {
	width: 482px;
	padding: 0 0 0 0;
	float: left;
}
#index-header .col-1 p {
	padding: 20px 0 0 0;
}
#index-header p.pale {
	padding: 10px 0 0 0;
	color: #999;
}
#index-content .col-1 {
	width: 470px;
	padding: 30px 0 0 0;
	float: left;
}
#index-content .col-2 {
	width: 480px;
	padding: 30px 0 0 2px;
	float: left;
}
.index-thumbs {
	margin: 6px 0 0 0;
}
p {
	margin: 0 0 12px 0;
	line-height: 1.6em;
}
.clearboth {
	clear: both;
}


input, textarea {
	background-color: #c7d2bd;
	border: 1px solid #CCC;
	padding: 2px;
}
.mid-col {
	width: 10px;
	margin: 0;
	padding: 10px 0 0 0;
}
.mid-col img {
	margin: 0;
	padding: 0;
}
.left-col {
	background: #484e4a url(/images/layout/col-2-bg.gif) repeat-x top;
	width: 390px;
	margin: 0;
	padding: 0;
}
.right-col {
	margin: 0;
	width: 560px;
	padding: 20px 0 0 20px;
}
.right-col td {
	vertical-align: top;
}
/******************* PROJECTS *********************/
#gallery {
	border-collapse: collapse;
}
#gallery td {
	vertical-align: top;
}
#gallery #col-1 {
	width: 180px;
	padding: 10px 10px 0 0;
	text-align: right;
	background: #555c57 url(/images/layout/col-1-bg.gif) repeat-x top;
}
#gallery .shadow-right {
	float: right;
	margin: 0 0 0 6px;
}

#gallery #col-2 {
	width: 194px;
	text-align: center;
	padding: 4px 0 20px 6px;
	background: #484e4a url(/images/layout/col-2-bg.gif) repeat-x top;
}
#col-2a {
	width: 10px;
	padding: 10px 0 0 0;
}
#col-2a img {
	margin: 0;
	padding: 0;
}

#gallery #col-2b {
	width: 600px;
	text-align: center;
	padding: 24px 0 20px 30px;
}
#gallery #col-2b img {
	margin-bottom: 10px;
}
#gallery #col-3 {
	width: 552px;
	text-align: center;
	padding: 0 0 0 8px;
}
#col-3 .img-frame {
	float: left;
	width: 90px;
	height: 90px;
}
	
#gallery #col-3 .img-frame img {
	margin: 10px auto;
}
#gallery #col-3 #name {
	text-align: left;
	font-weight: 800;
	color: #996;
}
#gallery #col-3 #img-nav {
	text-align: right;
	width: 560px;
	padding: 0 0 8px 0;
	height: 16px;
}
#gallery #col-3 #img-nav .right {
	float: right;
}
#gallery #col-3 #img-nav .left {
	float: left;
}
#gallery #col-3 #description {
	text-align: left;
	padding: 10px 4px 0 4px;
}
#loader-bar {
	display: none;
	text-align: right;
	padding: 40px 30px 0 0;
}