@charset "utf-8";

@font-face {
	font-family: 'BarristerSansLight';
	src: url('barrister_light-webfont.eot');
	src: local('☺'), url('barrister_light-webfont.woff') format('woff'), url('barrister_light-webfont.ttf') format('truetype'), url('barrister_light-webfont.svg#webfontAkTe6LEC') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	background-color: #333;
	margin: 0;	/*overflow: hidden;*/
}

.navHome {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 163px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	height: 27px;
}


.barrister {
	font-family: BarristerSansLight;
	font-weight:normal;
	color: #fff;
}

h1.barrister {
	position:absolute;
	top: 110px;
	left: 20px;
	font-size: 5em;
}

#pointerUp{
margin: -16px 0 0 0;
}

#pointerUp ul li {
	position:absolute;
	top: 7px;
	left: 968px;
	width: 26px;
	height: 32px;
	display:inline-block;
	list-style-type: none;
	z-index:300;
	cursor:pointer;
}
#pointerDown ul li {
	position:absolute;
	top: 7px;
	left: 968px;
	width: 26px;
	height: 32px;
	display:inline-block;
	list-style-type: none;
	z-index:299;
	cursor:pointer;
}

#subNav {
	position: absolute;
	left: 764px;
	top: 7px;
	padding:0;
	margin: 0;
	z-index: 290;
}


#navlist ul li {
	display: inline;
	list-style-type: none;
	padding-right: 21px;
	color:#CCC;
	text-transform: uppercase;
	font-size: 1.7em;
}

#navlist {
	position:absolute;
	top: 70px;
	left:0;
}

#navlist ul li a {
	color: #FFF;
	text-decoration:none;
}

#navlist ul li a:hover {
	color: #0CC;
}

#navBg {
	position:absolute;
	top:0;
	padding-top: 0;
	margin-top: 0;
	width: 1000px;
	height: 136px;
	background:url(images/bgNav.png);
	z-index:0;
}


#mainWrapper {
	width: 1000px;
	height: 100%;
	position:absolute;
	left: 45px;
	margin:0 auto;
}




.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #CCC;
	padding: 10px;
	position: fixed;
	bottom: 10px;
	left:45px;
}



#homeItem {
	position:absolute;
	top: 400px;
	color: #FFF;
	width: 100%;

}

#homeItem ul li {
	display:inline-block;
	vertical-align:top;
	list-style-type: none;
	width: 304px;
	height: 162px;
	padding: 7px;	
	margin:  12px 8px;
	border: solid 2px #999;
}

#homeItem ul li:first-child {
	padding-left: 11px;
}

#homeItem ul li.tweet {
	border: none;
}

#homeItem ul li.tweet:hover {
	background-color:#333;
}

#homeItem ul li.tweet h3 {
	position:relative;
	width: 200px;
	top:-10px;
	left:-10px;
	font-family: BarristerSansLight;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform:uppercase;
	background:none;
	padding-top:0;
}

#homeItem img {
	position:relative;
	top: 0;
	left: 0;
	z-index: 5;
	border: 0;
}

#homeItem h3 {
	position:relative;
	bottom: 140px;
	width: 100px;
	height: 40px;
	font-family: BarristerSansLight;
	font-weight:normal;
	font-size: 0.9em;
	padding-top: 5px;
	color: #fff;
	padding-left: 10px;
	background-image:url(images/hoverPix.png);
	background-repeat:no-repeat;
	z-index: 50;
}

#homeItem a {
	color: #FFF;
	text-decoration:none;
	background: none;
}

#homeItem p {
	visibility:hidden;
}

#homeItem ul li:hover {
	background-color:#CCC;
}


#homeItem ul li.hoverOff:hover {
	background-color:#333;

}

#tweets {
	position:relative;
	top: -30px;
	left: 0px;
	font-family: BarristerSansLight;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 10px;
	border: none;
}

#tweets a {
	color:#C90;
}

#tweets a:hover {
	color:#0CC;
}

#tweets {
	overflow:hidden;
}
