/*-----------------------------------------------------------------------------
We Heart Puzzles: Channel CSS: Brain Freeze
-----------------------------------------------------------------------------*/

#main_content {
	background: url(/images/channel-brain-gradient.gif) no-repeat;
}

strong.puzzle_title {
	display: block;
	color: #2182b4;
}

/* =Headings
-----------------------------------------------------------------------------*/

h2 {
	background: #3392c2 url(/images/channel-heading-brain.gif) no-repeat top left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
	width: 644px;
	line-height: 40px;
	padding-left: 15px;
	text-shadow: #144d6b 2px 2px, yellow -2px -2px;
}

/* =List Styles
-----------------------------------------------------------------------------*/

#puzzle_list_nav {
	background: none !important;
	padding: 10px 0 0 0 !important;
	margin-top: 0px !important;
}

#puzzle_list_nav p {
	margin-bottom: 0;
}

#puzzle_list_nav a {
	padding: 7px 5px 7px 5px;
	color: #969696 !important;
	outline: none;
}

#puzzle_list_nav a.active {
	background: url(/images/puzzle_list_nav.gif) no-repeat top right;
	color: #818181 !important;
	font-weight: bold;
	text-decoration: none !important;
}

/* */

#puzzle_list ul {

}

#puzzle_list ul li {
	margin-bottom: 0.6em;
}

#puzzle_list ul li a {
	display: block;
	padding: 4px;
	color: #949494 !important;
	text-decoration: none !important;
}

#puzzle_list ul li a:visited {
	color: #949494;
}

#puzzle_list ul li a:hover {
	color: #5e5e5e !important;
	background: #edf5f9;
}

#puzzle_list ul li.active a {
	color: #5e5e5e !important;
	background: #d1e5f0;
}

/* */

#puzzle_list ul li strong {
	text-decoration: underline !important;
	/* background: url(/images/difficulty-square.gif) no-repeat left; */
	padding-left: 3px;
}

#puzzle_list ul li em {
	display: block;
	font-style: normal;
}

/* =Channel
-----------------------------------------------------------------------------*/

/* Sub nav only!! - all other styles in core.css */

#channels ul ul {
	background: #d1e5f0;
	padding: 10px 0 10px 0;
	width: 191px;
}

#channels ul ul a {
	text-transform: capitalize;
	margin-left: 10px;
	width: 161px;
	padding: 3px;
	color: #2182b4;
}

#channels ul ul a:hover {
	background: #fff;
	color: #2182b4;
}

#channels ul ul li.current a {
	background: #fff;
	color: #2182b4;
}

/* =Link Styles
-----------------------------------------------------------------------------*/

#main_content a:active {
	outline: none;
}

#main_content a:link, a:visited {
	color: #2182b4;
	text-decoration: underline;
}

#main_content a:hover {
	color: #2182b4;
	text-decoration: none;
}

/* =Instructions Popup
-----------------------------------------------------------------------------*/

#instructions {
	border: 1px solid #c5c5c5;
	width: 382px;
	background: #f5f5f5;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}

#instructions p {
	font-size: 85%;
}

#instructions strong {
	display: block;
	color: #2182b4;
	font-size: 110%;
}
