/* headings */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	line-height: 1.0em;
    word-wrap: break-word;
    margin-bottom: .5em;
    margin-top: .5em;
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; margin-top: 2em }

/* links */
a {
	color: #bd77da;
	font-weight: normal;
	text-decoration: none;
}

a:hover,a:focus,a:active {
	color: #e3c2f1;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #999;
	color: #fff;
	text-shadow: none;
}

header h2 a:hover {
	color:#e2e2e2;
	text-decoration:none;
}

header h2 a {
	color:#eee;
	font-weight: normal;
	text-decoration: none;
}

/* menu links */

#top-menu a {
	padding:0 0 0 6px;
	color: #aaa;
}

#bottom-menu a {
	padding:0 0 0 6px;
	color: #aaa;
}
