body
{
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    color: #999999;
    font-size: 14pt;
    line-height: 18pt;
}

a {
    color: #ef8436;
    text-decoration: underline;
}

a:hover {
    color: #333333;
}

header {
    min-height: 98px;
    line-height: 98px;
    font-size: 16pt;
    font-family: 'Raleway', sans-serif;
}

footer {
    min-height: 128px;
    line-height: 128px;
    font-size: 16pt;
    font-family: 'Raleway', sans-serif;
}

.menu {
    text-align: right;
    word-spacing:30px;
}

.menu a {
    color: #999999;
    text-decoration: none;
}

.menu a:hover {
    color: #333333;
    text-decoration: underline;
}

.footer-icons {
    word-spacing:30px;
}

.footer-menu {
    text-align: right;
}

.menu-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc');
	background-color:#cccccc;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	height:34px;
	line-height:34px;
	width:110px;
	text-decoration:none;
	text-align:center;
}

.menu-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #999999 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999');
	background-color:#999999;
    color: #ffffff;
    text-decoration: none;
}

.menu-button:active {
	position:relative;
	top:1px;
}

.profile {
    color: #CC6699;
}

.croonies {
    color: #3399CC;
}

.tech {
    color: #66CC99;
}

.referral {
    color: #FF6666;
}

.firelight {
    color: #ef8436;
}

.home {
    font-style: italic;
    font-size: 24pt;
    line-height: 42pt;
    font-family: 'Droid Serif', serif;
}

h2 {
    font-size: 18pt;
    line-height: 20pt;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

h3 {
    font-size: 16pt;
    line-height: 18pt;
}

.croonie-links {
    word-spacing:30px;
}