@charset "UTF-8";
/* CSS Document */
/* reset */
*{padding:0;margin:0;}
/* @font-face */
@font-face {
	font-family: 'Folks-LightRegular';
	src: url('Folks-Light-webfont.eot');
	src: local('☺'), url('Folks-Light-webfont.woff') format('woff'), url('Folks-Light-webfont.ttf') format('truetype'), url('Folks-Light-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FolksRegular';
	src: url('Folks-Normal-webfont.eot');
	src: local('☺'), url('Folks-Normal-webfont.woff') format('woff'), url('Folks-Normal-webfont.ttf') format('truetype'), url('Folks-Normal-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* site styles */
/* tag styles */
body {
	color: #c6c6c6;
	background: url(images/wood.jpg);
}
h1 {
	font-family:'FolksRegular',Helvetica,Arial;
	font-size: 72px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
	font-weight: normal;
	color: #fff;
}
h2 {
	font-family: 'FolksRegular',Helvetica,Arial;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-weight: normal;
}
h3 {
	font-family: 'FolksRegular',Helvetica,Arial;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-weight: normal;
}
p {
	font-family: 'Folks-LightRegular', Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.list a {
	font-family:'Folks-LightRegular', Geneva, Arial, Helvetica, sans-serif;
	color: #0c0c0c;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background-color: rgba(135,206,235,0.65);
	display: block;
	height: 30px;
	width: 332px;
	padding: 15px 0 7px 0;
	text-align: center;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow:1px 1px 2px #87CEEB;
	-moz-box-shadow:1px 1px 2px #87CEEB;
}
a:active {position: relative; top: 1px;}
img {
	margin: 10px 0 0 0;
}
li {
	font-size: 16px;
	color: #000;
	padding: 5px 0 5px 4px;
	list-style: none;
}

/* id styles */
#container {
	width: 400px;
	padding:50px 0 0 0;
	margin: 0 auto 0 auto;
	text-align:left;
}
#tweets {
	background: url(images/twitter.png) no-repeat 10px 0;
	background-color: rgba(135,206,235,0.65);
	display: block;
	width: 332px;
	padding: 15px 0 7px 0;
	margin: 4px 0 0 4px;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow:1px 1px 2px #87CEEB;
	-moz-box-shadow:1px 1px 2px #87CEEB;
}
#twitter_update_list {
	font-family:'Folks-LightRegular', Geneva, Arial, Helvetica, sans-serif;
	color: #0c0c0c;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	width: 260px;
	margin-left: 55px;
}
#twitter_update_list a {
	color: #0c0c0c;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
