@charset "utf-8";
/* CSS Document */
/*Bio Page*/
#bio {
	width: 990px;
	padding: 15px;
	border: 0px;
}
#bio h1 {
	text-align: left;
	font-size: 20px;
}
#bio #profilePic {
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#808080;
	width:137px;
	height:auto;
}
#bio #profilePic img {
	/*border:2px solid black;*/
	border: 2px solid #333;
	width:133px;
	height:200px;
}
#bio #profilePic p {
	border:1px solid black;
	text-align:center;
	color: #fff;
}
#bio #profileDetails {
	width:824px;
	/*width: 800px;*/
	height:270px;
	padding:5px;
	border: 1px solid #333;
	text-align: left;
	background-color:#ededed;
	color: #000;
	/*color: #fff;*/
}
#bio #profileDetails .infoL {
	width: 140px;
}
#bio #profileDetails .infoR {
	width: 240px;
	padding-left: 20px;
	/*width: 240px;*/
}
#bio #profileDetails .infoR ul  {
	padding-left: 30px;
}
#bio #profileDetails .stat {
	width: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	float: left;
	/*font-size: 12px;*/
	font-size: 14px;
}
#bio #profileDetails .stat2 {
	width: 260px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	float: left;
	/*font-size: 12px;*/
	font-size: 14px;
}
.infoR strong, .infoR ul li  {
	font-size: 14px;
	/*padding-left: 10px;*/
}
.infoR h3  {
	padding-left: 30px;
	font-size: 16px;
}
#bio #profileDetails .stat strong, #bio #profileDetails .stat2 strong, .infoR strong, .infoR h3 {
	color: #ae1d91;
}
#bio #profileDetails .stat2 #available {
	width: 260px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#bio #profileDetails #for {
	width: 700px;
}
#bio #profileDetails #for h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#bio #profileDetails #for p {
	padding-left: 3px;
	font-size: 12px;
}
#bio #profileDetails #availBox, #bio #profileDetails #siteBox {
	width: 400px;
	padding-top: 10px;
}
#bio #profileDetails #siteBox  {
	width: 350px;
	padding-left: 50px;
}
#bio #profileDetails #siteBox a {
	color: #939;
	font-size: 14px;
	margin-top: 3px;
}
#bio #profileDetails #availBox h2, #bio #profileDetails #siteBox h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#bio #profileDetails #availBox p, #bio #profileDetails #siteBox p {
	padding-left: 3px;
	font-size: 12px;
}
#GalleryImage {
	clear:both;
	padding:0px;
	margin:20px auto 0px auto;
	width: 700px;
}
#GalleryImage img {
	/*width:500px;
	height:750px;*/
	border:2px solid black;
	margin:0px auto 0px auto;
}
#PhotoThumbs {
	clear:both;
	/*float: left;*/
	width:auto;
	width: auto;
	padding-top: 10px;
	margin: 0 auto;
}
#PhotoThumbs h2 {
	border-top:1px solid black;
	/*width:780px;*/
}
#PhotoThumbs img {
	/*float: left;*/
	border:1px solid #000000;
	margin:0px;/*width:60px; height:90px;*/
}
#PhotoThumbsList {
	/*border:1px solid #000000;*/
	/*width: auto;*/
	/*width:780px;*/
	/*height:auto;*//*110px;*/
}
#PhotoThumbsList div {
	padding:6px 4px;
	float: left;
	width: auto; 
	width: 92px;
	height: 92px;
	text-align: center;
}
#PhotoThumbsList div.clear  {
	height: 1px;
}
#bottomSection {
	width: 990px;
	margin-top: 10px;
	padding: 5px;
	border-top: 1px solid #333;
}
#photoSection {
	width: 720px;
	text-align: left;
	float: left;
	margin-right: 0;
	margin-left: 0;
	display:inline;
	border-right: 1px solid #333;
}
#adsBox {
	float: right;
	display: inline;
	width: 250px;
	padding: 0 10px 0 0;
	text-align: center;
}
#adsBox h2 {
	text-align: left;
}
#adsBox .adSection {
	width: 252px;
	height: auto;
	padding: 5px 0;
	border-bottom: 1px solid #333;
}
#adsBox .adSection.last {
	border-bottom: none;
}
#adsBox .adSection img.banner {
	width: 250px;
	height: auto;
	border: 1px solid #333;
}
#adsBox .adSection h3 {
	text-align: center;
	margin: 3px auto;
}

