/*
Alternative Style: Blue
*/


/* Base Layout 
++ This is how the main site is structured. This includes wraps to
hold everything together in a clean and efficient way. These styles
are all used in the header.php, as they are repeated throughout everypage.
*/

#header {
background-image: url(images/headers/pakelinux-header.gif);
}

#hppost .entry p a {
	color: #666;
	//background-color: #D6F0FE;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#hppost .entry p a:hover {
	color: #222;
}

#hppost .postmetadata {
	font-size: 10px;
	color: #888;
}

#hppost h2 {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#hppost .post {
	padding-bottom: 15px;
}

#sidebar .badges a {
	text-decoration: none;
	border: none;
}

