/* 
  #########################################
  ## Style Color CSS File                                                                          ##
  ## Designed by Vincent P Sabina Jr.                                                    ##
  ## www.xfdesigns.com                                                                           ##
  #########################################
*/

html{height: 100%;}

body
{ background: #000000;
color: #FFFFFF;
border-color: #000000;
}

/* main container */
#main
{ background: #000000;
  color: #FFFFFF;
}

/* Flash header / Navigation */
#header
{ background: #000000 url(../images/xf-layout-b_01_03.jpg) repeat-x;
  color: #70695A;
}

.logo{ background: #000000 url(../images/xf-layout-c_01.jpg) no-repeat;
  color: #FFFFFF;
}

#menut
{ background: #000000 url(../images/xf-layout-c_02.jpg) no-repeat;
  color: #70695A;
}

.menutcontent{ 
  background: transparent;
  color: #FFFFFF;
}

.menutcontent a
{ background: transparent;
  color: #FFFFFF;
} 

.menutcontent a:hover
{ background: transparent;
  color: #a6a6a6;
} 

/* main content */
#content
{ background: #000000 url(../images/xf-layout-b_04.jpg) repeat-y;
  color: #FFFFFF;
} 
.contenthead
{ background: #000000 url(../images/xf-layout-b_03.jpg) no-repeat;
  color: #454545;
}

.contentbottom
{ background: #000000 url(../images/xf-layout-b_05.jpg) no-repeat;
  color: #454545;
}

/* Bottom Menu */
.menub
{ background: #000000 url(../images/xf-layout-b_06.jpg) no-repeat;
  color: #FFFFFF;
}

/* column 1 - Content Box Left side */
.lsidebar, .lsidebar a:hover, #column1
{ background: transparent;
  color: #FFFFFF;
}

.lsidebar a
{ background: transparent;
  color: #FFFFFF;
} 

.lsblinks li a
{ background: transparent;
  color: #FFFFFF;
} 

.lsblinks li a:hover
{ background: #458D4F;
  color: #FFFFFF;
} 

.lsbcontent
{ background: transparent;
  color: #FFFFFF;
} 

/* Footer */
#footer{
  background: #000000;
  color: #FFFFFF;
}

input, textarea
{ background: #000000;
  color: #FFFFFF;
  border-color: #CAAE90;
}