/*	-------------------------------------------------------------

	Main Sections

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.masthead,
.page,
.footer {
	width:100%;
	min-width:900px;
	margin:0;
	padding:0;
	overflow:visible;
	clear:both;
}

/*	-------------------------------------------------------------

	Masthead DIV

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.masthead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.masthead .ribbon,
.masthead .myawaimenu,
.masthead .banner,
.masthead .navigation {
	width:100%;
	margin:0;
	padding:0;
	overflow:visible;
	clear:both;
}

.masthead .ribbon-inner,
.masthead .myawaimenu-inner,
.masthead .banner-inner,
.masthead .navigation-inner,
.masthead .myawai-search,
.masthead .myawaibar,
.masthead .breadcrumbs {
	width:900px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	clear:both;
}

.masthead .ribbon {
	height:24px;
	font-size:12px;
	line-height:24px;
	white-space:nowrap;
	background:#fff;
	color:#000;
/*	text-align:center;*/
	font-weight:bold;
}

.masthead .ribbon-inner {
	height:24px;
}

.masthead .myawaibutton {
	height:18px;
	width:130px;
	margin:3px 0 3px 12px;
	display:inline; /* IE6 float margin hack */
	float:left;
}

.masthead .myawaibutton a {
	height:18px;
	width:130px;
	display:block;
	padding:0;
	background:#fff url(/_img/framework/templates/default/myawai_button_1.png) 0 0 no-repeat;
	text-align:left;
	text-indent:-9000px;
}

.masthead.logged-in .myawaibutton a {
	background-image:url(/_img/framework/templates/default/myawai_button_2.png);
}

.masthead .myawaibutton a.menuopen {
	background-position:0 -18px;
}

.masthead .ticker {
	padding:0;
	font-size:11px;
	line-height:24px;
	float:left;
}

.masthead .ticker ul {
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

.masthead .ticker ul li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

.masthead .ticker h1 {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:24px;
}

.masthead .rss {
	padding:0 12px 0 0;
	color:#ccc;
	font-size:11px;
	line-height:24px;
	float:right;
}

.masthead .rss a:link,
.masthead .rss a:visited {
	color:#f60;
}

.masthead .rss a:hover {
	color:#f90;
}

.masthead .myawaimenu {
	background:#2e2e2e url(/_img/framework/templates/default/myawai_menu.png) repeat-x;
	overflow:hidden;
	display:none;
}

.masthead .myawaimenu-inner {
	width:876px;
	padding:5px 12px;
	font-size:10px;
	line-height:18px;
	color:#fff;
}

.masthead .myawaimenu-inner a {
	color:#9cf;
	text-decoration:none;
}

.masthead .myawaimenu-inner a:hover {
	color:#fdc1ff;
	text-decoration:none;
}

.masthead .myawaimenu-inner a:active {
	color:#9cf;
}

.masthead .login input[type=text],
.masthead .login input[type=password] {
	width:114px;
	padding:0 3px;
}

.masthead .logincolumn {
	line-height:1.2;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

.masthead .quickmenu {
	float:left;
	margin:0;
	padding:0;
	line-height:2;
}

.masthead .quickmenucolumn {
	margin:0;
	padding:0 15px 5px 15px;
	float:left;
	line-height:2.2;
}

.masthead .myawaimenu-hr {
	clear:both;
	margin:0 0 3px 0;
	padding:0;
	height:2px;
	line-height:1px;
	background-color:#555;
}

.masthead .myawaimenu-hr hr {
	display:none;
}

.masthead .capslockwarning {
	color:#f00;
	clear:both;
	display:none;
}

.masthead .banner {
	height:88px;
	padding-top:2px;
	background:#1f51c3 url(/_img/framework/templates/dev/banner.png) top repeat-x;
}

.masthead .banner-inner {
	color:#fff;
	font-size:11px;
	line-height:15px;
}

.masthead .banner-inner a:link,
.masthead .banner-inner a:visited,
.masthead .banner-inner a:hover,
.masthead .banner-inner a:active {
	color:#fff;
	text-decoration:none;
}

.masthead .banner-inner a:hover {
	text-decoration:underline;
}

.masthead .logo {
	width:559px;
	height:44px;
	margin:25px 0 0 12px;
	display:inline; /* IE6 float margin hack */
	float:left;
}

.masthead .search {
	width:248px;
	margin:30px 12px 0 0;
	white-space:nowrap;
	background:#2459c0;
	border:4px solid #467fe3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline; /* IE6 float margin hack */
	float:right;
}

.masthead .search label {
	height:17px;
	width:18px;
	margin:3px 7px 3px 0;
	padding:0 7px;
	border-right:1px solid #92ace0;
	float:left;
}

.masthead .search input {
	height:15px;
	width:160px;
	margin:4px 0;
	padding:0;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#b7d2f3;
	background:none;
	border:none;
	float:left;
}

.masthead .search button {
	height:23px;
	width:39px;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	color:#bdd6f5;
	background:#2050ac;
	border:none;
	cursor:pointer;
	float:right;
}

.masthead .search button::-moz-focus-inner { /* FF button hack */
    padding:0;
    border:none;
}

.masthead .search button:hover {
	color:#fff;
	background:#2254b5;
}

.masthead .navigation {
	height:67px;
	white-space:nowrap;
	background:#1A44A3 url(/_img/framework/templates/default/navigation.png) repeat-x;
}

.masthead ul.mainnav {
	position:relative; /* For containing the absolutely positioned subnav */
	margin:0;
	padding:0 10px;
	height:59px;
	font-size:12px;
	line-height:26px;
	font-weight:bold;
	overflow:hidden;
}

.masthead ul.mainnav li {
	margin:0;
	padding:0;
	position:static;
	list-style:none;
	list-style-image:none;
	text-align:center;
	display:inline; /* IE6 float margin hack */
	float:left;
}

.masthead ul.mainnav li.active-nav {
	padding-left:7px;
	background-image:url(/_img/framework/templates/default/tab-left.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.masthead ul.mainnav li a {
	float:left;
	display:block;
	padding:5px 21px 0 21px;
}

.masthead ul.mainnav li a:link,
.masthead ul.mainnav li a:visited,
.masthead ul.mainnav li a:hover,
.masthead ul.mainnav li a:active {
	color:#ff9;
	text-decoration:none;
}

.masthead ul.mainnav li a:hover {
	color:#fff;
}

.masthead ul.mainnav li.active-nav a {
	background-image:url(/_img/framework/templates/default/tab-main.gif);
	background-repeat:repeat-x;
	padding:5px 14px 0 14px;
}

.masthead ul.mainnav li.active-nav a:link,
.masthead ul.mainnav li.active-nav a:visited,
.masthead ul.mainnav li.active-nav a:hover,
.masthead ul.mainnav li.active-nav a:active {
	color:#fff;
}

.masthead ul.mainnav li.current-nav.tabfaded a {
	margin-top:5px;
	padding-top:0;
	background-color:#163780;
}

.masthead ul.mainnav li div {
	margin:0;
	padding:0;
	float:left;
}

.masthead ul.mainnav li.active-nav div {
	padding-right:7px;
	background-image:url(/_img/framework/templates/default/tab-right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.masthead ul.mainnav li ul.subnav {
	position:absolute;
	top:31px;
	left:0;
	height:28px;
	width:900px; /* This must be specified in pixels to handle an IE6 bug  */
	margin:0;
	padding:0;
	font-size:10px;
	line-height:28px;
	font-weight:bold;
	white-space:nowrap;
	display:none;
}

.masthead ul.mainnav li.current-nav ul.subnav {
	display:block;
}

.masthead ul.mainnav li ul.subnav li a {
	background:none;
	padding:0 18px;
}

.masthead ul.mainnav li ul.subnav li a:link,
.masthead ul.mainnav li ul.subnav li a:visited,
.masthead ul.mainnav li ul.subnav li a:hover,
.masthead ul.mainnav li ul.subnav li a:active {
	color:#fff;
}

.masthead ul.mainnav li ul.subnav li a:hover {
	color:#9f6;
}

/*	-------------------------------------------------------------

	Breadcrumbs

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.masthead .breadcrumbs {
	margin:0 auto;
	padding:0 0 3px 0;
	height:20px;
	color:#000;
	font-size:10px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
}

.masthead .bc-bar-left {
	height:24px;
	width:3px;
	float:left;
}
	
.masthead .bc-bar-right {
	height:24px;
	padding-right:10px;
	float:right;
	white-space:nowrap;
}

.masthead .breadcrumbs span,
.masthead .breadcrumbs a {
	padding:0 8px;
	display:inline; /* IE6 float margin hack */
	float:left;
}

.masthead .breadcrumbs a {
	padding-right:13px;
	background-image:url(/_img/framework/templates/default/bc-divider.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

.masthead .breadcrumbs a:link,
.masthead .breadcrumbs a:visited,
.masthead .breadcrumbs a:hover,
.masthead .breadcrumbs a:active {
	color:#444;
	text-decoration:none;
}

.masthead .breadcrumbs a:hover {
	color:#000;
}

.masthead .bc-bar-right a {
	padding:0;
	float:none;
	background:none;
}

.masthead .bc-bar-right .print-link,
.masthead .bc-bar-right .pdf-link {
	padding:4px 0 4px 20px;
	line-height:16px;
	background-position:left center;
	background-repeat:no-repeat;
}

.masthead .bc-bar-right .print-link {
	background-image:url(/_img/toolbox/widgets/print-mini.gif);
}

.masthead .bc-bar-right .pdf-link {
	padding-left:18px;
	background-image:url(/_img/toolbox/widgets/pdf-mini.gif);
}

/*	-------------------------------------------------------------

	Page DIV

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.page-inner {
	width:900px;
	margin:0 auto;
	padding:0;
	clear:both;
}

/*	-------------------------------------------------------------

	Content

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.content {
	margin:15px 0;
	padding:0 0 0 10px;
	width:595px;
	white-space:normal;
	word-wrap:break-word;
	float:left;
}

.no-sidebar .content {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	float:none;
}

.no-sidebar-full .content {
	width:auto;
	margin-left:0;
	margin-right:0;
	padding:0;
	float:none;
}

.no-sidebar-full .content .readable {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

.content a:hover {
	text-decoration:none;
/*	background-color:#FFFFCC;*/
}

/*	-------------------------------------------------------------

	Sidebar

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.sidebar {
	margin:15px 0;
	padding:0;
	width:280px;
	font-size:0.9em;
	line-height:1.4;
	float:right;
}

.sidebar .jsfill {
	display:none;
}

.sidebar .twl-signup { 
	background:#EBF1FB url(/_img/toolbox/tiles/home-iawai-box/bg.png) top repeat-x;
	border:1px solid #e1e1e1;
	margin:0 auto 10px auto;
	padding:0 0 10px 0;
	width:278px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.sidebar .twl-signup .subscribe-name,
.sidebar .twl-signup .subscribe-email {
	padding:3px 5px;
	width:114px;
	margin-right:2px;
	border:1px solid #467FE3;
}

.sidebar .bubble {
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}

.sidebar .bubble div,
.sidebar .bubble p {
	margin-bottom:0;
}

/* Notice these are classes ".h1" and not tagnames "h1" */
.sidebar .bubble .h1 {
	font-size:1.6em;
	line-height:1.2;
}

.sidebar .bubble .h2 {
	font-size:1.4em;
	line-height:1.2;
}

.sidebar .bubble .h3 {
	font-size:1.2em;
	line-height:1.2;
}

.sidebar .bubble .h1,
.sidebar .bubble .h2,
.sidebar .bubble .h3 {
	margin:0 0 .67em 0;
	text-align:center;
	font-weight:bold;
}
.sidebar .bubble *:first-child,
.sidebar .bubble *:first-child *:first-child {
	margin-top:0;
}

.sidebar .bubble-top {
	height:7px;
	font-size:1px;
	line-height:1px;
	background:#FFF url(/_img/framework/templates/default/sidebar-1-top.gif) no-repeat;
}

.sidebar .bubble-main {
	padding:0 10px;
	border:1px solid #BFBFBF;
	border-top:0;
	border-bottom:0;
	background:#F3F8FB url(/_img/framework/templates/default/sidebar-1-main.png) top repeat-x;
}

.sidebar .bubble-bottom {
	height:7px;
	font-size:1px;
	line-height:1px;
	background:#FFF url(/_img/framework/templates/default/sidebar-1-bottom.gif) no-repeat;
}

.sidebar .bubble-2 .bubble-top {
	background-image:url(/_img/framework/templates/default/sidebar-2-top.gif);
}

.sidebar .bubble-2 .bubble-main {
	background:#FAFAFA;
}

.sidebar .bubble-2 .bubble-bottom {
	background-image:url(/_img/framework/templates/default/sidebar-2-bottom.gif);
}

.sidebar .bubble-3 .bubble-top {
	background-image:url(/_img/framework/templates/default/sidebar-3-top.gif);
}

.sidebar .bubble-3 .bubble-main {
	background:#FFF;
}

.sidebar .bubble-3 .bubble-bottom {
	background-image:url(/_img/framework/templates/default/sidebar-3-bottom.gif);
}

.sidebar .bubble-4 .bubble-top {
	background-image:url(/_img/framework/templates/default/sidebar-4-top.gif);
}

.sidebar .bubble-4 .bubble-main {
	background:#F2FBF2 url(/_img/framework/templates/default/sidebar-4-main.png) top repeat-x;
}

.sidebar .bubble-4 .bubble-bottom {
	background-image:url(/_img/framework/templates/default/sidebar-4-bottom.gif);
}

.sidebar .bubble-5 .bubble-main {
	padding:10px;
	border:1px solid #BFBFBF;
	background:#FFF;
}

/*	-------------------------------------------------------------

	Footer DIV

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer-inner {
	width:900px;
	margin:15px auto 10px auto;
	padding:0;
	clear:both;
	font-size:11px;
	line-height:1.3;
}

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
	color:#888;
	text-decoration:none;
}

.footer a:hover {
	color:#444;
}

.footer .bubble {
	width:100%;
	float:left;
}

.footer .bubble-top {
	height:2px;
	font-size:1px;
	line-height:1px;
	clear:both;
	background:#FFF url(/_img/framework/templates/default/footer-1-top.gif) no-repeat;
}

.footer .bubble-main {
	width:878px;
	border:1px solid #BFBFBF;
	border-top:0;
	border-bottom:0;
	padding:8px 10px;
	float:left;
	clear:both;
	background:#FAFAFA url(/_img/framework/templates/default/footer-1-main.png) bottom repeat-x;
	overflow:hidden;
}

.footer .bubble-bottom {
	height:2px;
	font-size:1px;
	line-height:1px;
	clear:both;
	background:#FFF url(/_img/framework/templates/default/footer-1-bottom.gif) no-repeat;
}

.footer .navigation-column {
	margin-right:45px;
	float:left;
}

.footer .navigation-column div {
	color:#444;
	font-size:11px;
	line-height:1.5;
}

.footer .navigation-column ul,
.footer .navigation-column li {
	margin:0;
	padding:0;
}

.footer .navigation-column li {
	list-style:none;
	list-style-image:none;
	line-height:1.5;
}

.footer #ticker {
	float:left;
	padding-top:10px;
}

.footer .left-column {
	float:left;
	margin:8px 0;
}

.footer .right-column {
	float:right;
	margin:8px 0;
}

/*	-------------------------------------------------------------

	Special Classes

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.print-only {
	display:none;
}

/*	-------------------------------------------------------------

	Holiday

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.sidebar .daily-steal {
	border:3px solid #C2EDF7;
	background:#fff url(/_img/graphics/holiday2010/daily-steal-bg.png) top no-repeat;
	margin-bottom:10px;
	padding:110px 10px 10px 10px;
	width:254px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.sidebar .daily-winners {
	border:3px solid #ccc;
	background:#fff url(/_img/graphics/holiday2010/daily-winners-bg.png) top no-repeat;
	margin-bottom:10px;
	padding:135px 10px 10px 10px;
	width:254px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.sidebar .wrapped-up {
	margin:0 auto;
	width:220px;
}

/*	-------------------------------------------------------------

	Playground

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

