#listingsContent {
	position: relative;
	width: 75vw;
	height: 82.5vh;
	top: 2.5vh;
	left: 12.5vw;
}


#distanceLimit {
	list-style: none;
	width: 75vw;
	height: 2.5vh;
}

#distanceLimit li {
	width: 12.5vw;
	height: 2.5vh;
	line-height: 2.75vh;
	text-align: center;
	float: left;
}

#distanceLimit li a, #distanceLimit li a:active, #distanceLimit li a:hover {
	width: 12.5vw;
	height: 2.5vh;
	line-height: 2.75vh;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}






#listingClose {
	position: absolute;
	width: 2vw;
	height: 2.5vh;
	top: 0.25vh;
	left: 97vw;
	line-height: 2.5vh;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}

#postListingContainer {
	position: absolute;
	z-index: 1000;
	width: 100vw;
	height: 87.5vh;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#postListingForm {
	position: absolute;
	z-index: 1001;
	width: 75vw;
	height: 65.625vh;
	left: 12.5vw;
	top: 10.94vh;
	border: 3px ridge silver;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#postListingForm ul {
	z-index: 1001;
	list-style: none;
	width: 75vw;
	height: 65.625vh;
	border-radius: 10px
}

#postListingForm li {
	position: absolute;
	left: 0;
	width: 75vw;
	height: 13.125vh;
	background-color: rgba(255, 255, 255, 0.05);
}

#postListingForm li:first-child {/*title*/
	position: absolute;
	top: 0vh;
	width: 75vw;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#postListingForm input {
	width: 75vw;
	height: 13.125vh;
	line-height: 13.125vh;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	background-color: transparent;
	border: none;
	text-align: center;
}

#postListingForm li:nth-child(2) {/*category*/
	position: absolute;
	top: 13.125vh;
	width: 37.5vw;
}

#postListingForm select {
	width: 75vw;
	height: 13.125vh;
	width: 37.5vw;
	line-height: 13.125vh;
	color: rgba(255, 255, 255, 0.75);
	background-color: transparent;
	text-align: center;
}

#postListingForm option {
	color: white;
	line-height: 13.125vh;
}

#postListingForm li:nth-child(3) {/*location*/
	position: absolute;
	top: 13.125vh;
	left: 37.5vw;
	width: 37.5vw;
}

#postListingForm select, #postListingForm select option, #postListingForm li:nth-child(3) input {
	width: 75vw;
	height: 13.125vh;
	width: 37.5vw;
	background-color: transparent;
	text-align: center;
}

#postListingForm li:nth-child(4) {/*post*/
	position: absolute;
	top: 26.25vh;
	height: 26.25vh;
	width: 75vw;
}

#postListingForm li textarea {/*post*/
	position: absolute;
	top: 0vh;
	height: 26vh;
	width: 75vw;
	line-height: 13.125vh;
	background-color: transparent;
	resize: none;
	font-family: sans-serif;
	border: none;
	padding-top: 0.25vh;
	text-align: center;
}

#postListingForm li:last-child {/*submit*/
	position: absolute;
	top: 52.5vh;
	width: 75vw;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
}























#categories {
	position: absolute;
	width: 24vw;
	height: 16.5vh;
	top: 0vh;
	left: 0vw;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}

#tagCloud {
	position: absolute;
	width: 24vw;
	height: 16.5vh;
	top: 0vh;
	left: 25.5vw;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}

#inputPost {
	position: absolute;
	width: 24vw;
	height: 16.5vh;
	top: 0vh;
	left: 51vw;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}

#inputPost h3{
	position: absolute;
	width: 20vw;
	height: 15vh;
	line-height: 15vh;
	font-size: 1.75em;
	top: 0.75vh;
	left: 2vw;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	cursor: pointer;
}

#listings {
	position: absolute;
	width: 75vw;
	height: 65.75vh;
	top: 16.75vh;
	left: 0vw;
	margin-top: 0.25vh;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}




#categoryList {
	list-style: none;
	padding: 5px;
	width: 101.25%;
	position: absolute;
	height: 13vh;
	left: 0vw;
	overflow-y: auto;
	overflow-x: hidden;

}

#tagCloudList {
	list-style: none;
	padding: 5px;
	width: 101.25%;
	position: absolute;
	height: 13vh;
	left: 0vw;
	overflow-y: auto;
	overflow-x: hidden;
}

#categoryList li, #tagCloudList li {
	float: left;
	padding: 5px;
	margin: 2.5px;
	overflow: hidden;
}






#categoryList li a, #categoryList li a:hover, #tagCloudList li a, #tagCloudList li a:hover {
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	text-decoration: none;
}











#listingsContainer {
	width: 76.05vw;
	height: 65vh;
	overflow-y: auto;
	padding-top: 0.5vh;
}

.listingContent {
	position: relative;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 25px;
	border-radius: 3px;
	text-indent: 15px;
	width: 60vw;
	left: 7.5vw;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

.listingContent h3 {
	text-align: center;
}

.listingContent h3 a, .listingContent h3 a:hover {
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	text-decoration: none;
}



/*//////////////////////////////////////////////////////////////////////////MEDIA QUERIES*/
/*///////////////////////////////////////////////////////////////////////////////////////*/


/*PORTRAIT SCREENS*/
@media only screen and (orientation: portrait) {
	#listingsContent {
		width: 99.5vw;
		height: 82.5vh;
		top: 2.5vh;
		left: 0.25vw;
	}


	#distanceLimit {
		list-style: none;
		width: 99.5vw;
		height: 2.5vh;
		font-size: 0.75em;
	}

	#distanceLimit li {
		width: 16.583vw;
		height: 2.5vh;
		line-height: 2.75vh;
		text-align: center;
		float: left;
	}

	#distanceLimit li a, #distanceLimit li a:active, #distanceLimit li a:hover {
		width: 16.583vw;
		height: 2.5vh;
		line-height: 2.75vh;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	#categories {
		width: 33vw;
		height: 16.5vh;
		top: 0vh;
		left: 0vw;
	}

	#tagCloud {
		width: 33vw;
		height: 16.5vh;
		top: 0vh;
		left: 33.33vw;
	}

	#inputPost {
		width: 33vw;
		height: 16.5vh;
		top: 0vh;
		left: 66.66vw;
	}

	#inputPost h3{
		width: 25vw;
		height: 15vh;
		line-height: 15vh;
		font-size: 1em;
		top: 0.75vh;
		left: 4vw;
	}

	#listings {
		width: 99.5vw;
		height: 65.5vh;
		top: 16.75vh;
		left: 0vw;
		margin-top: 0.25vh;
	}

	#listingsContainer {
		width: 101.05vw;
		height: 65vh;
		overflow-y: auto;
		padding-top: 0.5vh;
	}

	.listingContent {
		position: relative;
		font-size: 1em;
		background-color: rgba(0, 0, 0, 0.5);
		margin-top: 25px;
		border-radius: 3px;
		text-indent: 15px;
		width: 95vw;
		left: 2.5vw;
		border-radius: 5px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}/*end 1024px*/




/*MEDIUM SCREENS*/
@media only screen and (max-width: 1024px) {

}/*end 1024px*/





/*small screens*/
@media only screen and (max-width:768px) {
}/*end 768px*/



/*small screens*/
@media only screen and (max-width:736px) {

	#inputPost h3{
		width: 20vw;
		height: 15vh;
		line-height: 15vh;
		font-size: 1em;
		top: 0.75vh;
		left: 2.5vw;
	}
}/*end 736px*/



/*Iphone 6*/
@media only screen and (max-width:627px) {

}/*end 627px*/


/*Smartphone*/
@media only screen and (max-width:568px) {
	#categoryList li, #tagCloudList li {
		padding: 5px;
		margin: 2.5px;
		overflow: hidden;
	}

	#listingsContainer {
		padding-top: 0.25vh;
	}

	.listingContent {
		font-size: 1em;
		margin-top: 10px;
		border-radius: 3px;
		text-indent: 15px;
		width: 95vw;
		left: 2.5vw;
		border-radius: 5px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}/*end 568px landscape*/


@media only screen and (max-width : 480px) {
	#inputPost h3{
		width: 25vw;
		height: 15vh;
		line-height: 15vh;
		font-size: 0.75em;
		top: 0.75vh;
		left: 4vw;
	}
}/*end 480px*/


@media only screen and (max-width : 375px) {
	#inputPost h3{
		font-size: 0.66em;
	}
}/*end 375px*/



@media only screen and (max-width:675px) and (orientation: landscape) {

#listingsContainer {
	width: 101.05vw;
	height: 65vh;
	overflow-y: auto;
	padding-top: 0.5vh;
}

.listingContent {
	position: relative;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 25px;
	border-radius: 3px;
	text-indent: 15px;
	width: 60vw;
	left: 7.5vw;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
}/*end 350px landscape*/


@media only screen and (max-width:480px) and (orientation: landscape) {
	#inputPost h3{
		width: 20vw;
		height: 15vh;
		line-height: 15vh;
		font-size: 0.66em;
		top: 0.75vh;
		left: 2vw;
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		cursor: pointer;
	}
}/*end 480px lanscape*/