/*link login/help */
a:link.help-language, a:visited.help-language, a:active.help-language{
	text-decoration: none;
	color: #8bd2f4;
}

a:hover.help-language{
	text-decoration: underline;
}

a:link.join-login, a:visited.join-login, a:active.join-login{
	text-decoration: none;
	color: #FFFFFF;
}

/*a:hover.join-login{
	text-decoration: overline underline;
}*/


/*menu*/
a:link.mnu-item, a:visited.mnu-item, a:active.mnu-item{
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.mnu-item{
	font-weight: bold;
	color: #444444;
}

a:link.mnu-btm, a:visited.mnu-btm, a:active.mnu-btm{
	display: block;
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover.mnu-btm{
	text-decoration: none;
	color: #444444;
}


/*boxes right column*/
#box-exterior h1{
	font-size: 24px;
	font-style: bold;
	color: #8bd2f4;
	padding-bottom: 10px;
}

#box-exterior h2{
	font-size: 12px;
	font-style: bold;
	color: #8bd2f4;
	padding-bottom: 0px;
}


/*footer*/
a:link.footer, a:visited.footer, a:active.footer{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6ab7e3;
}

a:hover.footer{
	text-decoration: underline;
}


/*story items*/
#story-title{
	height: 35px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #48abe0;
	border-bottom-color: #48abe0;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 10px 0px 5px 0px;
}

#story-description{
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
	height: 100px;
}

#story-info{
	color: #999999;
}

p.creator{
	padding-top: 10px;
	margin-bottom: 5px;
	line-height: 16px;
	color: #999999;
	display: none;
}

p.details{
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}


/*category styles*/
p.cat-item-creator{
	margin-top: 5px;
	line-height: 14px;
	color: #999999;
}

#cat-title{
	width: 100%;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #8bd2f4;
}


/*btns*/
#story-btn{
	margin: 5px 5px 5px 5px;
	padding-top: 7px;
	float: left;
	width: 105px;
	height: 43px;
	background: url(../images/btn_greyborder.png) no-repeat;
	text-align: center;
	
}

#add-btn{
	margin: 5px 5px 5px 5px;
	float: left;
	/*padding-top: 6px;
	width: 64px;
	height: 40px;
	background: url(../images/btn_greyborder_small.png) no-repeat;
	text-align: center;*/
}

div.story-btn a:link, div.story-btn a:visited, div.story-btn a:active{
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	color: #48abe0;
}

/*div.story-btn a:hover{
	text-decoration: overline underline;
}*/

#btn-general a:link, #btn-general a:visited, #btn-general a:active{
	text-decoration: none;
	color: #FFFFFF;
}

/*#btn-general a:hover{
	text-decoration: overline underline;
}*/

#btn-bg{
	margin: 10px 5px 0px 0px;
	padding: 8px 0px 8px 0px;
	width: 80px;
	text-align: center;
}

#btn-bg a:link, #btn-bg a:visited, #btn-bg a:active{
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

/*#btn-bg a:hover{
	text-decoration: overline underline;
}*/

div.blue{
	background-color: #8bd2f4;
	color: #444444;
}

#tab-inactive-title a:link, #tab-inactive-title a:visited, #tab-inactive-title a:active{
	text-decoration: none;
	color: #FFFFFF;
}

/*#tab-inactive-title a:hover{
	text-decoration: overline underline;
}*/


/*carousel*/
.carousel-title{
	margin-top: 8px;
	margin-bottom: -10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #444444;
}

div.carousel-btn{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: thin;
}

#carousel-description{
	padding-top: 10px;
	width: 100%
}


/*paging links*/
a:link.paging, a:visited.paging, a:active.paging{
	text-decoration: none;
	font-size: 12px;
	color: #8bd2f4;
}

a:hover.paging{
	text-decoration: underline;
}


/*forms elements*/
#search form{
	width: 525px;
	border: 1px solid #CCCCCC;
}

#search-small form{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.search-field{
	width: 490px;
	font-size: 16px;
	border: none;
	padding-bottom: 3px;
	color: #444444;
}

.search-field-small{
	width: 170px;
	font-size: 14px;
	border: none;
	padding-bottom: 3px;
	color: #444444;
}

#submitbutton.search{
	margin: 2px 4px 0px 0px;
	border: hidden;
	width: 22px;
	height: 22px;
	text-indent: -1000em;
	cursor: pointer;
	background: #FFFFFF url(../images/search_btn.gif) no-repeat left 2px;
}

select.filter{
	border: 1px solid #CCCCCC;
	text-align: left;
	font-weight: bold;
	color: #8bd2f4;
}

label.standard{
	color: #8bd2f4;
}

input.standard{
	margin: 0px 5px 0px 0px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}

input[type="checkbox"].standard{
	margin: 10px 10px 15px 0px;
	padding-top: 5px;
	border: none;
}

input[type="submit"].standard{
	margin: 5px 4px 0px 0px;
	padding: 2px 2px 5px 0px;
	border: hidden;
	width: 80px;
	height: 30px;
	cursor: pointer;
	background-color: #8bd2f4;
	font-weight: bold;
	color: #444444;
}

/*input[type="submit"]:hover.standard{
	border: 1px solid #444444;
}*/

input[type="reset"].standard{
	margin: 5px 4px 0px 0px;
	padding: 2px 2px 5px 0px;
	border: hidden;
	width: 80px;
	height: 30px;
	cursor: pointer;
	background-color: #444444;
	font-weight: bold;
	color: #FFFFFF;
}

/*input[type="reset"]:hover.standard{
	border: 1px solid #8bd2f4;
}*/

select.standard{
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	text-align: left;
	color: #444444;
}

textarea.standard{
	margin: 0px 5px 0px 0px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}

fieldset{
	padding: 0px 0px 25px 0px;
	border: none;
}

legend{
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}

div.signup-message{
	float: left;
	padding: 0px 15px 10px 15px;
	width: 210px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

h1.subheader{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px;
	color: #8bd2f4;
	padding: 10px 0px 5px 0px;
}

.error {
	color:red;
}
.tracks {
float:left;
margin : 5px 5px 5px 5px;
padding: 5px;
border: 1px solid grey;

}

.tracks a {
 color: #000;
 }

-webkit-box-shadow:0 0 10px #000; 
}

#btn-general-streaming {
	font-weight:bold;
	margin:10px 4px 0 0;
}

#btn-general-streaming-track {
	background-color:#8BD2F4;
	color:#FFFFFF;
	margin: 10px 0 0;
	padding: 5px ;
}



