/* Knee(Audio)Pads styles */

body { 
	font-family: verdana, arial, helvetica, sans-serif;  
	color: #333333;
	margin: 12px;
}

#header {
	position: relative;
	top: 3px;
}

#description {
	position: absolute;
	top: 78px;
	left: 525px;
	width: 240px;
}

#blog {
	position: relative;
	margin-bottom: 20px;
	width: 500px;
}

#license {
	position: relative;
	margin-top: 150px auto;
	text-align: center;
}

.title {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 4px;
}

.blurb {
	color: #FE0000;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 14px;
}

.subtitle {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0;
}

.info {
	margin-top: 0;
	margin-bottom: 11px;
	font-size: 10px;
}

a:link, a:visited {
	color: #333333;  
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #111111;  
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none;
}

a.subtle:link, a.subtle:visited, a.subtle:active, a.subtle:hover {
	color: #666666;  
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
