/*   
Theme Name: Sketchblog
Theme URI: 
Description: Lisa's blog's theme.
Author: Christy Nyiri
Author URI: http://nyiri.ca
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('typography.css');

/* Apply Lisa's navigation styling */
@import url('nav.css');

/* Apply a basic layout */
@import url('layout.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css'); 

/* Apply default theme styles and colors 
@import url('../thematic/library/styles/18px.css');*/



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

/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights 

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}*/


#main {

    padding: 30px 0 16px 30px;

}
