/****************
    - Reset -
****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	font-size:100%;
	color:#797979;
	vertical-align:baseline; 
	background:transparent;
}

*:focus {
	outline:0;
}

/*****************
    - Basics -
*****************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
}

body {
	font:normal 100% Tahoma,Arial,Sans-Serif;
	color:#333;
	background:#FFF;
}

.clearfix:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

.clear {	
	clear:both;
}

/*****************
    - Border -
*****************/
.gray-border {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:2px;
	z-index:200;
	background-color:#6a6a6a;
}

.green-border {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:2px;
	z-index:200;
	background-color:#88d5c2;
}

/*****************
    - Header -
*****************/
header {
	display:block; 
	clear:both; 
	position:relative; 
	width:100%;
}

header .container {
	clear:both;
	max-width:960px; 
	height:50px;
	margin:0 auto;
	padding:20px;
}

header .logo {
	float:left;
	width:286px;
	height:35px;
	margin-top:10px;
}

header nav {
	float:right;
	padding-top:17px;
}

header nav ul {
	display:block;
}

header nav ul li {
	float:left;
	left:0;
	display:block;
	position:relative;
	cursor:pointer;
	list-style:none;
	font-family:"PT Sans", Georgia, Arial;
	font-size:16px;
	font-weight:700;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
}

header nav ul li a {
	height:100%;
	padding:0px 12px;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#c0c0c0;	
}

header nav ul li:last-child a {
	padding-right:0;	
}

header nav ul li a {
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	-ms-transition:color 0.2s linear;
	-webkit-transition:color 0.2s linear;
	transition:color 0.2s linear;
}

header nav ul li a:hover {
	color:#88d5c2;	
}

/******************
    - Preview -
******************/
.dark-wrapper {
    background:#f9f9f9;
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
}

.light-wrapper {
    background:#fff;
}

.inner {
    max-width:960px;
    margin:0 auto;
	padding:40px 20px;
}

.main {
	background:#999 url(../images/preview/bg-player.png) no-repeat center 0px;
	border:none;
    padding:60px 0px;
}

.HTML5AudioPlayer {
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-khtml-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
}

h2 {
	clear:both;
	font-family:"PT Sans", Georgia, Arial;
	font-size:24px;
	font-weight:700;
	line-height:24px;
	margin-bottom:25px;
	color:#88d5c2;	
}

.theme-selector {
	border-top:none;
}

.theme-selector .inner {
	padding:20px 20px 16px 20px;
}

.nav {
    padding:0;
	text-align:center;
}

.nav li {
    margin:0;
    background:none;
    display:inline;    
    font-family:"PT Sans", Georgia, Arial;
	font-weight:700;
	font-size:16px;
    text-transform:uppercase;
    cursor:pointer;
    color:#616161;
}

.nav li a:hover,
.nav li a.active {
    background-color:#88d5c2;
    color:#FFF;
}

.nav li a {
    color:#616161;
    display:inline-block;
    background-color:#ebebeb;
    padding:6px 20px;
	margin-bottom:4px;
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
}

/*******************
    - Features -
*******************/
.list {
	float:left;
	width:48%;	
	margin:0;
	margin-right:2%;
}

.list li {
	background:url(../images/preview/tick.gif) no-repeat 0 center;
	margin:0 0 20px 0;
	padding:0 0 0 20px;
	font-size:12px;
}

.list strong {
	display:block;
	font-size:14px;
	margin:0 0 3px 0;
	font-family:"PT Sans", Georgia, Arial;
	font-weight:700;
	text-transform:uppercase;
	color:#5c524b;
}

.list span {
	display:block;
}

/***************
    - Demo -
***************/
.demo li {
	margin:0 0 30px 0;
}

.demo li strong {
	display:inline;
	font-size:12px;
}

/***********************
    - Audio holder -
***********************/
.audio-holder {	
	width:360px;
}

.main .audio-holder {
	clear:both;
	margin:0 auto;
}

.demo li .audio-holder {
	float:right;
}

/******************
    - Options -
******************/
table {
	width:100%; 
	border-spacing:0; 
	border-collapse:collapse;
}

table b {
	font-weight:bold;
}

table thead tr th {
	font-size:14px;
}

table tbody tr:hover {
	background-color:#f9f9f9;
}

td, th {
	text-align:left; 
	padding:10px 0px; 
	border-bottom:1px solid #e7e7e7; 
	font-size:12px;
	line-height:18px;
}

td strong, th strong, p.th strong {
	background:#666; 
	color:#FFF; 
	font-weight:normal; 
	padding:1px 4px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius:3px; 
	-moz-border-radius:3px; 
	-o-border-radius:3px; 
	border-radius:3px;
}

td strong {
	background:#CCC; 
	color:#555;
	font-weight:bold;
}

p.th strong {
	display:block; 
	float:left; 
	margin-right:5px; 
	margin-bottom:5px;
}

th.attribute {
	width:20%;
}

td.property {
	width:33%;
}

td.description {
	width:47%;
}

/***************
    - Code -
***************/
.code {
	background-color:#f0f0f0;
	display: block;
	margin-top:20px;	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.code *::-moz-selection{ 
 color:#000; 
}

.code *::selection { 
	color:#000; 
}

.code ol {
	padding:10px;	
	color:#bbb;	
	line-height:16px;
	font-size:12px;
	font-family: 'Lucida Console', 'Courier New', Courier, monospace;
}

.code li {
	margin:0 !important;
	padding:0 !important;
}

.code span {
	display:inline !important;
	color:#666;
}

.code .keyword { 
	color:#1d74b6; 
	font-weight:bold; 
}

.code .class { 
	color:#00F; 
}

.code .variable { 
	color:#000; 
}

.code .string { 
	color:#109616; 
}

.code .function { 
	color:#1d74b6; 
}

.code .comment { 
	color:#999; 
}

.code .number { 
	color:#c5666a; 
}

.code .boolean { 
	color:#8993E5;
}

.code .property { 
	color:#00F; 
}

.code .tag { 
	color:#1d74b6; 
}

.code .attribute { 
	color:#c5666a; 
}

.code .value { 
	color:#0f9400; 
}

/********************
    - Go to top -
********************/
.totop {
	display:none; 
	position:fixed; 
	right:30px; 
	bottom:20px;
}

.gototop {
	height:41px; 
	width:41px; 
	z-index:9; 
	cursor:pointer; 
	text-align:center; 
	background-color:#000; 
	-webkit-border-radius:90px; 
	-khtml-border-radius:90px; 
	-moz-border-radius:90px; 
	-o-border-radius:90px; 
	border-radius:90px; 
	overflow:hidden;
	 -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
} 

.arrowgototop {
	background:url(../images/preview/go-to-top-arrow.png) no-repeat; 
	position:relative; 
	left:14px; 
	top:16px; 
	width:24px; 
	height:90px; 
	z-index:10;
}

.gototop:hover {
	background-color:#88d5c2;
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	header .container {
		height:70px;
	}
	
	header .logo {
		clear:both;
	}
	
	header .logo img {
		width:250px;
	}
	
	header nav {
		float:none;
		clear:both;
		padding-top:5px;		
	}
	
	header nav ul li a {
		padding:0px 8px;
	}
	
	header nav ul li:first-child a {
		padding-left:0;
	}
	
	.main {
		background-image:none;
		padding:20px 0px;	
	}
	
	.list {
		clear:both;
		width:100%;	
		margin:0;
	}
	
	.demo li {
		margin:0 0 15px 0;
	}
	
	.demo li strong {
		display:block;
		clear:both;
		margin-bottom:5px;
	}
	
	.demo li .audio-holder {
		float:none;
		clear:both;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.audio-holder {
		width:320px;
	}
	
	header nav ul li {
		font-size:14px;
		line-height:14px;
	}
	
	.inner {
		padding:30px 20px;
	}
	
	.nav li {
		font-size:15px;
	}
	
	.nav li a {
		padding:4px 18px;
	}
	
	h2 {
		font-size:22px;
		line-height:22px;		
	}
	
	.list strong {
		font-size:13px;
	}
	
	table thead tr th {
		font-size:13px;
	}
	
	td, th {
		padding:8px 0px; 
		font-size:11px;
		line-height:16px;
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.audio-holder {
		width:280px;
	}
	
	header nav ul li {
		font-size:13px;
		line-height:13px;
	}
	
	.inner {
		padding:20px;
	}
	
	.nav li {
		font-size:14px;
	}
	
	.nav li a {
		padding:3px 14px;
	}
	
	h2 {
		font-size:20px;
		line-height:20px;		
	}
	
	.list li {
		font-size:11px;	
	}
	
	.list strong {
		font-size:12px;
	}
	
	.demo li strong {
		font-size:11px;
	}
	
	table thead {
		display:none;
	}
	
	td, th {
		display:block;
		clear:both;
		width:100%;
		padding:4px 0px; 
		border-bottom:none;
		font-size:11px;
		line-height:16px;
	}
	
	tr {
		border-bottom:1px solid #e7e7e7; 		
	}
	
	th.attribute, 
	td.property, 
	td.description {
		width:100%;
	}
	
	.code ol {
		font-size:11px;
	}
}

