/* CSS
Author: Petro Salema
Contact: petro@petrosalema.com
*/




/* COLOR KEY
backdrop:	#fff	- White
------------------------------------------------------------
background:	#fff	- White
------------------------------------------------------------
text:		#626262 - Medium Gray
------------------------------------------------------------
headers:	#333333 - Dark Gray
------------------------------------------------------------
subheaders:	#333333	- Dark Gray
------------------------------------------------------------
links:		#0088cc	- Blue
------------------------------------------------------------
hover		#333333	- Dark Gray
------------------------------------------------------------

*/




/* Global Reset
============================================================ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-weight: normal;
	font-style: normal;
}

ol,ul
{
	list-style: none;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	font-size: 100%;
}

a
{
	text-decoration: none;
}




/* Base
============================================================ */

html
{
	overflow-x: auto;
	min-width: 960px;
}

body
{
	background-color: #fff;
	text-align: center;
}

input[type="text"]
{

}




/* Classes
============================================================ */

.left { float: left; width: 49%; }
.right { float: right; width: 49%; }

.right:after
{
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
}

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.align-middle { vertical-align: middle; }

.clear { clear: both; float: none; font-size: 0; }

.float-left { float: left; }
.float-right { float: right; }

.hide { display: none; }
.inline { display: inline; }
.block { display: block; }
.visibile { display: none; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }

.divide-vertical { width: 60px; min-height: 100px; text-align: center; }
.divide-horizontal { width: 100%; padding: 30px 0; text-align: center; }

.position-relative { position: relative; }
.position-absolute { position: absolute; }




/* Typography
============================================================ */

body, h1,h2,h3,h4,h5,h6
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

body
{
	font-size: .7em;
	line-height: 1.5em;
	color: #626262;
}

h1,h2,h3,h4,h5,h6
{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
}

h1 img
{
	vertical-align: middle;
}

h1
{
	font-size: 2em;
}

h2
{
	padding-bottom: 2px;
	border-bottom: 2px solid #dedede;
	color: #5f5f5f;
	font-size: 1.5em;
}

p
{
	padding-bottom: 10px;
}

img
{
	font-size: 1.3em;
}




/* Lists
============================================================ */
ul, li
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.track_list
{
	width: 400px;
}

.track_list li
{
	padding: 4px 8px;
	border-bottom: 1px dotted #ccc;
}

.track_list li:last-child
{
	border: none;
}




/* Links
============================================================ */

a, a:link, a:visited, a:active
{
	color: #08c;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: none;
}




/* Layout
============================================================ */

#container
{
	position: relative;
	width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

#header, #torso, #footer
{
	position: relative;
	width: 100%;
}

#header
{
	z-index: 9998;
	position: relative;
	text-align: center;
}

#torso
{
	float: none;
	background-color: #fff;
}

#footer
{
	padding: 50px 0;
	text-align: center;
}

.header_splash { padding-top: 150px; }

#content
{
	position: relative;
	top: 0;
	left: 0;
}

#canvas { position: relative; }

#results
{
	position: relative;
	width: 620px;
	margin-right: 20px;
}

#results_info
{
	height: 60px;
	margin-top: 20px;
	text-align: right;
}

#sidebar
{
	z-index: 9998;
	position: absolute;
	top: 90px;
	right: 0;
	width: 300px;
	min-height: 300px;
	padding-left: 19px;
}

.sidebar_border { border-left: 1px dotted #ccc; }
.sidebar_borderless { border: 0px dotted #ccc; }

#splash_message
{
	padding-top: 50px;
	color: #08c;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

#footnote
{
	width: 450px;
	margin: 0 auto;
	padding-top: 50px;
	color: #999;
	text-align: center;
}

.loading
{
	margin-top: 30px;
	text-align: center;
}




/* Search bar
============================================================ */

#search_bar
{
	position: relative;
	width: 610px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/search_bar.png) no-repeat;
	text-align: left;
}

#search_query
{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 530px;
	height: 25px;
	margin: 0;
	background: transparent;
	border: 0;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}

a#search_btn
{
	display: block;
	position: absolute;
	top: 14px;
	right: 20px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background-image: url(../images/search_btns.gif);
	background-repeat:  no-repeat;
}

a#search_btn:hover
{
	background-position: 0 -22px;
}



/* pagination
============================================================ */

.pagination
{
	padding: 0 0 20px;
	text-align: center;
	line-height: 200%;
}

.pagination a
{
	width: 10px;
	height: 10px;
	padding: 5px 10px;
	vertical-align: middle;
}

.pagination a:hover { background: #ccc; }

.current_page
{
	width: 10px;
	height: 10px;
	padding: 5px 10px;
	color: #6e6e6e;
	font-weight: bold;
	font-size: 1.7em;
	vertical-align: middle;
	cursor: default;
}




/* Albums
============================================================ */

.album { margin-bottom: 40px; }

.album_art
{
	float: left;
	width: 170px;
	margin-right: 20px;
}

.album_tracks
{
	float: left;
	width: 400px;
}

.explicit
{
	color: #f33;
	font-size: 10px;
}




/* Effects
============================================================ */

#shadow_top
{
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent url(http://www.petrosalema.com/util/gradient_alpha?c=000000&a1=20&a2=0&w=1&h=10) repeat-x;
}

#shadow_bottom {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: transparent url(http://www.petrosalema.com/util/gradient_alpha?c=000000&a1=0&a2=20&w=1&h=10) repeat-x;
}