@charset "UTF-8";

/* GENERAL */
body {
	min-width: 640px;
	background-color: #ccc;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
img {
	display: block;
}

/* P */
p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 1em;
}
p.twitter {
	line-height: normal;
}
p.find {
	line-height: normal;
	padding-bottom: .5em;
}
p.sm {
	font-size: .9em;
}

/* LISTS */
ol, ul {
	margin: 15px;
}
li.sm {
	list-style: decimal; 
	font-size: .9em;
}
ul#twitter_update_list {
	margin: 0;
}
#twitter_update_list li {
	margin-bottom: 10px;
	font-size: 1.2em;
}

/* H */
h1 {
	font-size: 1.8em;
	line-height: 1.5em;
	color: #06c;
}
h2 {
	font: 1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: .5em;
	color: #b2d1f0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

/* LINKS */
a:link, a:visited, a:active {
	color: #06c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#twitter a:link, #twitter a:visited, #twitter a:active, #twitter a:hover {
	color: #333;
}

/* DIVS */
div#back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
body>div#back {
	position: fixed;
}
div#body {
	position: relative;
	width: 590px;
	margin: 200px auto 0 auto;
	padding: 25px;
	background-color: #fff;
	z-index: 2;
}
div#lftcol {
	float: left;
	width: 365px;
	padding-right: 25px;
}
div#rtcol {
	float: left;
	width: 200px;
}
div#twitter {
	width: 180px;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #f1f1f1;
}
div#find {
	width: 180px;
	padding: 10px;
}
div.floatfix {
	clear: both;
}

/* HR */
hr.dotted {
	margin: 10px 0 15px 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
}

/* ADDRESS */
address.find {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: .5em;
	font-style: normal;
}

/* SUP */
sup {
	font-size: .8em;
	vertical-align: super;
	padding-right: 5px;
}