/**
 * Stylesheet for E-zen
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

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

ul {
	list-style: none;
}

/**
 * font-size: 76% = 12px
 * line-height: 140% = 16px
 */

body {
	font: 76%/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
	background: #a80e14 url(../images/bg.gif) repeat-x;
	text-align: center;
}

h1 {
	color: #111;
	font-size: 2.5em;
	line-height: 1.5;
	font-weight: bold;
	padding: 4px 0;
}

h2 {
	color: #a50006;
	font-size: 1.7em;
	line-height: 1.7;
	font-weight: bold;
	padding: 4px 0;
}

h3 {
	color: #a50006;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	padding: 4px 0;
}

h4 {
	color: #222;
	font-size: 1.17em;
	line-height: 1.5;
	font-weight: bold;
	padding: 2px 0;
	}

p {
	padding:8px 0;
}

ul {

}

hr {
  background: #e4e4e4;
  color: #e4e4e4;
  height: 2px;
  border: 0;
  margin: 15px 0;
}

ul li {

}

dl {

}

dl dt {

}

dl dd {

}

blockquote {
	font-style:italic;
	line-height: 1.5;
	padding: 0 0 0 59px;
	background: transparent url(../images/blockquote.gif) no-repeat -10px 0;
}

blockquote p {

}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    cursor: help;
}

a abbr {
    border: none;
}

address {
    margin: 0;
    padding: 0;
    font-style: normal;
}

a:link {
	color: #222;
	text-decoration: underline;
	}

a:hover {
	color: #c0141b;
	text-decoration: underline;
}

a:visited {
	color: #777;
	text-decoration: underline;
}

a img {
    border: none;
}

/**
 * = Forms
 * ----------------------------------------------------------
 */

form {
    margin: 8px 0;
    padding: 0;
	width: 450px;
}

form p {

}

form dl {
	overflow: hidden;
	width: 480px;
}

form dt {
	width: 85px;
	float: left;
	clear: both;
	text-align: left;
	padding: 3px 0 0 0;
}

form dd {
	float: left;
	width: 306px;
	padding: 3px;
}

label {
	font-size: 1.08em;
	padding: 3px;
	color: #000;
	float: right;
}

form span.form_error {
	color: #890619;
	font-weight: bold;
}

fieldset {
	border: none;
}

fieldset legend {

}

input, select {
	margin: 0;
	padding: 3px;
	width: 300px;
	border: 1px solid #958d84;
}

input.block {
	margin: 0 0 0 4px;
	width: 148px;
}

input.input-button {
	margin: 10px 0 0 ;
	width: 80px;
	border: none;
	background: #a40d12;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

select {
	width: 248px;
}

textarea {
	font-size: 1.08em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px;
	border: 1px solid #958d84;
	width: 300px;
	height: 150px;
}

.required {

}

.errorbox {
	width: 294px;
	border: 1px solid #a40d12;
	padding: 5px 20px;
	margin: 8px 0;
	color: #a40d12;
	background: #FFF;
	text-align: center;
}

p.special {
	margin: 0 0 15px 4px;
	width: 144px;
}


/**
 * = Tables
 * ----------------------------------------------------------
 */

table {

}

caption {

}

tr {

}

th {

}

td {

}

thead {

}

tbody {

}

tfoot {

}

/**
 * = Page structure
 * ----------------------------------------------------------
 */

#container {
	margin: 0 auto;
	width: 740px;
	text-align: center;
}

/**
 * = Header
 * ----------------------------------------------------------
 */

#header {
	width: 740px;
	height: 164px;
	background:url(../images/header.jpg) no-repeat;
	text-align: left;
}

#header h1 a {
	width: 385px;
	height: 110px;
	background:url(../images/logo.gif) no-repeat;
	position: relative;
	left: 102px;
	top: 23px;
	display: block;
	color: #7e0102;
}

#header span {
	display: none;
}

#header h1 {
	font-size: 1px;
}

/**
 * = Navigation
 * ----------------------------------------------------------
 */

#nav {
	font-size: 1.17em;
	font-weight: bold;
	width: 150px;
	padding-bottom:10px;
	margin: 23px 11px 0 11px;
	font-family: "Trebuchet MS";
	background: url(../images/nav_bottom2.gif) no-repeat bottom left;
	text-align: left;
}

#nav li ul {
	font-size: 0.92em;
	margin: 10px;
	font-weight: 100;
}

#nav li ul li {
	margin: 0 0 0 30px;
	padding: 0 0 8px 0;
}

#nav li ul li a:link,
#nav li ul li a:visited {
	background: none;
	color: #333;
	display: block;
	font-size: 0.92em;
}

#nav li ul li a:hover,
#nav li ul li a:active {
	background: none;
	color: #000;
	text-decoration: underline;
	font-size: 0.92em;
}

#nav li {
	list-style: none;
}

#nav a.button {
	height: 17px;
	padding: 9px 0 9px 20px;
	display: block;
}

#nav a.selected {
	background: url(../images/selected.gif) no-repeat 8px 0;
}

#nav li ul a.selected:link,
#nav li ul a.selected:visited,
#nav li ul a.selected:hover,
#nav li ul a.selected:active {
	background: none;
	color: #000;
	text-decoration: underline;
}

#nav a.selected:link,
#nav a.selected:visited,
#nav a.selected:hover,
#nav a.selected:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/selected.gif) no-repeat 8px 0;
}

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

#nav a:hover,
#nav a:active {
	text-decoration: none;
	color: #fff;
	background: url(../images/selected.gif) no-repeat 8px -35px;
}

#leavesbottom {
	width: 150px;
	height: 53px;
	background: url(../images/leavesbottom.gif) no-repeat 11px 0;
}


/**
 * = Main
 * ----------------------------------------------------------
 */

#main {
	margin: 0;
	padding: 0;
	text-align: left;
}

/**
 * = Content
 * ----------------------------------------------------------
 */

#content {
	width: 488px;
	float: right;
	background: #fff url(../images/leavesbg.gif) no-repeat top right;
	padding: 0 40px 40px 40px;
	min-height: 600px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5;
	color: #222;
}

#content ul {
	list-style-image:url(../images/liststyleimage.gif);
	padding-left: 35px;
	line-height: 1.5;
	margin: 0;
	color: #222;
}

#content ol {
	padding-left: 35px;
	line-height: 1.5;
	margin: 0;
	color: #222;
}

#content ul.no-margin {
	margin: -8px 0 0 0;
}

#eyecatcher {
	background: #fff url(../images/eyecatcherbg.gif) no-repeat bottom left;
	width: 448px;
	padding: 0 20px 0 20px;
	margin: 8px 0 20px 0;
}

#eyecatcher h2 {
	font-size: 1.67em;
	font-weight: 100;
	padding: 0;
	color: #000;
}

#eyecatcher p {
	font-size: 1.25em;
}

p.reference {
	text-align: right;
	font-style:italic;
	margin: 0;
	padding: 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

iframe.iframe {
	width: 100%;
	height: 400px;
	border: 2px solid #e4e4e4;
}

/**
 * = Sidebar
 * ------------------------------------------------ ----------
 */

#sidebar {
	background:url(../images/nav_top.gif) no-repeat 11px 0;
	width: 172px;
	min-height: 320px;
	float: left;
	/*border:1px solid red;*/
}



/**
 * = Footer
 * ----------------------------------------------------------
 */

#footer {
	clear: both;
	background: url(../images/footerbg.gif) no-repeat 0 0;
	width: 740px;
	height: 50px;
}

#footer p {
	color: #fff;
	text-align: right;
	padding: 15px 0 0 0;

}

#footer a {
	color: #fff;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see	http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

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

.clearfix {
	display:inline-block;
}