@charset "UTF-8";
/* CSS Document */


#portfolio {
	width: 800px;
	height: 700px;
	margin: 0 auto;
	border: none;
}

#portfolio_thumbs {
	height: 103px;
	padding: 0;
	background-color: #fff;
}

#portfolio_thumbs_frame {
	width: 700px;
	height: 106px;
	display: block;
	margin: 25px auto;
	overflow: hidden;
	float: left;
	padding: 0;
}

.p_thumb {
	width: 126px;
	height: 106px;
	display: block;
	float: left;
	background-color: #FFF;
	padding: 0;
	margin: 0 7px;
	display: inline;
	background-image: url(http://www.adamsweeneycreative.com/dev/portfolios/elements/loading.jpg);
}

.p_thumb a {
	display: block;
	width: 126px;
	height: 106px;
}

#portfolio_content {
	width: 700px;
	height: 540px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	clear: both;
}

.portfolio_element {
	background-color: #fff;
	width: 700px;
	height: 540px;
}

.portfolio_element img {
	float: right;
	padding-left: 14px;
}

.portfolio_element p {
	padding-top: 0;
	font-size: 12px;
}

.portfolio_element h3 {
	line-height: 17px;
}

#left_arrow {
	display: block;
	width: 25px;
	height: 100px;
	background-image: url(elements/l_arrow_full.png);
	background-position: left;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 25px;
	display: inline;
}

#left_arrow:hover {
	cursor: pointer;
	background-position: right;
}

#right_arrow {
	display: block;
	width: 25px;
	height: 100px;
	background-image: url(elements/r_arrow_full.png);
	background-position: left;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

#right_arrow:hover {
	cursor: pointer;
	background-position: right;
}

#portfolio_nav {
	border-bottom: 1px dashed #736357;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#portfolio_nav p { 
color: #736357;
float: left;
font-weight: bold; 
font-size: 12px;
text-transform: uppercase;
}

#portfolio_nav ul {
	float: left;
}

#portfolio_nav li {
	display: inline;
	padding: 0 0 0 14px;
}

#portfolio_nav a:link, #portfolio_nav a:visited {
	font-weight: normal;
	font-style: italic;
}