* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-family: verdana, corbel, arial, tahoma, helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-image: url(http://static1.studentlife.org.nz/background.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	font-family: verdana, helvetica, sans-serif;
	height: 100%;
}
a img {
	border: 0;
}

a, a:active {
	outline: none;
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

p {
	font-size: 0.8em;
	padding: 2px;
}

h2 {
	padding: 5px 5px 15px 5px;
	color: #db2128;
}

#body {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	position: relative;
	height: 750px;
}
#header {
	background: #D5E7E6;
}
#region {
	position: absolute;
	top: 71px;
	left: 34px;
	z-index: 1;
	float: left;
	width: 143px;
	height: 61px;
}
#regionNote {
	background: url(http://static1.studentlife.org.nz/regionNote.png);
	position: absolute;
	top: 86px;
	left: 61px;
	z-index: 1;
	float: left;
	width: 143px;
	height: 61px;
}
#widgetDisplay {
	text-align: center;
	background: url(http://static1.studentlife.org.nz/tbg.png);
	background-repeat: repeat;
	position: absolute;
	top: 21px;
	left: 225px;
	width: 491px;
	height: 276px;
	float: left;
	z-index: 10;
}
#shadows {
	position: absolute;
	top: 58px;
	left: -14px;
	background: url(http://static1.studentlife.org.nz/shadows.png) no-repeat;
	z-index: 1;
	float: left;
	width: 969px;
	height: 709px;
}
#static {
	position: absolute;
	top: 0px;
	left: 21px;
	background-image: url(http://static1.studentlife.org.nz/static.png);
	z-index: 1;
	float: left;
	width: 916px;
	height: 754px;
}
#photos {
	position: absolute;
	top: 58px;
	left: 707px;
	z-index: 1;
	float: left;
	width: 225px;
	height: 171px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -450px -17px no-repeat;
}
#journey {
	position: absolute;
	top: 534px;
	left: -10px;
	z-index: 1;
	float: left;
	width: 145px;
	height: 76px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -263px -71px no-repeat;
}
#plant {
	position: absolute;
	top: 180px;
	left: 25px;
	z-index: 1;
	float: left;
	width: 207px;
	height: 190px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -10px 0px no-repeat;
}

#events {
	position: absolute;
	top: 530px;
	left: 659px;
	z-index: 3;
	float: left;
	width: 132px;
	height: 89px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -1008px -73px no-repeat;
}
#video {
	position: absolute;
	top: 540px;
	left: 787px;
	z-index: 3;
	float: left;
	width: 120px;
	height: 74px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -1186px -86px no-repeat;
}
#chat {
	position: absolute;
	top: 416px;
	left: 209px;
	z-index: 3;
	float: left;
	width: 87px;
	height: 58px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -697px -88px no-repeat;
}
#status {
	position: absolute;
	top: 384px;
	left: 486px;
	z-index: 3;
	float: left;
	width: 135px;
	height: 113px;
	background: url(http://static1.studentlife.org.nz/widgets.png) -825px -67px no-repeat;
}
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
	* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */

a.tt, a.tt {
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration: none;
}

.loadWidget a, .clickable a {
	display: block;
	height: 100%;
	width: 100%;
}

a.tt span {
	display: none;
}

a.tt:hover span { /*the span will display just on :hover state*/
	z-index: 25;
	display:block;
	position:absolute;
	top:4em; left:2em;
	background-color:#101010 ; color:#fff;
	text-align: center;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
	opacity: 0.7; filter:alpha(opacity=70);
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px 8px;
}

a.tte:hover span {
	top: 10em; left: 10em;
}

.withPad {
	padding: 5px;
	overflow: auto;
	height: 266px;
	width: 481px;
}

.noPad {
	height: 276px;
	width: 491px;
}

.videoWidgetContainer {
	background: #000;
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: auto;
}

.videoWidgetContainer p {
	text-align: right;
	padding: 0px 18px 0px 0px;
}

.videoWidgetContainer a, .videoWidgetContainer a:active, .videoWidgetContainer a:visited {
	color: #fff;
}

/*#status {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
    height: 276px;
    max-width: 490px;
    max-height: 276px;
} 
*/
#status ul {
	list-style: none;
	font-size: 0.8em;
}

#status li {
	padding-bottom: 4px;
}
/*
#subscribe {
    postion: absolute;
    width: 200px;
    height: 20px;
    padding-left: 300px;
    margin-top:-60px;
    margin-left: auto;
    margin-right:auto;
    background-color: white;
}*/

div.lb a {
	text-decoration: none;
}

/** Here's where the magic happens **/
div.lb {
	display: none;
	position: fixed;
	top: 1em;
	left: 20%;
	text-align: center;
	padding: 2em;
	background: #fff;
	float: left;
}
div.lb:target {
	display: block;
}

/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
	display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}

.regionListItem {
	float: left;
	padding: 5px;
	font-size: 0.8em;
}

.regionListItem a {
	text-decoration: none;
}

#eventList p {
	padding-bottom: 10px;
}

.eventImg {
	float: left;
	padding-right: 5px;
}

#footer {
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 50;
}

#footerInner {
	width: 940px;
	border: 1px solid black;
	background: url(http://static1.studentlife.org.nz/tbg.png);
	background-repeat: repeat;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
	padding: 2px 10px 2px 10px;
	text-align: left;
}

#footer p {
	font-size: 0.7em;
	font-weight: bold;
}


#footerLeft {
	float: left;
}

#footerRight {
	float: right;
	text-align: right;
}

.logoDescriptor {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
}

.emphasis {
	color: #db2128;
	padding-top: 20px;
}

.left {
	text-align: left;
}

.container {
	clear: both;
	height: auto;
	overflow: auto;
}


/* Styles for other pages */

#pagesHeader {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	position: relative;
	height: 55px;
}


#pagesBody {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	position: relative;
	overflow: auto;
}

#bottomTile {
	width: 960px;
	margin: 0 auto;
	clear: both;
	height: 27px;
	position: relative;
	background-image:url(http://static1.studentlife.org.nz/bottomTile.png);
	/*background-repeat:repeat-y;*/
}

#books {
	position: absolute;
	top: -50px;
	left: -30px;
	background-image:url(http://static1.studentlife.org.nz/books.png);
	height: 95px;
	width: 126px;
}

#pagesLogo {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 2;
}

#regionSelector {
	position: absolute;
	top: 0;
	left: 500px;
	width: 450px;
	height: 100px;
	border: 1px solid red;
}


#tile {
	position: absolute;
	top: 47px;
	width: 27px;
	background-image:url(http://static1.studentlife.org.nz/tile.png);
	background-repeat:repeat-y;
	bottom: 0px;
}
#corner {
	position: absolute;
	width: 27px;
	background-image:url(http://static1.studentlife.org.nz/corner.png);
	height: 47px;
	top: 0;
}
#innerContainer {
	border: 1px solid black;
	border-left: none;
	border-bottom: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url(http://static1.studentlife.org.nz/tbg.png);
	float: right;
	width: 903px;
	padding: 15px;
	padding-top: 70px;
}

#menu {
	width: 100%;
	overflow: auto;
	margin-bottom: 10px;
}

#menu ul {
    float: left;
    list-style: none;
	padding: 0px 20px 0px 0px;
}
#menu li {
    float: left;
    background: url(http://static1.studentlife.org.nz/tabs.png) no-repeat left top;
	height: 45px;
    width: 100px;
padding: 0 45px 0 0;
/*	padding: 0px 30px 0px 0px;*/
}

#menu a {
	width: 123px;
    float: left;
    display: block;
    text-align: center;
    padding: 10px 0px 0px 2px;
    font-weight: bold;
	font-size: 0.8em;
}


#menu li:hover, #menu li:hover a {
    background-position: 0% -44px;
	color: #fff;
	text-decoration: none;
}