/** Stylesheet for TBI **/
/***********************************************/

body {
	background-color: #FFFFFF;
	background-image: url(../photo/backgroundUU3.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

a:link {
	color: #008000;
	text-decoration:none;
}
a:visited {
	color: #808000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

.img
{
	margin: 0px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
.img img
{
	display: inline;
	margin: 0px;
	border: 1px solid #F0F0F0;
}
.img a:hover img
{
	border: 1px solid #FFFFFF;
}

.avatar{
	border:1px solid #FFFFFF;
	vertical-align: middle;
}
#main {
	width: 730px;
	margin: 70px auto 100px auto;
	padding: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 70%;
	text-align: left;
	font-weight: normal;
}
#title {
	width: 490px;
	height: 130px;
	float: left;
	background-image: url(../photo/tbi.png);
	background-repeat: no-repeat;
}
#nav {
	width: 240px;
	height: 130px;
	float: right;
	text-align: right;
	font-size: 80%;
}
#columnleft {
	width: 350px;
	float: left;
}
#columnright {
	width: 350px;
	float: right;
}
#column300{
	width: 300px;
	float: left;
}
#column180{
	width: 230px;
	float: left;
}
#column250{
	width: 200px;
	float: left;
}
#1column {
	width:730px;
}
#random{
	width: 240px;
	height: 240px;
}

.polaroid {

	padding: 0px 10px 10px 10px;
	background-color: white;
	float: left;
	width: 300px;
	margin: 10px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 360px;
	box-shadow: 0px 2px 15px #333;
}

.caption {
	margin-top: 5px;
}

.week {
	margin: 1px;
	font: italic 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: right;
}

/** Collapsible list items **/

.collapsibleList li > input + * {
 display: none;
}
 
.collapsibleList li > input:checked + * {
 display: block;
}
 
.collapsibleList label {
 cursor: pointer;
}
 
.collapsibleList1 li > input {
 position: absolute;
 left: 0;
 margin-left: -50px;
 display: hidden;
}