/* @override 
	http://next.challenge-machine.net/static/css/default.css
	http://localhost:8080/challenge-machine/static/css/default.css
*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}

.clearThis {
	clear: both;
	display: block;
}

a {
	color: #0B5B93;
}

p, li {
	line-height: 1.4em;
}

div.descriptionLarge {
	font-size: 1.2em;
	padding: 1em 0px;
	margin-bottom: 2em;
}

div.descriptionLarge p {
	line-height: inherit;
}

.privateWarning {
	border: 5px solid #DDD;
	background: #FFF url("../images/error.png") no-repeat 1em 1.1em;
	padding: 1px 1em 1px 2.5em;
	color: #F00;
	margin-bottom: 3em;
	background-color: #FFF;
	font-weight: bold;
}

.privateWarning a {
	font-weight: normal;
}

.privateWarning .note {
	font-size: 0.9em;
	display: block;
	margin-top: 0.5em;
	color: #666;
}

.note {
	font-size: 0.9em;
	display: block;
	margin-top: 0.5em;
	color: #666;
}

a:hover {
	
}

h2 {
	font-size: 1.2em;
	margin: 1.5em 0px 0.5em 0px;
	padding: 0px;
	clear: both;
}

h2.first {
	margin: 0px 0px 0.5em 0px;
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	color: #5f9d18;
}

h1 span.details {
	font-size: 80%;
	color: #999;
	margin-left: 0.5em;
	font-weight: normal;
}

h1 span.details {
	font-size: 80%;
	color: #999;
	margin-left: 0.5em;
	font-weight: normal;
}

.notYet {
	text-decoration: line-through;
}

/* layout */

div#wrap {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 780px;
}

div#header {
	position: relative;
	height: 125px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

p.more {
	clear: left;
}

a#logo {
	position: absolute;
	left: -45px;
	width: 350px;
	height: 65px;
	display: block;
	top: 20px;
	background: #FFF url("../images/logo.gif") no-repeat left top;
	text-indent: -600px;
	overflow: hidden;
}

#secondNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: -0.5em;
	top: 0.5em;
}

#secondNav form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#secondNav span.deletebutton {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#secondNav li {
	display: inline;
	padding: 0px 0.1em;
	margin: 0px;
	border-left: 1px solid #DDD;
}

#secondNav li.points {
	padding: 0px 0.4em;
	margin: 0px 0.5em 0px 0px;
	color: #d2a204;
	border-left: 0px solid #DDD;
}

#secondNav li.blog {
	border-left: 0px solid #DDD;
}

#secondNav a {
	display: inline;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0.3em 0.5em;
}

#secondNav a:hover {
	text-decoration: underline;
}

ul#mainNav {
	margin-top: 40px;
}

ul#mainNav li {
	display: inline;
}

#explore {
	width: 117px;
	height: 37px;
	float: right;
	background: #FFF url("../images/explore.gif") no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;
}

#yourChallenges {
	width: 195px;
	height: 37px;
	float: right;
	background: #FFF url("../images/yourChallenges.gif") no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;
	margin-left: 1em;
}

#SiteMessage {
	font-size: 1em;
	padding: 1px 2em 1px 2.5em;
	margin: 0 0 2em 0;
	background: #fff8c4 url("../images/information.png") no-repeat 1em 0.7em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#SiteMessage p {
	margin: 0.5em 0px;
}

#SiteMessage span {
	font-weight: bold;
}

#SiteMessage a.hide {
	position: relative;
	right: -1em;
	display: block;
	text-align: right;
	float: right;
	color: #999;
	font-size: 0.9em;
}

.full {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}

.first_column {
	position: relative;
	width: 70%;
	float: left;
	clear: both;
}

.second_column {
	float: right;
	width: 27%;
}

/* quick search */

div#quickSearch {
	float: right;
	padding: 0px 0.5em;
}

div#quickSearch input.blind {
	color: #999;
}

div#quickSearch label {
	display: none;
}

div#quickSearch form,div#quickSearch p {
	margin: 0px;
	padding: 0px;
	height: 2.5em;
	line-height: 2.5em;
}

/* warning */

p.warning {
	color: #F00;
	background-color: #F9FFC9;
	padding: 0.5em 1em;
	text-align: center;
	margin: 1em 30px;
}

/* boxes */

#boxes div {
	float: left;
	width: 25%;
}

#boxes h3,#boxes p {
	font-size: 1em;
	padding: 0.5em;
	border: 1px solid #EFE5BE;
	margin: 3px;
	background-color: #FFF8DC;
}

#boxes h3 {
	margin-bottom: 0px;
	border-bottom: 0px;
}

#boxes p {
	margin-top: 0px;
	border-top: 0px;
	min-height: 4.5em;
	line-height: 1.4em;
}

/* user navigation (login, etc) */

#navigation {
	padding: 0;
	margin: 0px auto;
	min-width: 640px;
	width: 90%;
	max-width: 800px;
	_width: 740px; /* explorer hack */
}



#navigation ul {
	padding: 0.5em 0;
	line-height: 1em;
	list-style: none;
	text-align: left;
	margin: 0px auto;
	position: relative;
	top: 2px;
}



/* front page */
#loginBox {
	margin: 0px 0px 1em 0px;
	padding: 0.5em 1em 0px 1em;
	border: 1px solid #EFE5BE;
	background-color: #FFFAC7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#loginBox label {
	font-size: 0.8em;
	margin-bottom: 0px;
}

#loginBox h2 {
	margin: 0px;
	font-size: 0.9em;
	float: right;
	color: #c2ba9a;
	font-weight: normal;
}

#loginBox p {
	font-size: 0.9em;
	/*width: 250px;*/
}

#loginBox form p {
	font-size: 1em;
	margin: 0px 0px 0.5em 0px;
}

#loginBox input[type="text"],#loginBox input[type="password"] {
	width: 95%;
	font-size: 0.9em;
}

#largeLogin {
	padding: 1em 2em;
	background-color: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #EFE5BE;
	background-color: #FFFAC7;
}

#largeLogin input {
	font-size: 1.4em;
}

#largeLogin h2 {
	display: none;
}




/* Task navigation (Challenges, etc) */
ul#tasks,
ul.tasks {
	list-style: none;
	margin: 0px 0px 2em 0px;
	padding: 0px;
}

ul#tasks li,
ul.tasks li {
	padding-bottom: 1px;
}

/* Categories */

ul#categories {
	list-style: none;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

ul#categories li {
	
}

ul#categories li a {
	display: block;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0.5em 0.8em;
	border: 1px solid #EFE5BE;
	background-color: #FFFAC7;
}

ul#categories li a:hover,ul#categories li.current a {
	background-color: #FFF;
}

/* Score readout */

#pointsLarge {
	position: relative;
	margin-bottom: 1.5em;
}

#pointsLarge div {
	padding: 1em 0px 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff39b;
}

#pointsLarge.other div {
	background-color: #d9e2e5;
}

#pointsLarge div.other {
	background: #44719F url("../images/pointsBg.gif") repeat-x left top;
}

#pointsLarge p {
	font-size: 1.2em;
	padding: 0px 1em;
	margin: 0px;
}

#pointsLarge p.stats {
	font-size: 1em;
	text-align: left;
	margin: 0.5em 1em 0px 1em;
	padding: 0px;
	color: #666;
}

#pointsLarge p.options {
	clear: left;
	padding: 0.5em 0px 0px 0px;
	color: #999;
	font-size: 0.8em;
	margin: 0px;
	line-height: 1.5em;
}

#pointsLarge b {
	font-size: 1.2em;
}

/* forms */

.first_column form.manage {
	text-align: right;
	padding: 1em 0px;
}

form.default {
	padding: 0px;
}

div.manage form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

form.default p {
	margin: 0.8em 0px 1em 0px;
}

legend {
	display: none;
}

form.default label {
	margin: 0.3em 0px;
	display: block;
}

form label.error {
	color: #F00;
}

span.error {
	margin-right: 0.5em;
	font-weight: bold;
}

.error {
	color: Red;
}

form.unified {
	background-color: #FFFAC7;
	padding: 1em 2em;
}

form.default.unified fieldset {
	border-width: 0px;
	padding: 0px;
	margin-bottom: 2em;
}

form.default label.right {
	display: inline;
	margin-right: 0.5em;
}

form.default fieldset {
	border-width: 0px;
	margin: 0px 0px 1em 0px;
	padding: 0px 1em;
	border: 1px solid #EFE5BE;
	background-color: #FFFAC7;
}

form.default fieldset legend {
	font-size: 1em;
	font-weight: bold;
	padding: 0.8em 0px 0.3em;
}

button {
	margin-right: 0.5em;
}

.hideme {
	display: none;
	background-color: Lime;
}

form.default textarea {
	width: 100%;
	line-height: 1.3em;
}

form.default input[type="text"] {
	
}

/*
breaks layout in IE6
input.title {
	font-size: 1.4em;
}
*/

p.tip,span.tip {
	color: #999;
	font-size: 90%;
	margin: 0.2em 0px;
}

/* Challenge */

#challengeHeader {
	background-color: #EFF6F9;
	padding: 1em;
	border: 1px solid #D3EEF9;
	margin-bottom: 1em;
}

#challengeHeader p {
	margin: 0px;
}

#challengeHeader p.points {
	color: #999;
	float: left;
	text-align: center;
	margin: 0px 1em;
}

#challengeHeader p.points b {
	display: block;
	font-size: 1.8em;
	color: #44719F;
}

#challengeHeader h1 {
	font-size: 1.8em;
	clear: none;
	margin: 0px;
	padding: 0px;
}

div.thisitemfooter {
	border: 1px solid #AAA;
	border-bottom: none;
	margin: 0;
}

div.thisitemfooter a.main {
	font-size: 2em;
	font-weight: bold;
}

div.itemdetails {
	font-size: 0.9em;
	color: #999;
	margin: 0px;
	margin-top: 2em;
	padding: 1em 2em;
	background-color: #f3f3f3;
	border: 1px solid #aaa;
}

div.thisitemfooterdetails {
	font-size: 0.9em;
	color: #999;
	margin: 0px;
	padding: 1em 2em 1em 2em;
	background-color: #f3f3f3;
	border: 1px solid #aaa;
	border-top: 0px;
}

div.thisitemfooterdetails p {
	padding: 0;
	margin: 0;
}

div.thisitemfooterdetails a {
	color: #444;
}

div.thisitemfooter  p {
	padding: 0;
	margin: 0;
}

div.thisitemfooter  .main {
	padding: 2em;
}

a.takeChallenge {
	font-size: 2em;
	font-weight: bold;
	margin-right: 0.5em;
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.challengeInfo {
	font-size: 1.5em;
}

.challengeFeedback {
	padding: 2em;
}

.challengeFeedback .feedbackFrom,
.challengeFeedback .feedbackFrom a,
.challengeFeedback .punct {
	color: #888;
}

.challengeInfo p,
.challengeFeedback p {
	line-height: inherit;
}

ul.tags {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.tags li {
	display: inline;
}

p.permalink {
	font-size: 0.9em;
	color: #aaa;
	margin-top: 0.5em;
}

.permalink a {
	color: #aaa;
}

.permalink .url {
	white-space: nowrap;
}

/* embeddable */

div.embeddable {
	

/*border-top:1px solid #DDDDDD;
	*/
	font-size: 0.8em;
	margin: 0;
	padding: 5px 0 5px 23px;
}

div.embeddable p {
	margin: 0;
}

div.embeddable a {
	color: inherit;
}

div.link {
	background: transparent url(../images/link.png) no-repeat scroll left 5px;
}

div.widgetLink {
	background: transparent url(../images/image_link.png) no-repeat scroll left 5px;
}

p.code, div.embeddable textarea {
	border: 1px solid #ccc;
	color: #888;
	margin: 0.5em 0;
	padding: 0.5em 0.5em 0.3em;
	width: 100%;
	height: auto;
	font-family: arial, sans-serif;
	font-size: 1em;
}

a.credits {
	color: inherit;
}

a.credits:HOVER {
	color: #0b5b93;
}

span.like {
	background: transparent url("../images/heart.png") no-repeat;
	padding-left: 23px;
	display: block;
	color: #666;
	font-size: 0.9em;
	margin: 0px 0px 0.8em 10px;
}

/* Challenge list */

ul.widgets {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.widgets li {
	display: inline;
	line-height: normal;
}

ul.challenges {
	clear: both;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #AAA;
}

ul.challenges li {
	padding: 0.8em 1em 1.5em 1em;
	margin: 0px;
	clear: both;
}

ul.challenges.short li {
	padding: 0.8em 1em 0.8em 1em;
}

ul.challenges li.odd {
	
}

ul.challenges li.even {
	background-color: #EFF6F9;
}

ul.challenges h3 {
	margin: 0.3em 0px;
}

ul.challenges p.progress {
	font-weight: bold;
	color: #6A3;
}

ul.challenges p {
	margin: 0px;
	padding-left: 25px;
	line-height: 1.4em;
}

ul.challenges p.points {
	color: #999;
	float: right;
	text-align: center;
	margin: 0px 0px 0px 1em;
	width: 4em;
	height: 3em;
	overflow: visible;
	padding-left: 0px;
}

ul.challenges p.points span.hidden {
	color: #F00;
}

ul.challenges div.details p {
	color: #666;
}

ul.challenges p.points b {
	display: block;
	font-size: 1.6em;
	color: #44719F;
	margin-bottom: 0.2em;
}

ul.challenges div.details p a {
	color: inherit;
}

ul.challenges div.details p.title a,
ul.challenges div.details p.summary a {
	color: #44719F;
	text-decoration: none;
}

ul.challenges div.details p.title a {
	color: #0B5B93;
	text-decoration: underline;
}

ul.challenges.short div.details p.title a
{
	color: #0B5B93;
	text-decoration: underline;
}

ul.challenges div.details p.title {
	font-size: 1.6em;
}

ul.challenges div.details p.title .author {
	font-size: 0.75em;
	color: #666;
}

ul.challenges div.details p.title .author a {
	color: #666;
}

	
ul.challenges p.summary {
/*display: block;
	margin-top: 0.2em;*/
	font-weight: normal;
	font-style: normal;
}

ul.challenges a.item:HOVER {
	text-decoration: underline;
}

span.punct {
	color: #888;
}

h1.Challenge {
	background: #008fc2 url("../images/page_white.png") no-repeat 0.5em;
	color: #ebf9ff;
	font-size: 1.2em;
	padding: 0.5em 1em 0.5em 1.8em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h1.Collection {
	background: #008fc2 url("../images/page_white_stack.png") no-repeat 0.5em;
	color: #ebf9ff;
	font-size: 1.2em;
	padding: 0.5em 1em 0.5em 1.8em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h1.manage {
	background-color: #edb705;
	color: #fff;
}

h1.taken {
	background-color: #68b103;
	color: #fafff3;
}


/* pages list */
ul.pages {
	list-style: none;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

ul.pages li {
	padding: 0.5em 1em 0.8em 1em;
	margin: 0px;
	border-bottom: 1px solid #DDE;
}

ul.pages li.odd {
	
}

ul.pages li.even {
	background-color: #EFF6F9;
}

ul.pages p {
	margin: 0px;
	line-height: 1.4em;
}

ul.pages h3 {
	margin: 0px;
	padding: 0px;
}

ul.pages li h3 a span.pageno {
	font-weight: normal;
	font-size: 0.7em;
}

div.box {
	border-width: 3pt;
	border-style: solid;
	border-color: #999;
	padding: 1em;
}

div.ok {
	color: #444;
}

div.warning {
	border-color: #333;
	background-color: #F9FFC9;
}

div.box  h2 {
	margin-top: 0px;
	padding-top: 0px;
}

div.box  h2  form {
	display: inline;
}

div.error {
	border-color: #F00;
}

/* challenge tabs */

p.selector {
	padding: 0px;
	margin: 1em 0px 0px 0px;
	height: 2em;
	line-height: 2em;
	font-size: 1.2em;
	overflow: hidden;
	border-bottom: 2px solid #44719F;
}

p.selector span.label {
	float: left;
	display: block;
	margin-right: 1.5em;
	font-size: 0.8em;
	color: #999;
}

p.selector a {
	float: left;
	display: block;
	height: 2em;
	line-height: 2em;
	margin-right: 5px;
	padding: 0px 1em;
	border: 1px solid #DDD;
	border-bottom-width: 0px;
	text-decoration: none;
}

p.selector a.current {
	background-color: #44719F;
	font-weight: bold;
	border: 1px solid #44719F;
	border-bottom-width: 0px;
	color: #FFF;
}

/* points small */

#pointsSmall {
	background: #0181FF url("../images/pointsBg.gif") repeat-x left top;
	padding: 1em 0px 1em;
	border-top: 1px solid #3596FA;
	margin-bottom: 1em;
}

#pointsSmall p {
	font-size: 1.4em;
	padding: 0px 20px;
	margin: 0px;
	color: #D4ECFE;
}

#pointsSmall p.context {
	font-size: 1em;
	color: #0C54A2;
}

#pointsSmall p.options {
	clear: left;
	padding-top: 0.5em;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

#pointsSmall b {
	font-size: 2em;
	color: #FFF;
}

/* friends list */

#friends {
	list-style: none;
	margin: 0px;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#friends h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 0.5em 0px;
}

#friends ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#friends li {
	margin-right: 0.5em;
}

#friends ul a {
	display: block;
	color: #0B5B93;
	font-size: 1em;
	text-decoration: none;
	padding: 0.2em 0px;
}

#friends ul a:hover {
	text-decoration: underline;
}

/* commenting */

#commentPreview {
	padding: 0px 1em;
	border: 1px solid #EFE5BE;
}

/* Status Messages */

#statusmessage, #StatusMessage {
	font-size: 1.1em;
	padding: 0px 1em;
	margin-bottom: 1em;
	border: 1px solid #A1B560;
	color: #697D1A;
	background-color: #EEFFA1;
}

#StatusMessage.success, #StatusMessage.completed {
	color: #697D1A;
	background-color: #EEFFA1;
	border: 1px solid #A1B560;
}

#StatusMessage.failure {
	color: #f00;
	background-color: #FFF58F;
	border: 1px solid #AB913E;
}

/* pages */

.pageNavigation {
	padding-top: 1em;
	padding: 0;
	margin: 0;
}

.pageNavigation a {
	text-decoration: underline;
}

.pageNavigation span {
	color: #AAA;
}

#info {
	margin-bottom: 3em;
}

#quest {
	margin-bottom: 1em;
}

#info p,#quest p {
	line-height: 1.4em;
}

.thisitemfooter form.default {
	padding: 1em 1.5em;
	margin: 0;
}

#quest form.default p {
	margin: 0.5em 0px;
}

#quest form.default p.takeAgain {
	padding: 2em 0 0 0;
}

#quest h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 0.5em;
}

#quest.correct h2 {
	color: #6A3;
}

#quest.correct form.default {
	background-color: #d1f1a1;
}

#quest.wrong h2 {
	color: #D00;
}

#quest.wrong form.default {
	background-color: #FFF;
	/*border: 1px solid #DA9;*/
}

.creationFeedback {
	background-color: #FFF;
	padding: 1em;
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

#quest.wrong .creationFeedback {
	border: 1px solid #DA9;
}

#quest.correct .creationFeedback {
	border: 1px solid #6A3;
}

.previous {
	display: block;
	float: left;
	font-size: 1.2em;
}

.next {
	display: block;
	float: right;
	font-size: 1.2em;
}

.dev {
	margin: 10px;
	padding: 10px;
	text-decoration: line-through;
}

#challengepage_head, ul#tasks li#challengepage_head {
	font-size: 0.9em;
	color: #666;
	margin: 0;
	padding: 1em;
	border: 1px solid #EEE;
	margin-bottom: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#challengepage_head a {
	xcolor: inherit;
}

ul#tasks li#challengepage_head a {
	display: inline;
	padding: 0;
	margin: 0;
}

/* managing */

div.manage {
	float: right;
	text-align: right;
	color: #999;
}

div.manage a.hidden {
	color: #F00;
	margin-left: 0.5em;
	border: 1px solid #DDD;
	padding: 0.1em 0.3em;
	font-size: 0.9em;
	background-color: #FFF;
	text-decoration: none;
}

div.manage a,a.manageAnswerOptions {
	margin-left: 0.5em;
	background-color: #FFD64F;
	color: #9D4109;
	border: 1px solid #EDC747;
	padding: 0.1em 0.3em;
	font-size: 0.9em;
	text-decoration: none;
}

div.manage div {
	display: inline;
	margin-left: 0.5em;
}

div.manage div.hideme {
	display: none;
	margin-left: 0px;
}

div.manage  .confirmbutton a {
	text-decoration: underline;
	border: 0px solid #EDC747;
	background-color: transparent;
	color: #0B5B93;
	padding: 0px;
}

ul#tasks li.confirm p {
	margin: 0px;
	padding: 0px;
}

ul#tasks li.confirm .confirmbutton {
	display: block;
	margin-top: 0.5em;
}

ul#tasks li.confirm .confirmbutton a {
	padding-left: 0.5em;
	background-image: none;
	display: inline;
	margin-right: 5px;
}

p.buttons span.deletebutton  span.confirmbutton a {
	color: #F00;
	text-decoration: underline;
}

#delete-button-block {
	margin-bottom: 0px;
	margin-top: -5px;
	background-color: #fff;
	padding: 0.5em 0.5em 0.8em 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #EEE;
}

ul#tasks li a,
ul.tasks li a {
	display: block;
	padding: 0.3em 10px;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #EEE;
}

ul#tasks li a:hover,
ul.tasks li a:hover {
	text-decoration: underline;
}

ul#tasks li.manage form,ul#tasks li.manage form p {
	margin: 0px;
	padding: 0px;
}

ul#tasks li.manage a.CreateChallenge {
	background: #EEE url("../images/page_white_add.png") no-repeat 5px 0.4em;
	padding-left: 28px;
}

ul#tasks li.manage a.CreateCollection {
	background: #EEE url("../images/folder_add.png") no-repeat 5px 0.4em;
	padding-left: 28px;
}

ul#tasks li a.like {
	background: #EEE url("../images/heart.png") no-repeat 5px 0.4em;
	padding-left: 28px;
}

ul#tasks li.manage a.editChallenge {
	background: #EEE url("../images/page_white_edit.png") no-repeat  5px 0.4em;
	padding-left: 28px;
}

ul#tasks li.manage a.editCollection {
	background: #EEE url("../images/folder_edit.png") no-repeat  5px 0.4em;
	padding-left: 28px;
}

ul#tasks li.manage a.addFriend {
	background: #EEE url("../images/group_add.png") no-repeat  5px 0.4em;
	padding-left: 28px;
}

ul#tasks li.manage a.removeFriend {
	background: #EEE url("../images/group_delete.png") no-repeat 5px 0.4em;
	padding-left: 28px;
}

ul#tasks li.manage a.editDescription {
	background: #EEE url("../images/pencil.png") no-repeat 0.5em 0.4em;
	padding-left: 28px;
}

ul#tasks li.confirm a {
	background: #EEE url("../images/delete.png") no-repeat 0.5em 0.4em;
	padding-left: 28px;
}

h1.account {
	background: transparent url("../images/user_edit.png") no-repeat left
		0.2em;
	padding-left: 28px;
}

h1.CreateCollection {
	background: transparent url("../images/folder_add.png") no-repeat left
		0.2em;
	padding-left: 28px;
}

h1.CreateChallenge {
	background: transparent url("../images/page_white_add.png") no-repeat
		left 0.2em;
	padding-left: 23px;
}

div.thisitemfooter p.completed {
	background: transparent url("../images/tik.png") no-repeat 1em 0.8em;
	font-size: 1.2em;
	margin: 0px;
	padding: 0.8em 1em 0.8em 3em;
}

/* collection assignment */

.collectionAssignment {
	padding: 0.5em 1em;
	border: 1px solid #DDD;
}

.collectionAssignment select {
	width: 80%;
}

.collectionAssignment h2 {
	color: #333;
	font-size: 1em;
	font-weight: normal;
	margin: 0.5em 0px;
}

.collectionAssignment ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #DDD;
}

.collectionAssignment li {
	padding: 0.5em 0px;
	border-bottom: 1px solid #DDD;
}

.collectionAssignment span.deletebutton {
	float: right;
}

.collectionAssignment span.deletebutton a {
	color: #F00;
}

.collectionAssignment form {
	margin: 0px;
}

.collectionAssignment label {
	color: #999;
	font-size: 0.9em;
	margin: 2em 0px 0.5em 0px;
	display: block;
}

/* pagination */

.pagination {
	text-align: center;
	font-size: 0.9em;
	padding: 0px 0px 2.5em 0px;
}

.pagination a {
	margin: 0px;
	text-decoration: none;
	padding: 2px 0.5em;
	background-color: #FFF;
	border: 1px solid #EEE;
}

.pagination a:hover, .pagination a:active {
	text-decoration: underline;
}

.pagination span.current {
	background-color: #5f9d18;
	margin: 0px 0.3em;
	padding: 2px 0.4em;
	color: #FFF;
}

.pagination span.disabled {
	padding: 2px 0.5em;
	color: #CCC;
	background-color: #FFF;
	border: 1px solid #EEE;
}

span.pages {
	float: right;
}

p.pagination a.nextPage,p.pagination a.previousPage {
	margin: 0px;
	text-decoration: none;
	padding: 2px 0.5em;
	background-color: #FFF;
	border: 1px solid #EEE;
	float: left;
	margin-right: 0.5em;
}

p.pagination a:hover {
	background-color: #FFF;
}

span.nextPage,span.previousPage {
	padding: 2px 0.5em;
	color: #CCC;
	background-color: #FFF;
	border: 1px solid #EEE;
	float: left;
	margin-right: 0.5em;
}

/* tags */

#tagCloud {
	padding: 0.5em 1em 1em 1em;
	background-color: #d9e9ef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #c1cfd4;
	margin-bottom: 0.5em;
}

ul.miniChallanges {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.miniChallanges p {
	margin: 0px;
}

ul.miniChallanges li {
	margin-bottom: 0.7em;
}

ul.miniChallanges .author {
	display: block;
	color: #999;
}

ul.miniChallanges .author a {
	color: #666;
	text-decoration: none;
}

ul.miniChallanges .author a:hover {
	text-decoration: underline;
}

ul.miniChallanges p.points {
	display: none;
}

div.docs {
	padding: 1em;
	background-color: #EEE;
}

#tagCloud h2,div.docs h2 {
	margin: 0.5em 0px;
	font-size: 1.1em;
	color: #5f9d18;
	font-weight: normal;
}

#tagCloud ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}

#tagCloud ul li {
	display: inline;
	margin-right: 0.3em;
}

#tagCloud ul li a {
	text-decoration: none;
	vertical-align: middle;
}

#tagCloud ul li a:hover {
	text-decoration: underline;
}

div.second_column  p.info {
	margin: 0.5em 0px;
	font-size: 0.9em;
}

#tagCloud p,
div.docs p {
	margin: 0.5em 0px;
	font-size: 0.9em;
	border-bottom: 1px solid #DDD;
	padding-bottom: 0.5em
}

li.level1 a {
	font-size: 90%;
}

li.level2 a {
	font-size: 100%;
}

li.level3 a {
	font-size: 110%;
}

li.level4 a {
	font-size: 120%;
}

li.level5 a {
	font-size: 130%;
}

li.level6 a {
	font-size: 140%;
}

li.level7 a {
	font-size: 150%;
}

li.level8 a {
	font-size: 160%;
}

li.level9 a {
	font-size: 170%;
}

#options-block li {
	margin: 0.5em 0px;
}

/* footer */

#footer {
	clear: both;
	padding: 0.5em 0px 1em 0px;
	color: #999;
	text-align: center;
	width: 100%;
	background: #FFF url("../images/footer.gif") repeat-x left top;
	border-top: 1px solid #999;
	margin-top: 2em;
}

#footer p {
	font-size: 0.9em;
}

#footer .credit a {
	color: #999;
}

#footer .credit {
	display: block;
}

/* footer */

#footer ul {
	list-style: none;
	text-align: center;
	margin: 0px 0px 2em 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	margin: 0.5em;
	color: #888;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* other elements */

.info {
	background: transparent url("../images/information.png") no-repeat left
		top;
	padding-left: 20px;
}

fieldset p.info {
	color: #444;
	font-size: 0.8em;
}

.example {
	color: #5985b9;
	font-style: italic;
}

h1.user {
	background: transparent url("../images/user.png") no-repeat left 0.2em;
	padding-left: 23px;
}

/* moderation */

.moderation_flagging .inappropriate {
	border: 5px solid #DDD;
	background: #FFF url("../images/error.png") no-repeat 0.5em 0.6em;
	padding: 0.5em 0.5em 0.5em 2.25em;
	color: #F00;
	margin-bottom: 3em;
}

.moderation_flagging a {
	color: #9D4109;
}

.moderation_flagging .inappropriate a {
	font-weight: normal;


/*	display: block; */
	font-style: italic;
	color: #F00;
}

.moderation_flagging .reports {


/*	font-size: 0.75em;
	line-height: 1.25em;
	*/
	color: Black;
}

ul.challenges p.moderation {
	background: transparent url("../images/error.png") no-repeat left 0.2em;
	margin-bottom: 0.5em;
}

div.dialogWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	_right: auto;
	_left: auto;
	_background-color: #666;
	background: transparent url("../images/overlay.png") repeat left top;
	display: none;
	_margin: 2em auto;
}

div.dialog {
	position: relative;
	margin: 5em auto;
	width: 550px;
	padding: 1.5em 2.5em;
	background-color: #fff;
}

div.dialogBody {
	color: #444;
}

div.dialogBody .note {
	color: #444;
	font-size: 0.8em;
	font-style: italic;
}

#teaser {
	border: 1px solid #DDD;
	padding: 0.5em 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 2em;
	margin-bottom: 2em;
}

#teaser h2 {
	margin: 1em 0px;
	font-size: 1.2em;
}

#teaser ul {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
}

#teaser ul li {
	margin: 0.5em 0px;
}

#homepageTop {
	margin-top: 0em;
	margin-bottom: 2.5em;
}

#homepageTop p {
	margin-top: 0em;
}

/* moderation list */
.inappropriate h2{
	margin-top: 0px;
}

ul.moderation ul {
	margin: 0px 1em;
}

ul.moderation li div.details p.moderation a {
	color: #9D4109;
}

ul.moderation ul li {
	margin: 0 4em 0 0;
	padding: 0;
}

form.text {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#clear-moderation-flags .deletetext, #clear-moderation-flags a#clear-flags-button {
	display: inline;
	font-weight: bold;
	font-style: normal;
}
a#clear-flags-button.hideme{
	display: inline;
}
