﻿/*   
Theme Name: SLP WordPress
Theme URI: 
Description: Thematic Framework based theme for SLP.
Author: SLG Marketing
Author URI: http://www.slgmarketing.com/
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('../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');

/* Prepare theme for plugins */
@import url('../../../../includes/css/stylesheet.css');


#main {
    width:850px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:850px;
    float:right;
    margin: 0 0 0 -310px;
}
#content {
    width:600px;
    overflow:hidden;
    margin: 0 0 0 250px;
}
.hentry {
    width:600px;
}
.main-aside {
    width:230px;
    float:left;
    position:relative;
}
#subsidiary {
    width:850px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:230px;
    float:left;
    margin:0 20px 0 0;
}


#container p, ul, ol, dd, pre {
	font: 12px Arial,sans-serif;
    line-height:16px;
    margin-bottom:--px;
}
pre, code {
	font: 12px Arial,sans-serif;
	line-height:--px;
}

#footer{ border-top: none; }

.searchInput{
font: 12px Arial,sans-serif;
}

#searchform{
	font: 12px Arial,sans-serif;
}
