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

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


/* The seperate columns of information - portfolio section*/
.column-a { 				float: left; height: 375px; width: 400px; margin-right: 25px; }
.column-b { 				float: left; height: 375px; width: 400px; margin-left: 25px; }  

.client {
	font-size: 				.95em;
	margin: 				0px;
	padding: 				7px 0px 0px 0px;
	text-align: 			left;
	line-height: 			10px;
	font-style: 			italic;
}

.client strong {
	font-size: 				.95em;
	text-align: 			left;
	line-height: 			10px;
	font-style: 			none;
}

#contentPortfolio {
	background: 			no-repeat center;
	height: 				auto;
	width: 					800px;
	margin-right: 			auto;
	margin-left: 			auto;
	padding: 				0px;
}

#contentPortfolio-outer {
	background: 			no-repeat center;
	width: 					auto;
	margin-right: 			0px;
	margin-left: 			0px;
	margin-top: 			20px;
	margin-bottom: 			50px;
}

.border {					border: #000000 5px;}

.quick_gallery {			float: right;	margin: 3px 0px 0px 0px;	padding: 0px;	width: 200px; }
.quick_gallery ul {			float: right;	margin: 0px 0px 0px 25px; padding: 0px; text-align: right; }
.quick_gallery ul li { 		float: left;	list-style: none;	margin: 0px 7px; }


.nav_right {				float: right;	margin: 5px 0px 0px 0px;	padding: 0px; }
.nav_right ul {				float: right;	margin: 0px 0px 0px px; padding: 0px; text-align: right; }
.nav_right ul li { 			float: left;	list-style: none;	margin: 0px 7px; }

.type {
	text-transform: lowercase;
	font-size: .8em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: right;
	line-height: 10px;
}

.view {
	text-transform: lowercase;
	font-size: .8em;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	text-align: right;
	line-height: 10px;
}