/*   
Theme Name: RB_Theme
Theme URI: http://www.rentalbeast.com/blog
Description: A child theme of thematic
Author: Lauren Grinberg
Author URI: http://www.laurengrinberg.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../RB_theme/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#rb_login{
	width:940px;
	margin:.5em auto 0;
}
#twitter-tools{
	background:url(http://www.rentalbeast.com/image/twitterBird.gif) no-repeat scroll 15em 0;
	}
#rb_RSS{
	margin:1em 0;
}
.entry-content img {
	border:1px solid;
}
a:link {
	color:#250959;
}
a:hover {
	color:#FF5E07;
}
/*p.facebook img{
	border:none;
	padding:0;
}
*/
.wp-caption-text{
	text-align:left;
	font-style:italic;
}
.entry-content h1, .entry-content h2 {
font-family:Arial,sans-serif;
font-size:19px;
font-weight:bold;
padding:14px 0 7px;
}

.entry-content h3 {
font-size:17px;
font-style:normal;
padding:14px 0 7px;
}
p, ul, ol, dd, pre {
font-size: 1.125em;
margin-bottom:14px;
}