@charset "UTF-8";
/****************************************************** BASIC/GLOBAL */
*{
	margin:0;
	padding:0;
}
body {
	background: #fff;
	color: #000;
	font-family: Cambria, Georgia, Times New Roman, Times, serif;
}
p {
	margin: 0;
	padding: 5px;
}
ul {
	font-size: .80em;
}
#container {
	width: 100%;
}
#container img {
	border: 0;
}
.clear {
	clear: both;
	padding: 1px;
}
/****************************************************** HEADER */
#header {
	display: none;
}
/****************************************************** NAVIGATION */
#navigation, #filter, #portfolio-container {
	display: none;
}
/****************************************************** CONTENT */
#content {
	width: 100%;
	color: #000;
	margin: 0;
}
#content ul li a {
	display: block;
}
#content img {
	border: 0;
	vertical-align: bottom;
	text-decoration: none;
}
#content img a:link, #content img a:active, #content img a:visited, #content img a:hover {
	color: #8a0657;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
#content h1 {
	font-weight: bold;
	/*background: #8a0657;
	color: #3ba39c;*/
	padding: 5px;
}
#content h2 {
	font-weight: bold;
	color: #c5c5c5;
	text-transform: lowercase;
	font-style:italic;
}
#content h3 {
	font-weight: bold;
	color: #909090;
}
#content li {
	list-style-type: none;
	border-bottom: 1px dotted #ECECEC;
}
#content .list-left {
	width: 49.25%;
	float: left;
	text-align: right;
	padding-right: .75%;
}
#content .list-right {
	width: 49.25%;
	float: left;
	padding-left: .75%;
}
#content .list-right-desc {
	width: 49%;
	float: left;
	padding-left: 2%;
	background: url(../portfolio/images/desc-bg.jpg) repeat-y;
}
#content .intro-text {
	font-size: 1.25em;
	line-height: 1.25em;
}
.homepage-heading {
	color: #eee;
}
.portfolio ul li {
	display: block;
}
.portfolio li a {
	display: block;
	text-transform: lowercase;
}
.portfolio li a:link, .portfolio li a:active, .portfolio li a:visited {
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
}
.portfolio li a:hover {
	color: #fff;
	background-color: #8a0657;
	display: block;
	font-size: 2em;
}
/****************************************************** FOOTER */
#footer {
	display: none;
}
