/*	=Reset default HTML styles
------------------------------------------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin:0; padding:0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6{font-size:100%;}

/* Removes list-style from lists */
ol, ul{list-style:none;}

/* Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal; font-weight:normal;
}

/* Removes link underline */
a:link, a:visited{text-decoration:none;}

/* Normalizes table behavior */
table{border-collapse:collapse; border-spacing:0;}

/* Removes border from fieldset and img */
fieldset, img{border:0;}

/* Hides hr */
/*hr{display:none;}*/

/* Hides skip link */
#skip-to-content{display:none;}

/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)
   
   Note: Changes made in this file will not be applied when
   using the compressor: make changes in lib/blueprint/grid.css.rb
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
div.container{
  width: 880px;
  margin: 0 auto;
  text-align:left;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { background: url(/images/grid.png);  }


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24, div.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #CCC;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #CCC;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, 
.pull-4, .pull-5, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-0, .push-1, .push-2, 
.push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}

/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  background: #FFF;
  border:1px solid #CCC;
  margin-bottom: 1.5em; 
  padding: 1.5em; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #CCC; 
  color: #CCC;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* =forms
------------------------------------------------------------------*/
.form{
  color:#333;
  margin-bottom:1.5em;
}
form, fieldset, legend, form h3{
  border:0; 
  margin:0; 
  padding:0; 
}
form p{
  margin-left:0;
  margin-right:0;
}
fieldset{
  border-top:1px solid #CCC;
  margin-top:18px;
  padding-top:18px;
}
fieldset.first{
  border-top:none;
  margin-top:0;
  padding-top:0;
}
form h3{
  font-size:14px;
  margin-bottom:18px;
}
form ol, form ul{
  list-style: none;
  margin:0 0 18px 0;
  padding:0;
}
.form li{
  clear:both;
  background:none;
  margin-bottom:9px;
  padding:0;
}
label{
  display: block;
  float:left;
  line-height:1.6;
  margin-right:10px;
  width:120px;
}
label:after, 
.radio h3:after, 
.checkbox h3:after{
  content:':'; 
} 
input[type="text"], textarea { 
  padding:3px 3px; 
  width:250px; 
}
textarea{
  height:250px;
}
input[type="submit"]{
  width:auto;
}
abbr { 
  cursor:help; 
  font-style:normal; 
  border:0; 
}

/* radio & checkbox fieldsets */
.radio, .checkbox{
  padding-left:130px;
}
.radio h3, .checkbox h3{
  font-size:1em;
}
label input{
  background:transparent;
  margin-right:4px;
  width:auto;
}
.radio label,
.checkbox label{
  display:inline;
  float:none;
  margin:0;
  text-align:left;
  width:auto;
}
.radio label:after,
.checkbox label:after{
  content:'';   
}

/* notes & error handling */
.validation-advice{
  font-family:arial;
  background:url(/images/bullet-error.png) no-repeat 0 0;
  color:#CC0000;
  font-size:11px;
  font-style:italic;
  font-weight:normal;
  margin:6px 0 0 130px;
  padding:0 3px 0 16px;
}
.note{
  font-size:0.8333em;
  font-weight:normal;
  font-style:italic;
  margin-left:130px;
}
.contact_form_notice{
  clear:left;
  font-size:11px;
}
.mailer-error{/* when somebody enters a non-existent e-mail adress */
  background:#f7f7b5;
  border:1px solid red;
  padding:9px;
  margin-bottom:18px
}

/* messages */
#flash{
  color: white;
  margin:1.5em 0;
  padding: 1em;
}
#flash ul{
  margin:0;
}
.notice {
  background-color: #0c3;
  border: 3px solid #7FE699;
}
.error {
  background-color: #c00;
  border: 3px solid #e67f00;
}
.form .notice{
  background:none;
  border:none;
}

/*	=Typography
------------------------------------------------------------------*/
body{	
  font: 14px/1.5 Arial, verdana;
  color:#525252;
}
h1, h2, h3, h4, p, ul, ol, blockquote{
	margin:0 10px 1.5em 0;
}
h1, h2, h3{
  color:#000;
}
h1{
  font-size:30px;
  font-weight:bold;
  margin-bottom:1em;
}
h2{
  font-size:18px;
  line-height:1.1;
  margin-bottom:1em;
}
h3{
  font-size:16px;
}
h4{
  font-size:14px;
}
#content_sec h3, #content_tre h3{
  font-size:14px;
  margin-bottom:9px;
}
.box h3{
  color:#000;
}
.box p{
  margin-bottom:0;
}
blockquote{
	color:#666;
	font-style:italic;
}
blockquote p{
  margin-right:0;
}
blockquote strong{
  font-style:italic;
}
p.intro, p.date{
  color:#666;
  font-style:italic;
  font-family:georgia;
  font-size:18px;
}
strong{
  font-weight:bold;
}
em,dfn{
  font-style:italic;
}
dfn{
  font-weight: bold;
}
sup, sub{
  line-height:0;
}
abbr, acronym{
  border-bottom: 1px dotted #666;
}
address{
  margin: 0 0 1.5em; font-style: italic;
}
del{
  color:#666;
}

/* Code blocks
-------------------------------------------------------------- */
pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists (Not ideal, would prefer http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/)
-------------------------------------------------------------- */
ul, ol{
	padding: 0 0 0 24px;
}
ul{
	list-style-type:disc;
}
ol{
	list-style-type: decimal;
}
ol li{
  border-top:1px solid #ddd;
  padding:10px 0;
}
ol li:first-child{
  border-top:none;
}

/* Tables
------------------------------------------------------------------*/
table{
  border-collapse:true;
  margin-bottom:1.5em;
  width:100%;
}
caption{
  background:#FEFEFE;
  border:1px solid #999;
  border-bottom:none;
  padding:10px;
  font-size:10px;
  text-transform:uppercase;
}
th, td{
  border-bottom:1px solid #CCC;
  padding:10px 5px;
  vertical-align:top;
}
th{
  background:#333;
  border:1px solid #333;
  color:#FFF;
  font-weight:bold;
}

/* Links
------------------------------------------------------------------*/
a:link, a:visited{
  color:#000;
	text-decoration:underline;
	-webkit-transition: color .2s ease-in;
}
a:hover, a:focus{
  text-decoration:underline;
}
a:active{
  background:none;
  color:#000;
}
a img{
	-webkit-transition: opacity .2s ease-in;
}
a img:hover{
  opacity:0.75;;
}

/* Generic classes
------------------------------------------------------------------*/
.float_left{
  float:left;
  margin:0 20px 0.5em 0;
}
.float_right{
  float:left;
  margin:0 0 0.5em 20px;
}
.maxwidth{
  margin-left:0;
  margin-right:0;
  width:100%;
}
.rss{
  background-image:url(/images/rss-icon.png) no-repeat 0 0;
  padding-left:12px;
}
.hide{
  display:none;
}
img{
  border:3px solid #d1d1cb;
}

a.btn{
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background:#d1d1cb;
  border:none;
  color:#646464!important;
  font-size:14px;
  font-weight:bold;
  padding:5px 9px;
  text-shadow: 1px 1px 0 #FFF;
  text-decoration:none!important;
	-webkit-transition: opacity .2s ease-in;
}
.btn-big{
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background:#d1d1cb;
  border:none;
  color:#646464!important;
  font-size:18px;
  font-weight:bold;
  padding:10px;
  text-shadow: 1px 1px 0 #FFF;
  text-decoration:none!important;
	-webkit-transition: opacity .2s ease-in;
}
.btn:hover{
  opacity:0.75;
}
a.btn-big:hover{
  opacity:0.75;
}

/* Layout
------------------------------------------------------------------*/
body{
	background:#eeeae1;
}
#topnav{
  background:rgba(0, 0, 0, 0.85);
}
#header{
  background:rgba(0, 0, 0, 0.85);
  height:100px;
  position:absolute;
  top:400px;
  width:100%;
}
  #header .container{
    position:relative;
  }
#content-wrap{
	position: absolute;
	top: 540px;
	width:100%;
}
#footer{
  border-top:1px solid #CCC;
  color:#777570;
  margin-top:20px;
  padding-top:20px;
}
#footer-nav{
  margin-left:30px;
}

/* topnav
------------------------------------------------------------------*/
#topnav .container{
  color:#FFF;
  line-height:20px;
  padding:10px;
}

/* date nav */
#date_nav{
	margin:0;
	padding:0;
}
#date_nav li{
	float: left;
	list-style:none;
	padding: 0 10px;
}
#date_nav li a{
	color: #CCC;
	text-decoration:none;
}
#date_nav li a:hover{
	color: #FFF;
}
#date_nav li.current a{
	color: #FFF;
	text-decoration:underline;
}

/* login stuff */
#login_stuff{
  color:#999;
	float: right;
	padding: 0 10px;
}
#login_stuff a{
	color: #CCC;
	text-decoration: none;
}
#login_stuff a:hover{
	color: #FFF;
}

/* Header
------------------------------------------------------------------*/
#logo{
  margin:0;
}
#logo a{
  background:url(/images/logo.png) no-repeat 0 0;
  font-size:24px;
  float:left;
  height:100px;
  opacity:0.75;
  width:240px;
  text-indent:-10000px;
}
#logo a:hover{
  opacity:1;
}
#skip_to_content{
  display:none;
}

/* =nav_main */
#nav_main{
  position:absolute;
  right:0;
}
#nav_main ul{
  list-style:none;
  margin:0;
  padding:0;
}
#nav_main li{
  float:left;
  list-style:none;
	text-align: center;
}
#nav_main li a{
  color:#999;
  display:block;
  font-size:18px;
  font-weight:bold;
  line-height:100px;
  margin-left:40px;
  text-decoration:none;
}
#nav_main li a:hover{
  color:#FFF;
}
#nav_main li.current a,
#nav_main li.current a:hover,
#nav_main li.parent_of_current a,
#nav_main li.parent_of_current a{
  color:#FFF;
  text-decoration:underline;
}

/* Content
------------------------------------------------------------------*/
/* gmap */
#gmap{
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
}
#map{
  height:500px;
  width:100%;
}

/* Edit page */
#actions{
  background:#FFF;
}

/* Empty stomachs lis */
#empty_stomachs{
  margin-bottom:0.5em;
}
#empty_stomachs .empty_stomach{
  border-top:1px solid #CCC;
  padding:15px 0;
}
#empty_stomachs img{
  float:left;
  margin-right:10px;
  width:87px;
}

#empty_stomachs .popsup{
  font-size:18px;
  font-weight:bold;
}

/* Table detail  */
p#table_description{
  font-size:16px;
  font-family:georgia, serif;
  font-style:italic;
  margin-bottom:10px;
  margin-top:-20px;
}
.warning{
  display:block;
  margin-top:-20px;
  margin-bottom:20px;
}
.warning+p#table_description{
  margin-top:0;
}
#host_badge{
  float:left;
  margin:0 10px 10px 0;
}
#host_badge hr{
  margin:0 0 10px 0;
}
#host_badge h4{
  margin-bottom:10px;
}
#host_badge h4 a{
  font-weight:normal;
}
#host_badge img{
  float:left;
  margin:0 10px 10px 0;
}
#host_badge .hostname{
  color:#525252;
  float:left;
  margin:0 0 10px 0;
}
#host_badge h2 .date{
  float:left;
  font-size:12px;
  display:block;
}
#host_badge h2{
  margin-bottom:5px;
}
#table_tags strong{
  color:#000;
}
#count_me_in{
  margin-bottom:1.5em;
}

#guest_list{
  margin:0 0 1.5em 0;
  padding:0;
}
#guest_list li{
  border-top:1px solid #CCC;
  float:left;
  list-style:none;
  padding:10px 0;
  width:100%;
}
#guest_list li:first-child{
  border-top:none;
}
#guest_list li img{
  float:left;
  margin-right:10px;
}

/* Popups */
.popup{
  background:#FFF;
  border:10px solid rgba(0,0,0,0.5);
  left:center;
  margin:0 auto;
  position:absolute;
  top:300px;
  width:310px;
}
.popup-big{/*Home*/
  background:#FFF;
  border:10px solid rgba(0,0,0,0.5);
  left:center;
  margin:0 auto;
  position:absolute;
  top:90px;
  width:883px;
}
.popup div, .popup-big div{
  background:#FFF;
}
.popup td, .popup th, .popup-big td, .popup-big th{
  background:#FFF;
  border:none!important;
  border-bottom:none!important;
}
.popup tr{
  background:#FFF;
  border:none;
} 

/* User popups */
#user-popup img{
  float:left;
  margin: 0 10px 10px 0;
}

/* Confirm prescence */
#requirements-checklist ul{
  margin-bottom:0;
}
#requirements-checklist .checkbox{
  padding-left:0;
}

/* Create table */
#invite_guests li{
  background:#D1D1CB;
  float:left;
  text-align:center;
}
#invite_guests li img{
  display:block;
}
.brought{
  text-decoration: line-through;
}
.deleter{
  margin-left:10px;
}
.tag-example{
  
}

/* Home */
#home-block{
  padding-bottom:30px;
}
#home-intro h1{
  margin-bottom:5px;
}
#home-intro h2{
  color:#52524f;
  font-size:24px;
  font-weight:normal;
  margin-bottom:15px;
}
#home-intro h3{
  margin-bottom:10px;
}
#wanna-cook{
  background:url(/images/wanna-cook.gif) no-repeat 0 0;
  height:30px;
  width:190px;
  text-indent:-10000px; 
}
#hungry{
  background:url(/images/hungry.gif) no-repeat 0 0;
  height:30px;
  width:190px;
  text-indent:-10000px; 
}
#home-divider{
  margin:0 0 30px;
}
#bigtext{
  font-size:24px;
  line-height:1.2em;
  text-align:center;
}
#bigtext a:hover{
  opacity:0.75;
}
.homes #footer{
  display:none;
}
