/*------------------------------------------------------------------------------
  Table of Contents
  -----------------
    Browser Reset
    Group Clearfix
    Typography
    Links
    Forms
    Sitewide
      Nav
      Section
      Header
      Meta
      Facets
      Footer
      Draft List
      Actions
      Messages
      Pagination
    Bars
      Index
    Users
    Locations
      Index
    Mobile
      Portrait
      Landscape

  Color Reference
  ---------------
    #99CC33; - green
    #F9DC7D; - yellow
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
  Browser Reset
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------------------------
  Group Clearfix
------------------------------------------------------------------------------*/
.pagination:after,
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group,
* html .pagination { height: 1%; }
*:first-child+html .group,
*:first-child+html .pagination { min-height: 1px; }

/*------------------------------------------------------------------------------
  Typography
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('/fonts/Chunkfive.eot');
  src: local('ChunkFive'), local('ChunkFive'), url('/fonts/Chunkfive.woff') format('woff'), url('/fonts/Chunkfive.ttf') format('truetype'), url('/fonts/Chunkfive.svg#ChunkFive') format('svg');
}

@font-face {
  font-family: 'DroidSansRegular';
  src: url('/fonts/DroidSans.eot');
  src: local('Droid Sans'), local('DroidSans'), url('/fonts/DroidSans.woff') format('woff'), url('/fonts/DroidSans.ttf') format('truetype'), url('/fonts/DroidSans.svg#DroidSans') format('svg');
}

@font-face {
  font-family: 'DroidSansBold';
  src: url('/fonts/DroidSans-Bold.eot');
  src: local('Droid Sans'), local('DroidSans-Bold'), url('/fonts/DroidSans-Bold.woff') format('woff'), url('/fonts/DroidSans-Bold.ttf') format('truetype'), url('/fonts/DroidSans-Bold.svg#DroidSans-Bold') format('svg');
}

body {
  color: #FFF;
  font-size: .625em;
  background: #161310;
  font-family: 'DroidSansRegular', Arial, sans-serif;
}

h1 {
  padding: 1em;
  color: #F9DC7D;
  font-size: 6em;
  background: #262320;
  font-family: 'ChunkFiveRegular', Arial, sans-serif;
}
  h1 strong {
    float: left;
    margin: 0 .25em 0 0;
  }
  h1 a {
    float: left;
    color: #F63;
    text-decoration: none;
  }
  h1 a:hover,
  h1 a:focus,
  h1 a:active {
    color: #F63;
    text-decoration: none;
  }
    h1 a span {
      text-decoration: underline;
    }
    h1 a em {
      padding: .5em;
      font-size: .3em;
      font-style: normal;
      vertical-align: top;
      font-weight: normal;
      background: #161310;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      font-family: 'DroidSansRegular', arial, sans-serif;
    }
    h1 a:hover span,
    h1 a:focus span,
    h1 a:active span {
      text-decoration: underline;
    }
    h1 a:hover em,
    h1 a:focus em,
    h1 a:active em {
      visibility: visible;
    }

h2 {
  color: #FD9;
  font-size: 3em;
  line-height: 2;
  font-weight: normal;
  font-family: 'ChunkFiveRegular', Arial, sans-serif;
}

ul {
  font-size: 2em;
  line-height: 2;
}

ol {
  font-size: 2em;
  line-height: 2;
  list-style-type: decimal;
}

dl {
	font-size: 15px;	
}

dt {
	padding: 10px;
}

dd {
	padding: 10px;	
}

p {
  font-size: 2em;
  line-height: 2;
}

/*------------------------------------------------------------------------------
  Links
------------------------------------------------------------------------------*/
a {
  color: #F63;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  Forms
------------------------------------------------------------------------------*/
ul.legend {
  font-size: 1.5em;
}
  ul.legend li {
    float: left;
    padding: .25em .75em;
  }
  ul.legend li.required {
    background: #350;
    font-weight: bold;
    border: 5px solid #192A00;
  }

form {
  clear: left;
  background: #161310;
  padding: 1px 2em;
  margin: 0 0 2em 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

  form div.text_field,
  form div.password_field,
  form div.select_field,
  form div.file_field {
    background: #060300;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 2em;
    margin: 2em 0;
  }
  
  form div.submit_field {
    padding: 0;
    margin: 2em 0;
  }

  form div.submit_field a {
    font-size: 1.5em;
    margin: 0 0 0 1em;
  }

  form div.required {
    padding: 1.5em;
    background: #350;
    font-weight: bold;
    border: 5px solid #192A00;
  }

  form label {
    width: 125px;
    font-size: 1.5em;
    text-align: right;
    margin: 0 1em 0 0;
    display: inline-block;
  }

  form .fieldWithErrors {
    display: inline;
  }

/*------------------------------------------------------------------------------
  Sitewide - Nav
------------------------------------------------------------------------------*/
.nav {
  padding: 2em 6em;
  background: #161310;
}
  .nav form {
    padding: 0;
    margin: 7px 0 0 0;
    display: inline-block;
  }
  .nav ul {
    margin: 0;
    float: left;
    font-size: 1.5em;
  }
  .nav ul.user {
    float: right;
  }
    .nav ul li {
      margin: 0 1em 0 0;
      display: inline-block;
    }
    .nav ul.user li {
      margin: 0 0 0 1em;
    }
      .nav ul li a {
        padding: .75em 1em;
        background: #060300;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
      }
      .nav ul li a:hover,
      .nav ul li a:focus {
        background: #262320;
        text-decoration: none;
      }
      .nav ul li .edit a {
        background: none;
        padding: 0;
      }
      .nav ul li .edit a:hover,
      .nav ul li .edit a:focus {
        text-decoration: underline;
      }

/*------------------------------------------------------------------------------
  Sitewide - Section
------------------------------------------------------------------------------*/
.section {
  background: #060301;
  padding: 2em 6em 0 6em;
}
  .section li {
    padding: 0;
    margin: 0 0 1px 0;
    background: #161310;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    list-style-position: inside;
  }
    .section li a { 
      vertical-align: top;
      display: inline-block;
    }
			.section li a.user { 
				float: left;
				width: 70px;
				height: 70px;
				text-indent: -9999px;
				background-repeat: no-repeat;
				-webkit-border-top-left-radius: 12px;
				-webkit-border-bottom-left-radius: 12px;
				-moz-border-radius-topleft: 12px;
				-moz-border-radius-bottomleft: 12px;
				border-top-left-radius: 12px;
				border-bottom-left-radius: 12px;
			}

/*------------------------------------------------------------------------------
  Sitewide - Header
------------------------------------------------------------------------------*/
.header h2 {
  float: left;
}
.header form {
  margin: 0;
  padding: 0;
  clear: none;
  float: right;
  display: inline;
  background: none;
  line-height: 60px;
}
  .header form .text_field,
  .header form .submit_field {
    display: inline;
    padding: 0;
  }

/*------------------------------------------------------------------------------
  Sitewide - Meta
------------------------------------------------------------------------------*/
.section .meta {
  padding: 2em;
  margin: 0 0 2em 0;
  background: #161310;
  vertical-align: top;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
  .section .meta h2 {
    line-height: 1;
    margin: 0 0 .5em 0;
  }
  .section .meta img {
    width: 35%;
    margin: 0 2% 0 0;
    vertical-align: top;
    display: inline-block;
  }
  .section .meta div {
    vertical-align: top;
    display: inline-block;
  }

		.section .meta .content dl {
			width: auto;
			display: block;
			margin: 20px 0 0 0;
			text-align: center;
		}
			.section .meta .content dl dt:first-child {
				-webkit-border-top-left-radius: 20px;
				-webkit-border-top-right-radius: 20px;
				-moz-border-radius-topleft: 20px;
				-moz-border-radius-topright: 20px;
				border-top-left-radius: 20px;
				border-top-right-radius: 20px;
			}
			.section .meta .content dl dt {
				float: none;
				color: #666360;
				letter-spacing: 2px;
				font-variant: small-caps;
				text-transform: lowercase;
				background: #1C1916;
			}
			.section .meta .content dl dd:last-child {
				-webkit-border-bottom-right-radius: 20px;
				-webkit-border-bottom-left-radius: 20px;
				-moz-border-radius-bottomright: 20px;
				-moz-border-radius-bottomleft: 20px;
				border-bottom-right-radius: 20px;
				border-bottom-left-radius: 20px;
			}
			.section .meta .content dl dd {
				float: none;
				background: #0E0C0A;
			}	

    .section .meta div.users {
      padding: 20px 0 0 0;
    }
      .section .meta div.users ul li,
      .section .meta div.users ul li a {
        margin: 0;
        float: left;
        display: block;
      }
      .section .meta div.users ul li img {
        width: auto;
      }

/*------------------------------------------------------------------------------
  Sitewide - Facets
------------------------------------------------------------------------------*/
.facets {
  padding: 0 0 20px 0;
}
  .facets dl {
    float: left;
    padding: 15px;
    line-height: 2;
    font-size: 1.5em;
    margin: 0 20px 0 0;
    background: #161310;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
    .facets dl dt {
      background: #060301;
      padding: .5em 1em;
      margin: 0 0 .5em 0;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
    }

/*------------------------------------------------------------------------------
  Sitewide - Footer
------------------------------------------------------------------------------*/
.footer {
  padding: 2em 6em;
  background: #161310;
}
  .footer ul {
    margin: 0;
  }
    .footer ul li {
      color: #A9A6A3;
      font-weight: bold;
      margin: 0 1em 0 0;
      display: inline-block;
      font-variant: small-caps;
    }
      .footer ul li a {
        color: #393633;
        padding: 0 .75em;
        background: #060300;
        display: inline-block;
        text-decoration: none;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
      }
      .footer ul li a:hover {
        color: #A9A6A3;
        background: #262320;
      }

/*------------------------------------------------------------------------------
  Sitewide - Draft List
------------------------------------------------------------------------------*/
.section .drafts .draft {
  margin: 0;
  float: left;
  max-width: 50%;
  padding: 1em 1em 0 1em;
}
  .section .drafts .draft span {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 2;
    font-size: 1.5em;
  }
  .section .drafts .draft strong {
    margin: 0;
    padding: 0;
    font-size: 2em;
    line-height: 1;
  }

.section .drafts ul {
  font-size: 1em;
}
  .section .drafts span form {
    padding: 0;
  }
  .section .drafts .actions {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 1.5em;
    background: none;
  }
    .section .drafts .actions span {
      margin: 0;
      float: left;
      padding: 0 0;
      line-height: 40px;
    }
    .section .drafts .actions a {
      color: #565350;
      padding: .5em;
      margin: 0 .5em 0 0;
      -webkit-border-bottom-right-radius: 12px;
      -webkit-border-bottom-left-radius: 12px;
      -moz-border-radius-bottomright: 12px;
      -moz-border-radius-bottomleft: 12px;
      border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px;
    }
    .section .drafts .actions a:hover,
    .section .drafts .actions a:focus {
      color: #FF6633;
      background: #262320;
      text-decoration: none;
    }
    .section .drafts ul li .meta {
      margin: 0;
      width: 300px;
      float: right;
      min-height: 100%;
      padding: 5px 10px;
      background: rgba(0,0,0,.333);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-border-top-right-radius: 12px;
      -webkit-border-bottom-right-radius: 12px;
      -moz-border-radius-topright: 12px;
      -moz-border-radius-bottomright: 12px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }
      .section .drafts .meta span {
        font-size: 1.5em;
        display: block;
        padding: 0;
      }
      .section .drafts .meta a {
        color: #565350;
      }
      .section .drafts .meta a:hover,
      .section .drafts .meta a:focus {
        color: #FF6633;
      }

/*------------------------------------------------------------------------------
  Sitewide - Messages
------------------------------------------------------------------------------*/
.flash {
  font-size: 2em;
  line-height: 2;
  padding: 0 3em;
}

.flash.error {
  color: #F31;
  background: #550900;
}

.errorExplanation {
  display: block;
  background: #550900;
  padding: 2em 0 2em 6em;
}
  .errorExplanation h2 {
    color: #F31;
  }
  .errorExplanation p {
    font-size: 1.5em;
  }
  .errorExplanation ul {
    font-size: 1.5em;
    list-style: circle inside;
  }

/*------------------------------------------------------------------------------
  Sitewide - Actions
------------------------------------------------------------------------------*/
.add a {
  text-align: center;
  font-variant: small-caps;
  letter-spacing: 2px;
}

.actions {
  padding: 2em 6em;
  background: #0E0B08;
}
  .actions dl dt,
  .actions dl dd {
    display: inline;
    font-size: 1.5em;
    margin: 0 1em 0 0;
  }

/*------------------------------------------------------------------------------
  Sitewide - Pagination
------------------------------------------------------------------------------*/
.section .drafts .pagination {
	padding: 10px;
	margin: 20px 0;
	background: #161310;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
  .section .drafts .pagination a,
  .section .drafts .pagination span {
    float: left;
    font-size: 1.5em;
		white-space: pre;
    padding: 10px 15px;
    margin: 0 .5em 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.1);
  }
  .section .drafts .pagination span.disabled {
    display: none;
  }
  .section .drafts .pagination a:hover,
  .section .drafts .pagination a:focus {
    background: rgba(255,255,255,.05);
    text-decoration: none;
  }

/*------------------------------------------------------------------------------
  Bars - Index
------------------------------------------------------------------------------*/
.section .bars ul {
  display: block;
}
  .section .bars ul li {
    width: 200px;
    padding: 10px 20px;
    margin: 0 1em 1em 0;
    display: inline-block;
  }

/*------------------------------------------------------------------------------
  Bars#Show & Users#Show
------------------------------------------------------------------------------*/

.section .drafts .header h2 {
  float: left;
}

.section .drafts .header a {
  float: right;
  line-height: 2;
  font-size: 2.4em;
  background: #000;
}

.index .drafts {
	width: 50%;
	float: left;
}

.index .about {
	width: 50%;
	float: left;
}

@media screen and (max-width: 1500px) {
	.index .about,
	.index .drafts {
		width: auto;
		float: none;
	}
}
@media screen and (max-width: 800px) {
	.section .drafts ul li {
		margin: 0 0 2em 0;
	}
	.section .drafts ul li .meta {
		float: none;
		clear: both;
		width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

.index .about h2 {
	color: #EEE;
	margin: 0 0 .5em 0;
  font-family: 'DroidSansRegular', Arial, sans-serif;
}

.index .about h2 strong {
  font-family: 'DroidSansBold', Arial, sans-serif;
}

.index .about ol {
	margin: 1em 0;
}

.index .about ol li {
	margin: 0;
	background: none;
}

.index .about em {
	font-style: normal;
	color: #321;
}

.bar .drafts,
.user .drafts {
	width: 70%;	
	float: left;
}
	.bar .drafts ul,
	.user .drafts ul {
		margin: 0 20px 19px 0;
	}
		.bar .drafts ul li,
		.user .drafts ul li {
			margin: 0 0 1px 0;
		}

.bar .meta,
.user .meta {
	width: 30%;	
	float: left;
	padding: 0;
	margin: 60px 0 20px 0;
}
	.bar .meta .content,
	.user .meta .content {
		padding: 20px;
		display: block;
	}
		.bar .meta .content img,
		.user .meta .content img {
			margin: 0 auto;
			display: block;
			width: 100%;
		}

/*------------------------------------------------------------------------------
  Locations - Index
------------------------------------------------------------------------------*/
.locations {
  padding: 2em 6em;
}
  .locations h2 {
    clear: left;
  }
  .locations .all dl {
    float: left;
    clear: left;
    font-size: 2em;
    margin: 0 0 1em 0;
    background: #161310;
    padding: .5em 0 0 1em;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
    .locations .all dl dt {
      float: left;
      width: 160px;
      margin: 0 1em 1.3em 0;
      padding: 0.75em 0 0 0;
      text-align: right;
    }
    .locations .all dl dd {
      float: left;
      margin: 0 .5em .5em 0;
    }
    .nearby ul {
      float: left;
      clear: left;
      margin: 0 0 1em 0;
      background: #161310;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      padding: .5em 0 .5em .5em;
    }
      .nearby ul li {
        padding: 0;
        float: left;
        display: block;
        line-height: 1;
        background: none;
        margin: 0 .5em 0 0;
      }
        .nearby ul li a,
        .locations .all dl dd a {
          float: left;
          background: #060300;
          padding: 0.75em 1em;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px;
        }
        .nearby ul li a:hover,
        .locations .all dl dd a:hover {
          background: #262320;
          text-decoration: none;
        }

/*------------------------------------------------------------------------------
  Mobile - Portrait
------------------------------------------------------------------------------*/
@media screen and (max-width: 320px)
{
  body {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    padding: 10px;
    font-size: 3.6em;
  }

  .nav,
  .footer {
    display: none; /* figure this out */
  }

  form,
  .footer,
  .section,
  .locations,
  form div.text_field,
  .locations .all dl {
    margin: 0;
    padding: 0;
  }
  .nav ul.user {
    display: none;
  }
  .nav ul.crumbs {
    clear: left;
    float: none;
    padding: 10px;
  }
    .nav ul li,
    .nav ul.user li,
    .nav ul li a {
      float: left;
      margin: 0 10px 0 0;
    }

  .locations .all dl {
    float: none;
  }
    .locations .all dl dd {
      margin: 0;
      padding: 0;
      width: auto;
      float: none;
      text-align: left;
    }
    .locations .all dl dt {
      margin: 0;
      width: auto;
      float: none;
      text-align: center;
      padding: 0.75em 1em;
    }
    .locations .all dl dd a {
      float: none;
      display: block;
    }
}
 
/*------------------------------------------------------------------------------
  Mobile - Landscape
------------------------------------------------------------------------------*/
@media screen and (min-width: 321px) and (max-width: 480px)
{
  body {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    padding: 10px;
    font-size: 3.6em;
  }

  .nav,
  .footer {
    display: none; /* figure this out */
  }

  form,
  .footer,
  .section,
  .locations,
  form div.text_field,
  .locations .all dl
  {
    margin: 0;
    padding: 0;
  }

  .nav ul.user {
    display: none;
  }
  
  .nav ul.crumbs {
    clear: left;
    float: none;
    padding: 10px;
  }
    .nav ul li,
    .nav ul.user li,
    .nav ul li a {
      float: left;
      margin: 0 10px 0 0;
    }

  .locations .all dl {
    float: none;
  }
    .locations .all dl dd {
      margin: 0;
      padding: 0;
      width: auto;
      float: none;
      text-align: left;
    }
    .locations .all dl dt {
      margin: 0;
      width: auto;
      float: none;
      text-align: center;
      padding: 0.75em 1em;
    }
    .locations .all dl dd a {
      float: none;
      display: block;
    }
}

.search_results em {
  color: #FF6633;
  font-style: normal;
}
