@charset "utf-8";
/* Link Stylings */

/* Standard Everyday Links */

a:link { 
	color: #ef8800;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #ef8800;
}

a:hover {
	font-weight: bold;
	color: #ffc984;	
}
	
a:active { 
	font-weight: bold;
	color: #00ff00;
}

/* Sidebar Links */

div#sidebar a:link {
	color: #ef8800;
	font-weight: normal;
	text-decoration: none;
}

div#sidebar a:visited {
	font-weight: normal;
	color: #ef8800;
	text-decoration: none;
}

div#sidebar a:hover {
	font-weight: normal;
	color: #ffc984;
	text-decoration: none;
}

div#sidebar a:active {
	color: #00ff00;
	text-decoration: none;
}

div#sidebar ul.blogroll li {
	font-size: 0.7em;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0.3em;
}

/* Post Links */

div.post h3 a:link, div.post h3 a:visited, div.page h3 a:link, div.page h3 a:visited {
	color: white;
	text-decoration: none;
}

div.post h3 a:hover, div.page h3 a:hover {
	color: #ff6600;
}

div.postmetadata a:link, div.postmetadata a:visited {
	color: white;
}

div.postmetadata a:hover {
	color: #ff6600;
}

div.postmetadata a:active {
	color: #00ff00;
}

/* Footer Links */

div#footer a:link, div#footer a:visited {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	color: #ff6600;
}

div#footer a:active {
	color: #00ff00;
}