/* 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;
}

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

#page {
  font-size: 16px;
  line-height: 22px;
}

#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 10px 0;
}

/* List Styles  */

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

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	margin-left: -225px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 450px;
	height: 450px;
	visibility: visible;
	text-align: left;
}
