/*
Peace Corps Teen Site
profiles_pea_teen.css

desc:
Styles for profile template

version: 2007-04
author: Cobey Potter, Threespot
2007 (c)
-------------------------------------------------------- */

/*
contents:
	- shared
	- profile
	- billboard
	- profile_nav
	- content
	- content_column_1
	- content_column_2
*/

/*------- shared -------- */

#profile #secondary_nav a,
#profile_nav a,
#column_content_1 h2,
#column_content_1 #intro a,
#column_content_2 h2 {
	text-indent: -1000px;
	overflow:hidden;		
}

/*------- profile -------- */

#profile {
	padding:0 0 130px;
	width:769px;
	background:#432202 url("../images/profiles/pagefooter.jpg") no-repeat bottom;
	border:0;
}

	#profile #header {
		padding-top:70px;
		width:769px;
		height:67px;
		background:#432202 url("../images/profiles/profiles_top_2.jpg") no-repeat 0 70px;
	}

	#profile #secondary_nav {
		width:769px;
		height:70px;
		top:0px;
		left:0px;
		background:#432202 url("../images/profiles/profiles_top.jpg") no-repeat;
	}

		#profile #secondary_nav a {
			display:block;
			width:141px;
			height:27px;
			top:42px;
			left:577px;
			background:url("../images/profiles/back_to_teens_btn.jpg") no-repeat;
		}

	#profile #tertiary_nav {
		top:147px;
	}
	
	#profile #container {
		width:769px;
		background:#432202 url("../images/profiles/profiles_top_3.jpg") no-repeat;
	}

/*------- billboard -------- */

	#profile #billboard {
		padding:0;
		margin:0;
		width:769px;
		top:115px;
		background:#432202 url("../images/profiles/profiles_top_1px.gif") repeat-y;
	}

	#billboard #at_glance {
		float:left;
		margin:0 0 -92px;
		padding:0 50px 0 70px;
		top:-92px;
		width:370px;
	}

		#billboard #at_glance img {
			float:left;
			margin-right:18px;
		}

		#at_glance dt {
			color:#603001;
			font-size:2.4em;
		}

			#at_glance dt span {
				display:block;
				padding:2px 0 15px;
				font-size:.6em;
			}

		#at_glance dd {
			padding:0 0 10px;
			color:#603001;
			font-size:1.1em;
			line-height:1.5em;
		}
	
	#billboard div.clear {
		height:55px;
		border:0;
		background:#432202 url("../images/profiles/profiles_top_4.jpg") no-repeat;
	}

/*------- profile_nav -------- */
		
		#billboard #profile_nav {
			float:right;
			margin:0 40px -92px 0;
			width:220px;
			top:-75px;
			list-style:none;
		}

			#profile_nav a {
				display:block;
				width:194px;
				background-repeat:no-repeat !important;
			}

			#profile_nav li#elm_pn_1 a {
				padding-bottom:10px;
				height:22px;
				background:url("../images/profiles/readjrnl_btn.gif");
			}

			#profile_nav li#elm_pn_2 a {
				height:42px;		
				background:url("../images/profiles/readmore_btn.gif");
			}

			#profile_nav li#elm_pn_3 a {
				height:36px;
				background:url("../images/profiles/listen_btn.gif");
			}
			
/*------- content -------- */			

#profile #content {
	margin:85px 0 0;
}

	#profile #content dt {
		color:#b25c08;
		font-size:1.1em;
		font-weight:bold;
	}

	#profile #content dd {
		padding:0 0 4px;
		color:#d29355;
		font-size:1.1em;
		line-height:1.5em;
	}

/*------- column_content_1 -------- */

#column_content_1 {
	float:right;
	padding:0 0 0 10px;
	width:451px;
}

	#column_content_1 #intro {
		padding:0 0 79px;
		width:458px;
		background:#432202 url("../images/profiles/mypc_body.jpg") no-repeat bottom;
	}
		
	#column_content_1 h2 {
		 width:458px;
		 height:24px;
	}
		
		#column_content_1 #intro h2 {
			height:53px;
			background:#432202 url("../images/profiles/mypc_hdr.gif") no-repeat;
		}

		#column_content_1 #intro p {
			padding:12px 32px 12px 23px;
			margin-right:25px;
			color:#d29355;
			background:#351b01;
			font-size:1.1em;
			line-height:1.5em;
		}

		#column_content_1 #intro a {
			display:block;
			margin-top:20px;
			width:235px;
			height:21px;
			left:150px;
			background:url("../images/profiles/mypc_region_btn.gif") no-repeat;
		}

	#column_content_1 #where {background:url("/teens/images/profiles/where_hdr.gif") no-repeat;}
	#column_content_1 #what {background:url("/teens/images/profiles/what_hdr.gif") no-repeat;}

	#column_content_1 dl {padding:18px 20px 30px 23px;}

/*------- column_content_2 -------- */
	
#column_content_2 {
	float:left;
	padding-top:31px;
	margin-left:35px;
	width:210px;
}

	#column_content_2 h2 {width:221px;}

	#column_content_2 dl { padding:0 8px 35px 18px;	}

	#column_content_2 #interests {
		height:22px;
		background:url("/teens/images/profiles/myinterests_hdr.gif") no-repeat;
	}

	#column_content_2 #beforepc {
		height:33px;
		background:url("/teens/images/profiles/beforepc_header.gif") no-repeat;
	}

	#column_content_2 #myphotos {
		height:98px;
		background:url("/teens/images/profiles/myphotos_hdr.jpg") no-repeat;
	}

	#column_content_2 #photolist {
		width:156px;
		padding:20px 32px 40px 33px;
		background:#351b01 url("/teens/images/profiles/myphotos_bottom.gif") no-repeat bottom;
		text-align:center;
		list-style:none;
	}

	#column_content_2 #photolist a img {
		border:0;
		padding:12px 0;
	}
