@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: #000;
	background-image: url(images/second_year.gif);
 	background-position: top center;
 	background-repeat: repeat;  
	background-attachment:fixed;
}

body,td,th {
	color: #000;
	font-family: Corbel,Arial;
	font-size: 14px;
	line-height: 25px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.title {
	width: 288px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	text-align:center;
}

.portfolio {
	width: 850px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align:center;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	position: relative;
	bottom: 0px;

}
.imgteaser a {
	text-decoration: none;

}

.imgteaser a .more {
	position: absolute;
	right: 125px;
	bottom: 0px;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	font-size: 14px;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 125px;
	padding: 10px;
	margin: 0;
	width: 580px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 0px;
	font-size:1.5em;
}

/*--Details Style--*/
ul.columns li .info {
	position: absolute;
	left: -10px; top: -10px;
	padding: 210px 10px 20px;
	width: 220px;
	display: none;
	background: #fff;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.columns li:hover .info {display: block;}

ul.columns li h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px 0;
}
ul.columns li p {padding: 0; margin: 0; font-size: 0.9em;}