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


/* Portfolio Albums */
#container #portfolio_albums {
	width: 582px;
	overflow: hidden;
}

#container #portfolio_albums:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container #portfolio_albums div.pagination_nav {
	float: right;
	padding: 4px 0 8px;
	font-size: 15px;
	color: #B7B7B7;
}

#container #portfolio_albums div.pagination_nav span {
	margin: 0 0 0 5px;
}

#container #portfolio_albums div.pagination_nav span a, #container #portfolio_albums div.pagination_nav span a:visited {
	color: #F9AD14;
	text-decoration: none;
	background: transparent url(/images/portfolio_title_line.gif) scroll no-repeat 0 100%;
}

#container #portfolio_albums div.pagination_nav span a:hover {
	color: #ffffff;
}

#container #portfolio_albums div.pagination_nav span.active {
	color: #ffffff;
	background: transparent url(/images/portfolio_title_line-white.gif) scroll no-repeat 0 100%;
}

* html #container #portfolio_albums div.album_row { 
   height: expression( this.scrollHeight < 139 ? "138px" : "auto" ); /* sets min-height for IE */
}


#container #portfolio_albums div.album_row {
	clear: both;
	position: relative;
	padding: 0 8px 0 144px;
	margin: 0 0 5px 0;
	min-height: 138px;
	background: #4A494A url(/images/portfolio_gradient.png) scroll repeat-x 0 0;
}

#container #portfolio_albums div.album_row h2.album_title {
	margin: 0 0 8px;
	padding: 8px 0 0 0;
	color: #0896F3;
	font-weight: normal;
	font-size: 20px;
	text-transform: capitalize;
}

#container #portfolio_albums div.album_row h2.album_title a, #container #portfolio_albums div.album_row h2.album_title a:visited {
	color: #F9AD14;
	background: transparent url(/images/portfolio_title_line.gif) scroll no-repeat 0 100%;
	text-decoration: none;
}

#container #portfolio_albums div.album_row h2.album_title a:hover {
	color: #f1f1f1;
}

#container #portfolio_albums div.album_row h2.album_title a span {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
}

#container #portfolio_albums div.album_row h2.album_title a span em {
	display: block;
	width: 124px;
	height: 124px;
	text-indent: -9999px;
}

#container #portfolio_albums div.album_row p {
	font-size: 14px;
	line-height: 18px;
	color: #dadada;
	padding: 0 0 10px;
}

/* Portfolio Album */
#container #portfolio_album {
	width: 582px;
	overflow: hidden;
}

#container #portfolio_album:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container #portfolio_album div.album_back_nav {
	float: left;
	padding: 4px 0 8px;
	font-size: 15px;
	color: #B7B7B7;
}

#container #portfolio_album div.album_back_nav a, #container #portfolio_album div.album_back_nav a:visited {
	color: #F9AD14;
	text-decoration: none;
	background: transparent url(/images/portfolio_title_line.gif) scroll no-repeat 0 100%;
}

#container #portfolio_album div.album_back_nav a:hover {
	color: #ffffff;
}

#container #portfolio_album div.pagination_nav {
	float: right;
	padding: 4px 0 8px;
	font-size: 15px;
	color: #B7B7B7;
}

#container #portfolio_album div.pagination_nav span {
	margin: 0 0 0 5px;
}

#container #portfolio_album div.pagination_nav span a, #container #portfolio_album div.pagination_nav span a:visited {
	color: #F9AD14;
	text-decoration: none;
	background: transparent url(/images/portfolio_title_line.gif) scroll no-repeat 0 100%;
}

#container #portfolio_album div.pagination_nav span a:hover {
	color: #ffffff;
}

#container #portfolio_album div.pagination_nav span.active {
	color: #ffffff;
	background: transparent url(/images/portfolio_title_line-white.gif) scroll no-repeat 0 100%;
}

* html #container #portfolio_album div.album_row { 
   height: expression( this.scrollHeight < 151 ? "150px" : "auto" ); /* sets min-height for IE */
}


#container #portfolio_album div.album_row {
	clear: both;
	position: relative;
	padding: 0 8px 0 144px;
	margin: 0 0 5px 0;
	min-height: 150px;
	background: #4A494A url(/images/portfolio_gradient.png) scroll repeat-x 0 0;
}

#container #portfolio_album div.album_row a.photo_link {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 124px;
	outline: none;
}

#container #portfolio_album div.album_row a, #container #portfolio_album div.album_row a:visited {
	color: #F9AD14;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

#container #portfolio_album div.album_row a:hover {
	color: #f1f1f1;
}

#container #portfolio_album div.album_row a span.photo {
	display: block;
	margin: 0 0 2px;
}

#container #portfolio_album div.album_row a span.photo em {
	display: block;
	width: 124px;
	height: 124px;
	text-indent: -9999px;
}

#container #portfolio_album div.album_row a span.link {
	background: transparent url(/images/portfolio_title_line.gif) scroll repeat-x 0 100%;
	font-weight: bold;
}

#container #portfolio_album div.album_row div.album_description {
	padding: 8px 0;
}

#container #portfolio_album div.album_row div.album_description p {
	font-size: 15px;
	line-height: 18px;
	color: #dadada;
	padding: 0 0 10px;
}

/* Portfolio Photo */

div.photo_backdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	
}

div.photo_gallery_nav_bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #394C56;
	width: 100%;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper {
	width: 907px;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
	font-weight: bold;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper div.photo_nav {
	float: left;
	padding: 14px 0 0 0;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper span {
	color: #ffffff;
	margin: 0 10px 0 0;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper a, div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper a:visited {
	color: #F9AD14;
	background: transparent url(/images/portfolio_title_line.gif) scroll repeat-x 0 100%;
	margin: 0 10px 0 0;
	outline: none;
	text-decoration: none;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper a:hover {
	color: #f1f1f1;
	cursor: pointer;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper div.close_nav {
	float: right;
	padding: 14px 0 0 0;
	text-align: right;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper div.close_nav span {
	margin: 0;
}

div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper div.close_nav a, div.photo_gallery_nav_bar div.photo_gallery_nav_wrapper div.close_nav a:visited {
	margin: 0;
}

div.photo_gallery_canvas {
	position: fixed;
	padding: 20px;
	border: 5px solid #333333;
	background: #ffffff;
}