@charset "utf-8";
/* Expression Engine Theme
-----------------------------------------------------------------
Theme Name: Syrup
Author: Marcus Kielly - marcus@deckchair.co.uk
Company: http://www.deckchair.co.uk/
Version: 1.0
Date: 19 March 2009
-----------------------------------------------------------------
/*-------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,img, strong, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, form, label, legend, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

ul, ol, dl
    {
    list-style-type: none;
    }

a
	{
	text-decoration: none;
	}

a:hover
      {
      text-decoration: underline;
      }

a img, :link img, :visited img , fieldset, img
	{
	border: 0;
	}

/*-------------------------------------------------------------*/
/* STICKY FOOTER*/
/*-------------------------------------------------------------*/
/*This site uses the sticky footer technique developed by Ryan Fait*/
/*http://ryanfait.com/sticky-footer/*/
/*-------------------------------------------------------------*/

/* DOCUMENT */
html, body
	{
	height: 100%;
    text-align: center;
	}

/*width*/
#wrapper, #push, .sub_footer
	{
	width: 980px;
    text-align: left;
	}

#push
    {
      clear: both;
    }

/*centering */
#wrapper, .sub_footer
	{
	margin: 0 auto;
	}

#wrapper
	{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -35px; /*last digit must be same height as footer*/
	width: 980px;
	}


/*-------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------*/
#footer, #push
	{
	width: 100%;
	height: 35px;
	}

#footer
	{
	float: right;
	}

.sub_footer
	{
	position: relative;
	height: 35px;
	}

.sub_footer h4
	{
   padding: 10px 0px 10px 20px;
	}

