/* Warfield Off-road
 * Copyright 2009 Artesian Design Inc.
 *
 */
 
/* Colors:
Dark Rich Brown:#442900;
Tan:			#c09d62;
Content BG:		#f2ebd8;
Green:			#637029;
Orange:			#f27a2c;
*/

body {
	font-family:"Gill Sans","Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#442900;
	}

h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	color:#637029;
	line-height:100%;
	}
h1 { font-size:24px; text-transform:uppercase; }
h2 { font-size:18px; text-transform:uppercase; }
p { margin:10px 0; font-size:13px; color:#442900; }

a, a:visited { color:#637029; }
a:hover, a:active { color:#f27a2c;}

hr { display:block; margin:0 auto 10px auto !important; width:90%; padding:12px 0 0; border:0 !important; outline:0 !important; border-bottom:2px solid #442900 !important; background:transparent; text-align:center; }

#sidebar-left h1,
#sidebar-left h2,
#sidebar-left h3,
#sidebar-left h4,
#sidebar-left h5,
#sidebar-left h6 { color:#442900; }

#sidebar-left p,
#sidebar-left h1, 
#sidebar-left h2, 
#sidebar-left h3, 
#sidebar-left h4, 
#sidebar-left h5, 
#sidebar-left h6 { margin:10px 10px; }

#column-main p { font-size:14px; line-height:140%; }

#footer, #footer p { color:#c09d62; }
#footer a, #footer a:visited { color:#f27a2c;; text-decoration:none; }
#footer a:hover, #footera:active { color:#c09d62;}

#container #msg {
	padding:5px;
	color:#fff;
	border:1px solid #442900;
	background:#f27a2c;
	}