/*   
Theme Name: Mattress Mattress Child Theme for Thematic
Theme URI: 
Description: One column theme for MattressM Mattress.
Author: Sara Maximus
Author URI: http://www.redsaidfred.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('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('1c-fixed.css');

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

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


/* =Global Elements
-------------------------------------------------------------- */


body, input, textarea {
    font: 1.125em Arial, Helvetica, sans-serif;
    line-height:1.4em;
}
p, ul, ol, dd, pre {
    margin-bottom:1em;
}
pre, code {
	font-family:Monaco, monospace;
}
blockquote {
    color:#000;
    font-size:1.2em;
	line-height:1.5em;
	margin-top:2em;
}
table {
    margin:0 0 1em 0;
}
caption {
}
tr {
}
th, td {
    padding: .7em 1.25em;
	text-align:center
}
th {
	font-size:1.2em;
	line-height:1.5em;
}
hr {
    background-color:#999;
    border:0;
    color:#999;
    height:1px;
    margin-bottom:1em;
}
a:link {
    color:blue;
}
a:visited {
    color:purple;
}
a:active,
a:hover {
    color: blue;
}
