/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
	  font-family: "Museo";
	  src: url(http://fufurasu.org/freefonts/museo300.otf)
	  	  format("opentype");
	  font-weight: normal;
}

@font-face {
	  font-family: "Museo";
	  src: url(http://fufurasu.org/freefonts/museo700.otf)
	  	  format("opentype");
	  font-weight: bold;
}

@font-face {
	  font-family: "League";
	  src: url(http://fufurasu.org/freefonts/LeagueGothic.otf)
	  	  format("opentype");
	  font-weight: bold;
}

@font-face {
	  font-family: "Goudy";
	  src: url(http://fufurasu.org/freefonts/OFLGoudyStM.otf)
	  	  format("opentype");
	  font-weight: normal;
}

@font-face {
	  font-family: "Goudy";
	  src: url(http://fufurasu.org/freefonts/OFLGoudyStM-Italic.otf)
	  	  format("opentype");
	  font-weight: normal;
	  font-style: italic;
}



html {
	width: 100%;
	height: 100%;

	/*font-size: 100.01%;  fixes some browser bugs (IE, Opera) see http://www.communitymx.com/content/article.cfm?cid=FAF76&print=true for more info */	
}

body {
	color: #4c3b41;
	background-color: #00a3e7;
	background-position: center center;
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#bgimg img {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
}

#bgimg {
	position: absolute;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

h1 {
	font-weight: bold;
	display: inline;
}

a {
	color: #4c3b41;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #00a3e7;
}

#mss {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
}

#arrow {
	width: 24px;
	height: 12px;
	background-position: 0;
	background-repeat: no-repeat;
	background-image: url(arrow.png);
	margin-top: -1px;
	padding-top: 0px;
	margin-left: 32px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(arrow.png);

}

#status {
	position: absolute;
	width: auto;
	z-index: 1;
	margin: 32px;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

#bubble {
	background-color: #fff;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
}

#tweet {
	font-style: normal;
	font-weight: normal;
	font-size: 24pt;
}

.date {
	width: auto;
	display: block;
	font-weight: normal;
	font-size: 7pt;
	color: #00a3e7;
	margin-top: 8px;
	padding: 0;
}



.date a, .date a:hover {
	color: #00a3e7;
}

#links {
	background-color: #fff;
	padding: 12px;
	margin: 32px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: inherit;
	-webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
    //-webkit-box-shadow: 0px 1px 4px #000;
    //box-shadow: 0px 1px 4px #000;
}

.spacer {
	word-spacing: 1em;
}

/*ul {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	line-height: 1.7em;
}
li {
	list-style-type: none;
	display: list-item;
	width: 100%;
	border-top: 1px solid #CFDEE6;
}*/

