/*
Theme Name: Beatnik Wordpress Custom Theme
Theme URI: http://wordpress.org/
Description: What Beats Around the Bush Wordpress custom theme
Version: 1.0
Author: Andrew Armanios
Author URI: http://www.armanios.co.uk
Tags: custom, Beatnik

	BeatNik v1.0
	 http://www.beatnikonline.net

	This theme was designed and built by Andrew Armanios,
	

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f1f2ed;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #595959;
	font-size: 13px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #0f0;
}
p {
	margin: 0px 0px 5px 0px;
}
img {
	border: none;
}
input, textarea {
	padding: 4px 0px 1px 4px;
	background: #fff;
	border: solid 1px #a0a0a0;
	font: 12px Verdana, Arial, Geneva, sans-serif;
	outline: none;
	color: #595959;
}
input {
	height: 18px;
}
object, :focus, embed {
	outline:none;
	margin: 0px auto;
}
/*Main layout =================================================================*/
#wrapper {
	width: 900px;
	height: auto;
	margin: 0px auto;
	background: #fff;
	position: relative;
}
.Lshadow {
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -3px;
	background: url(gfx/Lshadow.gif) repeat-y;
}
.Rshadow {
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -3px;
	background: url(gfx/Rshadow.gif) repeat-y;
}
.Bshadow {
	width: 906px;
	height: 5px;
	background: url(gfx/Bshadow.gif) no-repeat;
	position: absolute;
	bottom: -5px;
	left: -3px;
}
.Hshadow {
	width: 900px;
	height: 4px;
	background: url(gfx/Hshadow.gif) no-repeat;
	position: absolute;
	bottom: -4px;
	left: 0px;
}
#header {
	width: 900px;
	height: 115px;
	background: #4d4d4d;
	position: relative;
	margin-bottom: 75px;
}
#header a {
	display: block;
	width: 200px;
	height: 115px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -10000px;
}
#nav {
	width: 890px;
	height: 34px;
	background: #4d4d4d;
	position: absolute;
	top: 115px;
	left: 0px;
	list-style: none;
	padding: 0px 5px;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
}
#nav li a {
	display: block;
	text-decoration: none;
	height: 34px;
	overflow: hidden;
	text-indent: -1000px;
}
.selected, #nextBtn:hover, #prevBtn:hover, #commentform #submit:hover {
	background-position: 0px 100%;
}
#nav li.btnBlog {
	width: 52px;
	background: url(gfx/navigation.gif) 0px 0px;
}
#nav li.btnBlog:hover, #nav li.btnBlog.selected {
	background-position: 0px 100%;
}
#nav li.btnFeatures {
	width: 72px;
	background: url(gfx/navigation.gif) -44px 0px;
}
#nav li.btnFeatures:hover, #nav li.btnFeatures.selected {
	background-position: -44px 100%;
}
#nav li.btnReviews {
	width: 66px;
	background: url(gfx/navigation.gif) -108px 0px;
}
#nav li.btnReviews:hover, #nav li.btnReviews.selected {
	background-position: -108px 100%;
}
#nav li.btnGallery {
	width: 68px;
	background: url(gfx/navigation.gif) -166px 0px;
}
#nav li.btnGallery:hover, #nav li.btnGallery.selected {
	background-position: -166px 100%;
}
#nav li.btnLive {
	width: 40px;
	background: url(gfx/navigation.gif) -226px 0px;
}
#nav li.btnLive:hover, #nav li.btnLive.selected {
	background-position: -226px 100%;
}
#nav li.btnAbout {
	width: 55px;
	background: url(gfx/navigation.gif) -258px 0px;
}
#nav li.btnAbout:hover, #nav li.btnAbout.selected {
	background-position: -258px 100%;
}
#nav li.btnContact {
	width: 67px;
	background: url(gfx/navigation.gif) -305px 0px;
}
#nav li.btnContact:hover, #nav li.btnContact.selected {
	background-position: -305px 100%;
}
form.searchFrm {
	width: auto;
	height: 34px;
	border: none;
	float: right;
}
form.searchFrm .searchBox {
	width: 153px;
	margin: 5px 9px;
	float: right;
}
form.searchFrm .searchBoxW {
	width: 215px;
	margin: 5px 9px 0px 0px;
	float: left;
}
form.searchFrm .searchBtn {
	width: 67px;
	height: 34px;
	background: url(gfx/navigation.gif) -364px 0px;
	float: right;
	cursor: pointer;
	border: none;
}
form.searchFrm .searchBtnS {
	width: 61px;
	height: 25px;
	margin-top: 5px;
	background: url(gfx/navigation.gif) -364px -4px;
	float: left;
	cursor: pointer;
	border: none;
}
form.searchFrm .searchBtn:hover {
	background-position: -364px 100%;
}
form.searchFrm .searchBtnS:hover {
	background-position: -364px 30px;
}
#contentWrapper {
	width: 860px;
	height: auto;
	margin: 0px 20px;
}
#content {
	width: 600px;
	height: auto;
	min-height: 1000px;
	padding: 0px 20px 25px 0px;
	border-right: solid 1px #a0a0a0;
}
#nextBtn, #prevBtn {
	width: 72px;
	height: 25px;
}
#nextBtn {
	background: url(gfx/nextBtn.gif) no-repeat;
	float: right;
}
#prevBtn {
	background: url(gfx/prevBtn.gif) no-repeat;
}
#nextBtn a, #prevBtn a {
	display: block;
	text-decoration: none;
	height: 25px;
	overflow: hidden;
	text-indent: -1000px;
}
.clear {
	width: 900px;
	height: 15px;
	clear: both;
}
#footer {
	width: 900px;
	height: 56px;
	background: #4d4d4d;
	position: relative;
}
#footer p {
	margin-left: 13px;
	font-size: 11px;
	color: #a0a0a0;
}
#footer p a {
	color: #a0a0a0;
}
#footer p a:hover {
	color: #0f0;
}
#social {
	width: auto;
	height: 30px;
	position: absolute;
	right: 13px;
	top: 13px;
}
#social a {
	float: left;
	margin-left: 7px;
	display: block;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(gfx/socialIcons.gif);
}
#social a.rss:hover {
	background-position: 0 -30px;
}
#social a.vimeo {
	background-position: -30px 0;
}
#social a.vimeo:hover {
	background-position: -30px -30px;
}
#social a.fb {
	background-position: -60px 0;
}
#social a.fb:hover {
	background-position: -60px -30px;
}
#social a.del {
	background-position: -90px 0;
}
#social a.del:hover {
	background-position: -90px -30px;
}
#social a.su {
	background-position: -120px 0;
}
#social a.su:hover {
	background-position: -120px -30px;
}
#social a.digg {
	background-position: -150px 0;
}
#social a.digg:hover {
	background-position: -150px -30px;
}
#social a.youtube {
	background-position: -180px 0;
}
#social a.youtube:hover {
	background-position: -180px -30px;
}
#social a.twitter {
	background-position: -210px 0;
}
#social a.twitter:hover {
	background-position: -210px -30px;
}
#miniSocial {
	width: auto;
	height: 15px;
	position: absolute;
	right: 0px;
	top: -30px;
}
#miniSocial a {
	float: left;
	margin-left: 3px;
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(gfx/miniSocialIcons.gif);
}
#miniSocial a.mrss:hover {
	background-position: 0 -15px;
}
#miniSocial a.mvimeo {
	background-position: -15px 0;
}
#miniSocial a.mvimeo:hover {
	background-position: -15px -15px;
}
#miniSocial a.mfb {
	background-position: -30px 0;
}
#miniSocial a.mfb:hover {
	background-position: -30px -15px;
}
#miniSocial a.mdel {
	background-position: -45px 0;
}
#miniSocial a.mdel:hover {
	background-position: -45px -15px;
}
#miniSocial a.msu {
	background-position: -60px 0;
}
#miniSocial a.msu:hover {
	background-position: -60px -15px;
}
#miniSocial a.mdigg {
	background-position: -75px 0;
}
#miniSocial a.mdigg:hover {
	background-position: -75px -15px;
}
#miniSocial a.myoutube {
	background-position: -90px 0;
}
#miniSocial a.myoutuve:hover {
	background-position: -90px -15px;
}
#miniSocial a.mtwitter {
	background-position: -105px 0;
}
#miniSocial a.mtwitter:hover {
	background-position: -105px -15px;
}
/*Sidebar & Custom Sidebar ============================================*/
#sidebar, #csidebar {
	width: 220px;
	height: auto;
	float: right;
	position:relative;
}
.title {
	width: 220px;
	text-indent: -10000px;
	margin: 30px 0px 10px 0px;
	background-position:right;
	background-repeat: no-repeat;
}
#competition {
	width:220px;
	height:auto;
	margin:20px 0px;
	position:relative;
}
#WbeatsNow {
	background-image: url(gfx/what-beats-right-now.gif);
	height: 95px;
}
#mediaPlayer{
	width: 220px;
	border: solid 1px #a0a0a0;
	position: relative;
	margin-top: 20px;
	padding-top: 15px;
}
#liveMusic {
	background-image: url(gfx/live-music.gif);
	height: 45px;
}
#newsletter {
	background-image:url(gfx/WBAB-newsletter.gif);
	height: 46px;
}
#friendsFamily {
	background-image: url(gfx/friends-and-family.gif);
	height: 47px;
}
#archive {
	background-image: url(gfx/archive.gif);
	height: 23px;
}
.holder {
	width: 220px;
	height: 185px;
	background: #4d4d4d;
}
#csidebar p {
	text-align: right;
	margin: 3px 0px 15px 0px;
}
#flyer, #album {
	width: 220px;
	height: auto;
	position: relative;
}
#album #recommended {
	width: 77px;
	background-position: -126px 0px;
}
ul.links {
	list-style: none;
	text-align: right;
	margin-top: 20px;
	position: relative;
	top: -25px;
}
ul.links a {
	color: #a0a0a0;
}
ul.links a:hover {
	color: #0f0;
}
ul.links li.linkcat {
	color: #fff;
}
ul.links li {
	font-weight: normal;
	list-style: none;
}
#tags {
	width: 860px;
	height: auto;
}
#tags a, #archives a {
	color: #333;
}
#tags a:hover {
	color: #0f0;
	text-decoration: none;
}
#tags ul.wp-tag-cloud li {
	list-style: none;
	display: block;
	float: left;
	padding: 0px 7px;
	border-right: solid 1px #a0a0a0;
}
#archives {
	margin-top: 20px;
	font-size: 10px;
}
ul#archives li, #archives2 li {
	float: right;
	position: relative;
	list-style: none;
	display: block;
	width: auto;
	padding: 3px 7px;
	border-right: solid 1px #a0a0a0;
}
#archives2 li {
	float: left;
}
#archives a, #archives2 a {
	font-size: 13px;
	color: #333;
}
#archives a:hover, #archives2 a:hover {
	color: #0f0;
}
form#newsLetterFrm {
	width: 220px;
	height: 34px;
	border: none;
	background: #4d4d4d;
}
form#newsLetterFrm #tbEmail {
	width: 147px;
	margin: 5px 0px;
	float: right;
}
form#newsLetterFrm #signUpBtn {
	width: 61px;
	height: 34px;
	background: url(gfx/navigation.gif) -424px 0px;
	float: right;
	cursor: pointer;
	border: none;
}
form#newsLetterFrm #signUpBtn:hover {
	background-position: -424px 100%;
}
#signUpTarget {
	width: 220px;
	height: auto;
	border: none;
	display: none;
	border-bottom: solid 1px red;
	height: 30px;
}
/*Review Sidebar =======================================================*/
.reviewTitle {
	width: 160px;
	text-indent: -10000px;
	margin-bottom: 20px;
	background-position:right;
	background-repeat: no-repeat;
	height: 47px;
}
#otherClassics {
	background-image:url(gfx/other-classic-music.gif);
}
#otherNew {
	background-image:url(gfx/other-new-music.gif);
}
#csidebar.reviewSidebar {
	width: 160px;
}
#content.review {
	width: 660px;
}
ul#randReviews {
	list-style: none;
}
ul#randReviews li {
	display:block;
	width: 160px;
	height: 160px;
	float: left;
	margin-bottom:18px;
}
ul#randReviews img {
	border: solid 1px #fff;
}
ul#randReviews img:hover {
	border: solid 1px #0f0;
}
/*Blog front page ======================================================*/
#flashSep {
	width: 600px;
	height:40px;
}
.blogPosting {
	width: 600px;
	height: auto;
	margin-bottom: 30px;
	border-bottom: solid 2px #0f0;
	position: relative;
}
.blogPosting h2 {
	margin: 10px 0px 5px 0px;
}
.blogPosting h2 a {
	font-size: 17px;
	color: #333;
	margin: 10px 0px;
	text-transform: uppercase;
	font-weight: normal;
}
.blogPosting a:hover {
	color: #0f0;
}
.blogPosting a, .blogPosting .info {
	color: #a0a0a0;
}
.blogPosting a:hover {
	color: #0f0;
}
.blogPosting span a {
	font-weight: bold;
}
.blogPosting .info {
	font-size: 10px;
	margin-top: 10px;
}
.catReview, .catFeatures, .catBlog, .catMediaplayer, .catCompetition, #album #recommended, #player #singles, #mediaPlayer #tunes {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 23px;
	background-image: url(gfx/categoryTabs.png)
}
#mediaPlayer #tunes {
	background: url(gfx/tunes.png);
	width: 42px;
}
.catReview {
	width: 49px;
}
.catFeatures {
	width: 54px;
	background-position: -44px 0px;
}
.catBlog {
	width: 38px;
	background-position: -93px 0px;
}
.catMediaplayer {
	width: 82px;
	background-position: -198px 0px;
}
.catCompetition {
	width: 78px;
	background-position: -275px 0px;
}
/*Features landing page ===============================================*/
ul#features {
	list-style: none;
}
ul#features li {
	width: 272px;
	height: 325px;
	float: left;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
}
ul#features li.middle {
	margin: 0px 22px;
}
ul#features img {
	border: solid 1px #fff;
	margin-bottom: 0px;
}
ul#features li a:hover img {
	border: solid 1px #0f0;
}
ul#features a {
	color: #fff;
}
ul#features a:hover {
	color: #a0a0a0;
	text-decoration: none;
}
/*Reviews landing page ================================================*/
#newMusic, #classics {
	width: 420px;
	height: auto;
	float: left;
}
#classics {
	margin-left: 20px;
}
ul.reviews {
	list-style: none;
}
ul.reviews li {
	width: 420px;
	height: 180px;
	margin-bottom: 20px;
	position: relative;
}
ul.reviews li.heading {
	height: 38px;
	background-image: url(gfx/reviewHeadings.gif);
	margin-bottom: 15px;
	border-bottom: none;
}
.classicHead {
	background-position: 0 -38px;
}
ul.reviews li img {
	float: left;
	margin-right: 20px;
	border: solid 1px #fff;
}
ul.reviews li img.revTitle {
	position: absolute;
	bottom: 0px;
	left: 200px;
	border: none;
}
ul.reviews li a:hover img.revTitle {
	border: none;
}
ul.reviews li a {
	color: #a0a0a0;
	line-height: 21px;
}
ul.reviews li a span {
	color: #0f0;
	text-transform: uppercase;
	font-size: 14px;
}
ul.reviews li a:hover span {
	text-decoration: none !important;
}
ul.reviews li a:hover img {
	border: solid 1px #0f0;
}
ul.reviews li p {
	text-indent: -10000px;
	position: absolute;
}
/*Blog entry =======================================================*/
#entry.wide {
	width:790px;
	padding: 0px 35px;
}
#entry #title {
	margin-bottom: 20px;
}
#entry #title img {
	display: block;
	margin: 0px auto;
}
#entry #reviewImg {
	width: 600px;
	height: auto;
	margin: 30px 0px 20px;
}
#entry #titleHeading {
	text-indent: -100000px;
	position: absolute;
}
#entry h1 {
	font-size: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
	text-align: center;
}
#entry p {
	color: #333;
}
h2, .q {
	font-size: 13px;
	color: #333;
	margin: 20px 0px 4px 0px;
	font-weight: bold;
}
#entry a {
	color: #595959;
	text-decoration: underline;
}
#entry a:hover {
	color: #0f0;
}
#entry #info {
	color: #a0a0a0;
	font-size: 10px;
	margin: 15px 0px;
	border-bottom: solid 1px #0f0;
	line-height: 14px;
	padding-bottom: 5px;
}
#entry #info a {
	color: #a0a0a0;
}
#entry #info a:hover {
	color: #0f0;
}
.floatLeft {
	float: left;
	border-right: solid 20px #fff;
	border-top: solid 20px #fff;
	border-bottom: solid 20px #fff;
}
.floatRight {
	float: right;
	border-left: solid 20px #fff;
	border-top: solid 20px #fff;
	border-bottom: solid 20px #fff;
}
.floatCentre {
	text-align: center;
	margin: 20px 0;
}
/*Comments =======================================================*/
p#comments {
	font-weight: bold;
	margin: 25px 0px 10px 0px;
}
.commentList {
	list-style: none;
}
.commentLi {
	list-style: none;
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: solid 1px #a0a0a0;
}
.commentLi span {
	color: #a0a0a0;
	font-size: 11px;
}
/*Comment form =======================================================*/
#commentform {
	width: 450px;
}
#commentform input {
	width: 200px;
	height: 15px;
}
#commentform label {
	color: #fff;
}
#commentform #comment {
	width: 450px;
	height: 100px;
}
#commentform #submit {
	width: 66px;
	height: 21px;
	background: url(gfx/submit-btn.gif);
	cursor: pointer;
	border: none;
	float: right;
}
/*Archive & Search results pages =========================================*/
h2#archiveHead {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}
ul.archiveList {
	width: 273px;
	height: auto;
	list-style: none;
	float: left;
}
ul.archiveList li.heading {
	height: 38px;
	background-image:url(gfx/archiveHeadings.gif);
	margin-bottom: 15px;
	border-bottom: none;
}
.reviewHead {
	background-position: 0 -38px;
}
.blogHead {
	background-position: 0 -76px;
}
ul.middle {
	margin: 0px 20px;
}
ul.archiveList li {
	width: 273px;
	height: auto;
	margin-bottom: 15px;
	border-bottom: solid 1px #0f0;
	font-size: 12px;
	line-height: 16px;
}
ul.archiveList li h4 {
	margin-bottom: 5px;
}
ul.archiveList li h4 a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
ul.archiveList li br {
	margin-bottom: 5px;
}
ul.archiveList li h4 a:visited {
	color: #aaa;
}
ul.archiveList li h4 a:hover, ul.archiveList li p.info a:hover {
	color: #0f0;
}
ul.archiveList li p.info, ul.archiveList li p.info a {
	margin-top: 5px;
	font-size: 10px;
	color: #a0a0a0;
}
#archivesArchive {
	margin-top: 20px;
	font-size: 12px;
}
ul#archivesArchive li {
	float: left;
	position: relative;
	list-style: none;
	display: block;
	width: auto;
	padding: 3px 7px;
	border-right: solid 1px #a0a0a0;
}
#searchHolder {
	width: 300px;
	height: auto;
}
/*About Page =======================================================*/
#contactus {
	background-image:url(gfx/about-contactus.gif);
	height: 23px;
}
ul#contact {
	list-style: none;
	width: 220px;
	margin-top: 30px;
 min-height:
}
ul#contact li {
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	margin-bottom: 30px;
	padding-top: 10px;
}
ul#contact li a {
	margin-top: 5px;
	text-decoration: none;
	color: #a0a0a0;
}
ul#contact li a:hover {
	color: #0f0;
}
ul#contact li p {
	margin-bottom: 0;
}
ul#contact li h4 {
	text-indent: -10000px;
}
ul#contact li.editors {
	background-image: url(gfx/about-editors.gif);
}
ul#contact li.contributors {
	background-image: url(gfx/about-contributors.gif);
}
ul#contact li.photography {
	background-image: url(gfx/about-photography.gif);
}
ul#contact li.video {
	background-image: url(gfx/about-video.gif);
}
ul#contact li.web {
	background-image: url(gfx/about-web.gif);
}
ul#contact li.mail {
	background-image: url(gfx/about-mail.gif);
}