/*Theme Name: Quinta WordPress ThemeDescription: Dark-colored, boxed, and advanced WordPress Theme.Author: Darren PanganAuthor URI: http://www.darrenpangan.com/*/* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #3d3d3d;
	background-color: #eeeedd;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: auto auto;
}/** BEGIN header **/
#header {
}
#header h1 {
	float: left;
	font-size: 0;
	padding: 20px 0 10px;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 418px;
	height: 120px;
	background: url(images/logo.jpg) no-repeat 0 0;
	outline: none;
}
#header div {
	float: right;
}
#header .rotator, #header .book-ad-area {
	margin:40px 0 40px 0;
}
#header .rotator img {
	border: 1px solid #000;
}/** END header **/
#categories {
	width: 960px;
	margin:0px;
	padding:0px;
	background-color: #a7a697;
}
#categories ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#categories ul li {
	float: left;
	display: block;
	padding-left: 0px;
}
#categories ul li a:link, #categories ul li a:visited, #categories ul li a:active {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	/*padding: 12px 20px;*/
	padding: 12px 19px;
	float: left;
	margin: 0px;
}
#categories ul li a:hover {
	background-color: #76a0b0;
}
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul {
	position:absolute;
	top:-999em;
	border-bottom: 4px solid #6b919f;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav ul li {
	width: 100%;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:0px;
	top:39px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:220px;
	top:0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/
.nav li li {
	display: block;
	padding: 0px;
	height: auto !important;
}
.nav .accent a {
	background: #63b591;
}
.nav li:hover {
	background-color: #76a0b0 !important;
}
.nav li li a:link, .nav li li a:visited {
	width: 180px;
	display: block;
	background-color: #76a0b0;
	height: auto !important;
}
.nav li li a:hover {
	background-color: #6b919f !important;
}/** BEGIN content **/
#content {
	width: 478px;
	float: left;
	padding-bottom: 4px;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #000 !important;
	text-decoration: none;
}
#content .post {
	background-color: #ffffff;
	padding: 20px 20px 15px;
	margin: 4px 0;
	border: 1px solid #ddd;
}
#content .post h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-family: Verdana;
	margin-bottom: 5px;
}
#content .post h2.home {
	margin-bottom: 3px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0px;
}
#content .post h2 a {
	color: #e56100;
	text-decoration:none;
}
#content .post .description {
	font-size: 0.8em;
	color: #363636;
	margin-bottom: 20px;
}
#content .post img {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #5E5E5E;
	margin: 4px 0 8px;
}
#content .post p {
	line-height: 1.6em;
}
#content .post p a {
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 10px;
}
#content .post .details {
	color: #666;
	font-size: 0.95em;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding:5px 0px 0px 0px;
}
#content .post .details a {
	font-size: 1em;
	margin-left: 0;
}
#content .post .details .readon {
	font-weight:bold;
	float:right;
}
#content .post .details .readon a {
	color:#000;
	padding:5px 10px 5px 10px;
	background: #ccc;
	text-decoration:none;
}
#content .post .details .readon a:hover {
	background: #3ca3d9;
	color:#fff;
}
.commentcount {
	padding:5px 0px 10px 0px;
	margin-top:20px;
}
#content .postnav {
	background-color: #fff;
	padding: 4px 0 4px 0;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #ddd;
}
#content .single p a {
	margin: 0;
}
#content .single h2 {
	margin-bottom: 3px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0px;
}
#content .excerpt h2 {
	padding: 0 0 5px 0px;
	margin-bottom: 3px;
}/* Headlines */
#content .excerpt h1, #content .excerpt h2, #content .excerpt h3, #content .excerpt h4, #content .excerpt h5, #content .excerpt h6 {
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-top:20px;
}
#content .excerpt h1 {
	color: #181818;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
#content .excerpt h2 {
	color: #181818;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 20px;
}
#content .excerpt h3 {
	color: #181818;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
#content .excerpt h4 {
	color: #181818;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
#content .excerpt h5 {
	color: #181818;
	font-size: 1em;
	margin: 0 0 15px;
}
#content .excerpt h6 {
	color: #181818;
	font-size: .90em;
	margin: 0 0 15px;
}
#content .excerpt ol {
	margin: 10px 0 5px 10px;
}
#content .excerpt li {
	margin: 0 0 3px 16px;
}
#content .single ul, .excerpt ul {
	margin: 0 0 10px 16px;
}
#content .single ol {
	margin: 0 0 10px 20px;
}
#content .single li, .excerpt li {
	line-height: 1.6em;
	padding: 2px 0;
}
#content .single h3, .excerpt h3 {
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: normal;
}
#content .single p {
	margin-bottom: 10px;
}
#content .single .details a {
	font-weight: normal;
}
#content .single .details p {
	margin-bottom: 20px;
}/** END content **//** BEGIN sidebar **/
#sidebar {
	width: 478px;
	float: right;
}
#sidebar a:hover {
	color: #F7A001 !important;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar .about {
	padding: 10px 15px 15px;
	margin: 4px 0;
	line-height: 1.6em;
	background: #f9f7ea url(images/about.jpg) no-repeat right bottom;
	border: 1px solid #dedeca;
	/*border: 2px solid #F58100;*/
}
#sidebar .about h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
#sidebar .about p {
	padding-right: 120px;
	margin-bottom: 10px;
}
#sidebar .about a {
	font-size: 0.9em;
	font-weight: bold;
}
#sidebar .about form {
	background: url(images/search.gif) no-repeat 0 0;
	height: 19px;
	color: #000;
}
#sidebar .about form input {
	font-size: 0.9em;
	font-family: Arial;
	border: 1px solid #343434;
	background-color: #343434;
	float: left;
	width: 234px;
	margin: 1px 9px 0 3px;
	color: #000;
}
#sidebar .about form button {
	width: 49px;
	height: 19px;
	text-indent: -9999px;
	float: left;
	border: 0;
	background-color: transparent;
}
#sidebar .about ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display:block;
}
#sidebar .about ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#sidebar .about ul li:hover {
	background: url(images/trans.png) repeat;
}
#sidebar .about ul li a {
	text-transform: uppercase;
}
#sidebar .about ul li a:hover {
	color: #000 !important;
}

#sidebar .searchform {
	padding: 10px 15px 15px;
	margin: 4px 0;
	line-height: 1.6em;
	border: 1px solid #dedeca;
}
#sidebar .searchform form {
	height: 25px;
}
#sidebar .searchform form input {
	font-size: 1em;
	padding: 3px 0px 3px 8px;
	font-family: Arial;
	border: 1px solid #dedeca;
	background-color: #fff;
	float: left;
	width: 250px;
	margin: 1px 9px 3px 3px;
	color: #000;
}
#sidebar .searchform form button {
	width: 60px;
	height: 23px;
	float: left;
	color: #000;
	padding: 2px 4px 2px 4px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#sidebar .left {
	float: left;
}
#sidebar .right {
	float: right;
}
#sidebar .box {
	width: 237px;
}
#sidebar .box div {
	background-color: #f5f5eb;
	margin-bottom: 4px;
	padding: 10px 15px;
	border: 1px solid #dedeca;
}
#sidebar .box div h2 {
	color: #fff;
	width: 94%;
	background: #8cb7c7;
	padding: 2px 0px 2px 6%;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}
#sidebar .box div ul {
	padding-bottom: 4px;
}
#sidebar .box div ul li {
	border-top: 1px dotted #a7a697;
	padding: 2px 0 2px 16px;
	line-height: 1.6em;
	background: url(images/bullet1.gif) no-repeat 0 6px;
	clear: both;
}
#sidebar .box div ul li a {
	color: #64635b;
	width:100%;
}
#sidebar .box div ul li ul {
	padding-bottom: 0;
}
#sidebar .box div ul li a:hover {
	color: #29708b !important;
}
#sidebar .box div ul.post {
}
#sidebar .box div ul.post li {
	padding: 7px 0 !important;
	background: none;
	font-size: 0.9em;
}
#sidebar .box div ul.post img {
	float: left;
	padding: 4px;
	background-color: #a7a697;
	margin: 3px 10px 5px 0;
	width: 67px;
}
#sidebar .box div ul.post a {
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar .rc ul {
}
#sidebar .rc ul li {
	background: none !important;
	padding: 10px 0 !important;
}
#sidebar .rc ul li a {
	font-weight: bold;
	color: #FFA000 !important;
}
#sidebar .rc ul li a:hover {
	color: #ffffff !important;
}/** END sidebar **//** BEGIN footer **/
#footer {
	clear: both;
	margin-left: -4px;
}
#footer a:hover {
	color: #F7A001 !important;
}
#footer div {
	width: 275px;
	float: left;
	background-color: #f5f5eb;
	margin-left: 4px;
	padding: 20px 20px 10px;
	border: 1px solid #dedeca;
}
#footer div.f {/* margin-left: 0; */
}
#footer h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3ca3d9;
	margin-bottom: 8px;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#footer ul li {
	border-top: 1px dotted #7b7b6f;
	padding: 2px 0 2px 16px;
	line-height: 1.6em;
	background: url(images/bullet1.gif) no-repeat 0 6px;
}
#footer ul li a {
	color: #7b7b6f;
}
#footer p {
	clear: both;
	text-align: center;
	padding: 30px 0 20px;
	font-size: 0.9em;
	font-family: Verdana;
	color: #ffffff;
}
#footer p a {
	font-weight: bold;
	color: #ffffff;
}/** END footer **//** BEGIN comments **/
#comments {
	clear: both;
	padding: 5px 15px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#comments h2 {
	margin: 10px 0;
	font-size: 1.5em;
	font-weight: normal;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#comments form {
	padding: 10px;
}
#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 4px 4px 4px 20px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 260px;
	background-color: #fafaf0;
	border: 1px solid #dddddd;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	background-color: #fafaf0;
	border: 1px solid #dddddd;
}
#comments form button {
	background: #8cb7c7;
	font-size: 9pt;
	font-family: Verdana;
	width: 120px;
	height: 23px;
	font-weight:bold;
	padding: 2px 6px 4px 6px;
	border:1px solid #0D5A6F;
}
#comments form button:active {
	background: #3ca3d9;
}
#comments form input.user {
	background-image: url(images/user.gif);
}
#comments form input.email {
	background-image: url(images/email.gif);
}
#comments form input.world {
	background-image: url(images/world.gif);
}
#comments form p {
	margin-bottom: 5px;
	font-size: 0.9em;
	font-family: Verdana;
}
#comments .author {
	margin-bottom: 5px !important;
	color: #000;
	font-weight: bold;
}
#comments .date {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}
#comments .required {
	color: #ff0000;
}
#respond {
	padding-top: 20px;
}
#comments .comment1 {
	background-color: #e8eef0;
	padding: 10px;
	margin-bottom: 10px;
}
#comments .comment2 {
	padding: 10px;
	background: #f7f4dc;
}
#comments .details {
	float: left;
}
#comments .gravatar {
	float: right;
}
.excerpt a {
	font-size: 1em !important;
	font-weight: normal !important;
	margin: 0 !important;
}/** END comments **//** BEGIN wordpress **/
#wp-calendar {
	width: 100%;
}
#wp-calendar td {
	text-align: right;
	padding: 2px;
}
#wp-calendar th {
	text-align: right;
	padding: 2px;
}
#wp-calendar caption {
	padding-bottom: 10px;
}
#wp-calendar a {
	font-weight: bold;
	font-size: 0.9em;
}/** END wordpress **/
#wpcf {
	width: 85%;
}
#wpcf_email, #wpcf_website, #wpcf_your_name {
	float:right;
	margin: 1px 0 1px 0;
}
#wpcf input {
	border: 1px solid #ccc;
	padding:2px 0 2px 4px;
}
#wpcf textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding:2px 0 2px 4px;
}
#wpcf_msg {
	margin: 0 0 15px 0;
}
.AdvancedText {
	margin:0px !important;
	padding:0px !important;
	border: 0px !important;
}
#get_recent_comments_wrap {
	margin:0px;
	padding:0px;
	border: 0px;
}
div.toc a.toc-header {
	display: block;
	background-color: #f8f8ec;
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #777;	/** Styling regarding TOC title: **/
	padding: 1px 2px;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}
div.toc a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}
div.toc ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	background-color: #fcfcfc;
	overflow: hidden;
	white-space: nowrap;
}
div.toc.auto-collapse ul {
	display: none;
}
div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #777;
}
div.toc li.toc-level-1 {
	font-weight: bold;
}
div.toc li.toc-level-2 {
	font-weight: bold;
	padding: 0 5%;
}
div.toc li.toc-level-3 {
	padding: 0 10%;
}
div.toc li.toc-level-4 {
	padding: 0 15%;
}
#content .single li, .excerpt li {
	padding: none;
}/* zlatko: remove smiley borders */
#content img.wp-smiley {
	margin:0 0;
	padding:0;
	background-color:white;
	border:0;
}/*#content .single .content a {	font-weight: normal;	font-size: 1em;}*/
#content .post p a {
	font-weight:normal;
}
h2, h1, h3, h4 {
	margin:10px 0px 5px 0px;
}/*zlatko - TOC plugin*//*div.toc {	border: 1px solid #ccc;	font-size: .75em;}*//*div.toc.toc-left {	max-width: 22em;	float: left;	margin: 5px 5px 5px 0;}div.toc.toc-right {	max-width: 22em;	float: right;	margin: 5px 0 5px 5px;}*/
div.toc ul {
	white-space: normal;
}

		#table-songs tbody tr.odd {
/*			background-color: #fafafa;*/
		}

		#table-songs tbody tr.even {
/*			background-color: #f0f0f0;*/
		}

		#table-songs tbody tr.odd td.sorting_1 {
			/* background-color: #3C80CC; */
			/*background-color: #DCEDFC;*/
		}

		#table-songs tbody tr.even td.sorting_1 {
			/*background-color: #B0D4F4;*/ /* darker rows */
		}

		#table-songs tbody tr td {
			overflow:hidden;
			white-space:nowrap;
			max-width:10px;
			padding: 2px 3px;
			cursor:pointer;
		}

		#table-songs tbody tr {
			cursor:pointer;
		}

		#table-songs {
			font-family: serif;
			font-size: 13px;
			font-weight: normal;
		}

		#table-songs thead {
			font-weight: bold;
		}

		.sorting,.sorting_asc,.sorting_desc {
			background-position: 0% 50% !important;
		}
		.dataTables_scrollHead {
			/*background: #F7F7F7 url('/listener/images/table-head.png') repeat-x top;*/
		}
		.dataTables_scrollHead th {
			border: medium;
			cursor:pointer;
		}
		th.sorting, .sorting_desc, .sorting_asc {
			font-size: 13px;
			text-shadow: 1px 1px 0px #fff;
			color: #333;
			padding: 2px 0;
		}
		.sorting_asc {
				background: url('/listener/images/sort_asc.png') no-repeat center right;
		}
		
		.sorting_desc {
				background: url('/listener/images/sort_desc.png') no-repeat center right;
		}
		
		.sorting {
				background: url('/listener/images/sort_both.png') no-repeat center right;
		}

		th.sorting, .sorting_desc, .sorting_asc {
			text-indent: 15px;
		}