/**************************************************************
   AUTHOR:  Simeon Stavrev (http://waxx.org/studio)
   DATE:    2009.04.07
   PURPOSE: Styles the html elements
 **************************************************************/

html {
	height: 100%;
	background: #fff url(../images/background_loop.jpg) repeat-y top center;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial, Tahoma, Trebuchet MS, Sans-serif, Verdana;
	color: black;
}

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

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

/* only for nisi template */
h6 {
	color:black;
	font-size:1.30em;
	font-weight:bold;
	padding: 0 10px 0 10px;
	margin: 0;
	text-transform:uppercase;
}

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

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

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

b {
	color: #444;
}

ol, ul {

}

ol {
	color: #FC0;
}

ol span {
	color: #EEE;
}

ul {
	list-style-image: url(../../images/v3/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/v3/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/v3/accessories-search.png);
	cursor: pointer;
}

.form-submit{
	border: 0;
	width: 32px;
	height: 32px;
	background:url(../../images/v3/accessories-submit.png);
	cursor: pointer;
}

.form-edit{
	border: 0;
	width: 16px;
	height: 16px;
	background:url(../../images/v3/accessories-edit.png);
	cursor: pointer;
}

.form-delete{
	border: 0;
	width: 16px;
	height: 16px;
	background:url(../../images/v3/accessories-delete.png);
	cursor: pointer;
}

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

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



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 0;
	padding: 5px 35px 5px 35px;

	background-color: #F1F1F1;  
	border: silver 1px dashed; 
	background-image: url(../../images/v3/quote-quote.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%; 
}

blockquote.exclamation {
	background-image: url(../../images/v3/quote-exclamation.png);
}

blockquote.stop {
	background-image: url(../../images/v3/quote-stop.png);
}

blockquote.go {
	background-image: url(../../images/v3/quote-go.png);
}

blockquote.admin {
	background-image: url(../../images/v3/quote-admin.png);
}

blockquote.note {
	background-image: url(../../images/v3/quote-note.png);
}



/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	margin: 5px 0px 10px 15px;  
}

img.floatLeft {
	margin: 5px 15px 10px 0px;
}

a img {  
	border: 0px solid #8BE6FA;
}

a:hover img {  
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 0px solid #FFF !important;
	border: 0px solid #8BE6FA;
}

