/* 
 * BEGIN LAYOUT
 */
 
html {
	background: #bbb url(http://img.puzzlebee.com/layout/page_border_orange.gif) repeat-y center 0;
}
body {
	font: normal 0.75em/1.3 'lucida grande',tahoma,verdana,arial,sans-serif;
	color: #000;
	background: #ffba00 url(http://img.puzzlebee.com/layout/page_bg_top2.gif) repeat-x 0 0;
	width: 860px;
	margin: 0 auto;
}
#super {
	background: url(http://img.puzzlebee.com/layout/page_bg_comb_tr2.png) no-repeat center 0;
	width: 800px;
	padding: 0 30px 30px;
}
#header {
	height: 68px;
}
#home_link {
	width: 323px;
	height: 60px;
	display: block;
	float: left;
	margin-top: 4px;
}
#content { background: #fff url(http://img.puzzlebee.com/layout/content_bg_t.gif) repeat-x 0 0; }
#c1 { background: url(http://img.puzzlebee.com/layout/content_bg_tl.gif) no-repeat 0 0; }
#c2 { background: url(http://img.puzzlebee.com/layout/content_bg_tr.gif) no-repeat right top; }
#c3 { background: url(http://img.puzzlebee.com/layout/yellow_corner_bl.gif) no-repeat bottom left; }
#c4 { background: url(http://img.puzzlebee.com/layout/yellow_corner_br.gif) no-repeat bottom right;
	padding: 16px;
}

/*
 * END LAYOUT
 *
 * BEGIN TEXT
 */
 
a {
	text-decoration: underline;
	color: #00e;
}
a:visited { color: #551A8B; }
a:active { color: #f00; }

p {
	margin: 0 0 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	margin: 0 0 1em;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }

/*
 * END TEXT
 *
 * BEGIN CONTENT
 */

#create_intro {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.cols {
	overflow: hidden;
	clear: both;
}
* html .cols {
	height: 1px;
	overflow: visible;
}

.iconbar {
	margin: 0 0 2em;
	background: url(http://img.puzzlebee.com/layout/icon_box_grey_t.gif) repeat-x 0 0;}
.iconbar div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_edge.gif) repeat-y left; }
.iconbar div div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_edge.gif) repeat-y right; }
.iconbar div div div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_tl.gif) no-repeat top left; }
.iconbar div div div div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_tr.gif) no-repeat top right; }
.iconbar div div div div div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_edge.gif) repeat-x bottom; }
.iconbar div div div div div div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_bl.gif) no-repeat bottom left; }
.iconbar div div div div div div div { background: url(http://img.puzzlebee.com/layout/icon_box_grey_br.gif) no-repeat bottom right;
	padding: 1.6em 1.8em;
	height: auto !important;
	height: 1px;
}

.iconbar h3 {
	margin-bottom: 2em;
}

#stats_box {
	width: 376px;
	float: left;
}
#quotes_box {
	margin-left: 392px;
}

#stats_box p {
	text-align: center;
	margin-bottom: 1.4em;
}
#stats_box span {
	display: block;
	font-size: 2.5em;
}

#quotes_box blockquote {
	margin: 0 0 1em;
}
#quotes_box blockquote span {
	white-space: nowrap;
}
#quotes_box cite {
	white-space: nowrap;
	font-style: normal;
}

.large_prompt {
	margin: 2em 0;
	padding-left: 80px;
}
.large_prompt a {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.large_prompt img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0.3em 0 2em;
}
.large_prompt p {
	margin-left: 200px;
	background: url(http://img.puzzlebee.com/grey_arrow_left.gif) no-repeat left center;
	padding: 1.7em 0 1.7em 25px;
	font-size: 1.8em;
	font-weight: bold;
	color: #aaa;
}

sup {
	vertical-align: super;	
	font-size:0.9em;
}

.bullet_list {
	list-style-type:square;	
	padding-left:30px;
}
	
.bullet_list li {
	display: list-item;
}

.align_right {
	float: right;
	margin: 0 0 1em 1em;
}
.inline_icon {
	vertical-align: -3px;
}

.announce {
	font-weight: bold;
	font-size: 1.3em;
}
.item_q, .item_e {
	font-size: 1.2em;
	padding: 0 0 1em 47px;
	margin-bottom: 0;
	min-height: 2em;
}
.item_q {
	background: url('http://img.puzzlebee.com/icons/red_q_mark.gif') no-repeat 0 2px;
}
.item_e {
	background: url('http://img.puzzlebee.com/icons/green_e_mark.gif') no-repeat 0 2px;
}
.hilite {
	background-color: #ff9;
	border: solid black;
	border-width: 1px 0;
	margin: 0;
	width: 395px;
	padding: 0.1em 0.2em;
}
.num_list {
	margin-left: 68px;
	text-indent: -21px;
	font-size: 1.2em;
}
.num_list li {
	margin-bottom: 1em;
}
.a_list {
	margin-left: 44px;
}
.a_list li {
	margin: 0;
}
.footnote {
	font-size: 0.85em;
	font-style: italic;
}
#col {
	padding-top: 1em;
	border-top: 1px solid #999;
	color: #777;
	text-align: center;
	font-size: 0.95em;
}
#col table {
	margin: 0 auto;
	border-collapse: collapse;
}
#col table td {
	border: 1px solid #aaa;
	padding: 0.2em 0.6em;
}
/*
 * END CONTENT
 */