/* 
Theme Name: Blubs
Description: Premium WordPress Theme
Title: Screen styles and ie/win fixes
Author: Blog Perfume
Author Email: info@blogperfume.com
Author URI: http://www.blogperfume.com
Tags: pink, grey, black, two columns, extra columns, fluid width, widgets ready
Last Update: Apr 20, 2008
*/

/* import stylesheets and hide from ie/mac \*/
@import url("master.css");
@import url("screen.css");
/* end import/hide */

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.commentlist li.tweetback {  
     background-color: #94E4E8;  
}  