/*---------------------------------
	elements
---------------------------------*/
html, body {
    height: 100%;
}

body {
    background-color: #fd8e34;
    color: #000;
    font-family: 'Georgia', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    margin: 0;
}

a { text-decoration: none; }
a, a:visited {
    color: #13C;
}

p { margin: 6px 0; }

img { border: none; }

h2 {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 26px
}

/*---------------------------------
	login header
---------------------------------*/

#header {
  position: relative;
  background-image: url(/site_media/static/img/gradient.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 146px;
  padding-bottom: 20px;
}

#header .login {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 162px;
    color: #fff; /* login bar text colour */
    background-image: url(/site_media/static/img/login_tab.png);
    width: 330px;
    height: 28px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    z-index: 99;
}

#header .login a, #header .login a:visited {
    color: #fff; /* login bar link colour */
    text-decoration: none;
}

#header .login a:hover {
    color: #def; /* login bar link hover colour */
}

#header .logo {
    margin-left: 160px;
}

/*---------------------------------
	logo header
---------------------------------*/

#logo_header {
  position: relative;
  width: 100%;
  height: 146px;
  padding-bottom: 30px;
}

#logo_header .logo {
    margin: -216px 0 29px -85px;
    height: 170px;
}

/*---------------------------------
	site
---------------------------------*/
.home {
    background-color: #fd8e34;
}

#body {
    clear: both;
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 10px 10px 100px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

#footer {
    color: #fff; /* footer text colour */
    margin: 0 auto 100px auto;
    padding: 10px;
    clear: both;
    width: 960px;
    height: 100px;
    background-color: #a43d12;
    border: 1px solid #a43d12;
}
#footer a, #footer a:visited {
    color: #ff9801;
    text-decoration: none;
}
#footer a:hover {
    color: #777; /* footer link hover colour */
}

#footer #footer_logo {
    position: relative;
    background: url(/site_media/static/img/fl_logo_footer.png) no-repeat;
    text-indent: -999px;
    width: 174px;
    height: 59px;
    margin: 8px 0 0 16px;
}

#footer .info {
    position: relative;
    float: left;
    top: -80px;
    left: 250px;
    border-left: 1px solid #fff;
}

#footer .legal {
    position: relative;
    float: left;
    top: -80px;
    left: 275px;
    border-left: 1px solid #fff;
}

.info ul, .legal ul {
    list-style: none;
    margin: 25px 0 -3px -30px;
}

#footer .copyright {
    position: relative;
    float: left;
    top: 49px;
    left: 160px;
    font-size: 11px;
}

/* CLEARS */

.clearboth {
    clear: both;
}

/* reference:
 *   http://www.positioniseverything.net/easyclearing.html
 *   http://www.zeldman.com/2006/10/27/ie7fixes1/
 *      comment by michael on 10/28/2006
 */
.clearfix {
    min-height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */

#subnav {
    margin: 0;
    padding: 0;
    background: #fff; /* tab colour */
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 5px 10px 5px 10px;
}
#subnav ul {
    float: right;
    margin: 0 20px;
    padding: 0;
}
#subnav ul li {
    display: inline;
    list-style-type: none;
}
#subnav ul a:link, #subnav ul a:visited {
    float: left;
    font-weight: bold;
    text-decoration: none;
    color: #444;
    padding: 4px 20px;
}
#subnav ul a:hover {
    color: #FFF;
    background: #9BC;
}

/* FORMS */

form th {
    text-align : left;
}
form.signup input[type="submit"], form.login input[type="submit"] {
    margin: 20px 0;
    font-size: 14pt;
}
input[type="text"], input[type="password"], textarea {
    padding: 3px;
    margin: 3px;
    border: solid 1px #C6C6C6;
    border-bottom: solid 1px #E3E3E3;
    color: #666;
    font-size: 12pt;
    background: #F3F3F3 url('../images/form-shadow.png') left top repeat-x;
}
ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
}


/* MESSAGES */

ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}
ul#messages li a {
    float: right;
    color: #693;
}


/* WHAT NEXT */

dl.what_next {
    margin: 2em;
}
dl.what_next dt {
    font-size: 120%;
}
dl.what_next dd {
    margin: 0 0 1em 0;
    font-style: italic;
}
p.what_next {
    font-size: 120%;
}


/* FORM TOGGLE */

.form-toggle p {
    margin-bottom: 2px;
}

.form-toggle p span {
    background: #DEF;
    padding: 3px 6px;
    border-top: 1px solid #9BC;
    border-left: 1px solid #9BC;
    border-right: 1px solid #9BC;
    cursor: pointer;
}

.form-toggle form {
    padding: 3px 6px;
    margin: 0;
    background: #DEF;
    border: 1px solid #9BC;
}



/* EXTRAS TO CLEAN UP */

.warning {
    color: red;
    font-weight: bold;
}

div.profile_info p {
    margin: 0;
}
div.left_panel {
    width: 550px;
}
div.right_panel {
    margin-top: 20px;
    width: 200px;
    float: right;
    z-index: 999;
}

/* signup and login form */
.signup-intro, .signup-content, .login-intro, .login-content {
    position: relative;
    margin: 0 auto 0 auto;
    width: 500px;
}

.signup-intro, .login-intro {
    padding-top: 50px;
}

.signup-heading, .login-heading {
    font-family: Georgia;
    font-size: 18px;
    color: #cc6633;
}

.intro-text {
    font-family: Arial;
    font-size: 13px;
    color: #000;
}

.signup-footer, .login-footer {
    font-family: Arial;
    font-size: 10px;
    color: #999;
    text-align: center;
}

.social-icons {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 323px;
    width: 170px;
    height: 50px;
}

.twitter-icon {
    padding-right: 6px;
}

/*---------------------------------
	foodielink amazon store
---------------------------------*/

#store {
    position: relative;
    left: 75px;
    }

/*---------------------------------
 * Common right column box styles
 */
#rightcolumn .box {
  border: 1px solid #ccc;
  width: 300px;
  margin-bottom: 15px;
}
#rightcolumn .box h3 {
  background-color: #E67A32;
  color: white;
  font-size: 16px;
  width: 162px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
}

#rightcolumn .box .box-content {
  padding: 0 15px 15px 15px;
}
#rightcolumn .box .box-content a {
  color: #A43D12;
  font-size: 14px;
  font-weight: bold;
}

#rightcolumn .box .box-content a:hover {
  text-decoration: underline;
}

#rightcolumn .box.yelp-reviews {
  margin-left: 40px;
  margin-top: 50px;
}
#rightcolumn .box.yelp-reviews h3 {
  background: transparent;
  padding: 10px 10px;
  margin-bottom: 0px;
}
#rightcolumn .box.yelp-reviews img.yelp-rating {
  padding-top: 2px;
  float: left;
}
#rightcolumn .box.yelp-reviews .review-count {
  display: block;
  padding-left: 5px;
  float: left;
}
#rightcolumn .box.yelp-reviews ul {
  padding-left: 0;
  padding-top: 10px;
  clear: both;
}
#rightcolumn .box.yelp-reviews li {
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}
#rightcolumn .box.yelp-reviews li img.yelp-user-photo {
  float: left;
  margin-right: 10px;
}

#column-left .box {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
#column-left .box h3 {
  color: #A43D12;
  border-bottom: 1px solid #00cc00;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
}

#column-left .box .box-content {
  padding: 0 15px 15px 15px;
}
