/*   
Theme Name: FAST/SAFE
Theme URI: 
Description: téma založené na framework Thematic, design: Ondřej Carda
Author: Ondřej Carda
Author URI: http://ondrejcarda.com/
Template: thematic
Version: 1.0
Tags: FAST/SAFE tmeme thematic framework
.
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-l-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');



/* IMPORT STYLU PRO CELÝ FAST/SAFE */
@import url('style.css');


/* -------------------------------------------------------------- 
   
	FAST/SAFE styly změněné pro stránku RALLY:
  
-------------------------------------------------------------- */  

#headerimg {
	width: 940px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

h1, h2 {
	margin-bottom: 20px;
}



/*#content {
	margin-left: 20px;
	width: 900px;
}
#content h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 20px;
}
#content p{
	font-size: 13px;
	color: #666666;
}*/

