@font-face {
	font-family: "Gotham-Book";
	src: url("GOTHAM-BOOK.OTF");
}
@font-face {
	font-family: "Gotham-Light";
	src: url("GOTHAM-LIGHT.OTF");
}
@font-face {
	font-family: "Gotham-Italic";
	src: url("GOTHAM-BOOKITALIC.OTF");
}

body {
	margin:0;
}

/* header */
h1 {
	font-family: Gotham-Book;
	text-align: center;
	height:20px;
	font-size: 2em; 
	padding-top: 20px;
}

#title {
	text-decoration: none;
	color: #000000;
}

h2 {
	font-family: Gotham-Italic;
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
}

li {
	float: left;
}

/* Postings Page */
.posts-special {
	clear: both;
	margin-left: 60px;
	margin-top: -50px;
}

.posts {
	float:left;
	margin-top: -50px;
	margin-left: 60px;
	margin-bottom: 60px;
}

.list{
	list-style-type: none;
}

img {
	opacity: 0.5;
	height:20em;
	width: 20em;
	z-index: -1;
}

img:hover{
	opacity: 1;
}

p {
	font-family: Gotham-Light;
	font-size: 0.8em;
	width: 300px;
}

.item {
	font-family: Gotham-Book;
	position: relative;
	bottom: -80px;
	left: 10px;
	z-index: 1;
}

.price {
	font-size: 1em;
	position: relative;
	bottom: -60px;
	left: 10px;
	z-index: 1;
}

.info {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#E3E3E3;
}

.info a {
	text-decoration: none;
	text-transform: uppercase;
	color: #828282;
	font-weight: bold;
}

.info a:hover {
	color: #98CDD1;
}

/* Item Info Page */
img.info {
	position: relative;
	opacity: 10;
	top: 100px;
	left: 100px;
	width: 450px;
	height: auto;
}

.item-name {
	position: relative;
	top: -290px;
	left: 625px;
	font-size: 1.5em;
	font-weight: bold;
	width: 400px;
}

.item-price{
	position: relative;
	top: -310px;
	left: 625px;
	font-size: 1.3em;
}

.item-info {
	position: relative;
	top: -300px;
	left:625px;
	width: 450px;
}

#icons {
	width: 20px;
	height: auto;
	position: relative;
	top: -150px;
	left: 625px;
	padding: 3px;
	z-index: 1;
}

#tag {
	font-family: Gotham-Book;
	position:relative;
	top: -70px;
	background: Gainsboro;
	padding-bottom: 300px;
	padding-left: 75px;
	padding-top: 20px;
	margin-bottom: -490px;
}

button {
	font-family: Gotham-Light;
	position: relative;
	left: 75px;
	top: 160px;
	padding: 5px;
	color: #FFFFFF;
	background: gray;
	border: none;
	-webkit-border-radius: 5px;
}

#map {
	width: 320px;
	height: auto;
	position: relative;
	left: 860px;
	top: -55px;
	z-index: 0;
	opacity: 1;
}

#map-heading {
	font-family: Gotham-Book;
	font-weight: bold;
	font-size: 1.25em;
	position: relative;
	text-align: right;
	left: 490px;
	top: 80px;
}

#address {
	text-align: right;
	position: relative;
	left: 490px;
	top: 130px;
}

/* Posting Page 1 */
.step-nav {
	position: relative;
	white-space: nowrap;
	padding-left: 260px;
	padding-top: 35px;
	padding-bottom: 30px;
}

.step-nav a { /* navigation links */
	text-decoration: none;
	color: gray;
	padding: 0px;
	margin-left: 90px;
	margin-right: -35px;
}

.progress { /* progress bar image */
	width: 500px; /* adjusted size of image */
	height: 30px;
	margin-left: 385px;
	margin-top: -15px;
	padding-bottom: 35px;
	opacity: 1;
}

.prompt {
	font-family: Gotham-Book;
	white-space: nowrap; /* makes text all in one line */
	margin-left: 320px;
	font-size: 0.875em;
	font-weight: bold;
}

.options {
	font-family: Gotham-Light;
	font-size: 0.75em;
	margin-left: 330px;
	padding-top: 5px;
}

.options input {
	margin-bottom: 20px;
	margin-right: 15px;
}

.options input[type="radio"] {
	margin: 0 8px 25px 18px;
}

.options input[type="radio"]:checked {
	color: black;
}

#next {
	position: relative;
	background-color: #98CDD1;
	padding: 15px;
	margin-left: 900px;
	top: -70px;
	border: none;
	-webkit-border-radius: 0px; /* set rounded corners */
}

#next a {
	font-size: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 35px;
}

#next:hover {
	background-color: #82AEB1;
}

/* Posting Page 2 */
p.prompt {
	font-family: Gotham-Book;
	font-size: 1.2em;
}

.sub-header {
	font-family: Gotham-Light;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-left: 320px;
}

.inputs {
	font-family: Gotham-Light;
	font-size: 1em;
	position: relative;
	margin-left: 330px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.input1 {
	position: relative;
	width: 200px;
	margin-bottom: 20px;
}

.input2 {
	width: 100px;
}

.input3 {
	width: 300px;
	margin-bottom: 20px;
}

.input4 {
	width: 50px;
	margin-bottom: 20px;
}

.input5 {
	width: 400px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#upload {
	background-color: Gainsboro;
	position: relative;
	left: 900px;
	top: -400px;
	padding: 10px;
	width: 150px;
	height: 150px;
}
	
.add {
	margin: 20px;
	width: 40px;
	height: 40px;
}
	
#upload button {
	position: relative;
	margin-top: 10px;
	left: -90px;
	top: 90px;
}

/* Posting Page 3 */
h3.preview-post {
	font-family: Gotham-Book;
	position: relative;
	padding-left: 18%;
}

img.preview {
	position: relative;
	left: 18%;
	width: 800px;
	height: auto;
	top: 10px;
	opacity: 10;
	border: 1px solid gray;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#edit {
	position: relative;
	white-space: nowrap;
	margin-bottom: 150px;
	top: -140px;
	left: 175px;
}
	
#edit button {
	position: relative;
	font-size: 1.2em;
	padding: 10px;
	margin-left: 10px;
	-webkit-border-radius: 0px; /*squares the corners of the buttons*/
}

#cancel {
	background-color: Grey;
}

#cancel:hover {
	background-color: Gainsboro;
}

#buttons {
	background-color: #98CDD1;
}

#buttons:hover {
	background-color: #82AEB1;
}
	
#submit {
	background-color: #82AEB1;
}
	
#submit:hover {
	background-color: #98CDD1;
}

#edit a {
	font-size: 0.875em;
	text-decoration: none;
	color: #FFFFFF;
	padding: 22.3px;
}

/* Posting Page 4 */
.posted-heading{
	font-family: Gotham-Book;
	font-size: 1.55em;
	text-align: center;
}

.posted {
	font-family: Gotham-Italic;
	text-align: center;
	position: relative;
	top: 30px;
	width: 100%;
}

.return {
	font-family: Gotham-Book;
	text-align: center;
	text-decoration: none;
	background-color: #C6C4C6;
	color: white;
	margin-top: 20px;
	margin-left: 345px;
	padding-left: 140px;
	padding-right: 140px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	width: 310px;
}

.return:hover {
	background-color: Gainsboro;
}

.click {
	margin-top: 90px;
	margin-bottom: 90px;
}

/* Blue Navigation Bar */
/* Referenced from: */
/* http://www.w3schools.com/css/tryit.asp?filename=trycss_navbar_horizontal_float_advanced */
nav ul {
	font-family: Gotham-Book;
	list-style-type: none;
	padding-left: 100px;
	overflow: hidden;
	background-color: #98CDD1;
	color: black;
}

nav ul li a:link, nav ul li a:visited {
	display: block;
	width: 140px;
	color: #FFFFFF;
	background-color: #98CDD1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

 nav ul li a:hover, nav ul li a:active {
	background-color: #82AEB1;
} 

#search-bar {
	margin-top: 10px;
}

[type="checkbox"], label {
	  display: none;
}

/* Filters: Drop down */
/* Referenced from: */
/* http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
	background: #FFFFFF url(indicator.gif) 100% center no-repeat;
	float: left;
	width: 148px;
	height: 24px;
	overflow: hidden;
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-left: 1px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.styled-select select {
	background: transparent;
	padding: 5px;
    font-size: 0.75em;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 24px;
    -webkit-appearance: none; /* original arrows of select drop-down don't appear */
}

.style{
	margin-top: 35px;
	margin-left: 200px;
	font-style: italic;
	float:left;
	width: 100px;
}

/* Footer */
#footer {
	background-color: #98CDD1;
	position: fixed;
	opacity: 0.6;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 285px;
	padding-right: 291px;
}

#footer a {
	font-family: Gotham-Light;
	font-size: 0.625em;
	text-decoration: none;
	color: #000000;
	margin-right: 80px;
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
#menu {
	display: none;
}

.mobile-preview {
	display: none;
}
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
.posts {
	margin-left: 75px;
	margin-right: 70px;
}

.mobile-preview {
	display: none;
}

#footer {
	position: fixed;
	width: 100%;
}

#footer a {
	font-size: 0.7em;
	margin-right: 2%;
	margin-left: 0.1%;
}

nav ul {
	padding-left: 13%;
}

nav ul li a:link {
	font-size: 0.9em;
	padding-right: 1px;
	padding-left: 1px;
	width: 95px;
}

.styled-select {
	background: #FFFFFF url(indicator.gif) 100% center no-repeat;
	width: 120px;
	height: 20px;
	margin-right: 3%;
}

.styled-select select {
	font-size: 0.65em;
	width: 150px;  
   	height: 20px;
}

.style{
	margin-left: 12%;
}

/* Item Info */
img.info {
	top: 50px;
	margin-left: 1%;
	width: 37%;
}
	
.item-name {
	font-size: 1.0em;
	margin-left: -9%;	
}

.item-price {
	margin-left: -9%;
	margin-top: 2.5%;
	font-size: 1.0em;
}

.item-info {
	margin-left: -9%;
	width: 350px;
}
	
#icons {
	left: 532px;
	top: -200px;
}

#tag {
	top: -120px;
	padding-bottom: 240px;
	margin-bottom: -495px;
}

#map {
	width: 27%;
	margin-left: -22%;
}

#map-heading {
	margin-left: -17%;
}

#address {
	margin-left: -17%;
}

/* Post Step 1 */
.step-nav {
	margin-left: -15%;
}

.progress {
	margin-left: 25%;
}

.prompt, .options {
	margin-left: 20%;
}

#next {
	margin-bottom: 5%;
	margin-left: 60%;
}

/* Post Step 2 */
#upload {
	margin-left: -73%;
	margin-top: 45%;
	margin-bottom: -340px;
}
	
.prompt, .sub-header, .inputs {
	margin-left: 20%;
}

/* Post Step 3 */
.preview {
	max-width: 60%;
}

#edit {
	margin-left: -6.5%;
}

#edit button {
	padding-left: 0.1%;
	padding-right: 0.1%;
}

#edit button a {
	font-size: 0.8em;
}
	
/* Post Step 4 */
.return {
	margin-left: 68%;
}
}

@media screen and (max-width: 480px) {
h2 {
	margin-bottom: 25px;
}

#footer {
	position: fixed;
	width: 100%;
	padding-left: 4%;
}

#footer a {
	font-size: 0.7em;
	margin-right: 1%;
	margin-left: 1%;
}

/* main nav */
nav ul { /* original nav menu & filters visibility hidden */
	display: none;
}
#filter1 {
	margin-left: 50px;
}

.styled-select {
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 145px;
} 

#styled-special {
	margin-left: 50px;
	margin-bottom: 50px;
}

.style {
	margin-top: 10px;
	margin-left: 170px;
	margin-right: -35px;
}

/* Drop down referenced from: http://codepen.io/andreasstorm/pen/lriga?editors=110 */
label { /*creating the menu icon*/
  	display: block;
  	background: #FFF;
  	z-index: 1;
	width: 40px;
  	height: 40px;
  	cursor: pointer; /* Turns mouse point to cursor finger */
	position: absolute;
	right: 10px;
	top: 5px;
}
 
/* This content will be placed AFTER other content in the element. */  
label:after{
  /* Treats pseudo-element as content-less box: */
  content: " "; /* String value of space; we dont want text here. */
  display: block;
  width: 30px;
  height: 5px;
  -webkit-border-radius: 10px; /*rounds the corners of the menu bar icon*/
  background: Grey; /* Colour of menu icon */
  margin: 15% 5%;
  box-shadow: 0px 10px 0px Grey, 0px 20px 0px Grey;
}

/* '~' selects any ul elements in checkbox */
[type="checkbox"]:checked ~ ul { /*the drop down menu*/
  	display: block;
  	z-index: 2; /* Make menu appear on top. */
  	position: absolute;
    right: 18px;
    left: 62%;
    top: 28px;
    padding-bottom: 15px;
    padding-left: 0%;    
}

#search-bar {
	margin-left: 18px;
	width: 70%;
}
img {
	opacity: 1;
}

.posts {
	margin-top: -80px;
	margin-bottom: 35px;
}

.list {
	position: relative;
}

.list img, .info, .item, .price {
	margin-left: -60px;
}
h3 .item {
	margin-top: 70px;
}

/* Item Info*/
img.info {
	left: 27.5%;
	max-width: 90%;
	height: auto;
	top: 20px;
	margin-left: -25%;
}

img#icons {
	top: 100px;
	left: 28%;
	width: 8%;
	margin-right: 7%;
	margin-bottom: 9%;
}

.item-name {
	font-family: Gotham-Book;
	font-size: 1.1em;
	left: 4%;
	max-width: 90%;
	top: 38px;
}  

.item-price {
	font-size: 1em;
	max-width: 90%;
	left: 4%;
	top: 30px;
}

.item-info {
	font-size: 0.9em;
	max-width: 90%;
	left: 4%;
	top: 45px;
}

#tag {
	font-size: 0.9em;
	margin-top: 45%;
	margin-left: 0px;
	padding-left: 180px;
	max-width: 100%;
	height: 300px;
}

#tag-button {
	left: 4%;
	top: -150px;
	width: 30%;
}

#map-heading, #address {
	left: 13%;
	font-size: 0.83em;
	top: -40px;
	margin-bottom: -2%;
	text-align: center;
}

img#map {
	max-width: 70%;
	left: 15%;
	top: 8px;
}

/* Posting Step 1 */
.progress {
	display: none;
}

.step-nav {
	font-size: 0.9em;
	white-space: pre-line;
	text-align: center;
	left: -67%;
	top: -37px;
}

.expand {
	text-transform: uppercase;
}

p.prompt, .sub-header {
	margin-left: 5%;
	font-size: 0.92em;
}

.options {
	margin-left: 10%;
}

#next {
	margin-top: 35%;
	margin-left:15%;
}

/* Posting Step 2 */
.inputs {
	white-space: nowrap;
	margin-left: 5%;
}

.input3 {
	width: 270px;
	margin-bottom: 2%;	
}

.input5 {
	width: 350px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 20px;	
}

#upload {
	top: 15%;
	left: 5%;
}

/* Posting Step 3 */
.preview-post {
	font-family: Gotham-Book;
	font-size: 95%;
	left: -12%;
}

.preview {
	display: none;
}

.mobile-preview {
	opacity: 1;
	max-width: 95%;
	height: auto;
	margin-left: 9%;
	margin-bottom: 0%;
	border: 2px solid Gainsboro;
}

.preview-post {
	margin-left: 3%;
}

#edit {
	white-space: pre-line;
	text-align: center;
	left: -9%;
}

#edit button {
	margin-top: 5%;
	margin-left: 8%;
}

/* Ppsting Step 4 */
.posted-heading {
	font-size: 1.2em;
}

.posted {
	font-size: 0.9em;
}

.click {
	margin-left: -110%;
}
	
.return {
	padding-left: 45%;
	padding-right: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
