/*  IAT 235 Project 2 Part 3 Wireframes
	Posting page 4 (Images) - CSS | www.sfu.ca/~rllee/dPost1.html	*/

.progCat{
  background:#EBEBEB;
}
.progLoc{
  background:#EBEBEB;  
}
.progDet{
  background:#EBEBEB;  
}
.progImg{
  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;	
}

#post4content{
	width:1060px;
  height:600px;
  background:none;
  left:110px;
  bottom:90px;
  /*border:1px solid black;*/
	position:relative;
}

#addImg {
	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:white;
	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;  
	position:relative;
}
.uThumb1{
	left:150px;
	bottom:200px;
}
.uThumb2{
	left:350px;
	bottom:312px;
}
.uThumb3{
	left:550px;
	bottom:425px;
}
.uThumb4{
	left:750px;
	bottom:538px;
}
.uThumb5{
	left:150px;
	bottom:510px;
}
.uThumb6{
	left:350px;
	bottom:620px;
}
.uThumb7{
	left:550px;
	bottom:735px;
}
.uThumb8{
	left:750px;
	bottom:845px;
}

#back {
	font-family:Arial;
	background:#EBEBEB;
	width:100px;
	height:20px;
	left:220px;
	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;
}