/*==================================
Description: Aesthetics Stylesheet
Client: Reekus Records
Author: Patrick Corkery
Version: 1.0
Date: 22nd February 2010
Contact: patrick@vibe-farm.com
==================================*/


body {
	background: url(http://www.reekus.com/assets/images/body-bg-rep.png) repeat;
}

a, a:visited {color:#000;}

a:hover {color:#333;}

.cartbut {
background:#000000;
color:#ffffff;
padding:3px;
border:none;
text-transform:uppercase;
}

.cartbut:hover {
background:#333;
color:#fff;
padding:3px;
border:none;
cursor:pointer;
}


.news-but {
background:#000000;
color:#ffffff;
padding:3px;
border:none;
text-transform:uppercase;
text-decoration:none;
font-size:0.9em;
}

.news-but:hover {
background:#333;
color:#ffffff;
padding:3px;
border:none;
cursor:pointer;
text-decoration:none;
font-size:0.9em;
}



#breadcrumbs {
padding:3px 0 3px 0;
border-top:1px solid #999;
border-bottom:1px solid #999;
margin:0 0 15px 0;
color:#666;
}


#breadcrumbs a, #breadcrumbs a:visited {color:#666;}

form label {
display:block;
color:#fff;
}


.spacer {
height:15px;
clear:both;

}

#mastheadWrapper {
	background: url(http://www.reekus.com/assets/images/masthead-bg-rep.jpg) top center repeat-x;
	height: 213px;
}

#masthead {
	height: 173px;
}

.logo {
	border: none;
	margin: 15px 0 0 0;
}

#mainNav {
	height: 40px;
}

#mainNav ul {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

#mainNav ul li {
	list-style: none;
	display: inline;
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-size: 1.2em;
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 18px;
	margin-left: 13px;
	border-right:1px solid #333;
}

#mainNav ul li.last {border-right:none;}

#mainNav ul li a, #mainNav ul li a:visited {
	text-decoration: none;
	color: #b8b8b8;
}

#mainNav ul li a:hover, #mainNav ul li.active a {
	color: #fff;
}

ul#meta-links {
	float: right;
	padding: 5px;
	height: 30px;
	background: url(http://www.reekus.com/assets/images/meta-bg.png) repeat;
	margin: 0;
}
	
	
ul#meta-links li {
	list-style: none;
	display: inline;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
}

ul#meta-links li a, ul#meta-links li a:visited  {
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	color: #b8b8b8;
}

ul#meta-links li a:hover, ul#meta-links li a:active   {
	text-decoration: none;
	color: #fff;
}

form#search {
	margin: 0;
	float: right;
	padding: 5px 8px 5px 8px;
	height: 30px;
	background: url(http://www.reekus.com/assets/images/meta-bg.png) repeat;
}

form#search input.keywords {
	padding: 3px;
	background: #fff;
	border: none;
	padding: 5px;
	color: #999;
}

form#search input.submit {
	padding: 3px;
	background: #000;
	border: none;
	padding: 6px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}


#contentWrapper, #footerWrapper {
	background: url(http://www.reekus.com/assets/images/body-bg-rep.png) repeat;
	padding: 25px 0 25px 0;
}

#footerTempWrapper {
	background: url(http://www.reekus.com/assets/images/body-bg-rep.png) repeat;
	min-height: 80px;
	padding: 25px 0 25px 0;
}


/*
#footerWrapper {
	background: url(http://www.reekus.com/assets/images/footer-rep.png) top left repeat-x;
	min-height: 350px;
	padding: 35px 0 20px 0;
}
*/

#footer h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0 0 5px 0;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	list-style: none;
	font-size: 1em;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}





/* Easy Slider */

#slider {
	border: 5px solid #000;
	background: #000;
}

#slider li span {
	height: 124px;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	margin: 230px 0 0 0;
	padding: 10px;
	display: block;
	color: #fff;
}

#slider li span strong {
	display: block;
}

#slider li a  {
	color: #fff;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:540px;
		height:373px;
		overflow:hidden; 
		background: #000;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn, #slider1next{left:696px;}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(http://www.reekus.com/assets/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{background:url(http://www.reekus.com/assets/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:10px 10px 5px 190px;
		height:28px;
		background: url(http://www.reekus.com/assets/images/featured-slider-title.png) bottom left no-repeat #000;	

		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		background:#231f20;
		color:#fff;
		padding:0 7px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#slider-title {
		position:relative;
		z-index: 99;
		top: 800px;
	}
	#slider-title h3 {color:#fff;}
	
/* // Easy Slider */


/*==========================
  Block Elements
===========================*/ 


.block-black {
	background: #000;
	padding: 10px;
}

.block-black h1, .block-black h2, .block-black h3, .block-black h4, .block-black h5, .block-black h5, .block-black p  {
	color: #fff;
	margin-bottom: 10px;
}

.top-margin {margin-top:10px;}





/*==========================
  Latest News List
===========================*/ 

ul.latest-news {
	margin: 10px 0 0 0;

}

ul.latest-news li {
	list-style: none;
	padding: 5px 0 16px 0;
	margin: 0 0 9px 0;
	border-bottom: 1px solid #666;

}

ul.latest-news li.last {border:none;}

ul.latest-news li a, ul.latest-news li a:visited {
	color: #000;
	text-decoration: none;
}

ul.latest-news li a strong:hover {
	color: #fff;
	text-decoration: none;
	background: #231f20;
	padding: 3px;
}

ul.latest-news li a small {
	font-size: 0.95em;
	font-weight: bold;

}

ul.latest-news li a strong {
	font-size: 1.25em;
	font-weight: bold;
}


/*==========================
  Newsletter Sign Up Widget
===========================*/ 


form#newsletter-signup {
	color: #fff;
	text-transform: uppercase;
}

form#newsletter-signup input.email {
	border: 1px dotted #fff;
	padding: 3px;
	color: #333;
	width: 250px;
	margin: 0 0 0 10px;
}

form#newsletter-signup input.email:focus {
	outline: none;
}

/*==========================
  Blocks
===========================*/ 


.block-diag {
	background: url(http://www.reekus.com/assets/images/diag.png) repeat #000;
	padding: 5px;
	height: auto;
}

.block-black-diag {
	background: url(http://www.reekus.com/assets/images/black-diag-bg.jpg) bottom center no-repeat #000;
	padding: 10px;
	height: auto;
}

.inner {
	background: #eee;
	padding: 5px;
	color: #262224;
}

.block-black-diag h1, .block-black-diag h2, .block-black-diag h3, .block-black-diag h4, .block-black-diag h5, .block-black-diag h6{
	color: #fff;
}

/*==========================
  Block Headings
===========================*/

h5.blackHeader {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	background: #000;
	display: block;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 0;
}



/*==========================
  Recent Releases Widget
===========================*/


.recent-release {
	padding: 3px 0 10px 0;
	margin: 3px 0 10px 0;
	border-bottom: 1px solid #999;
	min-height: 75px;
}

.recent-release img {
	float:left;
	clear:right;
	margin-right: 15px;
	border: 1px solid #000;
}

.recent-release p {
	margin: 0 0 5px 0;
}

.recent-release ul {
	margin: 0;
}

.recent-release ul li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
}

.recent-release ul li a, .recent-release ul li a:visited  {
	color: #fff;
	padding: 5px;
	background: #000;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}

.recent-release ul li a:hover  {
	color: #fff;
	padding: 5px;
	background: #333;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}





/*==========================
  Live Dates Widget
===========================*/


ul.live-dates {
	margin: 20px 0 20px 0;
}


ul.live-dates li {
	list-style: none;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
}

ul.live-dates li i {
	/*margin-left: 85px;*/
	font-family: "Georgia", Times, serif;
	font-weight: normal;
	color: #fff;

}

ul.live-dates li a, ul.live-dates li a:visited  {
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

ul.live-dates li a:hover  {
	color: red;
}





a.more-link-white, a.more-link-white:visited  {
	color: #000;
	padding: 5px;
	background: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}

a.more-link-white:hover  {
	color: #fff;
	padding: 5px;
	background: #333;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}




/*Online Store Button*/

.online-store-button {
	border: none;
	margin-top:10px;
}


/*Social Network Buttons*/

.social {
	height: 80px;
	/*border: 2px dashed #666;*/
}



/*SLIDING BOXES RECENT*/

.boxgrid{ 
	border: 3px solid #000000;
        background:#000000;
	overflow: hidden; 
	position: relative;
width:142px;
height:142px;
float:left;
margin:0 5px 0 5px;

margin-bottom:10px;
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 

}

.boxgrid p{ 
	padding: 0 5px; 
	color:#fff; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 144px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 100;
	left: 0;
}

.caption .boxcaption {
	top: 44;
	left: 0;
}

.boxgrid ul {margin:5px;}

.boxgrid ul li { 
list-style:none;
font-size:0.9em;
margin-bottom:10px;

}

.boxgrid ul li a, .boxgrid ul li a:visited  { 
color:#000;
text-decoration:none;
text-transform:uppercase;
font-size:0.8em;
padding:5px;
background:#fff;
}

.boxgrid ul li a:hover  { 
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:0.8em;
padding:5px;
background:#333;
}




/*ARTIST PROFILE PAGE*/

.artist-photo {
float:left;
clear:right;
margin:0 15px 10px 0;
border:3px solid #000;
}


#social-links {color:#fff;}

#social-links a, #social-links a:visited {
color:#fff;
text-decoration:none;
}

#social-links a:hover {
color:#fff;
text-decoration:underline;
}


.artwork {
border:3px solid #000;
float:left;
clear:right;
margin:0 15px 10px 0;
}

/*FORM STYLES*/

select {overflow:auto;}


/*==========================
  Latest News List
===========================*/ 

ul.live_dates {margin:0;}

ul.live_dates li {
	list-style: none;
	padding: 5px 0 16px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #666;

}
ul.live_dates li.last {border:none;}

ul.live_dates li a, ul.live_dates li a:visited {
	color: #000;
	text-decoration: none;
}

ul.live_dates li a strong:hover {
	color: #fff;
	text-decoration: none;
	background: #231f20;
	padding: 3px;
}

ul.live_dates li a small {
	font-size: 0.95em;
	font-weight: bold;

}

ul.live_dates li a strong {
	font-size: 1.25em;
	font-weight: bold;
}


.date {
width:35px;
height:55px;
background:#000;
border:1px solid #333;
color:#fff;
text-align:center;
text-transform:uppercase;
float:left;
margin-right:15px;
clear:right;
}

.day {
font-size:14px;
font-weight:bold;
}

.month {font-size:12px;}

.year {
font-size:10px;
font-weight:bold;
}


.news-block {
border: 1px solid #999;
padding:10px;
margin:0 0 20px 0;;
}


ul#footer-nav {
margin: 10px 0 10px 0;
padding:10px 0 10px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:center;
}



ul#footer-nav li{
list-style:none;
display:inline;
margin:5px;
padding:10px;
}


ul#footer-nav li a, ul#footer-nav li a:visited {
text-decoration:none;
color:#666;
}

ul#footer-nav li a:hover {
text-decoration:none;
color:#333;
}



.funding {
margin:35px 0 0 0;
text-align:center;
margin-left:auto;
margin-right:auto;
}






