body {
	font-family: Verdana, Tahoma, sans-serif;	
	background: #ffffff url('../images/headerbg.png') repeat-x left top;
}

#header {
	position: relative;
	width: 60em;
	height: 7.4em;
	margin: 4em auto;
	font-weight: normal;
}


#header h1 {
	font-weight: normal;
	color: #273647;
}

#header h2 {
	font-weight: normal;
	margin-top: -1.5em;
	color: #ffffff;
	font-size: 13pt;
}

a { text-decoration: none; }
a:link {color:#000000}		
a:visited {color:#000000}
a:hover {color:#71b7d9}
a:active {color:#0000FF}

.tweet a:link {color:#336699}		
.tweet a:visited {color:#336699}
.tweet a:hover {color:#99CCFF}

#main {
	position: relative;
	height: 35em;
	width: 60em;
	margin: auto;
	margin-top: -7.45em;
    padding: 1em;
	background: #ffffff url('../images/headerbg.png') repeat-x 0 -127.5px;
}

#main div#lifestream {
	float: left;
	border-right: 3pt solid #000000;
#	-moz-border-radius: .7em;
#	-webkit-border-radius: .7em;
}

#main div#menu {
	float: left;
	position:relative;
	height:35em;
	top:50%;
	margin-top: -13em;
}

#main div#menu ul {
	list-style: none;
}

#main div#menu ul li {
	font-size: 24pt;
	margin: 1em 0;
}

#thumbnailBox {
	display:none;
}

#mainBox {
	position: relative;
	height: 35em;
	width: 40em;
	margin: auto;
#	background-color: #FFFFFF;
#	-moz-border-radius: .5em;
#	-webkit-border-radius: .5em;
}

#mainBox .flickrPhotoHorizontal {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 25em;
	margin-top: -12.5em;
	width: 33em;
	margin-left: -16.5em;
}

#mainBox .flickrPhotoVertical {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25em;
	margin-left: -12.5em;
	height: 33em;
	margin-top: -16.5em;
}

#mainBox .flickrPhoto img {
	margin-top: .75em;
	border: 3pt solid #000000;
	margin-left: .75em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#mainBox .tweet {
	background-color: #DDDDDD;
	position: absolute;
	border: 1px solid black;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	top: 50%;
	left: 50%;
	width: 24em;
	margin-left: -12em;
	height: 10em;
	margin-top: -5em;
	padding: 0em .5em;
}

#mainBox .tweet .tweet-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20em;
	margin-left: -10em;
	height: 5em;
	margin-top: -2.5em;
}

#mainBox .tweet img {
	float: left;
}

#mainBox .tweet .tweet-content {
	padding-left: 1em;
	float:left;
	width: 16em;
}

#mainBox .tweet .tweet-content .tweet-screenname {
	display: inline;
}

#mainBox .tweet .tweet-content .tweet-screenname,
#mainBox .tweet .tweet-content .tweet-text {
	font-size: 10pt;
}

#mainBox .tweet .tweet-content .tweet-time {
	color: gray;
	font-size: 8pt;
}
