@charset "utf-8";
/* CSS Document */
body {
	/*text-align:left;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
		color:#FFFFFF;
	height:100%;
	
}
/* --------- Content Layout --------- */
#gib-wrapper{
	
	background-color:#232226;
	background-image:url(../images/gib-bkg_tile.gif);
	background-repeat:repeat-y;
}
#gib-leftColumn {
	background-image:url(../images/gib-headerLogo.jpg);
	width:175px;
	float:left;
	background-repeat: no-repeat;
	height:800px;
	background-color:#232226;
	
}
#gib-rightColumn {
	margin-left:175px;
	background-image:url(../images/gib-header.jpg);
	background-repeat:no-repeat;
	
}
.gib-rightContent {
	font-size:0.8em;
	line-height:1.3em;
	padding-top:220px;
	padding-left:30px;
	padding-right:35px;
	
}
/* --------- Navigation --------- */
#gib-navigation{
	margin:0;
	padding:333px 0 0 0;
	list-style-type: none;
}
#gib-Intro a{
	display:block;
	width:175px;
	height:70px;
	text-decoration:none;
	text-indent:-999px;
	background:url(../images/gib-nav_OFF_01.jpg) no-repeat;
}
#gib-Intro a:hover{
	background-position:0 -70px;
}
#gib-Judges a{
	display:block;
	width:175px;
	height:70px;
	text-decoration:none;
	text-indent:-999px;
	background:url(../images/gib-nav_OFF_02.jpg) no-repeat;
}
#gib-Judges a:hover{
	background-position:0 -70px;
}
#gib-Finalists a{
	display:block;
	width:175px;
	height:60px;
	text-decoration:none;
	text-indent:-999px;
	background:url(../images/gib-nav_OFF_05.jpg) no-repeat;
}
#gib-Finalists a:hover{
	background-position:0 -59px;
}
#gib-Award a{
	display:block;
	width:175px;
	height:60px;
	text-decoration:none;
	text-indent:-999px;
	background:url(../images/gib-nav_OFF_04.jpg) no-repeat;
}
#gib-Award a:hover{
	background-position:0 -59px;
}
/* --------- Content Attributes --------- */

/* --------- GiB Video Thunmail / Content --------- */

.gib_videoDescr {
	padding:0.6em 0 0 0;
	margin:0;
	font-size:0.9em;
	line-height:1em;
	color:#ffffff;
}
#gib_videoBox {
	width:140px;
	padding-right:15px;
	padding-bottom:40px;
	margin:0;
	float:left;
}
.gib_videoThumb {
	padding:0;
	margin:0;
}
.gib_videoRow {
	padding-right:10px;
	padding-left:15px;
    /*float:left;*/
}
/* --------- GiB Guest Judges --------- */

.gib_judgeDescr {
	font-size:1em;
	line-height:1.3em;
	color:#FFFFFF;
}
#gib_judgeBox {
	
	padding:0 0 40px 25px;
	margin:0;
}
.gib_judgeThumb {
	margin-right:10px;
	float:left;
	border:#00FF00;
}
/* --------- GiB Semi-Finalists --------- */

#gib_finalistDescr {
	font-size:0.6em;
	line-height:1em;
	color:#FFFFFF;
}
#gib_finalistBox {
	width:90%;
	padding:0 0 20px 0;
	margin:0;
}
.gib_finalistThumb {
	padding:0 0 5em 0;
	margin:0;
}



