@import url('reset.css');
/*General Codrops Demo Style*/
BODY
{
	background-color: #000000;
	background: #000000 url(http://sjmo.cheshireandbeane.com/wp-content/themes/reaction/assets/images/theme/table_bg.png) repeat top left;
	color: #222;
	max-width: 1920px;
	max-height: 1200px;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 100%;
}
A
{
	color: #000;
	text-decoration: none;
}
.clr
{
	clear: both;
}
.Header_nav UL A:hover
{
	color: #DD0303;
}
H1
{
	text-align: center;
	margin: 15px;
	font-size: 62px;
	color: #8F0630;
	text-shadow: 1px 1px 1px #F7EDEB;
	padding-bottom: 30px;
}
H1 SPAN
{
	font-size: 18px;
	display: block;
	color: #212121;
}
P
{
	text-align: center;
	padding: 20px;
	text-shadow: 1px 1px 1px #F7EDEB;
}
.notification
{
	background-color: #8F0630;
	color: #FFF;
	height: 60px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -60px;
	right: 0;
	width: 200px;
}
.notification .close-alert
{
	float: right;
	color: #FFF;
}
.container
{
	position: relative;
	margin-bottom: 180px;
	z-index: 10;
}
.Header_logo
{
	position: absolute;
	/*[empty]width:;*/
	/*[empty]height:;*/
	/*+placement:anchor-top-left 113px 16px;*/
	position: absolute;
	left: 113px;
	top: 16px;
}
DIV.header_container
{
	width: 100%;
	margin-bottom: 19px;
	height: 84px;
	background-color: #000000;
	/*+box-shadow:0px 0px 10px #000000;*/
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-o-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	border-bottom: 1px solid #5F5F5F;
	z-index: 1;
}
.Header_logo IMG
{
	width: 169px;
}
DIV.Header_main
{
	width: 78%;
	margin: 0 auto auto;
	padding-top: 18px;
}
/*Canvas Style*/
CANVAS
{
	right: 0px;
	position: absolute;
	top: 0px;
	z-index: 0;
}
/*Main Style*/
.main
{
	margin-top: 10px;
	padding-bottom: 169px;
}
/*Trash Style*/
.trash
{
	position: absolute;
	width: 100%;
	height: 100%;
}
/*Footer Style*/
.footer
{
	position: fixed;
	bottom: -170px;
	width: 100%;
	margin: 0px;
	background-color: #000000;
}
/*Songs Searching Style*/
TABLE
{
	background: transparent url(../images/bg.png) repeat top left;
	border-collapse: collapse;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 10px;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);
	opacity: 0.7;
	/*[disabled]text-shadow:0px 0px 10px rgba(204, 204, 204, 0.9);*/
	color: rgba(204, 204, 204);
}
TH
{
	background-image: url('../images/sort.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 10px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}
TH.headerSortDown
{
	background-image: url('../images/sort-down.png');
}
TH.headerSortUp
{
	background-image: url('../images/sort-up.png');
}
TH.none
{
	cursor: auto;
	background-image: none;
	border-right: none;
	display: none;
}
TH.notice
{
	cursor: auto;
	background-image: none;
	border-right: none;
	font-style: italic;
	font-weight: 300;
	font-size: 10px;
	text-align: center;
}
TH.notice B
{
	font-style: none;
	font-weight: 900;
}
TD
{
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
TD.buttons
{
	width: 40px;
}
TD.image
{
	width: 30px;
}
TD.idSong, TD.mp3Song, TD.oggSong
{
	display: none;
}
TD.image IMG
{
	width: 30px;
}
TD.popularity
{
	width: 55px;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 14px;
}
TD.popularity.popularity-1
{
	background-image: url(../images/rating-1.png);
}
TD.popularity.popularity-2
{
	background-image: url(../images/rating-2.png);
}
TD.popularity.popularity-3
{
	background-image: url(../images/rating-3.png);
}
TD.popularity.popularity-4
{
	background-image: url(../images/rating-4.png);
}
TD.popularity.popularity-5
{
	background-image: url(../images/rating-5.png);
}
A.addToPlaylist
{
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 10px;
	float: left;
	background: transparent url(../images/add.png) no-repeat top left;
}
A.playSong
{
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	background: transparent url(../images/play.png) no-repeat top left;
}
INPUT#songs_search
{
	/*[disabled]border:2px solid #8F0630;*/
	box-shadow: 0 0 5px #8F0630;
	outline: none;
	margin: auto;
	display: block;
	margin-bottom: 20px;
	width: 200px;
	padding: 3px 10px;
	height: 40px;
	font-size: 15px;
}
/*Player Style

* Skin for jPlayer Plugin (jQuery JavaScript Library)
* http://www.happyworm.com/jquery/jplayer
*
*
* Copyright (c) 2010 Happyworm Ltd
* Dual licensed under the MIT and GPL licenses.
*  - http://www.opensource.org/licenses/mit-license.php
*  - http://www.gnu.org/copyleft/gpl.html
*/
DIV.mpt-single-player, DIV.mpt-playlist-player
{
/*Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
	font-size: 1em;
/*No parent CSS that can effect the size in these demos*/
	line-height: 1.6;
	color: #666;
	margin-top: 10px;
	background-color: #000000;
}
DIV.mpt-interface
{
/*display:none;*/
	background: transparent url(../images/bg.png) repeat top left;
	position: relative;
	width: 230px;
	margin-left: 10px;
	margin-left: -215px;
	height: 45px;
	border-radius: 10px 10px 0px 0px;
}
DIV.mpt-single-player DIV.mpt-interface
{
	border-bottom: none;
}
DIV.mpt-interface UL.mpt-controls
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
DIV.mpt-interface UL.mpt-controls LI
{
	position: absolute;
}
DIV.mpt-interface UL.mpt-controls A
{
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.9;
}
DIV.mpt-interface UL.mpt-controls A:hover
{
	opacity: 1.0;
}
A.mpt-previous
{
	outline: none;
	left: 4px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/playback_prev.png) no-repeat center center;
}
DIV.mpt-playlist-player A.mpt-play, DIV.mpt-playlist-player A.mpt-pause
{
	left: 24px;
}
A.mpt-play
{
	outline: none;
	background: url(../images/playback_play.png) no-repeat center center;
	width: 20px;
	height: 20px;
}
A.mpt-pause
{
	outline: none;
	background: url(../images/playback_pause.png) no-repeat center center;
	display: none;
	width: 20px;
	height: 20px;
}
A.mpt-next
{
	outline: none;
	left: 45px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/playback_next.png) no-repeat center center;
}
A.mpt-visualizer-toggle
{
	outline: none;
	left: 200px;
	top: 0px;
	width: 20px;
	display: none;
	height: 20px;
	background: url(../images/playback_visualizer.png) no-repeat center center;
}
A.mpt-visualizer-toggle-off
{
	outline: none;
	left: 200px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/playback_visualizer_off.png) no-repeat center center;
}
A.mpt-stop
{
	outline: none;
	top: 0px;
	background: url(../images/playback_stop.png) no-repeat center center;
	width: 20px;
	height: 20px;
}
DIV.mpt-playlist-player A.mpt-stop
{
	left: 72px;
}
DIV.mpt-play-time, DIV.mpt-total-time
{
	position: absolute;
	top: 30px;
	width: 210px;
	font-size: 10px;
	color: #FFF;
}
DIV.mpt-total-time
{
	text-align: right;
}
DIV.mpt-playlist-player DIV.mpt-play-time, DIV.mpt-playlist-player DIV.mpt-total-time
{
	left: 7px;
}
DIV.mpt-progress
{
	position: absolute;
	overflow: hidden;
	top: 25px;
	border: 1px solid #000;
	width: 210px;
	height: 5px;
}
DIV.mpt-playlist-player DIV.mpt-progress
{
	left: 7px;
}
DIV.mpt-load-bar
{
	background: url("../images/bars.png") repeat-x 0 -6px;
	width: 0px;
	height: 5px;
	cursor: pointer;
}
DIV.mpt-play-bar
{
	background: url("../images/bars.png") repeat-x 0 0;
	width: 0px;
	height: 5px;
}
A.mpt-volume-min
{
	outline: none;
	top: 2px;
	background: url(../images/sound_mute.png) no-repeat center center;
	width: 18px;
	height: 15px;
	left: 100px;
}
A.mpt-volume-max
{
	outline: none;
	top: 2px;
	background: url(../images/sound_high.png) no-repeat center center;
	width: 18px;
	height: 15px;
	left: 174px;
}
DIV.mpt-volume-bar
{
	position: absolute;
	overflow: hidden;
	top: 7px;
	background: url("../images/bars.png") repeat-x 0 -6px;
	border: 1px solid #000000;
	width: 46px;
	height: 5px;
	cursor: pointer;
	left: 123px;
}
DIV.mpt-volume-bar-value
{
	background: url("../images/bars.png") repeat-x 0 0px;
	width: 0px;
	height: 5px;
}
DIV.mpt-playlist
{
	width: 215px;
	height: 435px;
	overflow-y: auto;
	overflow-x: hidden;
}
DIV.mpt-playlist-player DIV.mpt-playlist A
{
	color: #CCC;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	text-decoration: none;
}
DIV.mpt-playlist-player DIV.mpt-playlist A:hover
{
	color: #FFF;
}
DIV.mpt-playlist-player DIV.mpt-playlist A.jplayer_playlist_current
{
	color: #C4000C;
}
/*Elastislide Style*/
.es-carousel-wrapper
{
	background: transparent url(../images/bg.png) repeat top left;
	padding: 10px 100px 10px 10px;
	position: relative;
}
.es-carousel
{
	overflow: hidden;
	min-height: 88px;
	background: transparent url(../images/bg.png) repeat top left;
	padding: 10px;
}
.es-carousel UL
{
	display: none;
	height: 80px;
}
.es-carousel UL LI
{
	height: 100%;
	float: left;
	display: block;
	border: 4px solid transparent;
	cursor: pointer;
	position: relative;
}
.es-carousel UL LI.active
{
	border: 4px solid #8F0630;
}
.es-carousel UL LI A
{
	display: block;
}
.es-carousel UL LI A IMG
{
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
}
.es-nav SPAN
{
	position: absolute;
	top: 50%;
	left: 12px;
	background: transparent url(../images/nav.png) no-repeat top left;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}
.es-nav SPAN.es-nav-next
{
	right: 12px;
	left: auto;
	background-position: top right;
}
.es-nav SPAN:hover
{
	opacity: 1.0;
}
#empty
{
	background: transparent url(../images/bg.png) repeat top left;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 108px;
	width: 80px;
	border-radius: 0px 10px 10px 0px;
}
#empty-trash
{
	background: transparent url(../images/trash.png) no-repeat center center;
	cursor: pointer;
	width: 80px;
	height: 108px;
	width: 80px;
	border-radius: 0px 10px 10px 0px;
}
/*Tooltip*/
#mpt-tooltip
{
	display: none;
	line-height: 1.5;
	color: #FFF;
	background: #333;
	position: absolute;
	z-index: 100;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#mpt-tooltip .mpt-arrow
{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top-color: #333;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
