* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	background-image: url(http://static1.studentlife.org.nz/wood_1.png);
	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: 5px 0;
}

h2 {
	padding: 5px 5px 15px 5px;
	color: #db2128;
	font-size: 1em;
}

h3 {
	padding: 5px 5px 15px 5px;
	font-size: 0.9em;
}

.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 {
	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:0.5em; left:1em;
	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;
}

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;
}

#footer {
	width: 938px;
	margin: 40px auto;
}

#footerInner {
	width: 904px;
	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;
	margin-left: 23px;
}

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


#footerLeft {
	float: left;
}

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

.left {
	text-align: left;
}

.rightImg {
	float: right;
	margin: 8px 0 8px 25px;
	border: 1px solid #c0c0c0;
	border-left: none;
	border-bottom: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -3px 3px 3px #666;
	-webkit-box-shadow: -3px 3px 3px #666;
	box-shadow: -3px 3px 3px #666;
}

.leftImg {
	float: left;
	margin: 0 25px 8px 8px;	
	border: 1px solid #c0c0c0;
	border-left: none;
	border-bottom: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -3px 3px 3px #666;
	-webkit-box-shadow: -3px 3px 3px #666;
	box-shadow: -3px 3px 3px #666;
}

.noBorder {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

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


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

}

#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: 865px;
	padding: 25px;
	padding-top: 70px;
}

#shadowLeft {
	position: absolute;
	width: 35px;
/* 	top: 56px; */
	background-image:url(http://static1.studentlife.org.nz/shadowLeft.png);
	background-repeat:repeat-y;
	bottom: 0;
	top: 40px;
}

#shadowBottom {
	position: absolute;
	width: 960px;
	height: 49px;
	bottom: -41px;
	background-image:url(http://static1.studentlife.org.nz/shadowBottom.png);
	z-index: 1;
}

#borderTopCorner {
	position: absolute;
	width: 10px;
	background-image:url(http://static1.studentlife.org.nz/borderTopCorner.png);
	height: 56px;
	top: 2px;
	left: 35px;
}

#borderLeft {
	position: absolute;
	width: 10px;
	top: 56px;
	left: 35px;
	background-image:url(http://static1.studentlife.org.nz/borderLeft.png);
	background-repeat:repeat-y;
	bottom: 0px;
}

#borderBottom {
	width: 960px;
	margin: 0 auto;
	clear: both;
	height: 8px;
	position: relative;
	background-image:url(http://static1.studentlife.org.nz/borderBottom.png);
	z-index: 2;
}

#borderBottomCorner {
	position: absolute;
	bottom: 0px;
	left: 35px;
	width: 14px;
	height: 46px;
	background-image:url(http://static1.studentlife.org.nz/borderBottomCorner.png);
}

#logo {
	position: absolute;
	top: 5px;
	left: 75px;
	z-index: 2;
}

#widgetDisplay {
	position: absolute;
	top: 5px;
	left: 470px;
	width: 477px;
	height: 100px;
	text-align: center;
	z-index: 2;
}

#widgetInner {
	height: 100%;
	width: 100%;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f8f5f1;
	overflow: auto;
}

#region {
	position: absolute;
	top: 20px;
	left: 30px;
}

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

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

#menu li.lastMenuItem {
	padding-right: 0;
}

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


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

h1 {
	font-family: Helvetica, Arial, Calibri, sans-serif;
	font-size: 1.5em;
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-shadow: -1px 1px 1px #c0c0c0;
	color: #826346;
}
