@charset "utf-8";

/**
 * "framework7" - A CSS structure and development enviroment.
 *
 * this css-file contains only typo-definitions.
 *
 * TOC:
 * standard types
 * layout containers
 * content classes
 *
 * @author 			Matthias Arncnik
 * @copyright 		Copyright 2007, Matthias Arncnik
 * @date 			2008-02-11
 * @lastmodified 	2008-02-11
 *
 * @package 		framework7
 * @subpackage 		storm
 *
 * @version 		3.0.4
 *
 * @media 			all, print
 * @site 			storm
 * @style 			default
 */
 
@media all {
	/**
	 * @section standard types
	 */
	/* structure */
	body, head, html, title {}
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}

	/* text */
	abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var {}
	
	h1 {font-size: 2.1em; font-weight: normal;}
	h2 {font-size: 1.9em; font-weight: normal;}
	h3 {font-size: 1.4em; font-weight: normal;}
	h4 {font-size: 1.1em; font-weight: bold;}
	h5 {font-size: 0.9em; font-weight: bold;}
	h6 {font-size: 0.7em; font-weight: bold; text-transform: uppercase;}
	
	div.window-pane-header h1 {font-size: 1.8em; font-weight: normal;}
	div.content-pane-header h2 {font-size: 0.8em; font-weight: bold; text-transform: uppercase;}
	
	p {line-height: 1.5em;}

	/* hypertext */
	a {}
	
	a {text-decoration: none;}
	
	/* list */
	dl, dt, dd, ol, ul, li {}
		
	/* object */
	object, param {}
	
	/* presentation */
	b, big, hr, i, small, sub, sup, tt {}

	/* forms */
	button, fieldset, form, input, label, legend, select, optgroup, option, textarea {}
	
	/* table */
	caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr {}

	/* image */
	img {}
	
	/**
	 * @section layout
	 */
	 
	/**
	 * @section content
	 */
}

@media print {
	
}

