/* Using http://www.cssstickyfooter.com */

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#main { 
  background-color: white;
  border: 2px solid silver;
  padding-bottom: 11em;  
  padding-top: 1em;
  padding-left: 1em;
  margin-left: 0.5em;
  margin-right:0.5em;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}  

#footer {
  position: relative;
  margin-top: -11em; /* negative value of footer height */
  height: 11em;
  clear:both;
  margin-left:0.5em;
  margin-right:0.5em;  
  border-left: 2px solid silver;
  border-right: 2px solid silver;
  background-color: #7A6964;
  border: 0pt solid white;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
} 

.clearfix:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-- PAGE HEADER --------------------------------------------------*/


#header {
    width: 100%;
    top: 0px;
    height: 5em;;
    padding: 0px;
    margin: 0px;
}

/* The (R) symbol. */
#logo a sup {
    font-weight: normal;
    font-size: 50%;
    margin-left: 0.2em;
}

#logo {
   padding-top: 0.22em;
   padding-bottom: 0.22em;
    background-color: #FF7600;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    float: left;
    padding-left: 1.5em;
    padding-right: 0.5em;
    font-size: 2em;
    font-weight: normal;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#logo a {
    color: white;
}

#headerLinks {
    float: right;
    
}

#headerLinks div.menu {
  padding: 0.5em;
    padding-right: 5em;
  color: white;
    background-color: #7A6964;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#support a{
  padding-left: 0.5em;  
  padding-right: 1em;
  color: black;
}



/*--- TABS ---------------------------------------------------------*/

#tabs {
  padding-left: 1em;
  padding-top: 1em;
}

#tabs ul {
  margin: 0;
 }


#tabs ul li {
  display: inline-block;
  border-left: 2px solid silver;
  border-top: 2px solid silver;
  padding-bottom: 0.5em; /* This value must match #menu ul padding */
  padding-top: 0.5em;
  background-color: #d7ccce;
  margin-right: 8px; 
  border-right: 2px solid silver;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
 
}


#tabs ul li a {
  text-decoration: none;
  color: black;
  /* Padding matches the menu li padding to make the whole tab clickable */
  padding: 0.5em;
}


#tabs ul li.current_tab {
  background-color: white;
  border-bottom: 2px solid white;
  padding: 0.5em;
  display: inline;
  padding-left: 2px;
}

/* in display mode, the first child appears to not need left padding adjustments */
#tabs ul li:first-child.current_tab {
  padding: 0.5em;
}



/*-- GENERAL STYLING -----------------------------------------------*/

html, body {
    background-color: #E3D8D9;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-size: small;
}


#main h1 { 
  margin: 0;
  margin-top: 0.25em;
  font-weight: lighter;
}


.tip {
  font-variant: small-caps;
}


#progress-indicator {
  display:none;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.25em;
  background-color: #FF7600;
  color: white;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  
}


/*-- COUNTDOWN -------------------------------------------------*/

#countdown {
    vertical-align: top;
    font-size: 200%;
}

.negative {
  background-color: lightyellow;  
  color: red;
 }

.zero {
  background-color: lightyellow; 
  color: black;
}

#countdown .positive {
  color: black;
}

/*-- ONE COLUMN -----------------*/

#onecolumn { 
  padding-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
}

/*-- TWO COLUMN -----------------*/

#left {
    width: 30%;
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    min-height:300px;
    padding-bottom: 1em;
}

#left p {
 font-size:1.3em;
 margin-top: 0.4em;
 margin-bottom: 0.6em;
 }

#left h1 { margin-bottom: 0.6em;}


#content {
    min-height:300px;
    margin-left: 36%;
}

/*-- SETTINGS -----------------*/

#settings h2 {
 font-weight:bold;
 }

#settings form {
 margin-bottom: 2.0em;
 }

/*-- Added p   --*/
#lift__noticesContainer___notice li p {
    padding: 0.5em;
    margin: 0em;
    background-color: lightgoldenrodyellow;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}


/*-- Word CRUD --*/

#advancedOptions  {
  padding:1em;
}

.spacer  {
  margin-bottom:2em;
}




/*-- STYLES COPIED A LITTLE ALTERED FROM EXISTING SITE -----------------*/


h1 {
    font-size: 3em;
    font-weight: lighter;
}

h2 {
    font-size: 2em;
    font-weight: lighter;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

h3 {
    margin: 0;
}


#main ul ol {
  margin:1em;
  padding: 0;
  list-style-type: square;
}

#main li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}



p {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline; 
}

.littlebutton {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: white;
    background-color: #0066cc;
    padding: 0.25em;
    
}

.littlebutton:hover {
    background-color: #FF7600;
       text-decoration: none;
}

.ui-widget-content a.littlebutton { color: white;}

.button {
    border: 0px;
    padding: 0.25em;
    margin-right: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: white;
    background-color: #0066cc;
}

.button.positive {
    padding-left: 0.5em;
}

.button.negative {
  font-size: 1.5;
  background-color: #E3D8D9;
  color: black;
  border: 1px solid #E3D8D9;
  font-weight: normal;
  
}


.button:hover {
    padding: 0.25em;
    background-color: #FF7600;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button.positive:hover {
   padding-left: 0.5em;
}

.button.negative:hover {
 color: white;
 font-weight: normal;
}

.disabledButton {
    border: 0px;
    padding: 0.25em;
    margin-right: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: white;
    background-color: #AAAAAA;
}



#left div.centerbutton {
 padding-top: 1em;
 margin: 1.5em; 
 margin-top: em;
 }


.withSpaceLeft {  margin-left: 1em;}

.formButton {
    border: 0px;
    padding: 0.25em;
    margin: 0px;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #0066cc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.formButton:hover {
    border: 0px;
    padding: 0.25em;
    margin: 0px;
    background-color: #FF7600;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

fieldset {  
  margin: 0;
  padding: 0;
  border: 0px;
}

/** A little more space at the top on the get started page only. */
fieldset#getstarted { 
  margin-top: 1.5em;;
}



fieldset div { margin-bottom: 1em;}

/* Keep input field and counter together */
fieldset div .keepTogether {white-space: nowrap;}

.formError {
  color: red;
  font-size: larger;
  font-weight: lighter;
}

#accordion .formError {
  font-size: 100%
}
  
  
.formNotice {
  font-size: larger;
  font-weight: lighter; 
}

.boxed {
    border: 2px solid black;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=text] {
    border: 2px solid black;
    height: 1.5em;
    font-size: 1.5em;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=password] {
    border: 2px solid black;
    height: 1.5em;
    font-size: 1.5em;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=submit] {
    color: white;
    border: 0px;
    padding: 0.25em;
    margin: 0px;
    background-color: #0066cc;
    font-size: 1.5em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 0.5em;
}

input:hover[type=submit] {
    border: 0px;
    padding: 0.25em;
    margin: 0;
    background-color: #FF7600;
    font-size: 1.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    padding-left: 0.5em;
}

label {
    font-size: 1.8em;
    font-weight: lighter;
    display: block; /* keep label and input separate */
}

label.inline {
    display:inline;
}




.label {
    font-size: 1.8em;
    font-weight: normal;
    display: block;
}

textarea {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid black;
    font-size: 1.5em;
}

#receivedAText {
    margin-top: 0.5em;
    margin-left: 0.5em;
    padding-left: 3px; /* To match menu item alignment of login link*/
    font-size: smaller;
    text-align: left;
}

#receivedAText a {color: #7A6058;}

#logon div  {
    text-align: left;
    font-size: 1em;
    margin-bottom: 0.5em;
}

#logon input {
    text-align: left;
    font-size: 1em;
    height: 1em;
    margin:0.2em;
}

#logon label {
    text-align: left;
    font-size: 1em;
    height: 1em;
}

#logon a {
    color: white;
    text-align: left;
    font-size: 1em;
    height: 1em;
}


.menu ul {
    padding: 0px;
    list-style-type: none;
    display: inline;
    color: white;
    font-size: normal;
    font-weight: lighter;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    padding-left: 3px;
}


.menu ul li a:hover {text-decoration: underline;}

.menu ul li:first-child:before {display: none;}

.menu ul li {display: inline;}

.menu ul li ul { display:block;}

/*-- PAGE FOOTER CONTENT ------------------------------------------*/

#footer ul {
  padding-left: 15%;
  padding-top: 1em;
}

ul.nav,.nav ul {
  width:85%;
  color: white;
  margin: 0;
  padding: 0;
  cursor: default;
  list-style-type: none;
  display: inline;
  font-size: small;
  font-weight: lighter ;
}

ul.nav{ display: table;}

ul.nav>li{
  display: table-cell;
  position: relative;
  padding:0.5em;
}

ul.nav>li>ul>li {
  padding-left:1em;
  padding-top:0.3em;  
}

ul.nav>li>ul>li a{color: white;}

#footer ul.nav li ul li {
  padding-left: 0;
  margin-top: 0.2em;
}

#copyright {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #7A6964;;
}

#copyright a {
  color: white;
  font-size: small;
}


ul.nav>li>ul>li a:hover{text-decoration: underline;}

.navtitle { font-weight:bold;}

/* A bit of space on the settings page above the close account area. */
#hadEnough {margin-top: 2em;}

/** E.g., used for settings notes on deveoper mode re existing web hooks. */
#left .nb {
 font-style: italic;
 font-size: small;
}

.switch {
    float: right;
    padding: 1px;
}

.deleted {}

#keywords tbody td {
  padding-bottom: 1em;
  text-align: center;
  padding-right: 0.8em;
}


#keywords tr td { padding-right: 1em;}

#pricing {
  border-spacing:0px;
  padding-top: 1.5em;
}


#pricing tr td { 
  width: 20%;
  text-align: center;
}

#pricing .first-column {
  padding:0;
   margin:0em;
   padding-left: 0.5em;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; 
  text-align: left;
  font-weight: bold;
}

#pricing .last-column {
    padding-top:0.25em;
    padding-bottom:0.25em;    
    padding-right:0.5em;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;   
}



#pricing tr th { 
  text-align:center;
}

.recommend {
  padding: 0.6em;
  background-color: #B4DEF9;
  
}

#pricing tr.first-row {
    background-color: #B4DEF9;
  font-size: large;
  font-weight: bold;
}


#pricing tr.price-row {
  font-size: large;
  font-weight: bold;
}



#pricing tr.last-row td {
  padding: 1em;
}


#pricing tr.last-row td.recommend {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
}


.flashMessage{
    color:red;
    display: block;
    padding: 0.5em;
    vertical-align: middle;
    margin-bottom:1em;
    text-align:center;
    margin-right:05%;
    margin-left:05%;
    font-weight:bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Wrap pre-formatted text in Firefox. see http://vafer.org/blog/20060219123754 */
.wrap {
     white-space:normal;
     word-wrap: break-word;       
     overflow:auto;
}

/* List of promoter keywords */

#keywords {
 margin-bottom: 2em;
 border-left: 0px;
 border-right:0px;
 border-spacing:0px;
}

.buttonColumn {
   padding:0.5em;
   margin:0em;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;   
}

.wordColumn {
   padding:0.5em;
   margin:0em;
   text-align:left;
}

.statsColumn { 
  text-align:center;
  padding-right:1em;  
}

.quotaColumn { 
  text-align:center;
  padding-right:1em;  
}

.expiryColumn {
  text-align:center;
  padding-right:1em;  
  
}
.wordLegend {
  border-spacing:0px;
}

.wordLegend tr td:first-child {
   padding:0.5em;
   margin:0em;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;   
}

.wordLegend tr td:last-child {
    padding-top:0.25em;
    padding-bottom:0.25em;    
    padding-right:0.5em;
    text-align: left;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px; 
}

.attributesColumn {text-align:left;}

span.ui-icon {float: left;}
span.text {float: left; width: 180px;}

.messageColumn {
    padding-top:0.25em;
    padding-bottom:0.25em;    
    padding-right:0.5em;
    text-align: left;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px; 
}

/* Edit keyword */

.larger {
  font-size: 150%;
  padding-top: 0.75em;
  margin: 0em;
  padding-bottom: 0em;
}

.largest {
  font-size: 200%;
  font-weight: bolder;  
}

.moved-down {padding-top: 1.5em;}

/* -- Sign up complete dotted box css -- */

#wrapdotted {
  padding-left: 3em; 
  padding-right: 2em;
  }

#scissors {
  font-size: 200%;
  position:  relative;
  top: -0.6em;
  left: -0.1em;
  margin-left: -1em;
}

#scissors:before {
  content: "\2704"; 
} 

#outerdotted {
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: 2pt dashed black;
  border-right: 2pt dashed black;
}

#innerdotted {
  margin-left: -1em;
  margin-right: -1em;
  border-top: 2pt dashed black;
  border-bottom: 2pt dashed black;
}

#dottedtext {
  padding: 2em;
  margin-top: -4em;
}


/* Lift default notices */


#lift__noticesContainer__ {
  /* Giving the notice a fixed size stops
  the page shrinking when we fade out the message. */
  height: 2.5em;
}

#lift__noticesContainer___notice {
  height: 2.5em;
}

#lift__noticesContainer___notice ul {
  list-style-type: none;
  margin: 0;
}

#lift__noticesContainer___notice li {
  font-size: medium;
  font-weight: lighter;  
  display: inline;
}


/* Lift default errors */

#lift__noticesContainer___error {
}

#lift__noticesContainer___error ul {
  display: inline;
  margin: 0;
  list-style-type: none;
}

#lift__noticesContainer___error li {
  display: inline;
  font-size: large;
  font-weight: lighter;
  color: red;
}


/*-- Home page -*/

#main h1.homepage {
 padding: 0em ;
 margin-left: 0.4em;
 margin-right: 0.3em;
 margin-bottom: 0.6em;
 margin-top: 0.4em; 
 font-weight: lighter;
 font-size: 3em;
}


#left p.homepage {
  padding-bottom: 1em;
}


#content p.homepage {
    font-size: 2em;
    font-weight: lighter;
    margin-top: 0.5em;
    
}

#footNote {
  padding-top: 1em;
}



/* trying a larger font as the 'normal' font  */  
.normal { font-size: 1.2em;}  

