@import url(http://fonts.googleapis.com/css?family=Molengo);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);

body {
	margin: 0;
	padding: 0;
    color: #222;
    font-family: 'Molengo', 'DejaVu Sans','Bitstream Vera Sans',Verdana,sans-serif;
    font-size: 16px;
    line-height: 20px;
	background: url(square.gif) center -1px repeat;
}

h2 {
    font-family: 'Vollkorn', Georgia,'DejaVu Serif','Bitstream Vera Serif',serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 .4em;
  }

a {
	color: #0084b4;
}

section, address, aside { display: block; }

#container {
	width: 80%;
	margin: 86px auto;
}

.box {
	width: 100%;
	background-color:  #FFFFFF;
	background-color: rgba(255,255,255,.7);
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.box:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
			
.photo {
	float:left;
}
.address {
	float: right;
	margin: 0 20px 0 0;
}

#content {
	float: left;
	width: 45%;
}

#sidebar {
	float: right;
	width: 45%;
}

#links {
	font-size: 26px;
	line-height: 34px;
}
			
#twitter_div ul, #twitter_div li {
	list-style: none;
	padding: 0; margin: 0;
}

#twitter_div li {
	padding: 6px;
	border-bottom: 1px solid #ccc;
}

.link {
	white-space: nowrap;
	margin-right: 20px;
	display: block;
}

#warning { 
	font-style: italic;
	font-size: 0.8em;
	display: none;
	border: 1px solid #eee;
	padding: 20px;
	margin: 10px;
}
			
