/*   
Theme Name: Papas&Beer Racing Team Theme
Theme URI: 
Description: The Blog of Rodrigo Ampudia.
Author: Ian Stewart
Author URI: http://themeshaper.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('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Tema Papas&Beer Racing */
body { background: #202020; }
#container { width: 550px;}
#main { background: #323232 url(images/background_content.jpg) no-repeat center top; border: 0; }
#access { display: none; }
.main-aside { right: 70px; }
/* Header */
div#header { background: #000 url(images/background_header.jpg) no-repeat center top; }
div#branding { padding: 0; }
div#blog-title span a { background: url(images/rodamp_title.png) no-repeat center center; display: block; width: 417px; height: 289px; float: right; text-indent: -10000px; }
div#blog-title span a:link {}
div#blog-title span a:visited { background: url(images/rodamp_title.png); }
div#blog-title span a:hover { background: url(images/rodamp_title_hover.png); }
div#blog-title span a:active {}

/* Post */
h2 a:link { color: #FFF; }
h2 a:visited { color: #FFF; }
h2 a:hover { color: #FFF; }
h2 a:active { color: #FFF; }
div.post-date { background: url(images/background_date.png) no-repeat center center; width: 76px; height: 76px; margin-left:-79px; float: left; z-index: 2;  }
div.post-date span { display: block; text-align: center; width: 65px; }
div.post-date span.post-day { font-size: 20px; }

/* Post Twitter */
div.category-twitter div.post-date { background: url(images/background_date_twtter.png) no-repeat center center; width: 76px; height: 76px; margin-left:-79px; float: left; z-index: 2; }
div.category-twitter div.post-date span { display: block; text-align: center; width: 65px; }
div.category-twitter div.post-date span.post-day { font-size: 20px; }
div.category-twitter h2, div.category-twitter .entry-meta { display: none; }
div.category-twitter .entry-content { padding:0; }
div.category-twitter .entry-utility { margin: 0; color: #000; }
div.category-twitter .entry-content p { margin-bottom: 5px; }
div.category-twitter { padding: 0 10px; min-height: 76px; background: url(images/background_post_twtter.png) no-repeat right center; }

div.category-twitter a { color: #fff; }
div.category-twitter a:link { }
div.category-twitter a:visited { color:#0CF; }
div.category-twitter a:hover { color: #fff;}
div.category-twitter a:active {}

.hentry {
	background: #000;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	overflow: visible;
}

#content, #main { overflow: visible !important; }
.clear { clear: both; }

/* Pictures */
.wp-caption { background: #666 url(images/background_pics.jpg) no-repeat center center; padding-top: 5px; }

/*  S I D E   B A R   */

/* Search */
.widget_thematic_search { background-color: #3F0; width: 302px; height: 37px; background: url(images/background_search.png) no-repeat center center; margin-bottom: 20px; }
.widget_thematic_search h3 { display: none; }
input#s { border: 0; padding: 5px; height: 27px; width: 270px; background-color: transparent; color: #FFF; font-size: 16px; }
.aside { border: 0 !important; padding: 0 !important; margin: 0 !important; }

/* Categorias */
.widget_text h3.widgettitle { background-color: #000; background: url(images/background_sponsors.jpg) no-repeat center top; padding-bottom: 10px; width: 302px; text-indent: -10000px;}
.widget_archive h3.widgettitle { background-color: #000; background: url(images/background_archives.jpg) no-repeat center top; padding-bottom: 10px; width: 302px; text-indent: -10000px;}
.widget_categories, .widget_archive, .widget_text { background-color: #000; background: url(images/background_categories.jpg) no-repeat center top; padding-bottom: 10px; width: 302px; }
.widget_categories h3.widgettitle { background: #000 url(images/background_categories_title.jpg) no-repeat center center; width: 302px; height:28px; text-indent: -10000px;}
.widget_categories a, .widget_archive a, .widget_text { font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #FFF; }

#footer { margin: 0; padding: 0; border: 0; background: #202020 url(images/background_footer.jpg) no-repeat center center; height: 400px; }