/*
Theme Name: Mulberry Bush v2
Author: David Murphy
Author URI: http://me@daviemurphy.com
Description: 
Version: 2.0
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

::selection {
        background: #000033;
        }
::-moz-selection {
        background: #000033;
}

img, div { behavior: url(iepngfix.htc) }




body {
	background: #006837 url(gfx/body2.jpg) repeat-x fixed left top;
	margin: 0px;
	padding: 0px;
	font-family: MuliRegular, Arial, Helvetica, sans-serif;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
} 
a:hover {
	color: #FF0;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #FF0;
	text-decoration: none;
	font-weight: normal;
}
p {
	color: #FFF;
	margin: 10px 0px 0px 2px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: MuliRegular, Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
	position: relative;
}
h1{
	color: #FFF;
	margin: 0px 0px 0px 13px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-shadow: #00002F 1px 1px 3px;
}

h1 span{
	color: #090;
	background-color:#FFF;
	text-shadow: 0px 0px 0px;
	padding: 5px 5px 0px 5px;
}

h5 {
	color: #FFF;
	margin: 14px 0px 0px 2px;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	font-family: MuliRegular, Arial, Helvetica, sans-serif;
	text-shadow: #00002F 1px 1px 2px;
	position: relative;
}