/*******************************************************************************
* base.css
*
* Contains rules for the basic layout and appearance of the site - that is, the
* main body divs, title, nav bars etc.
*
* Author: William Madden
*
* Copyright 2008 Silverpond
******************************************************************************/
html
{
  height: 100%;
}

html, body
{
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #5A0000;
  background-image: url(/img/carlins-bg.png);
  background-repeat: no-repeat;
}

body
{
  
  background-repeat: no-repeat;
  
  background-position: 50% 0;
  color: #1c3456;
}



#header
{
  height: 115px;
  background-image: url(/img/bg/header.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  position: relative;
  width: 1000px;
  padding: 0 4px 3px;
}

#print-header
{
  display: none;
}

.print
{
  display: none;
}

.flash-messages
{
  text-align: center;
  color: #d93d3d;
  font-weight: bold;
}

#header-content
{
  display: block;
  position: relative;
  height: 100%;
  padding: 5px 5px 0;
}

#quicksearch
{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em;
}

#quicksearch input
{
  width: 100px;
  height: 18px;
  font-size: 0.8em;
  padding-top: 2px;
  border: 1px solid #999;
}

#quicksearch input[type="submit"]
{
  width: 50px;
  padding: 0;
}

#body
{
  width: 1000px;
  background-image: url('/img/bg/body-bg.png');
  background-repeat: repeat-y;
  background-position: 50% 0;
  margin: 0 auto;
  padding: 0 4px;
}

#doc
{
  width: 1008px;
  margin: 0 auto;
  padding-top: 10px;
}

#footer
{
  padding: 0 4px 18px;
  width: 1000px;
  background-image: url('/img/bg/footer.png');
  background-repeat: no-repeat;
}

#login_status
{
/*position: absolute;
bottom: 0;
right: 0;*/
  float: right;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0 4px 4px 0;
  letter-spacing: 0.2px;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
}

#login_status a
{
  color: #FFFFFF;
}

#login_status a:hover
{
  color: #C53333;
}

#slogan
{
display: none;
  letter-spacing: 0.2px;
  position: absolute;
  top: 83px;
  left: 150px;
  color: #FFFFFF;
  font-size: 0.7em;
  font-style: italic;
  font-weight: bold;
  padding: 2px;
}
#site_title
{
  font-family: Arial;
  font-size: 60px;
  color: #FFF;
  line-height: 114px;
  float: left;
  margin: 0;
  width: 357px;
  border: none;
  display: none;
  height: 1%;
  padding-top: 111px;
  overflow: hidden;
  background: transparent url(/img/title.png) no-repeat top left;
}
#site_title SPAN
{
  color: #F00;
  font-style: italic;
}

#copyright 
{
  text-align: center;
  font-size: 0.8em;
}

#copyright p
{
  margin: 0;
  padding: 0;
}

#copyright a, #content a
{
  color: #2C353B;
}

#copyright a:hover, #content a:hover
{
  color: #C53333;
}

#content
{
  padding: 1em 1.4em;
}

#content.has-panel
{
  padding-top: 0;
}

#front_page_container
{
  margin: 0 auto;
  width: 760px;
  background:transparent url(/images/carlins_front_image.png) no-repeat scroll 0 0;
}

.frontpage-insert
{
  height:77px;
  padding:134px 0 0 25px;
  width: 164px;
  margin: 0 auto 2.0em;
}

.frontpage-insert.bid
{
  background:transparent url(/images/bid.png) no-repeat scroll top center;
  
  /*margin-left:370px; */
}

.frontpage-insert.register 
{
  background:transparent url(/images/register.png) no-repeat scroll 9px top;
  /* margin-left:559px; */
}

.frontpage-insert a
{
  font-size: 140%;
}

.frontpage-insert p
{
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 80%;
  padding-left: 0;
}

