@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #322117;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clearboth {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
}
.margB0 { margin-bottom: 0; }
.margT0 { margin-top: 0; }
.margT6 { margin-top: 6px; }
.fltright { float:right; margin: 0 0 2em 2em; }
.fltleft { float:left; margin: 0 2em 2em 0; }
.alert {
	color: #993300;
	font-weight: bold;
}
div.agree {
	padding: 0 0 0 15px;
	width: 90%;
	border: 1px solid #B7CE48;
	overflow: hidden;
	background-color: #fff;
	margin: 1em 0 1em 4%;
}
div.winner { float:left; }
.box_shadow {
	-moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	box-shadow: 3px 3px 4px #aaa;
	 /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.box_shadow_dark {
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	 /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.box_round {
  -moz-border-radius: 8px; /* FF1+ */
  -webkit-border-radius: 8px; /* Saf3+, Chrome */
  border-radius: 8px; /* Opera 10.5, IE 9 */
}
.box_round_tight {
  -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3+, Chrome */
  border-radius: 4px; /* Opera 10.5, IE 9 */
}
a {
	color: #593d2b;
}
u {
	text-decoration: none;	
}
h3, h4, h5 {
	margin-bottom: -.5em;
}
h5 { font-size: 1em; text-transform: uppercase; }
sup {
	font-size: .8em;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .8ex;
}
hr {
	color: #b7ce48;
	background-color: #b7ce48;
	height: 1px;
}
.small {
	font-size: .9em;
}

/*For embedding youtube and vimeo videos at 100% width and proportional height; for video content type */
.embed-container {
    position: relative; 
    padding-bottom: 49.75%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
	margin-bottom: 1.5em;
}
.embed-container iframe,
.embed-container object,
.embed-container embed, 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#wrap {
	width: 840px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	height: auto;
	margin-top: 40px;
}
#header {
	background-image:url(/12things/assets/homepage/hp_header_bkg.jpg);
	height: 100px;
	border-bottom: 4px solid #fff;
}
#headermenu {
	text-align: right;
	padding: 78px 26px 0 0;
	font-size: 1.1em;
}
#headermenu a {
	text-decoration: none;
	color: #322117;
	border-right: 1px solid #322117;
	padding: 0 6px;
}
#headermenu a.last {
	padding: 0 0 0 6px;
	border-right: none;
}
#headermenu a:hover {
	color: #fff;
}
* html #headermenu a {
	font-weight: bold;
}
*+html #headermenu a {
	font-weight: bold;
}
#whatsnew {
	position: absolute;
	left: 20px;
	top: 24px;	
	/*width: 140px;
	height: 39px;
	overflow: hidden;
	background-color: #b3d538;
	border: 2px solid #fff;
	padding: 12px 20px;*/
}
#contestlogo { float:left; margin: 26px 0 0 20px; width:139px; height:53px; }
#contentwrap {
	background-image: url(/12things/assets/sidebar_bkg.jpg);
	background-repeat: repeat-y;
	height: auto;
	background-color:#c6d93b;
}
#content {
	width: 600px;
	height: auto;
	margin-left: 180px;
	border-top: 20px solid #b6d049;
	padding: 16px 30px 16px 30px;
	line-height: 1.5;
}
* html #content {
	width: auto;
}
#sidebar {
	width: 130px;
	padding: 20px 36px 30px 14px;
	float: left;
	height: auto;
	font-size: .9em;
	line-height: 1.5;
}
#sidebar p {
	margin-bottom: 2.0em;
}
*+html #sidebar p {
	margin-bottom: 1em;
}
* html #sidebar p {
	margin-bottom: 1em;
}
#sidebar ul {
	margin: -2em 0 0 -24px;
}
* html #sidebar ul {
	margin: -.8em 0 0 16px;
}
*+html #sidebar ul {
	margin: -.8em 0 0 16px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #322117;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ol {
	margin: 0 0 0 -18px;
}
#sidebar ul li ol li {
	margin-bottom: 4px;	
}
* html #sidebar ul li ol {
	margin: 0 0 0 26px;	
}
*+html #sidebar ul li ol {
	margin: 0 0 0 26px;	
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#sidebar ul li ol { margin: 0 0 0 -18px; }
}
#sidebar ul li ol li {
	line-height: 1;	
}

#sidebar .callout {
	background-image: url(../assets/sidebar-callout_bkg.png);
	background-repeat: repeat-y;
	margin: 30px -38px 0 -14px;
	padding: 12px 38px 12px 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar .callout h3 {
	margin: 0 0 0 0;
}
*+html #sidebar .callout h3 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
* html #sidebar .callout h3 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
#sidebar .callout p {
	font-size: 1.1em;
	margin: 0 0 4px 0;
}
#footer {
	height: 120px;
	background-color: #fff;
	background-image: url(../assets/CVRD_logo.gif);
	background-repeat: no-repeat;
	background-position: 756px 8px;	
}
#footer p {
	text-align: right;
	margin-right: 110px;
	padding-top: 10px;
	color: #322117;
	font-size: .9em;
}
*+html #footer p {
	padding-top: 0;
}
* html #footer p {
	padding-top: 0;
}
#footerbyline {
	padding-top: 12px;
}

/* forms ================================================================================ */
.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform file {
	display: block;
	font-size: 11px;
	float: left;
	width: 25em;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #7f7f7f;
	}

input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #e9eadf;
}
.contactform select {
	width: 25.5em;
}
.contactform select.bold {
	font-weight: bold;	
}
.contactform input.checkbox {
	width: auto;
	border: none;
}

.contactform label {
	text-align: right;
	width:20em;
	margin-right: 5px;
	border: none;
}
* html .contactform label.editoralign {
	margin-right: 2px;
}


* html label.radiolabel input {
	margin-top: -3px;
	margin-right: -6px;
}
*+html label.radiolabel input {
	margin-top: -3px;
	margin-right: -4px;
}
.contactform input.button, #content a.button {
	width: auto;
	padding: 3px 8px;
	color: #fff;
	background-color: #76953d;
	margin: 5px 4px 4px 0;
	text-transform: uppercase;
	border: 1px solid #000;
}
#content a.button {
	font-size: 11px;
	text-decoration: none;
	padding: 4px 8px;
}
.contactform .marginright {
	margin-right: 8px;	
}
.contactform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 3em;
}

.contactform input.small, .contactform select.small {
	width: 7em;
}
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.contactform input.wide, .contactform textarea.wide {
	width: 34em;	
}
.contactform select.wide {
	width: 44em;	
}
.contactform p, .contactform li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactform fieldset {
	padding: 0 12px 12px 12px;
	border: 1px solid #000;
	background-color: #C6D93B;
	margin: 8px 0 8px 0;
}
.contactform legend {
	padding:0 6px 0 6px;
	color: #fff;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.contactform table td {
	border-bottom: none;	
}

