@charset "utf-8";
/* CSS Document */

/*	*************************
	Kate Payton's Portfolio
	*************************
	Desc:		stylesheet
	File:		extra.css
	Version:	2.0
	Created:	August 23rd, 2009
	Last Edit:	September 5th, 2009
	Author:		Kate Payton @ www.katepayton.com
	************************* */
	
	
	
/*	_________________________

	Feature Area styles
	_________________________  */

#f_outer 	{ 			
	background: 			#fff; 
	clear: 					both; 
	height: 				140px;	
	margin: 				0px auto 0px auto;	
	padding: 				0px;	
	width: 					100%; 
}
#f_inner	{ 				clear: both; height: 152px;	margin: 0px auto;	padding: 0px;	width: 850px; }

.f_smaller { 
	float:					left;
	height: 				72px;	
	margin: 				30px 14px 30px 14px;	
	padding: 				0pm; 
	width:					822px;
}

/*	_________________________

	Break styles
	_________________________  */
	

#break_outer 	{ 	
	background: 			url(../images/g_bg_bnav.png) repeat-x top left #c9ddf1;
	clear:					both;
	height: 				39px;
	margin: 				0px;
	width: 					100%;
}
#break_inner 	{ 			height: 20px;	margin: 0px auto;	padding: 1px 0px 0px 0px;	width: 850px; }
#break_inner .icon { 		float: left;	height: 48px;	margin: -17px 10px 0px 0px;	padding: 0px;	width: 50px; }
#break_inner .title { 		float: left;	height: 17px;	margin: 6px 0px;	padding: 0px;	width: 250px; }
#break_inner .fb { 			float: right;	height: 25px;	margin: 3px 0px 0px 0px;	padding: 0px;	width: 25px; }

/*	_________________________

	Content styles
	_________________________  */

#content_outer 	{	
	background: 			url(../images/bg_content_blue.jpg) repeat-x top left #c9ddf1; width: 100%; }
#content_inner 	{ 	
	background: 			#c9ddf1;
	clear:					both;
	margin: 				0px auto;
	width: 					850px; 
}

.can_do {					float: left;	height: 315px;	margin: 10px 30px 10px 0px;	width: 585px; }
.can_do .item {				float: left;	height: 130px;	margin: 10px 30px 10px 0px;	width: 250px; }
/* icon is .desc_icon - previous section */
.desc_copy {				float: left;	margin: 10px 0px 0px 0px;	width: 170px; }
.desc_copy p {
	font-size:				90%;
	line-height:			14px;
	margin:					5px 0px 0px 0px;
	text-transform: 		lowercase;
}

.recent_work {
	background:				url(../images/g_bg_recent.png) no-repeat top left;
	float:					right;
	height: 				305px;	
	margin: 				10px 0px 30px 20px;	
	padding: 				0px; 
	width:					202px;
}

.recent_work .inner { 
	background:				#fff;
	height:					275px;
	margin:					15px 16px 0px 16px;
	width:					170px;
}

.poloroid_lge {
	background:				url(../images/g_bg_poloroid_lge.png) no-repeat bottom right;
	height:					178px;
	margin:					10px auto 15px auto;
	padding:				8px 6px 10px 7px;
	width:					359px;
}

.poloroid_lge img {			border: 1px solid #474747; }
.poloroid_lge img a {		border: 1px solid #000000; }

span.thumb_header {
	font-size: 				12px; 
	font-weight: 			bold; 
	color: 					#152f64; 
	padding:				0px 0px 5px 0px;
}


