/*
Theme Name: Official Cool Factor Child
Theme URI: http://www.visualcoma.com/
Description: Defalut Child Theme for Parent Theme
Version: 0.0.2
Author: Randy Hicks
Author URI: http://www.visualcoma.com
Tags: Child Theme 
Template: ParentTheme
*/

@import url("../ParentTheme/style.css");
@import url("css/default.css");
@import url("css/type.css");
@import url("css/blocks.css");

/* Header */

#guitar_pic {
	float:left;
	margin:25px;
}

#title_img {
	float:left;
	margin:45px 0 0 0;`
}

/* FlickrRSS */

span.flick img {}

li.widget_flickrRSS img {
	margin:0 5px 5px 0;
	border:solid 1px #333;
}

/* Flickr */

li.rlh_flickr_w {
	line-height:auto;
}

li.rlh_flickr_w h2 {}

li.rlh_flickr_w img {}

li.rlh_flickr_w a img {
	margin:0 10px 10px 0;
	border:solid 1px #000;
}

li.rlh_flickr_w a:hover img {
	margin:0 10px 10px 0;
	border:solid 1px #000;
}

/* Single Twitter */

ul.menu li.rlh_single_tweet_w {
	clear:both;
}

ul.menu li.rlh_single_tweet_w ul li {
	margin:0 0 7px 0;
	padding:0 7px 7px 7px;
	border-bottom:solid 1px #999;
}

li.rlh_single_tweet_w ul li a {}

.rlh_single_tweet_w span.link {
	float:right;
	clear:both;
}