@charset "UTF-8";
/****************************************************** BASIC/GLOBAL */
*{
	margin:0;
	padding:0;
}
body {
	/*background: #fff url(../images/background-bottom.jpg) bottom left fixed no-repeat;*/
	/*background: #f7f6f0 url(../images/background.jpg) bottom left fixed no-repeat;*/
	background: url(../images/background-textured.png);
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 5px;
}
ul {
	font-size: .80em;
	margin-bottom: 20px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 0;
}
#container img {
	border: 0;
}
.clear {
	clear: both;
	padding: 1px;
}
h1{
	font-weight: normal;
	margin:15px 0;
	text-shadow: 0.1em 0.1em #fff;
}
h2{
	font-size:1.8em;
	margin:24px 0 24px 0;
	text-shadow: 0.1em 0.1em #fff;
}
h3{
	font-size:1.5em;
	color:#444;
}
hr {
	border: 1px solid #f9f8f5;
	border-color: #fff;
}
/****************************************************** HEADER */
#header {
	/*background: #8a0657;
	background: #8a1d59;*/
	background: url(../images/background-header.jpg);
	float: left;
	clear: both;
	display: block;
	width: 100%;
	line-height: 1.5em;
	padding: 0;
	margin:0;
	/*border-bottom: 5px solid #fff;*/
	text-align: center;
	z-index: 1;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	margin: 0;
	color: #eee;
	letter-spacing: ;
	font-weight: bold;
	font-size: 1.35em;
	text-transform:uppercase;
}
#header h1 a:link, #header h1 a:active, #header h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding-top: 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding-top: 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
#header p {
	padding-left: 20px;
	line-height: 2px;
	font-size: 1.5em;
	color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
/****************************************************** CONTENT */
#content {
	clear: both;
	display: block;
	color: #333;
	line-height: 1.5em;
	text-align: justify;
	font-size: 1.5em;
	min-width: 300px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#content a:link, #content a:active, #content a:visited {
	/*background-color: #fbca01;
	background-color: #f9f8f5;*/
	border-bottom: 1px solid #555;
	/*padding: 2px;*/
	color: #8a0657;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #8a0657;
	border: 0;
	/*background-color: #8a0657;*/
	text-decoration: none;
	font-weight: bold;
}
#content .list-right 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;*/
	font-family: Cambria, Georgia, Times New Roman, Times, serif;
	padding: 5px;
}
#content h2 {
	font-weight: bold;
	font-family: Cambria, Georgia, Times New Roman, Times, serif;
	/*color: #f4e7ef;*/
	color: #999;
	text-transform: lowercase;
	font-style:italic;
}
#content h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
}
#content li {
	list-style-type: none;
	border-bottom: 1px dotted #fff;
}
#content li:hover {
	/*background: #f9f8f5;*/
}
#content dl {
	font-family: Arial, Helvetica, sans-serif;
}
#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-family: Cambria, Georgia, Times New Roman, Times, serif;
	font-size: 1.75em;
	line-height: 1.75em;
	text-shadow: 0.1em 0.1em #fff;
	font-style: italic;
}
/****************************************************** FOOTER */
#footer {
	min-width: 300px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
	color: #909090;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
}


::selection {
        background: #8a0657; /* Safari */
		color: #fff;
        }
::-moz-selection {
        background: #8a0657; /* Firefox */
		color: #fff;
}








































/*----------------------------
	Content area
-----------------------------*/


#portfolio-container{
	display:block;
	overflow:hidden;
	width: 830px;
	margin:0 auto;
}

#portfolio-container a:active,
#portfolio-container a:link {
	color: #fff;
}

#portfolio-container li{

	float: left;
	height: 95px;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 125px;
	
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#portfolio-container img {
	border: 0;
}
#portfolio-container ul{
	overflow:hidden;
}

.hidden{
	display:none;
}



#filter {
	background: url("../images/nav-bar.png") repeat-x 0 -94px;
	display: block;
	height: 39px;
	margin: 5px auto 25px auto;
	position: relative;
	width: 600px;
	text-align:center;
	
	-moz-box-shadow:0 4px 4px #000;
	-webkit-box-shadow:0 4px 4px #000;
	box-shadow:0 4px 4px #000;
}

#filter:before, #filter:after {
	background: url("../images/nav-bar.png") no-repeat;
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
	
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a:link,
#filter a:active{
	background: url("../images/nav-bar.png") repeat-x 0 -94px;
	display: inline-block;
	line-height: 39px;
	padding: 0 15px;
	text-shadow:1px 1px 1px #fff;
	color: #000;

	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	color: #000;
	background: url("../images/nav-bar.png") repeat-x 0 -138px;
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;
}

