/*
Theme Name: Blackrock Theme
Theme URI: http://redmediacrm.com
Description: The blackrock theme of Rivermaya's site
Version: 1
Author: Cha Magalong <cha@redmediacrm.com>
Modified by: Marites Quitoriano <marites@redmediacrm.com>
*/
body {
	background: #000;
	text-align: center;
	line-height: 1.6;
	letter-spacing:1px;	
	font-family: 'Helvetica Neue', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #d9d9d9;
	font-weight:lighter;
	
}
	
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 11px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #d6d6d6;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: none;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} 

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
	margin-right: 5px;
}

.alignright {
	float: right;
	margin-left: 5px;
}

.container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.container-header {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	height: 482px;
}


.clearfix {
	clear: both; 
}

.hidetext {
	display:none;
}

#home{
	
	
	margin: 0px auto;
	height: 100%;
	}

	
	
#header {
width: 1060px;
margin: 190px auto;
z-index: 100;
position: relative;
}


#logo  {
position: absolute;
top: 0px;
left: 100px;
z-index: 200;
}

#logo , #logo  a {
display: block;
width: 233px;
height: 78px;
}

#logo a {
background: url(images/logo.png) no-repeat;
}

#home span#slogan {
	font-style: italic;
	color: #ccc;
	font-size: 13px;
    padding-left: 0px;

}

ul#menu {
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 120px;
	overflow: hidden;
    	font-size:18px;
	color:#d6d6d6;
	background-color:#2a2b2b;
	opacity: 0.8;
	filter: alpha(opacity=80); /* needed for IE */
	width:100%;
	font-weight: 100;
	padding-left:150px;
        z-index: 300;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	color: #d6d6d6;
	display: block;
	padding: 5px 13px;
	text-transform: capitalize;
}

ul#menu li a {
	text-decoration: none;
}

ul#menu li.active a, ul#menu li a:hover {
	color: #08d1c0;
    text-decoration: none;
}

#main {
	float: left;
	width: 600px;
	font-size:14px;
}

#content {
	padding: 0px;
	height:100%;
}


#sidebar {
	float: left;
	width: 340px;
	color: #000;
	font-size:14px;
}

#sidebar h2 {
	font-size: 17px;
	text-transform:uppercase;
}

#sidebar .block {
	padding: 1px;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	padding: 14px 30px 8px;
}


#footer {
	color: #aeb3b6;
	background: #000 url(images/footer.jpg) no-repeat bottom center;
	margin: 0px auto;
	height:325px;
}

.container-footer {
	text-align: right;
	height:42px;
	overflow: hidden;
	position:relative;
	padding:250px 157px 20px 0px;
}


#leftcontent {
	float: left;
	width: 410px;
	
}
#rightcontent {
	float: left;
	width: 580px;
       
}


body#home #content .title, body#home #content .atitle {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: normal;
    color: #08a38c;
    line-height: 20px;
    padding-top: 10px;
}

body#home #content .atitle {
   padding-left: 15px;
}

body#home #content div.hr {
	margin: 25px 0px;
}
 
body#home #content .more a{
      float: right;
      background: #0CA295;
      width: auto;
      padding: 2px 4px 2px 4px;
      color: #DFDFDF;
      text-decoration: none;
      font-weight: normal;
      font-size: 11px;
}

body#home #content .more a:hover{
      float: right;
      color: white;
	  background: #232c31;
}

body#home #content .latest-article{
	float: left;
	width: 364px;
	height:412px;
	margin: 0 0 20px 32px;
	border: 1px solid #545252;
	background-color:#151515;
	padding:6px;
}

body#home #content .latest-tour{
	float: right;
	width: 540px;
	height:100%;
	margin: 0 0 20px 20px;
	background-color:transparent;
	padding:6px;
}

body#home #content .latest-video{
	float: left;
	width: 364px;
	height:100%;
	margin: 0 0 20px 32px;
	border: 1px solid #545252;
	background-color:#151515;
	padding:6px;
	display:inline-block;
}

body#home #content .latest-gallery{
	float: left;
	width: 364px;
	height:100%;
	margin: 0 0 20px 32px;
	border: 1px solid #545252;
	background-color:#151515;
	padding:6px;
}

body#home #leftcontent .latest-gig{
	float: left;
	width: 364px;
	height:100%;
	margin: 0 0 20px 32px;
	border: 1px solid #545252;
	background-color:#151515;
	padding:6px;
}

body#home #content .social {
	float: left;
	width: 364px;
	height:100%;
	margin: 0 0 20px 32px;
	border: 1px solid #545252;
	background-color:#151515;
	padding:6px;
}

body#home #content .social li{
    font-size: 20px;
    color: #000;
    line-height: 110%;
    margin-bottom: 20px;
}

body#home #content .social .twitdate{
    font-size: 12px;
    font-style: italic;
    color: #7a7a7a;
    margin: 0px;
}

body#home #leftcontent .latest-gig ul {
        margin-left: 5px;
}
body#home #rightcontent .latest-gig{
	float: left;
	margin: 0 31px 25px 20px;
	font-size:12px;
	padding: 0 15px 25px 15px;
	width: 490px;
        background: #151515;
        border: 1px solid #545252;
}

<!--gigs-->

ul#sked {
    font-size:14px;
	color:#d6d6d6;
	font-weight: 100;
	padding-left:10px;
}

ul#sked li {
	
}

ul#sked li a {
	color: #d6d6d6;
	display: block;
	padding: 5px 13px;
	text-transform: capitalize;
}

ul#menu li a {
	text-decoration: none;
}

ul#sked li.active a, #header ul#sked li a:hover {
	color: #08d1c0;
    text-decoration: none;
}

<!--end gigs-->

body#home #content .latest-tour div.text-tour{
	float:right;
	padding-left:5px;
	padding-top:10px;
}

body#home #content .latest-article span.album{
	float:right;
}

body#home #content .latest-article span.registration{
	float:left;
}

body#home #content .latest-article div.label{
	float:left;
	position:absolute;
	margin-left:-15px;
}

body#home #content .latest-article span.text-album{
	float:left;
	padding-left:5px;
	padding-top:50px;
}

body#home #content .latest-article span.album-element{
	float:left;
	padding-left:5px;
}

body#home #content .latest-article li{
    font-size: 20px;
    color: #000;
    line-height: 110%;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}


body#home #content .postdate{
    font-size: 11px;
    font-style: italic;
    color: #7a7a7a;
    margin: 0px;
    position: relative;
    top: -15px; 
}

body#home #content .excerpt{
    font-size: 14px;
    color: #000;
}

body#home #content .excerpt span a{
    font-style: italic;
    color: #7a7a7a;
    text-transform: uppercase;
    padding-left: 10px;
}

body#home #content .latest-article ul {
	list-style-type: none;
}


ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	margin: 0 31px 25px 20px;
	font-size:12px;
	padding: 0 15px 25px 15px;
	width: 490px;
        background: #151515;
        border: 1px solid #545252;
}


.archive  {
        margin: 0 31px 25px 20px;
	font-size:12px;
	width: 520px;
        background: #151515;
        border: 1px solid #545252;
}

.archive .post {
border: none;
margin: 0;
}

.post a{
color: #fff;
text-decoration: underline;
}



.post .title a {
color: #0ca295; margin: 0;
padding: 0;
text-decoration: none;
}

.post a:hover, .post .title a:hover, .post .atitle a:hover, .latest-gig h2 a:hover{
color: #fff;
text-decoration: underline;
}

.post .entry a:hover, .post .title a:hover, .latest-gig h2 a:hover {
text-decoration: none;
}


.post ul, .post ol {
margin-left: 25px;
}

p.postmetadata {
font-size: 10px;
color: #bfbfbf;
margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #000;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #717171;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}



p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #616161;
	text-decoration: underline;
}


p#tip {
	font-size: 16px;
}


#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 365px;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	font-size: 11px;
	width: 60px;
}

.video {
float: left;
}

.video a img {
border: 5px solid #ffffff;
margin: 6px 0;
margin: 10px 15px 10px 5px;
}


.video a:hover img {
border: 5px solid #ffd015;
}

#accordion {
float: left;
width: 100%;
line-height: 12px;
}

#accordion h4 {
padding: 8px 14px;
margin: 0;
}

#accordion h5 {
margin: 0;
padding: 0;
color: #000;
position: relative;
top: -12px;
font-weight: bold;
font-style: italic;
}

#accordion ul {
margin-left: 0px;
}
#accordion li {
padding-bottom: 8px;
height: 120px;
float: left;
display: inline-block;
width: 470px;
}



.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; zoom: 1; }

.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important;  }

.ui-accordion .ui-accordion-header a { display: block;  }

.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%;  }

.ui-accordion .ui-accordion-content { padding: 10px 14px; border-top: 0; position: relative; top: 0; overflow: auto; display: none; background: #fff; color: #000; margin: 0;}

.ui-accordion .ui-accordion-content a {
color: #000;
text-decoration: underline;
}

.ui-accordion .ui-accordion-content-active { display: block; }


/* Interaction states

----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #AFAFAF; font-weight: normal; color: #262e34; outline: none; padding: 2px 0 2px 18px; text-transform: uppercase;}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #08a38c; text-decoration: none; outline: none; padding: 2px 0 2px 18px; text-transform: uppercase; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada; outline: none; }

.ui-state-hover a, .ui-state-hover a:hover { text-decoration: none; outline: none; }

.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #cecece; font-weight: bold; color: #08a38c; outline: none; padding: 2px 0 2px 18px; text-transform: uppercase;}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #262e34; outline: none; text-decoration: none; padding: 2px 0 2px 18px; text-transform: uppercase; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; color: #000; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #000; }

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

.ui-icon { width: 4px; height: 12px; background: url(images/bullet_red.gif) 0 4px no-repeat; }


.twit_date {
font-style: italic;
color: #ddd;
font-size: 10px;
}

a.twit_link {
text-decoration: none;
color: #08A38C;
}

#comments {
float: left;
width: 100%;
}



#comments a {
text-decoration: underline;
}


#comments a:hover {
color: #b89947;
}


#comments .author {
background: #0CA295;
color: #f4f4e0;
font-size: 1.2em;
padding: 1px 5px;
position: relative;
left: -5px;
}



#comments .author a {
color: #d9be74;
text-decoration: none;
}



#comments .author a:hover {
color: #f4f4e0;
text-decoration: none;
}

#comments p {
padding-top: 5px;
padding-bottom: 5px;
}

#comments ul {
margin: 0;
padding: 0;
}


#comments li {
list-style-type:none;
border-bottom: #290203 dashed 1px;

}


#comments .format, #comments .formatformat {
padding: 10px 15px;
}

#comments .format:hover, #comments .formatformat:hover {
background: #111111;
}

#comments .format {
background: #1F1F1F;
}











