
#navbar         { background-color: #dddddd; color: #000000; font-family: arial, helvetica; font-size: 0.75em; padding: 5px 10px; font-weight: bold }

/* a few common settings */

body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	line-height: normal;
	box-sizing: 0px;
	border: 0;
}

img {
	border: 0;
}

/* bare minimum needed for lite_head */

#topbar {
	background-color: #666666;
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 0.75em;
	padding: 10px;
}

#mainbar {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 0.75em;
	padding: 10px;
}

#logo {
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	font-size: 2em;
}

#topbar a {
	color: #ffffff;
}

/* stuff specific to the challenge */

#maincontent {
	display:flex;
	max-width: 583px;
	flex-direction: column;
}

#challenge_links {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.chbox1 {
	display:flex;
	flex-direction: row;
	padding: 8px;
	margin: 4px 0px;
	background-color: #dddddd;
}

.chbox2 {
	display:flex;
	flex-direction: row;
	padding: 8px;
	margin: 4px 0px;
	background-color: #eeeeee;
}

.chboxpic {
	display:flex;
	justify-content: flex-start;
	float: left;
}

.chboxpic img {
	display:flex;
	max-width: 158px;
	max-height: 115px;
	border: 1px solid black;
}

.chboxtext {
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 15px;
	max-width: 388px;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

p {
	padding: 0;
	margin: 0.5em 0 0 0;
}

.chboxfoot {
	clear: left;
}

a {
	color:#0033DD;
	font-family: arial, helvetica;
	text-decoration: underline;
	border: 0;
	padding-bottom: 0;
	color:#0033DD;
	font-family: arial, helvetica;
	text-decoration: underline;
}


/* ajax voting */

a.voting {
	color: #ccc;
	text-decoration: none;
	border: 0;
	padding-bottom: 0;
}

a.voted, span.voted {
	color: #090;
	text-decoration: none;
	border-top: 1px dotted #6c6;
	border-bottom: 1px dotted #6c6;
	padding-bottom: 1px;
}

