@import url("http://www.marcosorourke.com/assets/css/style.css");

h1 {
	background-color: rgb(60,60,60);
	border: 1px solid rgb(50,50,50);
	padding: 3px;
	color: rgb(180,180,180);
	font-family: "Lucida Grande", sans-serif;
	font-size: x-small;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
}

h2 {
	font-size: large;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#header {
	background-color: #b85000;
}

.entry {
	font-family: Georgia, serif;
}

.byline {
	font-family: "Lucida Grande", sans-serif;
	font-size: xx-small;
}

.frequency {
	color: #ff9d00;
}