/*
Theme Name: Sixtyfive.sg Theme
Theme URI: http://sixtyfive.sg/
Description: This is the wannabe web 2.25 version
Version: beta_square
Author: Siah

Bah humbug! (No I'm not on any drugs)
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	color: #505050;
	font: normal 76%/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
}

p, ol, ul {
	margin-bottom: 1.5em;
}

a img {
	border: 0;
}

a {
	color: #4ebac4;
}

#container {
	width: 940px;
	margin: 50px auto;
}

/*general layout classes*/

br.clear {
	clear: both;
}

.grid-2-3 {
	width: 619px;
	float: left;
}

.grid-1-3 {
	width: 299px;
	float: left;
}

.mr {
	margin-right: 20px;
}

/*end general layout classes*/

/*content styling*/

img.omnes_head {
	margin: 20px 0;
}

div.body_copy p, p.body_copy {
	font: normal 1.0em/1.8em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #505050;
	margin: 0 0 1.8em 0;
}

/*end content styling*/

/*beta badge*/
img#badge_beta {
	position: fixed;
	top: 0px;
	right: 0px;
}

/*nav stuff*/

#topnav {
	height: 45px;
	width: 940px;
	background: url(images/nav/bg_nav_labels.png) center top no-repeat;
	margin-bottom: 20px;
}

#topnav a {
	display: block;
	float: left;
}

a#nav_btn_reviews:link, a#nav_btn_reviews:visited {
	background: url(images/nav/btn_reviews.png) center bottom no-repeat;
	width: 69px;
	height: 21px;
	margin-top: 24px;
	margin-left: 45px;
}

a#nav_btn_features:link, a#nav_btn_features:visited {
	background: url(images/nav/btn_features.png) center bottom no-repeat;
	width: 79px;
	height: 21px;
	margin-top: 24px;
	margin-left: 30px;
}

a#nav_btn_artists:link, a#nav_btn_artists:visited {
	background: url(images/nav/btn_artists.png) center bottom no-repeat;
	width: 63px;
	height: 21px;
	margin-top: 24px;
	margin-left: 50px;
}

a#nav_btn_gigs:link, a#nav_btn_gigs:visited {
	background: url(images/nav/btn_gigs.png) center bottom no-repeat;
	width: 38px;
	height: 21px;
	margin-top: 24px;
	margin-left: 30px;
}

a#nav_btn_videos:link, a#nav_btn_videos:visited {
	background: url(images/nav/btn_videos.png) center bottom no-repeat;
	width: 58px;
	height: 21px;
	margin-top: 24px;
	margin-left: 30px;
}

a#nav_btn_photos:link, a#nav_btn_photos:visited {
	background: url(images/nav/btn_photos.png) center bottom no-repeat;
	width: 65px;
	height: 21px;
	margin-top: 24px;
	margin-left: 30px;
}

a#nav_btn_directory:link, a#nav_btn_directory:visited {
	background: url(images/nav/btn_directory.png) center bottom no-repeat;
	width: 88px;
	height: 21px;
	margin-top: 24px;
	margin-left: 50px;
}

#topnav a:hover {
	background-position: 0 -21px;
}

#topnav a.current, #topnav a:active {
	background-position: top;
}

a#nav_btn_home:link, a#nav_btn_home:visited {
	width: 47px;
	height: 43px;
	background: url(images/nav/btn_logo_sixtyfive.png) center bottom no-repeat;
}

a#nav_btn_home:hover, a#nav_btn_home:active {
	background-position: top;
}

input#nav_search {
	width: 108px;
	height: 9px;
	padding: 2px;
	margin-left: 50px;
	margin-top: 21px;
	font: 100 10px Helvetica,Arial,sans-serif;
	color: #505050;
	border: 2px solid #ccc;
}

/*end nav stuff*/

/*footer*/
#footer {
	margin-top: 20px;
	text-align: center;
	padding: 20px 0 10px 0;
	color: #888;
	background: #eaeaea;
	font: 100 .9em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
}

#footer a:link, #footer a:visited {
	color: #888;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #505050;
	text-decoration: underline;
}
/*end footer*/

/*review page stuff*/
#latest_review, #single_review {
	width: 620px;
	height: 260px;
	background: url(images/reviews/bg_latestreview.jpg) center no-repeat;
}

#single_review {
	height: 236px;
	padding: 24px 0 0 0;
}

#latest_review a {
	display: block;
	padding: 24px 0 0 0;
	text-decoration: none;
}

#latest_review a:link img, #latest_review a:visited img, #single_review img {
	float: left;
	border: 0;
}

#latest_review a:hover img, #latest_review a:active img {
	position: relative;
	top:-1px;
	left:-1px;
	border: 1px solid #2097a1;
}

#latest_review a:link h2, #latest_review a:visited h2, #single_review h2 {
	margin: 0 20px 0 220px;                              
	padding-top: 20px;                               
	font: 100 3.6em/1em Helvetica,Arial,sans-serif;    
	letter-spacing: -2px;                            
	color: #9e9e9e;                                  
}

#latest_review a:hover h2, #latest_review a:active h2, #single_review h2 {
	color: #2097a1;
}

#latest_review a:link p, #latest_review a:visited p, #single_review div#review_excerpt {
	font: normal 1.5em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #505050;
	letter-spacing: -1px;
	margin: 10px 20px 0 220px;
}

#latest_review a:hover p, #latest_review a:active p, #single_review div#review_excerpt {
	color: #303030;
}

#single_review div#review_excerpt p {
	margin: 0 0 10px 0;
}

#single_review p#review_author {
	font: normal 1em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #666;
	margin: 0 20px 20px 220px;
}

#more_reviews {
	width: 900px;
	height: 280px;
	padding: 0 20px;
	background: url(images/reviews/bg_morereviews.jpg) top center no-repeat;
}

#more_reviews p#selected_album {
	font: 100 1.5em/1em Helvetica,Arial,sans-serif;
	padding: 24px 20px 14px 0;
	margin: 0;
	height: 20px;
	text-align: right;
	color: #505050;
}

#more_reviews p#selected_album span#selected_album_name {
	color: #2097a1;
}

#more_reviews a:link, #more_reviews a:visited {
	margin: 0 0 0 20px;
	float: left;
}

#more_reviews a:hover, #more_reviews a:active {
	position: relative;
	top: -1px;
	left: -1px;
	border: 1px solid #4ebac4;
	margin: 0 -2px 0 20px;
}

#rest_of_reviews {
}

#rest_of_reviews div a:link, #rest_of_reviews div a:visited {
	display: block;
	width: 620px;
	height: 57px;
	text-decoration: none;
	background: url(images/reviews/bg_otherreview.jpg) right bottom no-repeat;
}

#rest_of_reviews div a:hover {
	background: url(images/reviews/bg_otherreview.jpg) right center no-repeat;
}

#rest_of_reviews div a:active {
	background: url(images/reviews/bg_otherreview.jpg) right top no-repeat;
}

#rest_of_reviews div a h3 {
	margin: 0;
	padding: 10px 0 0 10px;
	font: 100 1.15em/1.5em Helvetica,Arial,sans-serif;
	color: #8b8b8b;
}

#rest_of_reviews div a h3 span.album_name {
	color: #2097a1;
}

#rest_of_reviews div a p {
	margin: 0;
	padding: 0 0 0 10px;
	font: 100 1.4em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	color: #7c7c7c;
}

#rest_of_reviews div a:hover h3, #rest_of_reviews div a:active h3, #rest_of_reviews div a:hover p, #rest_of_reviews div a:hover p {
	margin-left: 10px;
}

/*end review page stuff*/

/*artist page stuff*/
#indexcard {
	width: 500px;
	margin: 0 auto;
}

#indexcard a:link, #indexcard a:visited {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #666;
	background :#fff;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font: 100 .9em/1em Helvetica,Arial,sans-serif;
}

#indexcard a:hover, #indexcard a:active, #indexcard a.current {
	color: #fff;
	background: #27b6c2;
	border-top: 2px solid #2097a1;
	border-bottom: 2px solid #2097a1;
}

div#artist_list {
	margin: 20px 0;
}

div#artist_list ul {
	width: 190px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
}

div#artist_list ul li {
	margin: 0;
	padding: 0;
}

div#artist_list ul li a:link, div#artist_list ul li a:visited {
	font: normal 1em/1.2em "Lucida Grande",Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #505050;
	background: #fff;
	border-top: 2px solid #ccc;
	display: block;
	padding: 5px 2px;
}

div#artist_list ul li a:hover, div#artist_list ul li a:active, div#artist_list ul li a.current {
	color: #fff;
	background: #27b6c2;
	border-top: 2px solid #2097a1;
}

div#artist_list ul li#reset_filter a:link, div#artist_list ul li#reset_filter a:visited {
	color: #ccc;
	background: #505050;
	border-top: 2px solid #ccc;
	text-align: right;
	padding: 5px;
}

div#artist_list ul li#reset_filter a:hover, div#artist_list ul li#reset_filter a:active {
	color: #fff;
	background: #606060;
	border-top: 2px solid #fff;
}

div#artist_detail {
	width: 940px;
	margin-bottom: 20px;
}

div#artist_detail h2 {
	margin: 0 20px 20px 0;
	padding-top: 20px;                               
	font: 100 3.6em/1em Helvetica,Arial,sans-serif;    
	letter-spacing: -2px;                            
	color: #2097a1;
}

div#artist_detail p#artist_desc {
	font: normal 1.5em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #707070;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

div#artist_detail table {
	border-top: 1px solid #ccc;
}

div#artist_detail table td {
	width: 219px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font: normal 1.2em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #505050;
	letter-spacing: -1px;
}

div#artist_detail table td.label {
	width: 60px;
	margin-left: 10px;
	font: normal 1em/1em Helvetica,Arial,sans-serif;
	color: #707070;
	letter-spacing: 0;
}

div#artist_detail div.album {
	width: 300px;
	height: 80px;
	padding: 10px 0;
	float: left;
}

div#artist_detail img.album_image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

div#artist_detail p.album_meta {
	width: 179px;
	float: left;
	font: normal 1.2em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #505050;
	letter-spacing: -1px;
}

#artist_detail p#loading_stuff {
	text-align: center;
	padding: 50px 0;
	font: 100 1.5em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #000;
	letter-spacing: -1px;
}

a.btn_review:link, a.btn_review:visited {
	display: block;
	width: 40px;
	text-align: center;
	padding: 3px 5px;
	font: 900 9px/12px "Lucida Grande",Helvetica,Arial,sans-serif;
	letter-spacing: 0;
	text-decoration: none;
	color: #fff;
	background: #808080;
	margin: 2px 0;
}

a.btn_review:hover, a.btn_review:active {
	background: #2097a1;
}

/*end artist page stuff*/

/*start video page stuff*/

#playing_video #video_container {
	width: 940px;
	height: 350px;
}

#playing_video p#loading_stuff {
	text-align: center;
	padding: 100px 0;
	font: 100 1.5em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #000;
	letter-spacing: -1px;
}

#personnel {
	color: #808080;
}

#personnel h3.video_title {
	font: 100 1.5em/1.2em Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
}

#personnel h3.video_title a {
	text-decoration: none;
	color: #2097a1;
}

.video_thumb {
	width: 120px;
	height: 55px;
	float: left;
	margin: 1px 20px;
	background: #000;
	position: relative;
	top: 0px;
}

#video_list {
}

#video_list div a:link, #video_list div a:visited {
	display: block;
	width: 620px;
	height: 57px;
	text-decoration: none;
	background: url(images/reviews/bg_otherreview.jpg) right bottom no-repeat;
}

#video_list div a:hover {
	background: url(images/reviews/bg_otherreview.jpg) right center no-repeat;
}

#video_list div a:active, #video_list div a.current {
	background: url(images/reviews/bg_otherreview.jpg) right top no-repeat;
}

#video_list div a h3 {
	margin: 0;
	padding: 10px 0 0 10px;
	font: 100 1.5em/1.5em Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	color: #2097a1;
}

#video_list div a p {
	margin: 0;
	padding: 0 0 0 10px;
	font: 100 1em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #7c7c7c;
}
/*end video page stuff*/

/*home page stuff*/

#giant_search_bar {
	width: 940px;
	padding: 50px 0 20px 0;
	text-align: center;
}

#giant_search_bar form {
	width: 590px;
	height: 60px;
	padding: 0 55px;
	margin: 20px 120px;
	background: url(images/homepage/searchbar_shadow.jpg) center no-repeat;
}

#giant_search_bar form div.glowhider {
	width: 415px;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/homepage/searchbar_field.jpg) center;
	overflow: hidden;
}

#giant_search_bar form input.text {
	display: block;
	width: 379px;
	height: 29px;
	margin: -2px 0 0 -2px;
	padding: 8px 0 2px 40px;
	border: 0;
	font: 100 1.5em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	color: #505050;
	background: transparent;
}

#giant_search_bar input.submit {
	width: 175px;
	height: 35px;
	border: 0;
	background: url(images/homepage/searchbar_submit.jpg) bottom right;
	cursor: pointer;
}

a.btnbg:link, a.btnbg:visited { /*choose a better class name*/
	display: block;
	width: 138px;
	height: 30px;
	background-position: bottom;
	margin: 10px 81px;
}

a.btnbg:hover {
	background-position: center;
}

a.btnbg:active {
	background-position: top;
}

#button_morevids {
	background-image: url(images/homepage/button_morevideos.jpg);
}

#button_morereviews {
	background-image: url(images/homepage/button_morereview.jpg);
}

#button_firstreview {
	display: block;
	width: 200px;
	height: 230px;
	padding: 57px 50px 0 50px;
	background: url(images/homepage/button_latestreview.jpg) top center no-repeat;
}

/*end home page stuff*/


/*comments box on each page (voice n' noise)*/

#voice_n_noise {
}

.comment_container {
	margin-bottom: 20px;
	width: 300px;
}

.comment_container .comment_top {
	width: 300px;
	height: 12px;
	background: url(images/comments/reviews_comment_top.png) top center no-repeat;
}

.comment_container .comment_mid {
	background: url(images/comments/reviews_comment_mid.png) center repeat-y;
	width: 260px;
	padding: 0 20px;
	
	font: normal 1em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #626262;
}

.comment_container .comment_btm {
	width: 300px;
	height: 28px;
	padding-top: 10px;
	background: url(images/comments/reviews_comment_btm.png) top center no-repeat;
	
	font: 100 1.5em/1em Helvetica,Arial,sans-serif;
	color: #aaa;
}

.comment_container .comment_btm div {
	/*for the author of comment*/
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.comment_container textarea {
	width: 259px;
	height: 100px;
	border: 0;
	font: normal 1em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #626262;
}

.comment_container .comment_btm input#author {
	width: 150px;
	font: 100 1em/1em Helvetica,Arial,sans-serif; /*this is 1em because it resides within .comment_btm>div which is already 1.5em*/
	color: #aaa;
	border: 0;
	border-bottom: 1px dashed #555;
}

.comment_container .submit_comment {
	clear: left;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 20px 0;
	font: normal .9em "Lucida Grande",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #999;
}

.comment_container .submit_comment p {
	background: #eee;
	padding: 5px;
}

.comment_container .submit_comment input#email {
	width: 250px;
	font: 100 1.2em/1em "Lucida Grande",Helvetica,Arial,sans-serif;
	background: transparent;
	color: #555;
	text-align: center;
	padding: 3px 0;
	border: 0;
	border-bottom: 1px solid #999;
}

/*end comments box*/

/*start search page stuff*/
p#searchterm {
	font: normal 2em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #888;
	letter-spacing: -1px;
	text-align: center;
	margin: 50px 0 20px 0;
}

p#searchterm .highlight {
	color: #2097a1;
}

table#search_artist_result {
	width: 940px;
	border: 0;
	margin-bottom: 20px;
}

table#search_artist_result td {
	border-bottom: 1px solid #ccc;
}

table#search_artist_result td.artist_name {
	width: 280px;
	padding: 10px;
}

table#search_artist_result h3 a:link, table#search_artist_result h3 a:visited {
	text-decoration: none;
	color: #888;
	font: 900 1.5em/1.5em Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
}

table#search_artist_result h3 a:hover, table#search_artist_result h3 a:active {
	color: #2097a1;
}

table#search_artist_result td.artist_meta {
	color: #808080;
	width: 300px;
	padding: 5px 0 5px 20px;
	font: 100 .9em/1.2em Helvetica,Arial,sans-serif;
}

table#search_artist_result td.artist_info {
	color: #505050;
	padding: 10px;
	font: normal 1em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	border-bottom: 5px solid #ccc;
}

table#search_artist_result td.alt {
	background: #f0f0f0;
}

div.search_review_result {
	padding: 10px 0;
}

div.search_review_result h3 {
	font: normal 1.2em/1.2em Helvetica,Arial,sans-serif;
	color: #505050;
}

div.search_review_result h3 span.album {
	color: #2097a1;
}

div.search_review_result p {
	font: normal 1em/1.5em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #888;
}

div.search_review_result img {
	float: left;
	margin-right: 10px;
}
/*end search page stuff*/

/*directory page stuff*/
ul#directory_roles {
	list-style: none;
	width: 150px;
}

ul#directory_roles li a:link, ul#directory_roles li a:visited {
	display: block;
	height: 15px;
	padding: 20px 5px 5px 5px;
	background: #fff;
	color: #808080;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

ul#directory_roles li a:hover, ul#directory_roles li a:active, ul#directory_roles li a.active {
	background: #2097a1;
	color: #fff;
}

div.directory_entry {
	margin: 20px 0px 0 9px;
	padding: 10px;
	border: 1px solid #eee;
}

a.directory_bookmark {
	width: 11px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

p.directory_meta {
	margin: .5em 0;
	line-height: 1em;
}

h3.dir_name {
	font: 300 1.5em/1.2em "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #808080;
	letter-spacing: -1px;
}

div#dir_single h3 { 
	font: 300 2.5em/1.2em "Lucida Grande",Helvetica,Arial,sans-serif;
}

div#dir_single table tr td.label {
	width: 100px;
	padding: 5px;
}

/*end directory page stuff*/

/*features stuff*/
h2.feature {
	padding: 20px 0 10px 0; 
	font: 100 3.6em/1em Helvetica,Arial,sans-serif;    
	letter-spacing: -2px;                            
	color: #2097a1;
}

/*end features stuff*/


/*under construction notice*/
p#notice {
	text-align: center;
}