@charset "utf-8";
/* CSS Document */

/*<div class="cushycms-text">*/

*
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul
{
	list-style: inside circle;
}

input, textarea
{
	padding: 5px;
}

.label
{
	padding: 6px;
	width: 188px;
	display: block;
	float: left;
	text-align: right;
}

#download_button
{
	width: 100%;
}

#edit_challenge_title
{
	width: 468px;
}

#edit_challenge_details
{
	width: 468px;
	height: 300px;
}

.text
{
	padding: 5px;
	width: 286px;
}

.message
{
	padding: 10px;
	border: dotted 1px #D44;
	color: #D44;
}

body
{
	background-color: #CCC;
}

a
{
	text-decoration: none;
	color: inherit;
	border-bottom: dotted 1px;
}

a:hover
{
	background-color: #D44;
}

.center
{
	text-align: center;
}

/* Wrapper */

#wrapper
{
	position: absolute;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	background-color: #FFF;
}

/* Head */

#head
{
	width: 850px;
	height: 220px;
	background: #FFF url(../images/head.png) scroll no-repeat 0 0;
}

#head-pos
{
	position: absolute;
	top: 80px;
	left: 10px;
}

#head-title { font-size: 36px; }
#head-challenge { color: #333; }
#head-swound { color: #D44; }
#head-tagline { font-size: 12px; }


/* Navigation */

#nav
{
	height: 30px;
	font-size: 14px;
	background-color: #333;
}

#nav ul { list-style: none; }

#nav ul li
{
	float: left;
}

#nav ul li a
{
	border: 0;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	color: #FFF;
}

#nav ul li a:hover
{
	background-color: #D44;
}

/* Body */

#body
{
	float: left;
	width: 500px;
	padding: 20px 10px 20px 20px;
	font-size: 14px;
	background-color: #FFF;
}

#body h1
{
	font-size: 20px;
	font-weight: normal;
	color: #D44;
}

#body p,
#body h1, 
#body ul
{
	margin-bottom: 15px;
}

#body li
{
	margin-bottom: 5px;
}

#body p:last-child
{
	margin: 0;
}


/* Right */

#right
{
	float: right;
	width: 290px;
	padding: 20px 20px 20px 10px;
	background-color: #FFF;
}

#right #challengeswound_twitter,
#right #swound_twitter
{
	padding: 10px;
	border: dotted 1px #CCC;
	margin-bottom: 20px;
}

#right * { margin-bottom: 10px; }
#right *:last-child { margin-bottom: 0; }

#right h2
{
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

#right ul
{
}

#right .twitterStatus
{
	font-size: 12px;
	margin-bottom: 10px;
}

#right .twitterTime { display: none; }

/* Foot */

#foot
{
	clear: both;
	padding: 20px;
	color: #FFF;
	background-color: #333;
}

#foot p
{
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}


/* Challenge */

.challenge
{
	padding: 10px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition-property: background-color;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 1s;
	*/
}

.approved
{
	font-weight: bold;
	color: #4d4;
}

.challenge .title
{
	font-size: 18px;
	color: #333;
	cursor: pointer;
	text-decoration: underline;
	margin: 0;
}

.challenge .details,
.challenge .info,
.challenge .actions,
.challenge .video
{
	margin-top: 15px;
}

.challenge .info
{
	font-size: 0.75em;
	text-align: right;
}

.challenge .video object
{
	margin: 0;
}

.hide
{
	margin-bottom: 0;
	background-color: #FFF;
}

.hide .showhide
{
	display: none;
	/*
	height: 0;
	overflow: hidden;
	*/
}


.showhide
{
	/*
	-webkit-transition: height 1s linear;
	*/
}

.show
{
	margin-bottom: 10px;
	background-color: #CCC;
}


/* Results */

#westwood { width: 480px; height: 360px; }
.westwood_thumb { width: 156px; height: 117px; margin-right: 3px; cursor: pointer; }
.last { margin-right: 0; }

/*</div>*/