@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	color: #000;
	font: 100.01% Verdana,sans-serif;
}
a {
	border-bottom: 1px solid #3B79BA;
	text-decoration: none;
	color: #3B79BA;
}

#about a {
	color: #000;
	border-color: #000;
}
#about a:hover {
	color: blue;
}

h2 a {
	color: #000;
	border: 0;
}
article {
	padding: 1em;
}
.date {
	margin: 0 1em;
	text-align: right;
	font-size: 75%;
}

aside {
	padding: .5em;
	background: #3D79D0;
	font-size: 75%;
	color: #FFF;
}
aside h4 {
	margin: 0 1em;
}
aside a {
	color: #FFF;
}

.highlight {
	margin: 0;
	display: table;
	border-spacing: 5px;
}
.highlight a {
	display: table-cell;
	width: 50%;
	height: 3em;
	margin: 0 5px 1em;
	padding: .5em 1em;
	vertical-align: middle;
	background: #D7E5F5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #D7E5F5), color-stop(100%, #CBE0F5));
	background-image: -webkit-linear-gradient(top, #D7E5F5, #CBE0F5);
	background-image: -moz-linear-gradient(top, #D7E5F5, #CBE0F5);
	background-image: -ms-linear-gradient(top, #D7E5F5, #CBE0F5);
	background-image: -o-linear-gradient(top, #D7E5F5, #CBE0F5);
	background-image: linear-gradient(top, #D7E5F5, #CBE0F5);
	border-top: 2px solid #ABBBCC;
	border-left: 2px solid #A7B6C7;
	border-bottom: 2px solid #A1AFBF;
	border-right: 2px solid #A7B6C7;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 1px 0 0 #FFF;
	box-shadow: inset 0 1px 0 0 #FFF;
	color: #1A3E66;
	font: normal 105%/1.25 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
	cursor: pointer;
}
.highlight a:hover {
	background: #CCD9E8;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #CCD9E8), color-stop(100%, #C1D4E8));
	background-image: -webkit-linear-gradient(top, #CCD9E8, #C1D4E8);
	background-image: -moz-linear-gradient(top, #CCD9E8, #C1D4E8);
	background-image: -ms-linear-gradient(top, #CCD9E8, #C1D4E8);
	background-image: -o-linear-gradient(top, #CCD9E8, #C1D4E8);
	background-image: linear-gradient(top, #CCD9E8, #C1D4E8);
	border-top: 2px solid #A1AFBF;
	border-left: 2px solid #9CAABA;
	border-bottom: 2px solid #96A3B3;
	border-right: 2px solid #9CAABA;
	-webkit-box-shadow: inset 0 1px 0 0 #F2F2F2;
	box-shadow: inset 0 1px 0 0 #F2F2F2;
	color: #163659;
}
@media (min-width: 600px) {
	body {
		overflow: hidden;
	}
	#content {
		position: absolute;
		top: 2em;
		left: 50%;
		bottom: -20px;
		width: 575px;
		margin-left: -350px;
		padding: 78px 0 60px 105px;
		transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		background: #FFF url(bg.jpg) 0 0 no-repeat;
	}
	article {
		overflow: auto;
		height: 105%;
		padding: 0 60px 0 0;
		font: 90% 'Droid Serif', serif;
		line-height: 130%;
	}	
	aside {
		position: absolute;
		top: 0;
		right: 10px;
		width: 250px;
		border-radius: 0 0 10px 10px;
	}
}
@media (min-width: 600px) and (max-width: 1200px) {
	aside {
		display: none;
	}
}
