/*
Theme Name: Post Highlights
Theme URI: http://hacklab.com.br/
Description: Post Highlights theme
Version: 1.0
Author: Hacklab e Anderson Orui
Author URI: http://andersonorui.com.br/
Template: thematic
*/

/* 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 */
@import url('../thematic/library/styles/default.css');

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

.home #container {
    width:960px;
    float:left;
}
.home #screecast {
    float:right;
    margin: 22px 0 0 0;
}
.home #content {
    margin:22px 0;
    width:398px;
    overflow:hidden;
}
