/**
	Resets / defaults
 */

 body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
}


ul {
	list-style-type: square;
}

li {
	margin-bottom: 2px;
}

a {
	color: #c00;
}

h1 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 33px;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 { 
	margin: 5px 0 5px 0;
}

h4 {
	margin-bottom: 5px;
}

p {
	margin-top: .85em;
	margin-bottom: .85em;
}


/**
	Style answers a little differently to make them seem more crossword like
*/

ul.answer li {
	margin-bottom: 4px;
}

.answer {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	letter-spacing: 1px;
	line-height: 110%;
}

.answer.highlighted {
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 2px;
}


/**
	Form errors
 */

.help_text {
	font-size: 13px;
	color: #999;
}

.error input, .error textarea {
	border: 1px solid red;
}

.form-errors {
	margin-bottom: 15px;
}

.error {
	color: red;
}

h3.error {
	margin-bottom: 5px;
}

.spellcheck {
	font-size: 16px;
	color: red;
	font-weight: bold;
}

/**
	Tips
 */

div.tips h3 {
	margin-bottom: 2px;
}

div.tips p {
	margin-top: 2px;
	line-height: 15px;
}

div.tips .tip-example {
	font-size: 90%;
	color: #666;
	font-weight: bold;
	display: block;
	margin-top: 2px;
}


/**
	Today highlights
*/

.promo-today {
  font-size: .85em;
  background-color: #eee; 
}

span.today {
  font-size: .85em;
  font-weight: bold;
  color: #999;
  padding-left: 5px;
}

/**
	Popular
*/

ul.popular {
	padding-left: 17px;
	margin-top: 0px;
}

.popular h3 {
	margin: 3px;
}

/**
	Sort / Filters
*/

button.filter, button.history {
	background: #fff;
	border: 1px solid #999;
	-webkit-appearance: none;	
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 5px;
	width: 75px;
	height: 25px;
}

button.filter {
	float: right;
} 

div .sort-toggle-container, div .length-filter {
	width: 400px;
}

div .sort-toggle-container, div .length-filter {
	width: 400px;
}

.length-filter select {
	background: #fff;
	border: 1px solid #999;
	-webkit-appearance: none;	
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	border-radius: 0;	
	font-weight: bold;
	margin-right: 5px;
	padding: 2px 6px 3px 6px;
	width: 100px;
	height: 25px;
	float: right;
}

.clue-list {
	-webkit-transition: height .2s ease-in-out;
}

.clue-list .view-default {
	display: none;
}

.clue-list .view-all {
	display: list-item;
}


/**
	Contact form
 */

.contact-form {

}

.contact-form .categories {

}

.contact-form h3 {
	font-size: 18px;
	margin-top: 15px;
}

.contact-form .errors {
	margin-top: 15px;
	color: red;
}

.contact-form .radio input[type=radio]{
	height: inherit;
}

.contact-form .radio label{
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin: inherit;
}

.contact-form label {
   display: block;
   font-size: 18px;
   margin: 15px 0 5px 0;
}


.contact-form input {
   font-size: 20px;
   height: 30px;
   margin-bottom: 5px;
}

.contact-form input[type=submit] {
   margin: 10px 0 10px 0;
   width: 250px;
   height: 40px;
   -webkit-appearance: none;   
   border: 1px solid #999;
   background: #fff;
   color: #000;
   font-weight: normal;
}

.contact-form textarea {
   font-size: 20px;
   height: 200px;
}

.contact-form #answerPreview {
   height: inherit;
}

.contact-form input.answer {
    font-family: Monaco, monospace;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form .span12 {
   width: 99%;
}
.contact-form .span11 {
   width: 92%;
}
.contact-form .span10 {
   width: 85%;
}

.contact-form .span6 {
   width: 50%;
}

.contact-form .span9 {
   width: 75%;
}

/**
	Misc
 */
.hidden {
	display: none;
}

.search-example {
	font-size: 14px;
	line-height: 14px
}

.search-example h3 {
	margin-bottom: 8px;
}

#daily-featured h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

