/*--------------------------------------------------------------------------------------------------
  Base Stylesheet, Mass reset for HTML tag preferences and main layout DIVs.
--------------------------------------------------------------------------------------------------*/

/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent }
:focus {-moz-outline-style:none;}
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
html, body { background-color:transparent; height: 100%; min-height: 100%; }
html,body { margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 10px; } /* Type size equalizer */

body {
	color: #666;
/* 	background-image: url('/app/webroot/img/bodyFiller.png'); */
/* 	background-repeat: repeat-x; */
	font-family: "Trebuchet MS", sans-serif;
	height: 100%;
	background-color: #dbd1a9;
	min-height: 100%;
	text-align: left;
}


/* Default Typography
================================================================================================================ */
p {
	font-size:1.3em; line-height: 1.3em;
	margin: 0 0 15px 0;
}
blockquote {
	margin: 5px 0; padding: 5px 5px;
}
blockquote p.quote  {
	color: #666;
}
blockquote {
	padding-left: 200px;
	color: #5B0000;
	font: 1.38em "Georgia", serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .01em;
	line-height: 1.5em;
	text-align: left;
}
blockquote p.quote  {
	color: #666;
	font-size: 1em;
	font-style: normal;
	margin: -5px 0 -10px 0;
	text-align: right;
}


h1 {
	font-family: Georgia, serif;
	font-size: 26px;
	letter-spacing: -.015em;
	color: #2c0509;
	background-color: #fff2d4;
	border-bottom: 5px solid #91876d;
	padding: 10px;
}

h2 {
	font-size: 14px;
	color: #fcf7e1;
	letter-spacing: .075em;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	background-color: #741c27;
	margin: 0px 0px 10px 0px;
}


h3 {
	font-family: "Georgia", serif;
	color: #500d15;
	font-weight: bold;
	font-size:14px;
	margin-top: 10px;
	padding-bottom:4px;
}

h4 {
	color: #996633;
	font-size: 1.2em; line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}


.trebuchet {
	font-family: "Trebuchet MS", sans-serif;
}

.arial {
	font-family: Arial, sans-serif;
}



/* Links
================================================================================================================ */

a:link, a:hover, a:visited, a:active {
	color: #6e2939;
	text-decoration: none;
}
a:hover {
	color: #000;
}


ul li {
	font-size: 1.3em;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	line-height: 14px;
}





/* Images
================================================================================================================ */
img, a:link img, a:hover img, a:visited img, a:active img {
	border: none;
	margin: 0; padding: 0;
	text-decoration: none;
}






/* Tables
================================================================================================================ */
td {
	text-align: left;
	vertical-align: top;
}



div#authMessage {
	background-color: #fff;
	border: 1px solid #999;
	font-size: 12px;
	margin: 10px 0;
	padding: 20px;
}


/* Forms
================================================================================================================ */
label {
	display:block;
	font-size: 12px;
	font-weight:bold;
	padding:3px 0 3px 0;
}
label span.notes {
	font-size:11px;
	font-weight:normal;
	text-transform: none;
}
select option {
	margin: 3px 0px;
}

div.error label,
label.error {
	color: #9f1d1d;
}
div.error-message {
	color: #9f1d1d;
	font-size: 12px;
	margin: -6px 0 10px 0;
}
div.errorMessage {
	border-top: 4px solid #9f1d1d;
	background-color: #fff;
	color: #333;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px; line-height: 150%;
}
div.inputWrapper {
	float: left;
	margin: 0 10px 10px 0px;
	text-align: left;
}
div.inputWrapper input, div.inputWrapper select, div.inputWrapper textarea {
	width: 95%;
}


.inputShort {
	width: 75px;
}
.inputMed {
	width: 160px;
}
.inputLong {
	width: 390px;
}



/* CakePHP's default wrapper for multi select checkboxes */
div.checkbox {
	display: block;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
div.checkbox input {
	width: auto;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div.checkbox label {
	display: inline;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
div.checkboxWrapper {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
}
div.checkboxWrapper input {
	display: inline;
	padding: 0px;
}
div.checkboxWrapper label {
	display: inline;
	margin-left: 5px;
	padding: 0px;
}




div#flashMessage,
div#authMessage {
	/* border-top: 4px solid #3F080F; */
	font-family: Georgia, serif;
	font-size: 15px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 10px;
/* 	width:630px; */
	text-align: center;
}
div#flashMessage strong,
div#authMessage strong {
	font-size: 16px;
}
div.message {
	background-color: #DAAD4D;
	color: #333;
}
div.flashMessageError {
	background-color: #FFF9DF;
	color: #9f1d1d;
}
div.flashMessageSuccess {
	background-color: #FFF9DF;
	color: #9f1d1d;
}


/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.padder10 {
	padding: 10px;
}
.padder20 {
	padding: 20px;
}

hr {
	border: none;
	border-bottom: 1px solid #EFDEA0;
/*	border-top: 1px dotted #0B3C56;*/
	margin: 15px 0;
}
