/*  
Website: http://
Name: Abilene VJF
Description: CSS based website, designed and hosted by Artemis Inc.
Version: 1.5 - Based on original VJF stylesheet.
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This stylesheet is best viewed without word wrapping
NOTE: See VJFStyleConfig.txt in VJFCore to see styles that should be altered per VJF instance

*/


/* Site colors: 
#2e2e31: General Body Background 
#fc1922: Content Divider Color Bars, Form Header BG Color 

#4b4b4b: Menu (non hover)
#6c6767: Menu (hover)
#FFF: Menu Text Color 

#bfbfbf: Sidebar BG Color, Alt Row BG Colors

#4b4b4b: Title Colors 
#4b4b4b: Button BG Colors

*/

/*** EDIT THESE STYLES TO CHANGE COLORS ***/
/* Headings */
h2 { color: #4b4b4b; }
h3 { color: #4b4b4b; }
h4 { color: #4b4b4b; }
h5 { color: #4b4b4b; }

/* Body */
body.Main { background: #2e2e31 url("/images/bg.gif"); }
body.NoLayout {background-image: none; background-color: #FFFFFF; }
#EOStatement { color: #FFFFFF; }
#content { border-top: 4px solid #fc1922; color: #000; }
#bottom { border-top: 4px solid #fc1922; }
#header { height: 105px; background: url('/images/hd.jpg'); }

/* Core Link Colors */
a:link { color: #4b4b4b; }
a:visited { color: #000; }
a:hover { color: #fc1922; }
.altrow { background-color: #bfbfbf; }

/* Header details/rows */
.Headers { color: #FFFFFF; background-color: #fc1922; }
.BoothHeaders { padding: 5px; border: 1px solid black; font-size: 1.5em; font-weight: bold; color: #FFFFFF; background-color: #fc1922; height: 15px; }

/* Homepage Sidebar */
#sidebar .formButton { background: #4b4b4b; color: white; border: 1px solid white;}
#sidebar { background: #BFBFBF; width: 215px; height: 303px; }

/* Forms */
.formButton { background: #4b4b4b; border: 1px solid #FFF; color: white;}
.formButtonSm { background: #4b4b4b; border: 1px solid #FFF; color: white;}
.formButtonLg { background: #4b4b4b; border: 1px solid #FFF; color: white;}

/* Admin Related Items */
.AdminAdsHeader { background-color: #fc1922; color: #FFFFFF; }
	
/* Navigation Buttons */
#navcontainer {	background-color: #4b4b4b; border-top: 1px solid white; border-bottom: 1px solid white; }
#navcontainer ul { color: #FFFFFF; }
#mainNavlist li a:hover, #navlist li a:active { color: #fff; background: #6c6767; }
#navcontainer ul li a { padding: .001em 26px; background-color: #4b4b4b; color: #fff; border-right: 1px solid #fff; }
#navcontainer ul li a:hover { background-color: #6c6767; color: #fff; }

/* Footer */
#footer .artemis { background-color: #fc1922; color: white; }
#footer .artemis a:link, #footer .artemis a:visited { color: white; }
#footer .artemis a:hover { color: #000; background-color: #fc1922; }
#footer .company a:hover { color: #000; background-color: white; }
#footer { color: #fc1922; }
#footer a:link, #footer a:visited { color: #fc1922; }
#footer a:hover { color: #fff; background-color: #6c6767; }

/* Search Resume Results/View Job Listings in Booth */
.JobDetailRow { background-color: #BFBFBF; }
