/* -------------------------------------------------------------------------

title:			Orange Dog Design screen styles
last update:	11 August 2010
author: 		Andy Gosling
email: 			andygosling@gmail.com
website: 		http://www.andygosling.co.uk

------------------------------------------------------------------------- */

/* !Eric Meyer's css reset (http://meyerweb.com/eric/tools/css/reset/) -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* end css reset */


/* !layout -------------------------------------------------------------- */

body {
	background-color: #f38f1d;
	font: 15px/20px Georgia, Constantia, "Lucida Bright", "Lucida Serif", Lucida, "Bitstream Vera Serif", "Liberation Serif", serif;
	color: white;
}

#horizon {
	height: 0;
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: -133px;
	margin-left: -139px;
	width: 278px;
	height: 267px;
	overflow: hidden;
	background: #f38f1d url(../images/orangedogdesign.gif) no-repeat 0 0;
	text-indent: -999em;
}

#footer {
	clear: both;
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: right;
	color: #fddab4;
}

.clear {
	clear: both;
	height: 0;
}

.rule {
	clear: both;
	border-top: 1px solid #000;
}

.ruleAbove {
	clear: both;
	border-top: 1px solid #000;
}

/* !type ---------------------------------------------------------------- */

p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
}

h2 {
	position: absolute;
	text-align: right;
	top: 35px;
	right: 40px;
	margin: 0;
	text-shadow: 0px 0px 1px #fddab4;
}

.white {
	color: #fff;
}

.grey {
	color: #666;
}

.black {
	color: #000;
}


/* !hyperlinks */

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

a:hover, a:active,
a:hover span,
a:active span {
	color: #fff !important;
}

/* !lists */

ul {
	margin: 0;
	clear: both;
	margin-left: 25px;
}

li {
	font-size: 12px;
	margin: 0;
}
