/*
Theme Name: RWRS
Theme URI: http://www.visualcoma.com/
Description: Based on Parent Theme 3.2.2
Author: Randy Hicks | VisualComa
Author URI: http://www.visualcoma.com
Version: 0.0.2
*/

@import url("css/reset.css");
@import url("css/default.css");
@import url("css/blocks.css");
@import url("css/comments.css");
@import url("css/chromestyle.css");
@import url("css/pagenavi-css.css");

body {word-wrap:break-word;}
.menu li, p {height:100%;}

/* broadcast */
#roadshow_chat_button {width:270px; float:right;}
#blank_page .broadcast_chat .title {display:none;}


.entry legend { font-size:18px; padding:0 0 10px; }

#page .fb_share_count_wrapper { display:block; float:right; margin:5px }
#page .tweetmeme_button { display:block; float:right; margin:5px; margin-top: 6px;}

.post-ratings {
	padding:10px;
}

.artistdata_alt {}
.artistdata_alt a { color:#000; }

.artistdata_alt li { padding:0 10px 10px; }
.artistdata_alt .view_all { padding:0 10px 10px; }

.artistdata_date,
.artistdata_name,
.artistdata_loc { display:block; }

.artistdata_date { font-size: 16px; color:#fff; text-decoration:underline; font-weight:800;}

/* widget_flickrRSS */


.widget_flickrRSS { text-align:center; }
.widget_flickrRSS .p_gradient { padding-bottom:10px; }
.widget_flickrRSS .widget_title { text-align:left; }
.widget_flickrRSS img {
	margin:5px;
	margin-bottom:0px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 0px 3px #000;
	-webkit-box-shadow: 0 0px 3px #000;
}
.widget_flickrRSS .widget_title img {
	margin:0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* artistdata_shows */

.entry .artistdata_shows .artistdata_show {
	padding:0 0 7px 0;
	margin:0 0 30px 0;
	background:url('images/lines/title_line.png') left bottom no-repeat;
}
.entry .artistdata_shows .show_1 {}

.artistdata_shows .artistdata_show .ad_section {padding-bottom:10px;}

.artistdata_shows .artistdata_show .ad_titles {display:block; text-decoration:underline; }
.artistdata_shows .artistdata_show .ad_date {}
.artistdata_shows .artistdata_show .ad_name {
	font-size:18px;
	font-weight:800;
	color:#000;
	text-decoration:none;
}
.artistdata_shows .artistdata_show .ad_venueName { display:block; }
.artistdata_shows .artistdata_show .ad_location {
	padding:0 7px 7px 0;
	clear:both;
}
.artistdata_shows .artistdata_show .ad_venuePhone { clear:left; }
.artistdata_shows .artistdata_show .ad_venueAddress,
.artistdata_shows .artistdata_show .ad_map_link  { display:block; }
.artistdata_shows .artistdata_show .ad_city,
.artistdata_shows .artistdata_show .ad_stateAbbreviation,
.artistdata_shows .artistdata_show .ad_venueZip { padding-right:7px; }
.artistdata_shows .artistdata_show .ad_location span {}

.artistdata_shows .artistdata_show .ad_info span { padding-right:7px; }

/* Widget */
.artistdata .artistdata_shows .artistdata_show {
	display:block;
	float:left;
	position:relative;
	height:60px;
	width:100%;
	padding:0 10px;
}
.artistdata .artistdata_shows .artistdata_show span { display:block; float:none; }
.artistdata .artistdata_shows .artistdata_show .ad_date {
	position:absolute; top:0; left:10px;
	font-size:14px;
	font-weight:800;
	color:#000;
}
.artistdata .artistdata_shows .artistdata_show .ad_date a { color:#000; }
.artistdata .artistdata_shows .artistdata_show .ad_timeSet {
	position:absolute; top:0; right:30px;
	font-size:14px;
	font-weight:800;
	color:#000;
}
.artistdata .artistdata_shows .artistdata_show .ad_venueName {
	position:absolute; top:15px; left:10px;
	font-size:12px;
	font-weight:200;
	color:#fff;
}
.artistdata .artistdata_shows .artistdata_show .ad_stateAbbreviation {
	position:absolute; top:30px; left:10px;
	font-size:12px;
	font-weight:200;
	color:#fff;
}
.artistdata .artistdata_shows .artistdata_show .ad_city {
	position:absolute; top:30px; left:35px;
	font-size:12px;
	font-weight:200;
	color:#fff;
}

.artistdata .artistdata_shows .ad_view_all {
	position:absolute; top:0px; left:10px;
	display:block;
	float:left;
	position:relative;
	height:20px;
	width:220px;
	padding:0 10px;
	border-top:solid 1px #fff;
}

/* vc_mtweet */

.vc_mtweet {}

.vc_mtweet .widget_title {}
.vc_mtweet .widget_title a {}
.vc_mtweet .widget_title a img {}

.rwrs_mtweet .tweet_user,
.vc_mtweet .tweet_user { padding:0 10px}
.vc_mtweet .tweet_user ul {}
.vc_mtweet .tweet_user ul.tweet_list {}
.rwrs_mtweet .tweet_user ul.tweet_list li,
.vc_mtweet .tweet_user ul.tweet_list li {
	padding:10px 0;
	border-bottom:solid 1px #fff;
}
.vc_mtweet .tweet_user ul.tweet_list li.tweet_first {}
.vc_mtweet .tweet_user ul.tweet_list li.tweet_odd {}
.vc_mtweet .tweet_user ul.tweet_list li.tweet_even {}

.vc_mtweet .tweet_user ul.tweet_list li a {}
.vc_mtweet .tweet_user ul.tweet_list li a.tweet_avatar {}
.rwrs_mtweet .tweet_user ul.tweet_list li a.tweet_avatar img,
.vc_mtweet .tweet_user ul.tweet_list li a.tweet_avatar img {
	float:left;
	border:solid 1px #fff;
	margin:0 5px 1px 0;
}
.vc_mtweet .tweet_user ul.tweet_list li span {}
.vc_mtweet .tweet_user ul.tweet_list li span.tweet_text {}
.rwrs_mtweet .vc_mtweet .tweet_user ul.tweet_list li a.tweet_min,
.vc_mtweet .tweet_user ul.tweet_list li a.tweet_min { display:none; }
.rwrs_mtweet span.tweet_follow,
.vc_mtweet span.tweet_follow {
	display:block;
	height:37px;
}
.rwrs_mtweet span.tweet_follow a,
.vc_mtweet span.tweet_follow a {
	display:block;
	float:right;
	padding:10px;
	width:120px;
	height:17px;
	text-indent:-9999px;
	background:url('images/twitter_follow.png') 10px 10px no-repeat;
}
.vc_mtweet_tabbed {}
.vc_mtweet_tabbed #vc_mtweet_nav {}
.vc_mtweet_tabbed #vc_mtweet_nav ul {}
.vc_mtweet_tabbed #vc_mtweet_nav ul li { display:inline; padding:5px; }
.vc_mtweet_tabbed #vc_mtweet_nav ul li a {}
.vc_mtweet_tabbed #vc_mtweet_nav ul li a:hover {}

.vc_mtweet_tabbed #tweet_user_tabbed {}
.vc_mtweet_tabbed #tweet_user_tabbed .tweet_user {}

.vc_mtweet_tabbed #tweet_user_tabbed_search_hide {}
.vc_mtweet_tabbed .tweet_user {}

.vc_mtweet_tabbed .tweet_follow_tabbed {}
.vc_mtweet_tabbed .tweet_follow_tabbed a {}
.vc_mtweet_tabbed .tweet_follow_tabbed a:hover {}








