* {
	margin:0;
	padding:0;
	outline:0;
	border:0 none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	box-sizing: border-box;
}

body {
	background-color: #383534;
	margin: 0px 0px;
	font-family: "myriad-pro", Thonburi, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a[target="_blank"] {
	display: inline-block;
	background: url(/objects/images/icon-link.png) center right no-repeat;
	padding-right: 16px;
}

a.landing-link {
	display: inline-block;
	background: url(/objects/images/icon-link.png) center right no-repeat;
	padding-right: 16px;
	width: 160px;
	overflow: hidden;
	color: #7d7c7b;
}
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 20px;
}

blockquote {
	margin-left: 30px;
}


/* Column Layout */
/*
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.c1 { width: 72px; }
.c2 { width: 154px; }
.c3 { width: 236px; }
.c4 { width: 318px; }
.c5 { width: 400px; }
.c6 { width: 482px; }
.c7 { width: 564px; }
.c8 { width: 646px; }
.c9 { width: 728px; }
.c10 { width: 810px; }
.c11 { width: 892px; }
.c12 { width: 974px; }
*/

.c1 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 6.5%; }

.c2 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 15%; }

.c3 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 23.5%; }

.c4 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 32%; }

.c5 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 40.5%; }

.c6 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 49%; }

.c7 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 57.5%; }

.c8 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 66%; }

.c9 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 74.5%; }

.c10 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 83%; }

.c11 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 91.5%; }

.c12 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
  width: 100%; }










.cf {
	margin-left: 0px;
	clear: left;
}

.cn {
	margin-bottom: 0px;
}

.cl {
	clear: both;
	height: 0;
	max-height: 0;
	font-size: 1px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.sp {
	margin-right: 10px;
}
.sp-bar {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #242222;
}
.sp-thin {
	margin-right: 5px;
}
.sp-razor {
	margin-right: 3px;
}

.sp-wide {
	margin-right: 15px;
}

.b1 {
	padding: 10px;
	background-color: #2e2a2a;
	margin-bottom: 10px;
}
.b2 {
	padding: 10px;
	background-color: #242222;
}
.b3 {
	border: 1px solid #f22d8e;
	padding: 8px;
	background-color: #2e2a2a;
	margin-bottom: 10px;
}

.b4 {
	padding: 10px;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #f22d8e;
}

.b4 a {
	color: #FFF;
	text-decoration: underline;
}


h1 {
	color: #FFF;
	margin-bottom: 5px;
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #5dcaa6;
	color: #FFF;
	text-transform: uppercase;
}

h3.dark {
	font-size: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #242222;
	color: #FFF;
	text-transform: uppercase;
}

.intro {
	color: #abaaaa;
	font-size: 13px;
	margin-bottom: 10px;
}

.break {
	margin-bottom: 10px;
}

.break-large {
	margin-bottom: 20px;
}


#container {
	position: relative;
	width: 974px;
	margin: 0px auto;

  

}

@media screen and (min-width: 1400px) {  
  #container {
	  width: 1200px;
  }
}

@media screen and (min-width: 1800px) {  
  #container {
	  width: 1500px;
  }
}



#header {
	z-index: 2000;
	position: relative;
	height: 90px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("/objects/images/chumps.png");
}

#header #user {
	position: absolute;
	width: 420px;
	top: 28px;
	right: 0px;
	font-size: 14px;
	text-align: left;
}

#header #date {
	position: absolute;
	width: 420px;
	top: 30px;
	left: 0px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #7d7c7b;
}

#content {
	text-align: left;
}

#content .name {
	color: #5dcaa6;
	text-transform: uppercase;
	font-size: 10px;
}

#content .name-content {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
}

.landing-body {
	float: left;
	display: block;
	width: 181px;
	font-size: 12px;
	color: #a4a2a2;
	margin-bottom: 5px;
	line-height: 14px;
}

.landing-start {
	color: #FFF;
	font-size: 10px;	
	text-transform: uppercase;
	margin-top: 5px;
}

.landing-thumbnail {
	float: left;
	display: block;
	width: 35px;
}

.landing-photo {
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.entry-byline {
	color: #a4a2a2;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 20px;
}

.entry-body {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
}

.entry-bar {
	border-top: 2px solid rgba(255,255,255,.2); 
	padding-top: 20px;
}

.entry-response {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.entry-photo {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 10px;
}

.photo-comments {
	color: #FFF;
	font-size: 10px;	
	text-transform: uppercase;
	color: #a4a2a2;
}

.photo-name {
	color: #FFF;
	font-size: 10px;	
	text-transform: uppercase;
}

.dim {
	color: #a4a2a2;
}


.chatter-text a {
	color: #149535;
}

.chatter-text {
	font-size: 13px;
	color: #085a1b;
	padding: 10px;
	background-color: #2ced57;
}
.chatter-user {
	background-image: url(/objects/images/icon-chatter.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 8px;
}

#chatter-link-field {
	display: none;
}
#chatter-link-text {
	display: none;
}
.chatter-link {
	color: #579cbc;
}

.core-emphasis {
	font-size: 17px;
	color: #085a1b;
	padding: 10px;
	background-color: #2ced57;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Dropdown Navigation */
ul.dropdown 									{ position: relative; }
ul.dropdown li								{ z-index: 1001; float: left; list-style: none; zoom: 1; }
ul.dropdown li a 							{	display: block;	margin: 0px 8px 0px 0px; padding: 0px 8px 0px 0px; text-decoration: underline; font-style: italic; white-space: nowrap; color: #9c9a9a; }
ul.dropdown li a.home 				{ border-right: 1px solid #2d2a2a; }
ul.dropdown li a.logout				{ color: #605d5d; }
ul.dropdown li a.more 				{ background-image: url(/objects/images/nav-drop.png); background-repeat: no-repeat; background-position: center right; padding-right: 20px; border-right: 1px solid #c6cad2; }
ul.dropdown li a:hover 				{ color: #FFF; }
ul.dropdown li a.on 					{ background-color: #343434; color: #EEE; }
ul.dropdown li ul 						{ z-index: 1000; margin: 0px; padding: 0px; position: absolute; visibility: hidden; }
ul.dropdown li ul li 					{ float: none; display: inline; }
ul.dropdown	li ul li a 				{ width: 80px; margin: 0px; padding: 5px 10px; background: #343434; color: #999; }
ul.dropdown li ul li a:hover 	{ background: #000; color: #EEE; }
ul.dropdown li.section 				{ display: block; margin: 0px; padding: 1px 3px; margin-top: 4px; margin-right: 10px; margin-left: 10px; text-decoration: none; white-space: nowrap; color: #FFF; background-color: #cc6600; }


/* !Form */
form {
	display: inline;
	font-size: 12px;
}

form .large{
	display: inline;
	font-size: 16px;
}

fieldset {
	width: 100%;
}

fieldset .large {
	font-size: 16px;
}

label {
	display: block;
	padding: 3px 0px;
	color: #5dcaa6;
	font-size: 10px;
	text-transform: uppercase;
}

input.field {
	border: 1px solid #c2c2c2;
	padding: 3px;
	width: 96%;
	margin-bottom: 5px;
}
select {
	border: 1px solid #c2c2c2;
	padding: 3px;
	width: 96%;
	margin-bottom: 5px;
}

textarea {
	border: 1px solid #c2c2c2;
	padding: 3px;
	width: 96%;
	margin-bottom: 5px;
}

div.submit {
	margin-top: 10px;
}

input.submit {
	padding: 10px;
	font-size: 12px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FF9900;
	color: #EEE;
	cursor: pointer;
}

input.second {
	background-color: #8f8f8f;
}

input.submit-thin {
	padding: 3px 10px;
	font-size: 12px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #5f5f5f;
	color: #EEE;
	cursor: pointer;
}

input.submit:active {
	background-color: #2f2f2f;
	color: #FFF;
}
input.submit-thin:active {
	background-color: #2f2f2f;
	color: #FFF;
}

input.delete {
	margin-top: 20px;
	padding: 6px 10px;
	font-size: 12px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	background-color: #DDD;
}


input.slim {
	padding: 5px 10px;
}

input.light {
	background-color: #AAA;
}


/* !Table */
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}

thead th {
	font-weight: bold;
	color: #FFF;
	background-color: #006E4A;
	border-bottom: 1px solid #207F60;
	font-size: 10px;
	text-transform: uppercase;

}
th.col {
	border-left: 1px solid #c2c2c2;
}

tr {
	display: table-row;
}

tr.total {
	background-color: #121111;
	color: #CCC;
	border-bottom: 1px solid #000;
}

th {
	display: table-cell;
	text-align: left;
	padding: 6px 4px;
}

th.r {
	text-align: right;
}

td {
	display: table-cell;
	padding: 4px 3px;
}

td.r {
	text-align: right;
}

td.c, th.c {
	text-align: center;
}

tr.a-line {
	border-top: 1px solid #121111;
}


#results {
	font-size: 18px;
	width: 530px; 
	margin-left: auto; 
	margin-right: auto;
}

#results .field {
	padding: 14px;
	color: #000;
	background-color: #FFF;
	font-size: 14px;
	border: 0px;
	width: 400px;
	margin-bottom: 10px;
}

#results .submit {
	padding: 14px;
	color: #FFF;
	background-color: #f90;
	font-size: 14px;
	border: 0px;
	margin-bottom: 10px;
}

#results .submit:active {
	background-color: #bc0f17;
	color: #FFF;
}

#results .alert {
	font-style: italic;
	margin-bottom: 20px;
}


.uploadifyQueueItem {
	background-color: #242222;
	border: 2px solid #121111;
	margin-top: 5px;
	padding: 10px;
	width: 95%;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #464444;
}
.uploadifyProgress {
	background-color: #242222;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}


.lg-photo {
	float: left;
	display: block;
	width: 90px;
}

.lg-title {
	float: left;
	display: block;
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
}

.lg-create {
	float: left;
	display: block;
	width: 50px;
}

.lg-comments {
	float: left;
	display: block;
	width: 80px;
	margin-top: 10px;
	margin-right: 5px;
	color: rgba(255,255,255,.7);
}

.lg-contribute {
	float: left;
	display: block;
	width: 260px;
}

.photo-circle-full {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.photo-circle-mini {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.my-back {
	background-color: rgba(255,255,255,.05); 
}

.ps-rank {
	padding: 6px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-size: 18px;
}

.ps-prev {
	padding: 6px;
	text-align: center;
	background-color: #000;
	color: rgba(255,255,255,.7);
	font-size: 18px;
}

.ps-team {
	padding: 6px;
	text-align: left;
	font-size: 18px;
}

.ps-blank {
	padding: 6px;
	text-align: center;
	color: #444;
	font-size: 18px;
}

.ps-head {
	text-align: center;
	margin-bottom: 8px;
	background-color: rgba(255,255,255,.3);
}

.ps-back {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 760px;
	opacity: 0.1;
}

.ps-diff {
	text-align: center;
	color: #999;
	font-size: 10px;
}

#secondary {
	margin:0 0 10px;
	padding:0;
	font-size:13px;
}

#secondary li.section {
	display:block;
	margin:0;
	padding:5px 7px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	color:#FFF;
	background-color:#363739;
}

#secondary li {
  padding: 5px 7px;
  display: inline-block;
  float: left;
}

#secondary .on {
  text-decoration: underline;
}

#loading-results {
  display: none;
}