/* Adrian: I'm trying a different reset here, loosely based on the "Voodoo Child" CSS Reset
 * From: http://thomshouse.net/2009/05/voodoo-child-css-reset-v10/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object {
padding: 0;
margin: 0;
outline: 0; 
}

table {
border-collapse: collapse;
border-spacing: 0;
font-size: 1em;
}

fieldset, img, abbr {
border: 0;
}

address, caption, cite, code, dfn, th, var {
font-weight: normal;
font-style: normal;
}

caption, th {
text-align: left;
}


/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* clear classes for content 
---------------------------------*/

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

/* Float classes for images */

.floatleft { float: left; margin: 0 10px 5px 0 !important; }
.floatright { float: right; margin: 0 0 5px 10px !important; }
.floatleft .caption { font-size: 10px; font-weight: bold; text-transform: uppercase; padding-top: 5px; }


/** Prevent overflowing content **/

#header,
#content,
#sidebar-left,
#sidebar-right,
#footer {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/** General styles 
---------------------------------*/

html {
font-family: Georgia, "Times New Roman", serif;
font-family: 'Cantarell', arial, serif;
font-family: 'Crimson Text', arial, serif;
font-family: 'Molengo', arial, serif;
font-family: 'Vollkorn', arial, serif;
}

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
background: #ECECEC;
}

#page {
font-size:18px;
line-height:1.4;
}

#main {
xbackground: transparent url(../images/design/main-background-v1.png) repeat-y;
padding: 20px 30px 10px;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles  */

h1 {
font-size: 26px;
line-height: 1.2;
margin: 10px 0 5px;
color: #E46C0A;
color: #000;
}

h2 {
font-size: 20px;
line-height: 1.2;
margin: 16px 0 5px;
color: #E46C0A;
color: #000;
}

h3 {
font-size: 16px;
line-height: 1.2;
margin: 10px 0 5px;
}

 
/* Paragraph Styles */

p {
  margin: 0 0 24px 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* header */

#header {
margin: 40px 0 20px;
text-align: center;
}

/* content */

#content {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}

/* Contact */

span.label {
float: left;
clear: both;
}

span.info {
float: left;
}

table.contact th {
padding:0 10px 8px 0;
text-align:right;
vertical-align:top;
}

table.contact td {
vertical-align:top;
}