/******************************
   AUTHOR:  Simeon Stavrev
   WAXX Agency | http://waxx.org
 ******************************/

html {
	height: 100%;
	background: #fff url(/images/v4/layout/layout_bluefade.jpg) repeat-x top left;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em Verdana, Arial, Tahoma, Trebuchet MS, Sans-serif;
	color: black;
	background: url(/images/v4/layout/layout_header.png) no-repeat top center;
}

h1 {
	clear: both;
	color:black;
	font-size:1.25em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #78A42E;
}

h2 {
	clear: both;
	color:#81B2E6;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	clear: both;
	color:#5E310F;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
}

h4 {
	color:#5E310F;
	font-size:0.85em;
	font-weight:normal;
	text-transform:uppercase;
}

h5 {
	color:#5E310F;
	font-size:0.75em;
	font-weight:normal;
	margin:0 0 1em;
	text-transform:uppercase;
}

h5 {
	color:#5E310F;
	font-size:0.60em;
	font-weight:normal;
	margin:0 0 1em;
	text-transform:uppercase;
}

h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 0;
}

a {
	color: #4b85c4;
	text-decoration: none;
}

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

b {
	color: #444;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}

ol {
	color: #FC0;
}

ol span {
	color: #EEE;
}

ul {
	list-style-image: url(/images/v4/elements/tick.png);
}

del {
	color: #AAA;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;

	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;

	background: #444;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

dt {
	font-weight: bold;
	color: #FFB323;
}

dd {
	margin-left: 0;
	padding-left: 45px; 
}



/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
	padding: 6px;
	border: solid 1px #c0c0c0;
	background: #fff url('/images/v4/elements/bg_forminput_light.gif') repeat-x bottom left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5b5b5b;
}

textarea {
	font-size: 14px;
}

select {
	font-size: 11px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	border-color: #444;
	color: #000;
}

.form-search {
	border: 0;
	width: 32px;
	height: 32px;
	background:url(/images/v4/layout/frontpage-search-button.png);
	cursor: pointer;
}

.form-submit{
	border: 0;
	width: 32px;
	height: 32px;
	background:url(/images/v4/layout/frontpage-submit-button.png);
	cursor: pointer;
}

input.error {
	border: 1px dotted red;
}

label.error {
	color: red;
	font-style: italic;
}

.success {
	color: green;
	font-weight: bold;
}



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
	height: 88%;
	min-height: 88%;
	text-align: left;
}

#content,
#width {
	/* max-width hack for IE since it doesn't understand the valid css property */
	/* width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");*/
	width: 1000px;
	margin: 0 auto;
}

#content[id],
#width[id] {
	height: auto;
}

