@charset "utf-8";
/* CSS Document */

html {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #4D4129;
	background-image: url(vellum.jpg);
}
.centerpage {
	background: #333333;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
	clear:both;
	z-index:10;
}
.centerpage2 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	position: relative;
	clear:both;
	z-index:10;
	text-align: center;
}
.bartopright {
	position:relative;
	right:0px;
	top:0px;
	float:right;
	width:780px;
	display:block;
	z-index:13;
	text-align: right;
	height: 100px;
	vertical-align: top;
}
.barright {
	position:relative;
	right:0px;
	top:10px;
	float:right;
	width:780px;
	display:block;
	z-index:13;
	text-align: left;
}
.barleft {
	position:relative;
	right:0px;
	top:10px;
	float:left;
	width:186px;
	display:block;
	z-index:13;
}
.logo {
	top: 10px;
	position: relative;
}

.thumbnail2 {
	margin: 2px;
}
.work {
	border: 10px solid #666666;
	margin: 15px;
	padding: 10px;
}
.category {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.projecttitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
}
.format {
	color: #cfff4a;
	font-size: 18px;
}
a.thumbnail:link, a.thumbnail:visited {
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 3px solid #ffffff;
	margin: 3px;
}
a.thumbnail:hover, a.thumbnail:active {
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 3px solid #cccccc;
	margin: 3px;
}
.description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
}
a.description2:link {
	color: #F90;
	font-weight: bold;
	text-decoration:none;
}
a.description2:visited {
	color: #F90;
	font-weight: bold;
	text-decoration:none;
}
a.description2:hover {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
a.description2:active {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
.portfolio {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.categories {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	margin: 10px;
	padding: 10px;
	background-color: #222222;
}
a.contact2:link, a.description:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
a.contact2:hover, a.description:active {
	color: #0ADACF;
	font-weight: bold;
	text-decoration:none;
}
.work2 {
	border: 10px solid #666666;
	margin: 5px;
}
a.work3:link, a.work3:visited {
	display: inline-block;
	height: 300px;
	width: 300px;
	border: 10px solid #666666;
	margin: 3px;
}
a.work3:hover, a.work3:active {
	display: inline-block;
	height: 300px;
	width: 300px;
	border: 10px solid #ffffff;
	margin: 3px;
}
.welcome {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	text-align: center;
}
