/* @group Globals */

body {
	margin: 0;
	padding: 0;
	background: gray url(../images/pagebg01.jpg) no-repeat fixed center top;
	font-family: Palatino, Times New Roman, serif;
	font-size: 16px;
}

img {
	border: none;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
	padding: 0;
}

p {
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

a.inline_link {
	font-size: 16px;
	background-repeat: no-repeat;
}

a:hover {
	/*text-decoration: underline;*/
}

.subtext {
	font-size: 12px;
	line-height: 16px;
}

.attribution {
	font-size: 12px;
	margin-left: 7px;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

.leftbump {
	margin-left: 6px;
}

/* @end */

/* @group Colors */

p,
h1 {
	color: #b3b3b3;
}

#header ul a,
.subtext,
#project_data p,
#portfolio_index .thumb p,
.attribution {
	color: #666666;
}

#project_data .tags {
	color: #434343;
}

#copyright p {
	color: #424242;
}

a,
.yellow {
	color: #c4a434;
}


/* @end */

/* @group Content Elements */

.otl_hr {
	border-top: 1px dashed #c4a434;
	width: auto;
	line-height: 1px;
	margin-top: 10px;
	margin-bottom: 9px;
	padding: 0;
	height: 0;
}

#main_content {
	width: 940px;
	background: url(../images/bg_transparent.png) repeat;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	padding: 0 10px 40px;
}

#header {
	padding-top: 60px;
	margin-bottom: 40px;
}

#main_logo {
	margin-left: 80px;
}

#header ul {
	margin: 0;
	padding: 0;
	margin-left: 80px;
}

#header ul li {
	display: inline;
	padding-right: 10px;
}

#header ul a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#header ul a:hover,
#header ul li.active a {
	color: #b3b3b3;
}

#portfolio_index {
	margin: 0 70px 0 80px;
	width: 800px;
}

#portfolio_index .thumb {
	display: inline;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#portfolio_index .thumb p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
	line-height: 12px;
	text-transform: uppercase;
}

#portfolio_index a:hover {
/*	text-indent: 0;*/
}

.project_image {
	margin: 0 auto 30px auto;
	text-align: center;
}

.project_image img {
	border: solid 1px #666666;
	padding: 3px;
}

#project_data {
	float: left;
	margin-left: 80px;
	width: 220px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

#project_data p {
	font-size: 12px;
	line-height: 1.2em;
}

#project_description {
	float: left;
	margin-left: 20px;
	width: 540px;
}

#main_article {
	float: left;
	margin-left:  80px;
	width: 540px;
}

.sidebar_content {
	float: right;
	width: 220px;
	margin-right: 80px;
	margin-bottom: 40px;
}

#footer_content {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 940px;
	background: url(../images/bg_transparent.png) repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 10px 10px;
}

#twitter {
	float: left;
	margin-left: 80px;
	width: 220px;
}

#twitter p {
	margin-top: 0;
}

#twitter ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 3px;
	margin-top: 10px;
}

#twitter ul li {
	padding: 0;
	margin: 0;
}

#colophon {
	float: left;
	margin-left: 20px;
	width: 220px;
}

#contact {
	float: left;
	margin-left: 20px;
	width: 300px;
}

#copyright {
	clear: both;
	padding-top: 8px;
	margin-left: 320px;
	font-size: 10px;
}

/* @end */