/*  IAT 235 Project 2 Part 3 Wireframes
	Posting page 5 (Review/Publish) - CSS | www.sfu.ca/~rllee/dPost1.html	*/
	
/* Posting page styling */	
@media(min-width:500px) {

.progCat{
  background:#EBEBEB;
}
.progLoc{
  background:#EBEBEB;  
}
.progDet{
  background:#EBEBEB;  
}
.progImg{
  background:#EBEBEB;  
}
.progRev{
  background:#EBEBEB; 
}

#mainSize{
  font-family:Arial;
	width:1280px;
	height:900px;
	background:beige;
}
#mainSize2{					/*Page 3*/
  font-family:Arial;
	width:1280px;
	height:950px;
	background:beige;
}
#mainSize3{					/*Page 4*/
  font-family:Arial;
	width:1280px;
	height:1020px;
	background:beige;
}

#header{					/*Beginning of header*/
	font-family:Arial;
	width:100%;
}
.pRow1{
	height:20%;
}
.pRow1 li {
	float:left;
}

.pRow2 {
	clear:both;
}

.pRow2 li{
	float:left;
}

#logo {
	width: 130px;
	height: 20px; /**with padding, height = 60px **/
	background:#B6B6B6;
	padding: 20px 20px 20px 20px; /**top right bottom left**/
	left:50px;

	text-align:center;
}

#home {
	width:130px;
	height:10px;
	bottom:60px;
	left:1124px;
	padding:12px 13px;
	background:#B6B6B6;
	text-align:center;	
	position:relative;
}

#account {
	width:130px;
	height:8px;
	bottom:60px;
	left:1124px;
	padding:10px 13px;
	background:#C9C9C9;
	font-size:13px;
	text-align:center;	
	position:relative;
}

#pageTitle {
	margin-left:auto;
	width:1225px;
	height:20px;
	bottom:40px;
	padding:18px 13px;
	background:#B6B6B6;
	font-size:25px;	
	text-align:left;
	text-indent:50px;	
	line-height:19px;
	position:relative;
}

#changeLoc{
	margin-left:auto;
	width:130px;
	height:36px;
	bottom:96px;
	padding:10px 13px;
	background:white;
	text-align:center;	
	line-height:-10px;
	position:relative;
}

.postProg{
	text-indent:30px; 
	font-size:20px;
	position:relative;
}

nav{
	margin-left:auto;
	width:1200px;
	bottom:100px;
	position:relative;
}

nav li{
	list-style-type:none;
	float:left;
	border:1px solid black;
	padding: 13px 40px;
	bottom:15px;
	right:10px;
	position:relative;
}

#pageInstruct{					
	margin-left:50px;
	width:1225px;
	height:40px;
	bottom:100px;
	font-size:20px;
	background:white;
	border:1px solid black;
	position:relative;
	overflow:auto;	
}									/*Ending of header*/

#postContent{
	width:1060px;
	height:600px;
	border: 1px solid red;
	left:110px;
	bottom:90px;
	border:1px solid black;
	position:relative;
}

#postContent li{						/* Pages 1 and 2 - List selection */
	margin:8px;
	font-family:Arial;
	background:#EBEBEB;
	width:400px;
	height:8px;
	left:250px;
	top:15px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;
	list-style-type:none;
	text-align:center;
	position:relative;
}
#contentHead{						/* Page 3 - Filling information */
  background:#B2B2B2;
  border:1px solid black;
  padding:5px;

  left:10px;
  width:1038px;
  position:relative;
}
.contentHead1{
  top:10px;
}
.contentHead2{
  top:210px;
}

#contentTitle{
  background:white;
  border:1px solid red;
  padding:5px;
  top:20px;
  left:10px;
  width:1010px;
  position:relative;
}

#contentList{
  background:white;
  border:1px solid black;
  padding:5px;
  top:40px;
  left:10px;
  width:200px;
  position:relative;
}
#contentList2{
  background:white;
  border:1px solid black;
  padding:5px;
  top:60px;
  left:10px;
  width:200px;
  position:relative;
}
#contentList3{
  background:white;
  border:1px solid black;
  padding:5px;
  top:80px;
  left:10px;
  width:200px;
  position:relative;
}

.contentSides1{
  background:white;
  border:1px solid black;
  padding:5px;
  top:180px;
  width:250px;
  position:relative;  
  left:10px; 
}
.contentSides2{
  left:300px;
  background:white;
  border:1px solid black;
  padding:5px;
  top:330px;
  width:250px;
  position:absolute;  
}
.contentSides3{
  left:600px;
  background:white;
  border:1px solid black;
  padding:5px;
  top:330px;
  width:250px;
  position:absolute;  
}

#contentDesc{
  float: right;
  background:white;
  border:1px solid black;
  padding:5px;
  bottom:50px;
  right:30px;
  width:750px;
  height:200px;
  position:relative;  
}

#contentTags{
  left:10px;
  background:white;
  border:1px solid black;
  padding:5px;
  top:200px;
  width:900px;
  position:relative;   
}

#contactBox{

  background:white;
  border:1px solid black;
  padding:5px;

  width:400px;
  position:relative;   
}
.nameBox{
  left:10px;
  top:240px;
}
.emailBox{
  left:10px;
  top:260px;
}
.phoneBox{
  top:230px;
  background:white;
  border:1px solid black;
  padding:5px;
	left:500px;
  width:400px;
  position:absolute;   
}

#prefBox{
  left:500px;
  background:white;
  border:1px solid black;
  padding:5px;
  top:480px;
  width:400px;
  position:absolute;   
}

#addImg {						/* Page 4 - Images */
	font-family:Arial;
	background:#EBEBEB;
	width:200px;
	height:200px;
	left:100px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:center;  
	position:relative;
}

#prevImg {
	font-family:Arial;
	background:white;
	width:450px;
	height:200px;
	left:400px;
	bottom:243px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:center;  
	position:relative;
}

#uploadTitle {
	font-family:Arial;
	background:#B2B2B2;
	width:1025px;
	height:5px;
	left:100px;
	bottom:220px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:left;  
	position:relative;
}

.uploadThumb {
	background:white;
	width:120px;
	height:70px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:center;  
	display:inline-block;
	position:relative;
	margin:20px;
	bottom:200px;
}

#navButtons {					/* Back/Next buttons at bottom of screen */
	font-family:Arial;
	background:#EBEBEB;
	width:100px;
	height:20px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:center;  
	position:relative;	
}

.next {					/* used on first page */
	right:100px;
	margin-left:auto;
}

.back1 {
	left:200px;
	top:10px;
}
.next1 {
	left:600px;
	margin-left:auto;
	top:10px;
}
.back1, .next1 {		/* used on second page */
	display:inline-block;
}
.back2 {
	left:200px;
	bottom:80px;
}
.next2 {
	left:800px;
	margin-left:auto;
	bottom:80px;
}
.back2, .next2 {		/* used on third page */
	display:inline-block;
}

.back3 {
	right:500px;
}
.next3 {	
	margin-left:auto;
}
.back3, .next3 {		/* used on fourth page */
	display:inline-block;
	bottom:50px;
}
}