/*
Theme Name: FSC (WordPress Default)
Theme URI: http://www.fsc.org/
Description: FSC theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Chris Smith
Author URI: http://www.chris-smith-web.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Imports */

@import url("fsc_header.css");
@import url("fsc_footer.css");
@import url("fsc_leftsidebar.css");
@import url("fsc_rightsidebar.css");
@import url("fsc_collapsingpages.css");
@import url("fsc_home.css");

/* Elements */

a, a:link, a:active, a:visited, a:focus
{
    text-decoration:none;
    color:#b54a3e;
} 

a:hover {
    text-decoration:underline;
    color:#b54a3e;
}

body 
{
    background-color:#ffffff;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:100.1%;
    font-weight:normal;
    color:#000000;
    margin:0px;
    padding:0px;
}

h1
{
    font-size:1.4em;
    font-weight:bold;
    margin:0px;
    margin-top:0px;
    margin-bottom:1.5em;
}

h2
{
    font-size:1.2em;
    font-weight:bold;
    margin-top:1.5em;
    margin-bottom:1.5em;
}

h3
{
    font-size:1.2em;
    border-bottom:1px solid #eeeeee;
    margin-bottom:1em;
    color:#555555;
}

hr
{
    border:none;
    border-top:1px solid #ccd3e4;
    height:1px;
    margin-top:1.5em;
    margin-bottom:1.5em;
    clear:both;
}

textarea
{
    width:500px;
}

/* Classes */

.alignleft
{
    float:left;
    margin:10px;
    border:solid 1px #000000;
}

.alignright
{
    float:right;
    margin:10px;
    border:solid 1px #000000;
}

.container 
{
    position:relative;
	top:0px;
	width:924px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-image:url('../images/wrapper_bg.png'); /* not working */
	background-repeat:repeat-y;		
}

.content 
{
    position:absolute;
	left:200px;
	right:189px;
	top:218px;
	width:504px; /* changed from 524px */
	background-color:#ffffff;
	color:#000000;
    font-size:0.75em;
    letter-spacing:0.03em;
    word-spacing:0.1em;
    line-height:1.5em;
    padding:20px;
}

.sub-pages ul
{
    margin:0px;
    padding:0px;
}

.sub-pages ul li
{
    list-style:none outside;
    margin:0px;
}