﻿.title {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

.menu {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
	color: #000000;
}

.menu a:link {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

.menu a:visited {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:active {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
	text-align: left;
}

a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}

a:active {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}
.social-title {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
}
.page-title {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #CCCCCC;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 20px;
}
.staff-title {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #003366;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.portfolio-client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

.portfolio-website {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-style: italic;
	color: #006666;
}

.portfolio-website a:link {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-style: italic;
	color: #006666;
}

.portfolio-website a:visited {
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	color: #006666;
}

.portfolio-website a:hover {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: underline;
	font-style: italic;
	color: #006666;
}

.portfolio-website a:active {
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	color: #006666;
}
.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}
.closure-title {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #FF0000;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-left-style: dashed;
	border-left-width: 1px;
}
.closure-text {
	border-style: dotted dashed dashed dashed;
	border-width: 1px;
	border-color: #999999 #FF0000 #FF0000 #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CC0000;
	text-align: center;
}
.portfolio ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 40px 0 0 0;
}

.portfolio li {
	float: left;
	width: 241px;
	position: relative;
	height: 225px;
	margin: 0 25px;
}

.portfolio li img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.portfolio .content {
	display: none;
	position: absolute;
	top: -25px;
	left: -14px;
	background-color: #e2e2e2;
	width: 249px;
	height: 210px;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.portfolio li.hover div.content {
	display: block;
}

.portfolio .content h5 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #1e71ac;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

.portfolio div.content div.row {
	padding: 4px 0;
}

.portfolio div.content div.row span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	padding: 2px 5px 3px 5px;
}

.portfolio div.content div.row span.name {
	width: 75px;
	margin-right: 15px;
}

.portfolio div.content div.row span.detail {
	margin-right: 4px;
}

/* zoom and more button */
.portfolio li a.folio-more,
.portfolio li a.folio-zoom {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 25px;
	width: 25px;
	background: url(../images/icons/icon-portfolio-more.png) no-repeat 50% 50% transparent;
}

/* zoom button */
.portfolio li a.folio-zoom {
	background: url(../images/icons/icon-portfolio-zoom.png) no-repeat 50% 50% #484848;
	right: 25px;
}

/* PORTFOLIO COLORS */
.portfolio li a.folio-more,
.portfolio div.content div.row span.name {
	background-color: #1e71ac;
	color: #ffffff;
}
