/**
 * frontend.css - styles that are used for the MURICA frontend application
 * 
 * The frontend.css file is the CSS file that all pages in the frontend
 * application use.  Application-specific template information belongs here.
 * 
 * @file    frontend.css
 * @author  blake
 */

body
{
  background: #c57810 url('../images/background.png') center center;
  color: #6b0a0c;
  font-family: Verdana, sans-serif;
  font-size: 10.5pt;
}

.style2 {
    font-size: 16pt;
    font-style: italic;
}

#front-div
{
  background: url(../images/homepage-front.png) top left no-repeat;
  float: left;
  margin-right: 15px;
  width:400px; 
  height: 457px;
}


#signup-button {
  background: url(../images/signup-background.png) top left repeat-x;
  height: 45px;
  text-align: center;
  padding-top: 25px;
  border:1px solid #6A0A0B;
}

a
{
  text-decoration: none;
}
a:link {color: #784b31} /* unvisited link */
a:visited {color: #784b31} /* visited link */
a:hover {color: #e29717} /* mouse over link */
a:active {color: #e29717} /* selected link */

#background-frame
{
  /*background: black;*/
  margin: auto;
  margin-top: -20px;
  padding: 1px;
  width: 1010px;
}

#logo
{
  /*background: red;*/
  background: url('../images/bevpost_logo.png') center center;
  height: 135px;
  position: absolute;
  width: 215px;
  z-index: 2;
}

#logo h1
{
  margin-top: 20px;
  margin-bottom: .1em;
}

#content-frame
{
  /*background: blue;*/
  margin: auto;
  margin-top: 93px; /* +36px padding of #background */
  width: 830px;
}

#navbar
{
  /*background: yellow;*/
  font-size: 8pt;
  margin: auto;
  margin-bottom: 10px;
  text-align: right;
  width: 820px;
}
.navbar-selected
{
  color: #ffe292;
}
a#navbar:link {color: #6b0a0c} /* unvisited link */
a#navbar:visited {color: #6b0a0c} /* visited link */

.separator
{
  border-bottom: #6a0a0b solid 1px;
  margin: auto;
}

.box-top
{

  background: url('../images/top_content.png');
  height: 34px;
  width: 815px;
}

.box-bottom
{
  background: url(../images/bottom_content.png);
  height: 34px;
  width: 815px;
  clear: both;
}

.box-center
{
  background: url(../images/middles_content.png);
  width: 765px;
  padding-left: 25px;
  padding-right: 25px;
}

.bar-list
{
  font-size: 8pt;
  padding-left: 20px;
}


.top-left
{
  background: url(../images/top-left.png) top left no-repeat;
  height: 27px;
  margin-top: 10px;
}

.top-right
{
  background: url(../images/top-right.png) top right no-repeat;
  height: 27px;
}

.content-wrapper 
{
  background: url(../images/background-left.png) #FEDC7B top left repeat-y;
}



.content
{
  margin: auto;
  padding:10px 0px;
}


.bottom-left
{
  background: url(../images/bottom-left.png) top left no-repeat;
  height: 27px;
}

.bottom-right
{
  background: url(../images/bottom-right.png) top right no-repeat;
  height: 27px;
}

.movieframe
{
  float: left;
}

.imageframe
{
  float: left;
}

.promo-text
{
  width: 500px;
  clear: both;
}

.phonebutton
{
  float: right;
  width: 75px;
  margin: 20px;
}

.heading
{
  font-family: Georgia, serif;
  font-size: 18pt;
  letter-spacing: -0.050em;
  margin: 0px;
  margin-bottom: 10px;
}

.large-heading
{
  font-family: Georgia, serif;
  font-size: 35pt;
  letter-spacing: -0.050em;
  margin-top: 12px;
}

.content-text-box
{
  /*background: red;*/
  margin: auto;
  margin-top: 6px;
}

.column1
{
  /*background: yellow;*/
  float: left;
  width: 215px;
  margin-left: 180px;
}

.column2
{
  /*background: yellow;*/
  float: right;
  width: 300px;
}

.body-text
{
  font-family: Verdana, sans-serif;
  /*font-size: 10pt;*/ /* Frutiger size */
  font-size: 8pt; /* Verdana size */
  /*letter-spacing: -0.075em;*/
  /*line-height: 15pt;*/ /* Frutiger size */
  line-height: 12pt; /* Verdana size */
}

.small-body-text
{
  font-family: Verdana, sans-serif;
  font-size: 6pt;
  line-height: 8pt
}

.large-body-text
{
  font-family: Verdana, sans-serif;
  /*font-size: 10pt;*/ /* Frutiger size */
  font-size: 8pt; /* Verdana size */
  /*letter-spacing: -0.075em;*/
  /*line-height: 15pt;*/ /* Frutiger size */
  line-height: 12pt; /* Verdana size */
}

.section
{
  padding-left: 30px;
}

div.form-element 
{
  margin-bottom: 10px;
  font-size: 8.4pt;
  position: relative;
}

.inline-form div.form-element 
{
  margin-bottom: 10px;
  font-size: 8.4pt;
  position: relative;
  float: left;
  display: inline;
  margin-right: 30px;
  width: 150px;
}

input
{
  border: 1px solid #6a0a0b;
  color: #6a0a0b;
  display: block;
}

input.inline
{
  display: inline; 
}

select
{
  border: 1px solid #6a0a0b;
  color: #6a0a0b;
}

textarea
{
  border: 1px solid #6a0a0b;
  color: #6a0a0b;
}

fieldset 
{
  margin-bottom: 10px;
  border: 0;
}

legend 
{
  font-weight: bold;
  font-size: 12px;
  margin-left: -10px;
}

.ajax-success {
  color: #26A943;
}

.ajax-error {
  color: #DB2D26;
}

#password-strength {
  margin-top: 5px;
}

.form-error
{
  color: red;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: -0.075em;
  line-height: 12pt;
}

/*
 * CSS for progress tracking
 */
.promotion-total 
{
  width: 200px;
  height: 25px;
  background-image: url(../images/empty-progress.png);  
}

.promotion-amount 
{
  height: 100%;
  background-image: url(../images/filled-progress.png);
  position: relative;
}

.style1 {
    font-size: 9pt;
}

.promotion-fraction 
{
  position: absolute;
  left: 3px;
  top: 3px;
  color: #e39717;
}

.promotion-group
{
  margin-bottom: 15px;
}

.promotion-program {
    border: solid GoldenRod 1px;
    margin: .5em;
    margin-top: 1em;
    padding: .5em;
}

.promotion-program .bottle {
    border: medium solid #6B0A0C;
    width: auto;
    margin-right: 15px;
    float: right;
}

.promotion-program .name {
    background: GoldenRod;
    position: relative;
    top: -1em;
    width: 508px;
    border: 1px solid #DAA520;
    margin-left: .25em;
    margin-right: .25em;
}

.promotion-program .description {
    margin-bottom: .5em;
}

.promotion-program .video {
    margin-top: 1em;
}

.progress-bar {
    width: 80%;
    height: 1em;
    background: White;
    border: solid Gray 1px;
    overflow: hidden;
}

.progress-bar .completed {
    background: YellowGreen;
    height: 100%;
}
