/*
 Natural A-Peel Theme
 Stylesheet by Raciel Diaz
 www.leicar.com
 -ex fide fortis-
*/

 /* General page style. The scroll bar colors only visible in IE5.5+ */
body {
	background-color:#E5C5AE;
	/*background-image: url(images/backgroundextender.jpg);
	background-repeat: repeat-x;*/
	scrollbar-face-color: #879490; 
	scrollbar-highlight-color: #E5C5AE;
	scrollbar-shadow-color: #E5C5AE; 
	scrollbar-3dlight-color: #E5C5AE;
	scrollbar-arrow-color:  #CA5D34; 
	scrollbar-track-color: #E5C5AE;
	scrollbar-darkshadow-color: #000000;
}
/* General font families for common tags */
font { font-family: Arial, Helvetica, sans-serif }
p, td	{ font-family: Arial, Helvetica, sans-serif }
hr	{ height: 0px; border: dotted #6A8CA5 0px; border-top-width: 1px;}
a	{ color: #879490; text-decoration: none; }
a:hover	{ color: #CA5D34; text-decoration: underline; }
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
h3		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 15px; font-weight : bold; text-decoration : none; line-height : 120%; color : #336699;}

/* Main menu navigational links */
.navLinks {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #879490}
a.navLinks { color: #879490; text-decoration: none; }
a.navLinks:hover { color: #CA5D34; text-decoration: underline; }

/* Sub navigational links */
.subNavLinks { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CA5D34; }
a.subNavLinks { color: #CA5D34; text-decoration: none; }
a.subNavLinks:hover { color: #7C6969; text-decoration: underline; }

/* General normal text */
.gen		{ font-size : 16px; color : #312F2F; }
a.gen		{ color: #000099; text-decoration: none; }
a.gen:hover	{ color: #003399; text-decoration: underline; }

/* General large text */
.genlarge		{ font-family: Arial, Helvetica, sans-serif; font-size : 20px; color : #312F2F; }
a.genlarge	{ text-decoration: none; color : #000099; }
a.genlarge:hover	{ text-decoration: underline; color : #003399; }

/* General medium text */
.genmed		{ font-family: Arial, Helvetica, sans-serif; font-size : 11px; color : #312F2F; }
a.genmed	{ text-decoration: none; color : #000099; }
a.genmed:hover	{ text-decoration: underline; color : #003399; }

/* General small */
.gensmall	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 9px; color : #312F2F; }
a.gensmall	{ color: #000099; text-decoration: none; }
a.gensmall:hover{ color: #003399; text-decoration: underline; }

/* Form elements */
input,textarea, select {
	color : #312F2F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #2B465A;
}

/* The text input fields background colour */
/* background-color : #879490; */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used in styling */
input.button {
	background-color : #879490;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The main submit button option */
input.mainoption {
	background-color : #879490;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #879490;
	font-weight : normal;
}

/* This is a border line style for the main table */
.blineone	{ 
  background-color:#E5C5AE; 
  background-image: url(images/bg_top-gradient.jpg);
  background-repeat: repeat-x;
  border: #CA5D34; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px }

/* This is a secondary border line style -- doesn't include gradient background */
.blinetwo { 
  border: #CA5D34; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px }

/* This is for the first letter initials for the first paragraph */
.copyA { 
  background-image: url(images/initial-a.gif);
  background-repeat: no-repeat; }

.copyB { 
  background-image: url(images/initial-b.gif);
  background-repeat: no-repeat; }

.copyC { 
  background-image: url(images/initial-c.gif);
  background-repeat: no-repeat; }

.copyD { 
  background-image: url(images/initial-d.gif);
  background-repeat: no-repeat; }

.copyE { 
  background-image: url(images/initial-e.gif);
  background-repeat: no-repeat; }

.copyF { 
  background-image: url(images/initial-f.gif);
  background-repeat: no-repeat; }

.copyH { 
  background-image: url(images/initial-h.gif);
  background-repeat: no-repeat; }

.copyI { 
  background-image: url(images/initial-i.gif);
  background-repeat: no-repeat; }

.copyK { 
  background-image: url(images/initial-k.gif);
  background-repeat: no-repeat; }

.copyL { 
  background-image: url(images/initial-l.gif);
  background-repeat: no-repeat; }

.copyM { 
  background-image: url(images/initial-m.gif);
  background-repeat: no-repeat; }

.copyN { 
  background-image: url(images/initial-n.gif);
  background-repeat: no-repeat; }

.copyO { 
  background-image: url(images/initial-o.gif);
  background-repeat: no-repeat; }

.copyP { 
  background-image: url(images/initial-p.gif);
  background-repeat: no-repeat; }

.copyR { 
  background-image: url(images/initial-r.gif);
  background-repeat: no-repeat; }

.copyS { 
  background-image: url(images/initial-s.gif);
  background-repeat: no-repeat; }

.copyT { 
  background-image: url(images/initial-t.gif);
  background-repeat: no-repeat; }

.copyU { 
  background-image: url(images/initial-u.gif);
  background-repeat: no-repeat; }

.copyV { 
  background-image: url(images/initial-v.gif);
  background-repeat: no-repeat; }

.copyW { 
  background-image: url(images/initial-w.gif);
  background-repeat: no-repeat; }

.copyX { 
  background-image: url(images/initial-x.gif);
  background-repeat: no-repeat; }

.copyY { 
  background-image: url(images/initial-y.gif);
  background-repeat: no-repeat; }

.copyZ { 
  background-image: url(images/initial-z.gif);
  background-repeat: no-repeat; }

/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px}
