/* @override http://ventro.hizzy.org/ventrodesign/assets/global.css */

a {
	text-decoration: none;
	outline-style: none;
	-moz-outline-style: none;
}

/* @group header */
body {
	background-color: #949494;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #e2e2e2;		
	background-image: url(blackline_grey.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.header .mainmenu {
	width: 950px;
	height: 75px;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.port_overview h1, .port_overview p {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.port_overview {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 283px;
	text-align: center;
	position: relative;
	background: #000 0;
}

.port_overview img.overviewhead {
	margin: 0 auto;
	top: 72px;
	position: relative;
	color: #909090;
	font: 22px/40px "Lucida Grande", Verdana, Arial, sans-serif;
}

.header .mainmenu ul {
	position: relative;
	float: left;
	list-style-type: none;
	height: 25px;
	margin: 0;
	padding: 0;
	clear: both;
	top: 25px;
	left: 346px;
}

.header .mainmenu li {
	display: inline;
}

/* @group navigation items */

.header .mainmenu li a, .header .mainmenu li span {
	display: block;
	height: 25px;
	float: left;
	background-color: transparent;
	text-indent: -9999px;
	padding: 0;
	clear: none;
	margin: 0 8px;
	text-decoration: none; 
}

.header .mainmenu a.portfolio:link, .header .mainmenu a.portfolio:visited {
	width: 79px;
	background: url(header/portfolio.gif) no-repeat 0 0;
	margin-top: 0px;
}

.header .mainmenu a.portfolio:hover {
	width: 79px;
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.header .mainmenu .portfolio_selected {
	width: 79px;
	background: url(header/portfolio.gif) no-repeat 0 -50px;
}

.header .mainmenu a.about:link, .header .mainmenu a.about:visited {
	width: 56px;
	background: url(header/about.gif) no-repeat 0 0;
}

.header .mainmenu a.about:hover {
	width: 56px;
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.header .mainmenu span.about_selected {
	width: 56px;
	background: url(header/about.gif) no-repeat 0 -50px;
}

.header .mainmenu a.contact:link, .header .mainmenu a.contact:visited {
	width: 68px;
	background: url(header/contact.gif) no-repeat 0 0;
}

.header .mainmenu a.contact:hover {
	width: 68px;
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.header .mainmenu span.contact_selected {
	width: 68px;
	background: url(header/contact.gif) no-repeat 0 -50px;
}

/* @end */

.header .logo {
	height: 76px;
	background: #000 url(header/topbg_lighting.jpg) no-repeat center;
}

a.logobutton {
	text-indent: -9999px;
	display: block;
	width: 48px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	background: url(header/logo_offon.jpg) no-repeat 0;
	margin-top: 0;
	position: relative;
	top: 19px;
	border-style: none;
	font-size: 1px;
	color: #fff;
}

a.logobutton:visited {
	display: block;
	width: 48px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	background: url(header/logo_offon.jpg) no-repeat 0;
	margin-top: 0;
	position: relative;
	top: 19px;
	border-style: none;
}

a.logobutton:hover {
	text-indent: -2000px;
	display: block;
	width: 48px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	background: url(header/logo_offon.jpg) no-repeat -49px;
	margin-top: 0;
	position: relative;
	top: 19px;
	border-style: none;
}

div.header {
	width: 950px;
	height: 151px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

.header h1 {
	margin: 0;
	padding: 0;
}

/* @group section headings */

#portsectionheading {
	height: 95px;
	width: 950px;
	padding: 0;
	margin: 0 auto;
	background: #000 0 27px;
}

#portsectionheading.all {
	background-position: 0;
	height: 50px;
}

#portsectionheading.web {
	background: #000 url(header/ft_web.gif) no-repeat center 33px;
}

#portsectionheading.logo {
	background: #000 url(header/ft_logo.gif) no-repeat center 33px;
}

#portsectionheading.experiment {
	background: #000 url(header/ft_experiment.gif) no-repeat center 33px;
}



/* @end */

.numProjects {
	color: #909090;
	font: 11px "Lucida Grande", Verdana, Arial;
}

/* @end */

/* @group infobox */

.infoBox {
	font-family:Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #979797;
	line-height: 17px;
	z-index: 1000;
}

.infoBox .sub1 {
	color: #707070; 
	line-height: 12px; 
	font-size: 9px;
}

.infoBox strong {
	color: #fff;
	text-decoration: none;
	display: block;
}

.infoBox .year {
	color: #656565;
	display: block;
}

.infoBox a:link, 
.infoBox a:visited {
	color: #465f89;
	font-weight: normal;
}
.infoBox a:link {
	color: #465f89;
}

.infoBox strong a:link, .infoBox strong a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.infoBox strong a:hover {
	color: #e2e2e2;
	border-bottom: 1px solid #6c6c6c;
}



/* @end */

/* @group spacers */

.topSpacer { width: 900px;
	height: 54px;
}

.fronttopSpacer {
	height: 76px;
}

.midSpacer { width: 900px;
	height: 100px;
}
.bottomSpacer2 { height: 67px; width: 900px;}

.bottomSpacer { height: 86px; width: 900px;}



/* @end */

/* @group global styles */

a { outline: none; }

img.a{border: 0;}

a.img:link, 
a.img:visited {
	border: none;
}



/* @end */

/* @group page buttons */

div.pages {
	height: 25px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #000000;
	position: relative;
}

.pages .page-on img,
.pages .page-off img {
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	width: 31px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center 0;
	left: 5px;
	top: 4px;
	right: 5px;
	bottom: 4px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}

.pages .page-on img {
	background: url(pagebuttons.gif) center -56px;
}
.pages .page-off img {
	background: url(pagebuttons.gif) center 0;
}
.pages :hover.page-off img {
	background: url(pagebuttons.gif) center -28px;
}

a.matteblackbutton {
	height: 28px;
	padding-left: 18px;
	color: #f3f3f3;
	font: 11px/27px "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(skipobutt.gif);
	display: block;
	float: left;
}

a.matteblackbutton:active {
	background-position: 0 -28px;
}

a.matteblackbutton:hover {
	color: #fff;
}

a.matteblackbutton span {
	display: block;
	margin: 0;
	padding: 0 18px 1px 0;
	background: url(skipobutt_right.gif) no-repeat right 0;
	line-height: 27px;
}

a.matteblackbutton:active span {
	background-position: right -28px;
	background-repeat: no-repeat;
}

div.pages span.right a.matteblackbutton {
	position: absolute;
	left: 803px;
	top: 3px;
}

div.pages span.left a.matteblackbutton {
	position: absolute;
	left: 34px;
	top: 3px;
}



/* @end */

/* @group Footer (Portfolio edition) */

/* @group General footer stuff */

.footer_port {
	height: 264px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-repeat: no-repeat;
}

.footer_port .toplighting {
	height: 46px;
	background: #000 url(footer/footerlighting_top.jpg) no-repeat center;
}

.footer_port .copyright {
	height: 102px;
	background: #000 url(footer/copyrightbreak.jpg) no-repeat center top;
}

.footer_port .copyright p {
	margin: 0;
	padding: 0;
	color: #7a7a7a;
	font: 11px "Lucida Grande", Verdana, Arial;
	position: relative;
	top: 30px;
}



/* @end */

/* @group Showtype buttons */

.footer_port .filters {
	height: 34px;
	background: url(footer/alumslab.jpg) no-repeat center;
	margin: 0;
	padding: 0;
}

.footer_port .filters ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: 4px;
}

.footer_port .filters img.imgmini2 {
	position: relative;
	top: 5px;
}

.footer_port .filters li {
	display: inline;
	font: 11px "Lucida Grande", Verdana, Arial;
	text-shadow: #000000 0 0 0px;
}

.footer_port .filters li a:link, .footer_port .filters li a:visited {
	color: #d1d1d1;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	text-shadow: #111 0 -1px 1px;
	list-style-type: none;
}

.footer_port .filters li span {
	color: #fff;
	text-decoration: none;
	list-style-type: disc;
	text-shadow: #111 0 -1px 1px;
	margin: 0 20px;
	padding: 0;
	font-weight: bold;
}

.footer_port .filters li a:hover {
	color: #a0a0a0;
}

.footer_port .filters li a:active {
	color: #7a7a7a;
}



/* @end */

/* @group mini menu */

.footer_port .minimenu {
	height: 82px;
	background: #000 url(footer/footerlighting_bottom.jpg) no-repeat center;
}

.footer_port .minimenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-position: 0;
	position: relative;
	top: 34px;
}

.footer_port .minimenu li {
	display: inline;
}

.footer_port .minimenu li a:link, .footer_port .minimenu li a:visited {
	font: 10px "Lucida Grande", Verdana, Arial;
	text-decoration: none;
	padding: 0;
	margin-right: 13px;
	margin-left: 12px;
}

.footer_port .minimenu li a.selected:link, .footer_port .minimenu li a.selected:visited {
	color: #fff;
	font-weight: bold;
}

.footer_port .minimenu li a.regular:link, .footer_port .minimenu li a.regular:visited {
	color: #919191;
}

.footer_port .minimenu li a.regular:hover {
	color: #f46632;
}

.footer_port .minimenu li a.selected:hover {
	color: #fff;
}

.footer_port .minimenu img.imgmini {
	position: relative;
	top: 5px;
}



/* @end */



/* @end */
