/*  IAT 235 Project 2 Part 3 Wireframes
	Posting page 5 (Review/Publish) - CSS | www.sfu.ca/~rllee/dPost1.html	*/

.progCat{
  background:#EBEBEB;
}
.progLoc{
  background:#EBEBEB;  
}
.progDet{
  background:#EBEBEB;  
}
.progImg{
  background:#EBEBEB;  
}
.progRev{
  background:#EBEBEB; 
}

#mainSize{
  font-family:Arial;
	width:1280px;
	height:980px;
	background:beige;
}

#header{
	font-family:Arial;
}

#logo {
	width: 130px;
	height: 20px; /**with padding, height = 60px **/
	background:#B6B6B6;
	padding: 20px 20px 20px 20px; /**top right bottom left**/
	left:30px;
	position:relative;
	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;
}

#progress{
	margin-left:auto;
	width:1200px;
	bottom:100px;
	position:relative;
}

#progress ul{
	font-family:Arial;
}

#progress 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;	
}

#post5content{
	width:1060px;
  height:600px;
  background:none;
  left:110px;
  bottom:90px;
  border:1px solid black;
	position:relative;
}

#back {
	font-family:Arial;
	background:#EBEBEB;
	width:100px;
	height:20px;
	left:200px;
	bottom:80px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:center;  
	position:relative;
}

#next {
	font-family:Arial;
	background:#EBEBEB;
	width:100px;
	height:20px;
	left:950px;
	bottom:140px;
	padding: 20px 20px 20px 20px;
	border:1px solid black;  
	text-align:center;  
	position:relative;
}