body {
	color: #333;
	background-color: #fff;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.clear {
	clear: both;
	}
form, input, select, textarea {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	}
	
#header {
	height: 70px;
	background-color: #000;
	background-image: url('/public/images/header_background.jpg');
	background-repeat: repeat-x;
	}
#header .wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	}
#header h1 {
	width: 152px;
	height: 28px;
	padding-top: 19px;
	float: left;
	}
	
#nav {
	margin: 24px 0 0 20px;
	float: left;
	}
#nav li {
	float: left;
	margin-right: 10px;
	}
#nav li a {
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	padding: 6px 12px;
	display: block;
	}
#nav li a:hover {
	color: #999;
	background-color: #000;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	}
#nav li a.active {
	color: #999;
	background-color: #000;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	}

#controls {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 1em;
	margin-top: 6px;
	float: right;
	}
#controls li {
	margin-left: 10px;
	display: inline;
	}
#controls li a {
	color: #fff;
	}
#controls .logout {
	text-transform: uppercase;
	}

#tabs {
	background-color: #000;
	}
#tabs .wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	}

#subnav {
	margin-top: 8px;
	float: left;
	}
#subnav li {
	margin-right: 2px;
	float: left;
	}
#subnav li a {
	color: #999;
	background-color: #333;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 8px 16px;
	display: block;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
#subnav li a:hover {
	color: #666;
	background-color: #fff;
	text-decoration: none;
	}
#subnav li a.active {
	color: #666;
	background-color: #fff;
	text-decoration: none;
	}
	
#search {
	margin-top: 7px;
	float: right;
	}
#search * {
	vertical-align: middle;
	}
#search input {
	width: 125px;
	color: #ccc;
	background-color: #333;
	border: 0;
	line-height: 1em;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#search a {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 6px;
	}

#footer {
	color: #999;
	text-transform: uppercase;
	padding-bottom: 50px;
	}
#footer .pattern {
	height: 70px;
	background-image: url('/public/images/footer_background.gif');
	}
#footer .wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	}
#footer a {
	color: #999;
	}
#footer p {
	margin: 0 0 20px 0;
	}
#footer #copyright {
	width: 140px;
	margin: 20px 20px 0 0;
	float: left;
	}
#affiliates {
	width: 380px;
	margin: 20px 20px 0 0;
	float: left;
	}
#support {
	width: 380px;
	text-align: right;
	margin: 20px 0 0 0;
	float: left;
	}
	
#content {
	background-image: url('/public/images/numbers.gif');
	background-repeat: repeat-y;
	}
#content .col-630 {
	width: 630px;
	float: left;
	}
#content .col-310 {
	width: 310px;
	float: left;
	}
#content .ml-20 {
	margin-left: 20px;
	}
	
/*

DASHBOARD

*/

#dashboard {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}	
#dashboard .row {
	width: 960px;
	clear: both;
	}
	
#dashboard_summary {
	width: 290px;
	height: 400px;
	background-image: url('/public/images/dashboard_summary.gif');
	padding: 10px;
	margin-right: 15px;	
	float: left;
	}
#dashboard_summary .wrapper {
	height: 380px;
	background-color: #fff;
	padding: 10px;
	}
#dashboard_summary a {
	color: #c00;
	}
#dashboard_summary .profile {
	width: 270px;
	margin-bottom: 25px;
	float: left;
	}
#dashboard_summary .profile img {
	display: block;
	margin: 0 1em 0 0;
	float: left;
	}
#dashboard_summary .profile h3 {
	color: #999;
	font-size: 24px;
	margin-bottom: 6px;
	}
#dashboard_summary .profile a {
	color: #999;
	font-size: 11px;
	}
#dashboard_summary .activity {
	width: 270px;
	}
#dashboard_summary .activity h4 {
	height: 30px;
	color: #666;
	font-size: 12px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#dashboard_summary .activity ul {
	width: 270px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	float: left;
	}
#dashboard_summary .activity ul li {
	width: 270px;
	color: #999;
	border-top: 1px solid #dfdfdf;
	font-size: 12px;
	padding: 10px 0;
	float: left;
	}
#dashboard_summary .activity ul li span {
	width: 67px;
	padding-left: 3px;
	display: block;
	float: left;
	}
#dashboard_summary .activity ul li a {
	width: 200px;
	display: block;
	float: left;
	}
#dashboard_summary .activity p {
	float: left;
	}
#dashboard_summary .activity p a {
	color: #000;
	}
	
#dashboard_assignments {
	width: 613px;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
	}
#dashboard_assignments .latest {
	width: 296px;
	height: 418px;
	position: relative;
	float: left;
	}
#dashboard_assignments .latest h3 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	}
#dashboard_assignments .latest ul {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 18px;
	}
#dashboard_assignments .latest li {
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#dashboard_assignments .latest li a {
	color: #c00;
	}
#dashboard_assignments .latest .view {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 0;
	}
#dashboard_assignments .featured {
	width: 296px;
	height: 418px;
	margin-left: 21px;
	position: relative;
	float: left;
	}
#dashboard_assignments .featured a {
	color: #999;
	}
#dashboard_assignments .featured h3 {
	width: 100px;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0;
	border: 1px solid #e5e5e5;
	border-top: 0;
	}
#dashboard_assignments .featured .slides {
	width: 296px;
	height: 340px;
	overflow: hidden;
	}
#dashboard_assignments .featured .wrapper {
	width: 296px;
	height: 340px;
	}
#dashboard_assignments .featured .feature {
	width: 296px;
	height: 340px;
	margin-right: 10px;
	float: left;
	}
#dashboard_assignments .featured .image {
	width: 296px;
	height: 200px;
	margin-top: 14px;
	overflow: hidden;
	}
#dashboard_assignments .featured h4 {
	color: #999;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 14px;
	}
#dashboard_assignments .featured .description {
	line-height: 1.6em;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	}
#dashboard_assignments .featured .details {
	margin-top: 30px;
	}
#dashboard_assignments .featured .details .meta {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	float: left;
	}
#dashboard_assignments .featured .details .view {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#dashboard_assignments .featured .arrows {
	border: 1px solid #ccc;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	}
#dashboard_assignments .featured .arrows a {
	display: block;
	float: left;
	}
#dashboard_assignments .featured .arrows .prev {
	border-right: 1px solid #ccc;
	}
	
#dashboard_blog {
	width: 288px;
	height: 418px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 15px 0 0 0;
	float: left;
	position: relative;
	}
#dashboard_blog h3 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	}
#dashboard_blog h4 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 10px;
	}
#dashboard_blog h4 a {
	color: #333;
	}
#dashboard_blog .image {
	width: 288px;
	height: 250px;
	overflow: hidden;
	}
#dashboard_blog p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 15px 0 0 0;
	}
#dashboard_blog .details {
	width: 288px;
	position: absolute;
	bottom: 0;
	left: 10px;
	}
#dashboard_blog .details p {
	color: #666;
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0;
	}
#dashboard_blog .details a {
	color: #999;
	}
	
#dashboard_home {
	width: 288px;
	height: 418px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 15px 0 0 15px;
	float: left;
	position: relative;
	}
#dashboard_home h3 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	}
#dashboard_home img {
	margin-top: 10px;
	display: block;
	}
	
#dashboard_feedback {
	width: 288px;
	height: 418px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 15px 0 0 15px;
	float: left;
	position: relative;
	}
#dashboard_feedback h3 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	}
#dashboard_feedback img {
	margin-top: 10px;
	display: block;
	}
	
#dashboard_stimuli {
	width: 960px;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 15px;	
	float: left;
	}
#dashboard_stimuli .stimuli {
	width: 139px;
	height: 200px;
	border-left: 1px solid #ccc;
	padding: 10px;
	float: left;
	position: relative;
	overflow: hidden;
	}
#dashboard_stimuli .last {
	width: 139px;
	padding-left: 9px;
	border-right: 1px solid #ccc;
	}
#dashboard_stimuli .stimuli h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	}
#dashboard_stimuli .stimuli h4 a {
	color: #333;
	}
#dashboard_stimuli .stimuli h5 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	}
#dashboard_stimuli .stimuli h5 a {
	color: #333;
	}
#dashboard_stimuli span {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 10px;
	}
#dashboard_stimuli span a {
	color: #999;
	}
	
#dashboard_tools {
	width: 958px;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px 0 0 0;
	float: left;
	}
#dashboard_tools .row {
	width: 958px;
	padding-bottom: 15px;
	float: left;
	}
#dashboard_tools .links {
	width: 299px;
	padding: 0 10px;
	float: left;
	}
#dashboard_tools .links h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	}
#dashboard_tools .links ul {
	border-bottom: 1px solid #e5e5e5;
	}
#dashboard_tools .links li {
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#dashboard_tools .links a {
	color: #333;
	}
#dashboard_tools .links .more {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	display: block;
	}

/*

PROJECTS

*/

#projects {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}
#projects .heading {
	width: 960px;
	float: left;
	}
#projects .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#projects .heading h4 {
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	border-bottom: 0;
	float: left;
	}
#projects .heading h4 a {
	color: #999;
	}
#projects .heading .spacer {
	border-color: #fff;
	}
#projects .featured {
	width: 630px;
	}
#projects .featured a {
	color: #999;
	}
#projects .featured .box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	float: left;
	}
#projects .featured .slides {
	width: 608px;
	height: 330px;
	overflow: hidden;
	}
#projects .featured .wrapper {
	width: 608px;
	height: 330px;
	}
#projects .featured .feature {
	width: 608px;
	height: 330px;
	float: left;
	}
#projects .featured h4 {
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 8px;
	}
#projects .featured h4 a {
	color: #c00;
	}
#projects .featured .description {
	font-size: 18px;
	line-height: 1.6em;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	}
#projects .featured .details {
	width: 100%;
	margin-top: 20px;
	float: left;
	}
#projects .featured .details .meta {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	float: left;
	}
#projects .featured .details .view {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#projects .featured .arrows {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: right;
	}
#projects .featured .arrows p {
	float: left;
	}
#projects .featured .arrows a {
	display: block;
	float: left;
	}
#projects .featured .arrows .prev {
	border-right: 1px solid #ccc;
	}
	
#projects .listing {
	width: 630px;
	margin-top: 20px;
	float: left;
	}
#projects .listing .heading {
	width: 628px;
	}
#projects .type {
	margin: 0;
	}
#projects .listing a {
	color: #999;
	}
#projects .listing h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#projects .listing .box {
	width: 608px;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	float: left;
	}
#projects .listing .sort {
	text-align: right;
	margin-bottom: 10px;
	}
#projects .listing .items {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	}
#projects .listing .items li {
	width: 608px;
	font-size: 18px;
	padding: 15px 0;	
	border-top: 1px solid #e5e5e5;
	float: left;
	}
#projects .listing .items li a {
	color: #c00;
	float: left;
	}
#projects .listing .items li .view {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#projects .listing .pages {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: left;
	}
#projects .listing .pages li {
	float: left;
	}
#projects .listing .pages .active a {
	color: #333;
	background-color: #eee;
	}
#projects .listing .pages li a {
	width: 37px;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	display: block;
	}
#projects .listing .pages li .next {
	border-right: 0;
	}
	
.large_button {
	height: 41px;
	color: #ccc;
	background-color: #000;
	background-image: url('/public/images/button_large_black.gif');
	background-repeat: repeat-x;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 41px;
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
.red {
	color: #fff;
	background-color: #f00;
	background-image: url('/public/images/button_large_red.gif');
	}

#projects .filters {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	float: left;
	}
#projects .filters h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	}
#projects .filters form {
	margin-bottom: 15px;
	}
#projects .filters form select {
	width: 100%;
	margin-bottom: 5px;
	}
#projects .filters .tags {
	width: 288px;
	float: left;
	}
#projects .filters .tags li {
	margin: 0 6px 6px 0;
	float: left;
	}
#projects .filters .tags li a {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;	
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#projects .project_summary {
	width: 630px;
	}
#projects .project_summary a {
	color: #999;
	}
#projects .project_summary .box {
	width: 608px;
	border: 1px solid #ccc;
	padding: 10px;
	float: left;
	}
#projects .project_summary h4 {
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 8px;
	}
#projects .project_summary h4 a {
	color: #c00;
	}
#projects .project_summary .image {
	margin-top: 10px;
	}
#projects .project_summary .description {
	font-size: 18px;
	line-height: 1.6em;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	}
#projects .project_summary .details {
	width: 100%;
	margin-top: 20px;
	float: left;
	}
#projects .project_summary .details .meta {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	float: left;
	}
#projects .project_summary .details .created {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	float: right;
	}
#projects .project_summary .files {
	width: 100%;
	margin-top: 20px;
	float: left;
	}
#projects .project_summary td {
	border-top: 1px solid #e5e5e5;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 0 8px 36px;
	}
#projects .project_summary .name {
	background-repeat: no-repeat;
	background-position: 0 10px;
	}
#projects .ai {
	background-image: url('/public/images/icon_ai_small.png');
	}
#projects .aif, 
#projects .aiff {
	background-image: url('/public/images/icon_aiff_small.png');
	}
#projects .doc {	
	background-image: url('/public/images/icon_doc_small.png');
	}
#projects .eps {	
	background-image: url('/public/images/icon_eps_small.png');
	}
#projects .fla {	
	background-image: url('/public/images/icon_fla_small.png');
	}
#projects .gif {	
	background-image: url('/public/images/icon_gif_small.png');
	}
#projects .html {	
	background-image: url('/public/images/icon_html_small.png');
	}
#projects .indd {	
	background-image: url('/public/images/icon_indd_small.png');
	}
#projects .jpeg {	
	background-image: url('/public/images/icon_jpeg_small.png');
	}
#projects .jpg {	
	background-image: url('/public/images/icon_jpg_small.png');
	}
#projects .key {	
	background-image: url('/public/images/icon_key_small.png');
	}
#projects .m4v {	
	background-image: url('/public/images/icon_m4v_small.png');
	}
#projects .mov {	
	background-image: url('/public/images/icon_mov_small.png');
	}
#projects .mp3 {	
	background-image: url('/public/images/icon_mp3_small.png');
	}
#projects .mpeg {	
	background-image: url('/public/images/icon_mpeg_small.png');
	}
#projects .mpg {	
	background-image: url('/public/images/icon_mpg_small.png');
	}
#projects .numbers {	
	background-image: url('/public/images/icon_numbers_small.png');
	}
/*#projects .pages {	
	background-image: url('/public/images/icon_pages_small.png');
	}*/
#projects .pdf {	
	background-image: url('/public/images/icon_pdf_small.png');
	}
#projects .png {	
	background-image: url('/public/images/icon_png_small.png');
	}
#projects .ppt {	
	background-image: url('/public/images/icon_ppt_small.png');
	}
#projects .psd {	
	background-image: url('/public/images/icon_psd_small.png');
	}
#projects .swf {
	background-image: url('/public/images/icon_swf_small.png');
	}
#projects .tif {
	background-image: url('/public/images/icon_tif_small.png');
	}
#projects .tiff {
	background-image: url('/public/images/icon_tiff_small.png');
	}
#projects .txt {
	background-image: url('/public/images/icon_txt_small.png');
	}
#projects .wav {
	background-image: url('/public/images/icon_wav_small.png');
	}
#projects .wma {
	background-image: url('/public/images/icon_wma_small.png');
	}
#projects .wmv {
	background-image: url('/public/images/icon_wmv_small.png');
	}
#projects .xls {
	background-image: url('/public/images/icon_xls_small.png');
	}
#projects .zip {
	background-image: url('/public/images/icon_zip_small.png');
	}
#projects .project_summary .download,
#projects .project_summary .download_all {
	text-align: right;
	}
#projects .project_summary .download a,
#projects .project_summary .download_all a {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	margin-left: 4px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#projects #attach_asset {
	width: 586px;
	margin-top: 20px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 10px;
	float: left;
	}
	
#projects .activity {
	width: 630px;
	margin-top: 20px;
	float: left;
	}
#projects .activity a {
	color: #999;
	}
#projects .activity h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#projects .activity .box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	clear: both;
	}
#projects .activity .message {
	width: 608px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	float: left;
	}
#projects .activity .message .user {
	width: 70px;
	margin: 0 20px 15px 0;
	float: left;
	}
#projects .activity .message .details {
	width: 518px;
	float: left;
	}
#projects .activity .message .delete {
	float: right;
	}
#projects .activity .message h6 {
	font-family: Georgia;
	font-size: 11px;
	}
#projects .activity .message h6 span {
	font-weight: normal;
	color: #666;
	}
#projects .activity .message p {
	margin-top: 15px;
	line-height: 1.4em;
	margin-bottom: 15px;
	}
#projects .activity .message .attachment {
	height: 18px;
	background-repeat: no-repeat;
	line-height: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 0 0 0 36px;
	margin-bottom: 15px;
	}


#projects .post_message {
	width: 630px;
	margin-top: 20px;
	float: left;
	}
#projects .post_message a {
	color: #999;
	}
#projects .post_message h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#projects .post_message .box {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	}
#projects .post_message .group {
	margin-bottom: 10px;
	}
#projects .post_message textarea {
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	}
	
#projects .community {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	}
#projects .community h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	}
#projects .community .members {
	width: 100%;
	margin-bottom: 20px;
	}
#projects .community .members li {
	width: 70px;
	height: 70px;
	background-color: #f2f2f2;
	margin: 0 2px 2px 0;
	overflow: hidden;
	float: left;	
	}
#projects .community .members li img {
	display: block;
	}
#projects .community .tags {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	}
#projects .community .tags li a {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#projects .community .tags-open {
	margin: 0;
	}
	
#projects .community .applicants {
	width: 100%;
	}
#projects .community .applicants {
	width: 290px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	}
#projects .community .applicants li {
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#projects .community .applicants a {
	color: #c00;
	}
#projects .community .applicants .approve {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	}

/*

STIMULI

*/

#stimuli {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}
#stimuli .heading {
	width: 960px;
	float: left;
	}
#stimuli .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#stimuli .heading h4 {
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	border-bottom: 0;
	float: left;
	}
#stimuli .heading h4 a {
	color: #999;
	}
#stimuli .heading .spacer {
	border-color: #fff;
	}	
#post_stimuli {
	color: #999;
	background-color: #333;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 16px;
	margin-top: 6px;
	display: block;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#stimuli .grid {
	width: 940px;
	padding: 0 10px;
	}
#stimuli .grid .post {
	width: 220px;
	height: 225px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
	}
#stimuli .grid .end {
	margin-right: 0;
	}
#stimuli .grid .details {
	position: absolute;
	bottom: 10px;
	left: 0px;
	}
#stimuli .grid .details h3 {
	color: #666;
	text-transform: uppercase;
	margin-bottom: 4px;
	}
#stimuli .grid .details h3 a {
	color: #666;
	}
#stimuli .grid .details p {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	}
#stimuli .grid .details a {
	color: #999;
	}
#stimuli .grid .image {
	width: 218px;
	height: 223px;
	border: 1px solid #ccc;	
	}
#stimuli .grid .image img {
	position: absolute;
	top: 12px;
	left: -1px;
	}
#stimuli .grid .image .details {
	left: 10px;
	}
#stimuli .grid .quote h4, 
#stimuli .grid .quote h5 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 8px;
	}
#stimuli .grid .video {
	width: 218px;
	height: 223px;
	border: 1px solid #ccc;	
	}
#stimuli .grid .video .embed {
	width: 220px;
	height: 151px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: -1px;
	}
#stimuli .grid .video .details {
	left: 10px;
	}
#stimuli .grid .link h4, 
#stimuli .grid .link h5 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 8px;
	}
#stimuli .grid .link h5 a {
	color: #c00;
	}

#stimuli .pagination {
	width: 940px;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	}
#stimuli .pagination .pages {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: left;
	}
#stimuli .pagination .pages li {
	float: left;
	}
#stimuli .pagination .pages .active a {
	color: #333;
	background-color: #eee;
	}
#stimuli .pagination .pages li a {
	width: 37px;
	color: #999;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	display: block;
	}
#stimuli .pagination .pages li .next {
	border-right: 0;
	}

#stimuli_show {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}
#stimuli_show .post .details h3 {
	color: #666;
	text-transform: uppercase;
	margin-bottom: 4px;
	}
#stimuli_show .post .details p {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	}
#stimuli_show .post .details a {
	color: #999;
	}
	
#stimuli_show .image {
	border: 1px solid #ccc;
	padding-top: 12px;
	}
#stimuli_show .image .details {
	padding: 10px;
	}
#stimuli_show .quote h4, 
#stimuli_show .quote h5 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 8px;
	}
#stimuli_show .video {
	border: 1px solid #ccc;
	padding-top: 12px;
	}
#stimuli_show .video .details {
	padding: 10px;
	}
#stimuli_show .link h4, 
#stimuli_show .link h5 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 8px;
	}
#stimuli_show .link h5 a {
	color: #c00;
	}


#stimuli_show .comments {
	width: 630px;
	margin-top: 20px;
	}
#stimuli_show .comments a {
	color: #999;
	}
#stimuli_show .comments h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#stimuli_show .comments .box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	clear: both;
	}
#stimuli_show .comments .comment {
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
#stimuli_show .comments .comment p {
	line-height: 1.4em;
	margin-bottom: 10px;
	}
#stimuli_show .comments .comment p.author {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2em;
	}

#stimuli_show .post_message {
	width: 630px;
	margin-top: 20px;
	}
#stimuli_show .post_message a {
	color: #999;
	}
#stimuli_show .post_message h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#stimuli_show .post_message .box {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	}
#stimuli_show .post_message .group {
	margin-bottom: 10px;
	}
#stimuli_show .post_message textarea {
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	}
	
#stimuli_show .meta {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	}
#stimuli_show .meta h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	}
#stimuli_show .meta .tags li a {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#stimuli form .types {
	display: none;
	}

/*

COMMUNITY

*/

#community {
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	}

#community .blog_preview {
	width: 288px;
	height: 418px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 10px 20px 0;
	float: left;
	position: relative;
	}
#community .blog_preview h3 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	}
#community .blog_preview h4 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 10px;
	}
#community .blog_preview h4 a {
	color: #333;
	}
#community .blog_preview .image {
	width: 288px;
	height: 250px;
	overflow: hidden;
	}
#community .blog_preview p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 15px 0 0 0;
	}
#community .blog_preview p a {
	color: #c00;
	}
#community .blog_preview .details {
	width: 288px;
	position: absolute;
	bottom: 0;
	left: 10px;
	}
#community .blog_preview .details p {
	color: #666;
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0;
	}
#community .blog_preview .details a {
	color: #999;
	}
#community .row {
	width: 960px;
	margin-bottom: 20px;
	float: left;
	}
#community .forum_preview {
	width: 299px;
	padding: 0 10px;
	float: left;
	}
#community .forum_preview h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	}
#community .forum_preview ul {
	border-bottom: 1px solid #e5e5e5;
	}
#community .forum_preview li {
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#community .forum_preview a {
	color: #333;
	}
#community .forum_preview .more {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	display: block;
	}


#blog .heading {
	width: 960px;
	float: left;
	}
#blog .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#blog .heading .spacer {
	border-color: #fff;
	}
#blog .post {
	width: 608px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	float: left;
	}
#blog .post h3 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 10px;
	}
#blog .post h3 a {
	color: #333;
	}
#blog .post p {
	font-size: 11px;
	line-height: 1.6em;
	margin: 15px 0 0 0;
	}
#blog .post p a {
	color: #c00;
	}
#blog .post .details {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e5e5e5;
	}
#blog .post .details p {
	color: #666;
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0;
	}
#blog .post .details a {
	color: #999;
	}
	
#blog .post .comment_link {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 10px 0;
	display: block;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#blog_pagination {
	width: 630px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	float: left;
	}
#blog .pages {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: left;
	}
#blog .pages li {
	float: left;
	}
#blog .pages .active a {
	color: #333;
	background-color: #eee;
	}
#blog .pages li a {
	width: 37px;
	color: #666;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	display: block;
	}
#blog .pages li .next {
	border-right: 0;
	}
	
#recent_comments a {
	color: #999;
	}
#recent_comments h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#recent_comments .heading_sidebar {
	width: 308px;
	}
#recent_comments .box {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	}
#recent_comments .box ul {
	border-bottom: 1px solid #e5e5e5;
	}
#recent_comments .box li {
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#recent_comments .box a {
	color: #333;
	}
	
#blog .comments {
	width: 630px;
	margin-top: 20px;
	}
#blog .comments a {
	color: #999;
	}
#blog .comments .heading {
	width: 630px;
	}
#blog .comments h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#blog .comments .box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	clear: both;
	}
#blog .comments .comment {
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
#blog .comments .comment p {
	line-height: 1.4em;
	margin-bottom: 10px;
	}
#blog .comments .comment p.author {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2em;
	}
	
#blog .post_comment {
	width: 630px;
	margin: 20px 0;
	}
#blog .post_comment a {
	color: #999;
	}
#blog .post_comment .heading {
	width: 630px;
	}
#blog .post_comment h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#blog .post_comment .box {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	}
#blog .post_comment .group {
	margin-bottom: 10px;
	}
#blog .post_comment textarea {
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	}
	
#forum {
	margin: 0 0 20px 0;
	}
#forum .heading {
	width: 960px;
	float: left;
	}
#forum .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#forum .heading h4 {
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	border-bottom: 0;
	float: left;
	}
#forum .heading h4 a {
	color: #999;
	}
#forum .heading .spacer {
	border-color: #fff;
	}
#forum .heading .thread {
	text-transform: none;
	}

#forum .forum_categories {
	border: 1px solid #ccc;
	padding: 10px;
	}
#forum .forum_categories table {
	width: 100%;
	}
#forum .forum_categories th {
	color: #666;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	}
#forum .forum_categories .category {
	width: 65%;
	}
#forum .forum_categories .topics {
	width: 15%;
	}
#forum .forum_categories .last_post {
	width: 20%;
	}
#forum .forum_categories .last_post a {
	color: #666;
	}
#forum .forum_categories td {
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
	padding-bottom: 10px;
	}
#forum .forum_categories td h3 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1em;
	padding-top: 10px;
	}
#forum .forum_categories td h3 a {
	color: #c00;
	}
#forum .forum_categories td p {
	color: #999;
	margin-top: 6px;
	}
	
#forum_activity a {
	color: #999;
	}
#forum_activity h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#forum_activity .heading_sidebar {
	width: 308px;
	}
#forum_activity .box {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	}
#forum_activity .box ul {
	border-bottom: 1px solid #e5e5e5;
	}
#forum_activity .box li {
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#forum_activity .box a {
	color: #333;
	}
	
#forum_category {
	width: 938px;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	float: left;
	}
#forum_category table {
	width: 100%;
	}
#forum_category th {
	color: #666;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	}
#forum_category .thread_title {
	width: 60%;
	padding-left: 25px;
	background-image: url('/public/images/forum_thread_dot_grey.gif');
	background-repeat: no-repeat;
	background-position: 5px 17px;
	}
#forum_category .thread_title a {
	color: #c00;
	font-family: Georgia, serif;
	font-size: 14px;
	}
#forum_category .replies {
	width: 8%;
	}
#forum_category .created {
	width: 16%;
	padding-right: 10px;
	}
#forum_category .last_reply {
	width: 16%;
	}
#forum_category .created  a,
#forum_category .last_reply a {
	color: #666;
	}
#forum_category td {
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	padding: 15px 0;
	}
	
#forum_pagination .pages {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: left;
	}
#forum_pagination .pages li {
	float: left;
	}
#forum_pagination .pages .active a {
	color: #333;
	background-color: #eee;
	}
#forum_pagination .pages li a {
	width: 37px;
	color: #666;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	display: block;
	}
#forum_pagination .pages li .next {
	border-right: 0;
	}

#forum_thread {
	width: 938px;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	float: left;
	}
#forum_thread .post {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	}
#forum_thread .post .author {
	width: 130px;
	margin-right: 20px;
	float: left;
	}
#forum_thread .post .message {
	width: 768px;
	float: left;
	}
#forum_thread .post h4 {
	color: #999;
	margin-bottom: 30px;
	}
#forum_thread .post h4 span {
	float: right;
	}
#forum_thread .post h4 span a {
	color: #999;
	padding-left: 6px;
	}
#forum_thread .post p {
	margin-bottom: 1em;
	line-height: 1.6em;
	}
#forum_thread .post a {
	color: #c00;
	}
#forum_thread .post_message {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	}
#forum_thread .post_message .label {
	width: 130px;
	margin-right: 20px;
	float: left;
	}
#forum_thread .post_message .form {
	width: 768px;
	float: left;
	}
#forum_thread .post_message .form textarea {
	width: 75%;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
	}
#forum_thread .post_message .form .submit a {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	display: block;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

/*

TOOLS

*/

#tools {
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	}
#tools #files {
	width: 960px;
	float: left;
	}
#tools .heading {
	width: 960px;
	float: left;
	}	
#tools .listing {
	width: 960px;
	margin: 20px 0;
	}
#tools .listing a {
	color: #999;
	}
#tools .listing h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#tools .listing .box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	clear: both;
	}
#tools .listing .sort {
	text-align: right;
	margin-bottom: 10px;
	}
#tools .listing .items {
	border-bottom: 1px solid #e5e5e5;
	}
#tools .listing .items li {
	font-size: 18px;
	padding: 15px 0;	
	border-top: 1px solid #e5e5e5;
	}
#tools .listing .items li a {
	color: #c00;
	}
#tools .listing .items h4 {
	color: #c00;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}
#tools .listing .items p {
	width: 75%;
	font-size: 11px;
	line-height: 1.4em;
	}
#tools .listing .items li .download {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#tools .row {
	width: 960px;
	margin: 20px 0;
	float: left;
	}
#tools .row h3 {
	width: 940px;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;	
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
	}
#tools .links {
	width: 299px;
	padding: 0 10px;
	float: left;
	}
#tools .links h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	}
#tools .links ul {
	border-bottom: 1px solid #e5e5e5;
	}
#tools .links li {
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#tools .links a {
	color: #333;
	}
#tools .links .resource {
	font-size: 12px;
	color: #c00;
	}
#tools .links .more {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	display: block;
	}
	
#post_tools {
	color: #999;
	background-color: #333;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 16px;
	margin: 6px 0;
	display: block;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
/*

MEMBERS

*/

#members {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}
#members .heading {
	width: 960px;
	float: left;
	}
#members .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#members .heading .spacer {
	border-color: #fff;
	}
	
#members .listing {
	width: 630px;
	}
#members .type {
	margin: 0;
	}
#members .listing a {
	color: #999;
	}
#members .listing h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#members .listing h4 {
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	border-bottom: 0;
	float: left;
	}	
#members .listing .box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	clear: both;
	}
#members .listing .sort {
	text-align: right;
	margin-bottom: 10px;
	}
#members .listing .items {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	}
#members .listing th {
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	}
#members .listing td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	vertical-align: top;
	}
#members .listing .image {
	width: 15%;
	}
#members .listing .username {
	width: 65%;
	line-height: 1.4em;
	}
#members .listing .username h5 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
	}
#members .listing .username h5 a {
	color: #c00;	
	}
#members .listing .username p {
	color: #666;	
	}
#members .listing .username .about {
	margin-top: 10px;
	}
#members .listing .sent {
	width: 20%;
	}
#members .listing .pages {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: left;
	}
#members .listing .pages li {
	float: left;
	}
#members .listing .pages .active a {
	color: #333;
	background-color: #eee;
	}
#members .listing .pages li a {
	width: 37px;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	display: block;
	}
#members .listing .pages li .next {
	border-right: 0;
	}
	
#members #profile {
	width: 630px;
	}
#members #profile a {
	color: #c00;
	}
#members #profile .heading {
	width: 630px;
	}
#members #profile .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#members #profile .box {
	width: 608px;
	border: 1px solid #ccc;
	padding: 10px;
	float: left;
	}
#members #profile .image {
	width: 220px;
	float: left;
	}
#members #profile .image h5 {
	margin: 15px 0;
	}
#members #profile .image table {
	width: 100%;
	}
#members #profile .image td {
	color: #666;
	font-size: 11px;
	padding: 0 0 6px 0;
	}	
#members #profile .image .name {
	width: 30%;
	font-weight: bold;
	}
#members #profile .details {
	width: 368px;
	margin-left: 20px;
	float: left;
	}
#members #profile h2 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	}
#members #profile h3 {
	font-size: 12px;
	margin-bottom: 4px;
	}
#members #profile h4 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	}
#members #profile .about {
	color: #666;
	line-height: 1.4em;
	}
#members #profile .social {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0;
	}
#members #profile .social td {
	padding: 8px 0;
	}
#members #profile .social .name {
	width: 25%;
	font-weight: bold;
	}
#members #profile .company h6 {
	margin-bottom: 15px;
	}
#members #profile .company p {
	color: #666;
	line-height: 1.4em;
	}
#members #profile .company .website {
	margin-top: 15px;
	}
	
#members_about {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	}
#members_about h4 {
	text-transmembers: uppercase;
	margin: 0;
	}
#members_about ul {
	list-style: disc;
	margin: 10px 0 0 0;
	}
#members_about li {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-left: 14px;
	}
#members_about p {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 10px;
	}

/*

ACTIVITY

*/

#activity {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}
#activity .heading {
	width: 960px;
	float: left;
	}
#activity .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#activity .heading .spacer {
	border-color: #fff;
	}
	
#activity_summary {
	width: 290px;
	height: 400px;
	background-image: url('/public/images/dashboard_summary.gif');
	padding: 10px;
	margin-right: 15px;	
	float: left;
	}
#activity_summary a {
	color: #c00;
	}
#activity_summary .profile {
	width: 290px;
	margin-bottom: 10px;
	float: left;
	}
#activity_summary .profile img {
	display: block;
	margin: 0 1em 0 0;
	float: left;
	}
#activity_summary .profile h3 {
	color: #999;
	font-size: 24px;
	margin-bottom: 6px;
	}
#activity_summary .profile a {
	color: #999;
	font-size: 11px;
	}
#activity_summary ul {
	width: 290px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	}
#activity_summary li {
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	}
#activity_summary li a {
	color: #c00;
	}
	
	
#activity_listing {
	width: 940px;	
	color: #666;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
	}
#activity_listing .box {
	width: 940px;
	margin: 20px 0;
	float: left;
	}
#activity_listing h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	}
#activity_listing ul {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	}
#activity_listing li {
	width: 940px;
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
	float: left;
	}
#activity_listing li span {
	width: 87px;
	padding-left: 3px;
	display: block;
	float: left;
	}
#activity_listing li a {
	width: 850px;
	color: #c00;
	display: block;
	float: left;
	}
	
	
/*

MESSAGES

*/

#messages {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	}
#messages .heading {
	width: 960px;
	float: left;
	}
#messages .heading h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#messages .heading .spacer {
	border-color: #fff;
	}
	
#messages .listing {
	width: 630px;
	}
#messages .type {
	margin: 0;
	}
#messages .listing a {
	color: #999;
	}
#messages .listing h3 {
	height: 30px;
	color: #666;
	font-size: 14px;	
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	}
#messages .listing h4 {
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	border-bottom: 0;
	float: left;
	}	
#messages .listing .box {
	width: 608px;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	float: left;
	}
#messages .listing .sort {
	text-align: right;
	margin-bottom: 10px;
	}
#messages .listing .items {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	}
#messages .listing th {
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	}
#messages .listing td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	vertical-align: top;
	}
#messages .listing .from {
	width: 15%;
	}
#messages .listing .preview {
	width: 65%;
	line-height: 1.4em;
	}
#messages .listing .preview h5 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
	}
#messages .listing .preview h5 a {
	color: #c00;	
	}
#messages .listing .preview p {
	color: #666;	
	}
#messages .listing .preview .message {
	color: #666;
	margin-top: 10px;
	}
#messages .listing .sent {
	width: 20%;
	}
#messages .listing .pages {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 10px;
	float: left;
	}
#messages .listing .pages li {
	float: left;
	}
#messages .listing .pages .active a {
	color: #333;
	background-color: #eee;
	}
#messages .listing .pages li a {
	width: 37px;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	display: block;
	}
#messages .listing .pages li .next {
	border-right: 0;
	}
	
#messages_guidelines {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	}
#messages_guidelines h4 {
	text-transmessages: uppercase;
	margin: 0;
	}
#messages_guidelines ul {
	list-style: disc;
	margin: 10px 0 0 0;
	}
#messages_guidelines li {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-left: 14px;
	}
#messages_guidelines p {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 10px;
	}
	
/*

FORM

*/

#form {
	border: 1px solid #ccc;
	padding: 10px;
	}
#form h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}
#form .group {
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
	}
#form .label {
	font-size: 18px;
	margin-bottom: 10px;
	}
#form .label span {
	color: #999;
	font-size: 11px;
	}
#form .input textarea {
	width: 75%;
	border: 1px solid #e5e5e5;
	}
#form .input select {
	width: 50%;
	}
#form .input select.date {
	width: auto;
	}
#form .preview {
	margin-top: 10px;
	}
#form .submit {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	}
#form .submit a {
	color: #999;
	background-color: #f2f2f2;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	display: block;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#form .errata {
	color: #fff;
	background-color: #c00;
	padding: 10px;
	margin-bottom: 15px;
	}
#form .error {
	color: #c00;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 6px;
	}
	
#form #agreement {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	}
	
#form_guidelines {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	}
#form_guidelines h4 {
	text-transform: uppercase;
	margin: 0;
	}
#form_guidelines ul {
	list-style: disc;
	margin: 10px 0 0 0;
	}
#form_guidelines li {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-left: 14px;
	}
#form_guidelines p {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 10px;
	}

/*

LOGIN

*/

#login {
	width: 290px;
	margin: 0 auto;
	padding: 20px 0;
	}
#login p {
	width: 268px;
	font-size: 11px;
	padding: 20px 0 0 0;
	float: left;
	}
#login p a {
	color: #999;
	}
#login .errata p {
	padding: 0;
	float: none;
	}
	
#forgot_password {
	width: 290px;
	margin: 0 auto;
	padding: 20px 0;
	}
#forgot_password p {
	width: 268px;
	font-size: 11px;
	padding: 0 0 15px 0;
	float: left;
	}
#forgot_password .back {
	padding: 0;
	}
#forgot_password p a {
	color: #999;
	}

/*

APPLY

*/

#apply {
	width: 920px;
	padding: 0 10px 0 30px;
	margin: 0 auto;
	}
#apply .masthead {
	border-bottom: 3px double #e5e5e5;
	padding: 45px 0 30px 0;
	margin: 0 0 30px 0;
	}
#apply .masthead h2 {
	color: #666;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-bottom: 6px;
	}
#apply .masthead h3 {
	color: #999;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-bottom: 6px;
	}
#apply .welcome {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4em;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 45px 0;
	margin: 0 0 20px 0;
	}
#apply .welcome p {
	margin-top: 1em;
	}
#apply .welcome p.leadoff {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	}
#apply .col-445 {
	width: 445px;
	float: left;
	}
#apply .ml-30 {
	margin-left: 30px;
	}

#apply_form {
	padding-bottom: 30px;
	}	
#apply_form fieldset {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 50px 20px 50px;
	margin: 0 0 20px 0;
	}
#apply_form fieldset .group-label {
	color: #000;
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	display: block;
	margin-bottom: 25px;
	}
#apply_form fieldset .group-label span {
	color: #333;
	font-size: 12px;
	}
#apply_form fieldset input {
	margin-top: 6px;
	}
#apply_form fieldset table td {
	padding: 0 40px 7px 0;
	}
#apply_form .note {
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 1.6em;
	padding: 20px 50px 40px 50px;
	margin: 0 0 20px 0;
	}
#apply_form .asterisk {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.6em;
	padding: 15px 0;
	}
#apply_form .submit {
	border-top: 3px double #e5e5e5;
	border-bottom: 3px double #e5e5e5;
	text-align: center;
	padding: 20px 0;
	margin: 30px 0;
	}

#apply_form #awards td {
	padding-bottom: 20px;
	}
#apply_form #awards .award_image {
	margin-bottom: 10px;
	display: block;
	}
	
#apply_form #think td {
	vertical-align: top;
	padding: 0 10px 20px 0;
	}
	
#apply_form .likert {	
	width: 75%;
	border-collapse: collapse;
	margin-bottom: 20px;
	}
#apply_form .likert td {
	line-height: 1em;
	padding: 2px 6px 3px 6px;
	vertical-align: middle;
	}
#apply_form .likert .q {
	padding-left: 10px;
	}
#apply_form .likert .q,
#apply_form .likert .r {
	border: 1px solid #e5e5e5;
	}
#apply_form .likert .q {
	width: 25%;
	}
#apply_form .likert .r,
#apply_form .likert .a {
	width: 12%;
	font-size: 11px;
	text-align: center;
	line-height: 1.6em;
	}
	
#apply_form .question {
	font-size: 11px;
	margin-bottom: 15px;
	}
#apply_form .answer {
	margin-bottom: 20px;
	}
	
#apply_form #sleeping td {
	width: 230px;
	text-align: center;
	}
	
#apply_form .fight_card {
	text-align: center;
	}
	
#apply_form .passions_group {
	margin-bottom: 20px;
	}
#apply_form .passions_group p {
	font-size: 11px;
	margin-bottom: 10px;
	}
	
#apply_form .work_agreement {
	border: 0;
	}
#apply_form #agreement {
	border: 1px solid #e5e5e5;
	}
#apply_form #agreement_checkbox {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
	}
	
#apply_form h3 {
	color: #c00;
	font-size: 14px;
	margin-bottom: 10px;
	}
#apply_form #errors {
	border: 1px dashed #c00;
	padding: 20px 50px;
	margin: 0 0 20px 0;
	}
#apply_form #errors {
	list-style: disc;
	}
#apply_form #errors li {
	color: #c00;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	}
#apply_form .error {
	color: #c00;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	margin-top: 6px;
	}

#apply .complete {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4em;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 45px 0;
	}
#apply .complete p.leadoff {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	}
	
/*

TERMS

*/

#terms {
	width: 940px;
	padding: 20px 10px;
	margin: 0 auto;
	}
#terms {
	color: #333;
	background-color: #fff;
	font-family: Georgia, serif;
	font-size: 12px;
	}
#terms h1 {
	font-size: 24px;
	margin-bottom: 30px;
	}
#terms h2,
#terms ol,
#terms p {
	margin-bottom: 20px;
	}
#terms h2 {
	font-size: 14px;
	}
#terms ol {
	padding-left: 20px;
	margin-left: 0;
	}
#terms li ol {
	margin-top: 20px;
	}
#terms p {
	line-height: 1.4em;
	}
#terms .upper-alpha {
	list-style: upper-alpha;
	}
#terms .lower-roman {
	list-style: lower-roman;
	}
	
/*

PRIVACY

*/

#privacy {
	width: 940px;
	padding: 20px 10px;
	margin: 0 auto;
	}
#privacy {
	color: #333;
	background-color: #fff;
	font-family: Georgia, serif;
	font-size: 12px;
	}
#privacy h1 {
	font-size: 24px;
	margin-bottom: 30px;
	}
#privacy h2,
#privacy ul,
#privacy p {
	margin-bottom: 20px;
	}
#privacy h2 {
	font-size: 14px;
	}
#privacy ul {
	padding-left: 20px;
	margin-left: 0;
	}
#privacy li ul {
	margin-top: 20px;
	}
#privacy p {
	line-height: 1.4em;
	}
#privacy a {
	color: #c00;
	}
	
/*

PRIVACY

*/

#about {
	width: 940px;
	padding: 20px 10px;
	margin: 0 auto;
	}
#about {
	color: #333;
	background-color: #fff;
	font-family: Georgia, serif;
	font-size: 12px;
	}
#about h1 {
	font-size: 24px;
	margin-bottom: 30px;
	}
#about .leadoff {
	font-size: 18px;
	}
#about p {
	line-height: 1.4em;
	margin-bottom: 20px;
	}
#about a {
	color: #c00;
	}
