/* @override http://relientk.com/wordpress/wp-content/themes/relientk/style.css */

/*
Theme Name: Relient K
Theme URI: http://relientk.com/
Description: Theme for Relient K
Version: 1.0
Author: Ryan Chase
Author URI: http://therushisloud.com/
Tags: 
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	background-color: #000;
	text-align: left;
	padding:0; 
	margin:0; 
	border:0; 
	color: #fff;
	font-family: Arial, Hevetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	width: 420px;
	margin-left: 160px;
}

#twitterTop{

	width: 430px;
	background-image: url(images/75p_black.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='/images/75p_black.png');
    margin: 0 0 10px 0;
    text-align: left;
    padding: 10px;
    color: #ccc;
}

#twitterTop p{
	margin: 0;
}

#twitterTop ul ,#twitterTop ul li, #twitterTop ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearleft{
	clear:left;
}

#twitterTop .avatar{
	float: left;
	margin-right: 10px;
}

#twitterTop .avatar a img{
	border: 0;
}

#twitterTop .info a{
	color: #666;;
}

#sidebar{
	padding: 0;
	margin: 0;
}

#content {
	width:430px;
	background-image: url(images/75p_black.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following  */  		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='/images/75p_black.png'); 
	text-align:left;
	padding: 10px;
}

#header {
	width: 430px;
}

a{
	color: #ffdc00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2{
	color: #fff;
}

p{
	color: #ccc;
}

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header h1{
	font-size: 58px;
	margin: 0 0 0 -3px;
	letter-spacing:-3px;
	padding: 0 0 0 0;
	background:  url(images/logo.png) no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following  */  		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='/images/logo.png'); 

	
	text-indent: -1000px;
}

#header h2{
	margin-left: 0px;
}

#header .social {
	float: right;
	margin-top: 35px;
}

#header .social a{
	margin-left: 5px;
}

#header .social a img{
	border: 0;
}

#header ul{
	margin: 0 0px 5px 0px;
	padding: 0;
	list-style: none;	
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}

#header ul li {
	display: inline;
	margin-right: 8px;
	vertical-align:top;	
	list-style: none;
}

#header ul li a{
	color: #ccc;
	text-decoration: none;
	font-size: 16px;

}

/* GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p{
	display: block;
	margin: 0px 0 10px 0;

}
h2.pageTitle{
	font-size: 36px;
	margin: 0;
	letter-spacing:-1px;
}

h3{
	font-size: 18px;
}

/* --------------- Posts ----------------*/
.post{
	color: #ccc;
}

/* --------------- Shows ----------------*/
.show {
	margin-bottom: 15px;
}

.show .date{
float: left;
width: 100px;
font-size: 16px;
margin-bottom: 5px;
}

.show .city{
	margin-bottom: 5px;
}

.show .city a{
	color: #fff;
	text-transform: uppercase;
}

.show .venue{
	clear: left;
	text-transform: uppercase;
}

#dbem_global_map{
	color: #000;	
}

ul.dbem_events_list {
	margin: 0;
	padding: 0;
}

.event {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

.event .eventDate {
	font-size: 18px;
	margin-bottom: 10px;;
}

.event .eventDate span {
	font-size: 14px;
	text-transform: uppercase;
}

.eventInfo{
	
}

.eventLocation{
	text-transform: uppercase;
}

.eventTicket{
	text-align: right;
	float:right;
}

.eventNotes p{
	display: inline;
}

.showsLinks{
	float: right;
	padding-top:15px
}

/* --------------- About ----------------*/
.member {
	margin-bottom: 20px;
	width: 400px;
	height: 200px;
	vertical-align: middle;
	color: #ccc;
}

.member strong{
	font-weight: nomral;
	font-size: 14px;
}

.member img{
	float: left;
	margin-right: 20px;
	border: 1px solid #999999;
}

.member p{
	padding-top: 50px;
}


/* --------------- Commente ----------------*/
ol.commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li{
	margin: 10px 0;
	border-bottom: 1px solid #333;
}

#comment{
	width: 430px;
	height: 150px;
}

img.avatar{
	display: none;
}

/* --------------- Tweets ----------------*/
#slider {
    width: 450px;
    margin: 0;
    position: relative;
    padding: 0;;
}

.scroll {
    width: 430px;
    position: relative;
    clear: left;
padding: 0;
}

.scrollContainer div.panel {
    height: 100%;
    width: 430px;
    overflow: auto;
    border: 1px solid #ff000;
}

.scrollContainer div.panel h2 span{
	font-size: 12px;
	margin-left: 10px;
}

.scrollContainer div.panel h2 img{
	vertical-align:middle;
	margin-right: 10px;
}

.twitter-timestamp,p.meta a {
	color: #666;
}



p.twitter-message{
	margin: 0;
}

p.meta {
margin: 0 0 10px 0;
}

.hide {
    display: none;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
    color: #000;
}

ul.navigation a:focus {
    outline: none;
}

ul.feed{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.feed li{
	margin: 0 0 10px 0;
	height: 55px;
}

ul.feed p{
	margin: 0;
	padding: 0;
}

ul.feed .avatar{
	float: left;
	margin-right: 10px;
}

ul.feed li .date{
	color: #666;
}

