#postContainer {
	position: absolute;
	width: 45vw;
	height: 85vh;
	top: 1vh;
	left: 5vw;
	background-color: rgba(0, 0, 0, 0.25);
}

#postContent {
	list-style: none;
	width: 45vw;
	height: 85vh;
	font-size: 1.25em;
}

#postContent li {
	position: absolute;
	width: 45vw;
	height: 5vh;
	text-align: center;
	line-height: 5vh;
}

#postContent li:first-child {/*POSTER*/
	z-index: 1001;
	width: 15vw;
	top: 0;
}

#postContent li a, #postContent li a:hover {
	width: 15vw;
	top: 0;
	z-index: 1500;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	text-decoration: none;
}

#postContent li:nth-child(2) {/*LOCATION*/
	width: 15vw;
	top: 0;
	left: 15vw;
}

#postContent li:nth-child(3) {/*CATEGORY*/
	top: 0vh;
	left: 30vw;
	width: 15vw;
}

#postContent li:nth-child(4) {/*TITLE*/
	top: 5vh;
	left: 0vw;
	width: 45vw;
}

#postContent li:nth-child(5) {/*BLANK FOR BORDER*/
	top: 0vh;
	-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;
}
#postContent li:nth-child(6) {/*BLANK FOR SECOND BORDER*/
	top: 5vh;
	-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;
}

#postContent li:nth-child(7) {/*POST*/
	width: 40vw;
	height: 57.5vh;
	padding: 2.5vh 2.5vw;
	top: 10vh;
	text-align: justify;
	text-indent: 2.5vw;
	-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;
}

#postContent li:nth-child(8) {/*EDIT*/
	width: 22.5vw;
	height: 12.25vh;
	top: 72.5vh;
	left: 1.25vw;
	text-align: justify;
	text-indent: 2.5vw;
}

#postContent li:last-child {/*DELETE*/
	width: 22.5vw;
	height: 12.25vh;
	top: 72.5vh;
	left: 22.5vw;
	text-align: justify;
	text-indent: 2.5vw;
}

#postContent li:nth-child(8) p, #postContent li:last-child p {
	position: absolute;
	width: 20vw;
	height: 10vh;
	top: 1.25vh;
	left: 1vw;
	line-height: 10vh;
	border: 3px ridge silver;
	border-radius: 7.5px;
	text-align: center;
	text-indent: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	cursor: pointer;
}
















#commentsContainer {
	position: absolute;
	width: 40vw;
	height: 73vh;
	top: 1vh;
	left: 55vw;
	background-color: rgba(0, 0, 0, 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;
	font-size: 1em;
}

#commentsContent {
	width: 45vw;
	height: 73vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.comment {
	position: relative;
	width: 35vw;
	height: 15vh;
	left: 2.5vw;
	margin: 0.5vh 0;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(0,0,0,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}


.comment h3 {
	height: 5vh;
	line-height: 5vh;
	text-indent: 0.5vw;
	padding-left: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(0,0,0,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

.comment p {
	width: 35vw;
	height: 10vh;
	line-height: 2.5vh;
	text-indent: 0.5vw;
	padding-left: 5px;
	padding-right: 2vw;
	background-color: rgba(0, 0, 0, 0.33);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow-y: auto;
}













#inputContainer {
	position: absolute;
	width: 40vw;
	height: 11vh;
	top: 75vh;
	left: 55vw;
	background-color: rgba(0, 0, 0, 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;
}

#inputContainer ul {
	position: absolute;
	list-style: none;
	width: 35vw;
	height: 10vh;
	left: 2.5vw;
	top: 0.5vh;
	border: 3px ridge silver;
	border-radius: 10px;
}

#inputContainer ul li {
	height: 10vh;
	position: absolute;
}

#inputContainer ul li:first-child {
	width: 27.5vw;
	left: 0;
}

#inputContainer ul li:last-child {
	width: 7.5vw;
	left: 27.5vw;
}

#inputContainer input {
	font-size: 1.5em;
}

#inputContainer input[type=text] {
	width: 100%;
	height: 100%;
	line-height: 10vh;
	background-color: transparent;
	border: none;
	padding-left: 5px;
}

#inputContainer input[type=submit] {
	width: 100%;
	height: 100%;
	line-height: 10vh;
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	text-align: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}










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

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

#editPostForm {
	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;
}

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

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

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

#editPostForm 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;
}

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

#editPostForm 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;
}

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

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

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

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

#editPostForm 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;
}

#editPostForm 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);
	cursor: pointer;
}










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

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

#deletePostForm {
	position: absolute;
	z-index: 1001;
	width: 50vw;
	height: 43.75vh;
	left: 21.875vw;
	top: 21.875vh;
	border: 3px ridge silver;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#deletePostForm ul {
	z-index: 1001;
	list-style: none;
	width: 50vw;
	height: 43.75vh;
	border-radius: 10px
}

#deletePostForm li {
	position: absolute;
	left: 0;
	width: 50vw;
	height: 21.875vh;
	background-color: rgba(255, 255, 255, 0.05);
	text-align: center;
}

#deletePostForm li:first-child {/*title*/
	position: absolute;
	top: 0vh;
	font-size: 3em;
	line-height: 21.875vh;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deletePostForm input {
	height: 21.875vh;
	line-height: 13.125vh;
	font-size: 2.25em;
	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;
	cursor: pointer;
}

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










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


/*PORTRAIT SCREENS*/
@media only screen and (orientation: portrait) {
	#inputContainer input {
		font-size: 1.25em;
	}

	#deletePostForm li:first-child {/*title*/
		font-size: 2.5em;
	}

	#deletePostForm input {
		font-size: 2em;
	}
}/*end 1024px*/




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

}/*end 1024px*/





/*small screens*/
@media only screen and (max-width:736px) {
	#commentsContainer {
		font-size: 0.5em;
	}

	#inputContainer input {
		font-size: 1em;
	}

	#postContent {
		font-size: 1em;
	}

	#deletePostForm li:first-child {/*title*/
		font-size: 2em;
	}

	#deletePostForm input {
		font-size: 1.75em;
	}
}/*end 736px*/





/*Iphone 6*/
@media only screen and (max-width:627px) {
	#inputContainer input {
		font-size: 0.75em;
	}
}/*end 627px*/


@media only screen and (max-width : 480px) {
	#commentsContainer {
		font-size: 0.33em;
	}
	#inputContainer input {
		font-size: 0.5em;
	}
	#postContent {
		font-size: 0.75em;
	}

	#deletePostForm li:first-child {/*title*/
		font-size: 1.5em;
	}

	#deletePostForm input {
		font-size: 1.25em;
	}
}/*end 480px*/


@media only screen and (max-width : 375px) {
	#deletePostForm li:first-child {/*title*/
		font-size: 1.25em;
	}

	#deletePostForm input {
		font-size: 1em;
	}
}/*end 375px*/


@media only screen and (max-width : 320px) {
	#deletePostForm li:first-child {/*title*/
		font-size: 1em;
	}

	#deletePostForm input {
		font-size: 0.75em;
	}
}/*end 320px*/









/*Smartphone*/
@media only screen and (max-width:568px) and (orientation: landscape) {

}/*end 568px landscape*/


@media only screen and (max-width:675px) and (max-height: 500px) {

}/*end 350px landscape*/