/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

:focus, a:focus {
	outline: 0px dotted;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a{
	color: #0CA6E0;
	text-decoration: none;
	font-size: 12px;
}
/*
a:hover{ color: #4DC6F3;}

a:focus {outline: none;}
button::-moz-focus-inner{border: 0;}
*/

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	font-weight:800;
	line-height: 30px;
	margin: 5px 0 10px;
}

h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0 10px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 10px;
}
h3w {
	font-size: 18px;
	color:#FFF;
	line-height: 22px;
	margin: 5px 0 10px;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 10px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	font-size: 80%;
	color: #999;
}


.dashed_line{
	height: 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

.font_play_bold,
h1,h2,h3,h4,h5,h6,
.ui-widget-header,
label,
.ui-dialog-title {

	font-family: 'DroidSans-webfont', sans-serif;
	font-weight: normal;
}

.font_play,
.bar_nav ul li a,
.side_nav ul li a{
	font-family: 'DroidSans-webfont', sans-serif;
	font-weight: 400;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: none;}
ul {list-style: none;}
li {margin-left: 0px;}

ol,
ul,
pre,
table,
address
 {
	margin-bottom: 0px;
}
.textomini{
	font-size:9px;
}
.text{
	position: relative;
	color: #666;
	padding:  10px 15px 10px !important;
}

.text > *:last-child{margin-bottom: 0 !important;}

.text p{
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 12px;
}

.text ul, .text ol{
	padding-left: 15px;
	margin-bottom: 10px
}
.text ul ul, .text ol ol{
	margin: 5px 0;
	padding-left: 20px;
}

.text img{
	margin-bottom: 10px;
}

ul.flat{
	padding-left: 0;
}


.text ul{list-style: disc outside;}
.text ol{list-style: decimal outside;}
.text li{color: #444; line-height: 20px; margin-bottom: 10px; margin-left: 10px; padding-left: 3px;}

.text blockquote{
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
.prize{
	background:url('../images/prize_bg3.jpg') center;
	height:256px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 -15px 10px;
	position: relative;
}

.prize > img{
	margin: 10px auto;
}
.corner_ribbon{
	background: url(../images/corner_ribbon.png) no-repeat bottom right;
	height: 160px;
	width: 160px;
	position: absolute;
	right: 0;
	bottom: 0;
}


ul.icon_list li{
	display: block;
	margin-left: 0;
	padding-left: 0px;
}

ul.icon_list li .ui-icon{
	float: left;
	margin: 1px 5px 0 -4px;
}

ul.icon_list li .icon{
	float: left;
	margin: -2px 3px 0 -10px;
}

.text_toggle{ cursor: pointer;}
.text_toggle .ui-icon{
	opacity: 0.5;
	float: left;
	margin: -1px 3px 0 -5px;;
}
.text_toggle:hover .ui-icon{
	opacity: 1;
}
.text_toggle_content{
	margin: 10px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.text_toggle_content:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
