﻿/* text.css - Text styles: margins, padding, font properties */

body {
	color: #4d4d4d;
	background-color: #141414;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a { color: #000; }
a:hover { text-decoration: none; }


#utilities { font-size: 10px; text-transform: uppercase; }
	#utilities a {
		background: transparent url(../../images/blackarrow.png) no-repeat right;
		padding-right: 12px;
		color: white;
		text-decoration: none;
		margin-right: 40px;
	}
	#utilities a:hover {
		color: black;
	}

#mainnav a {
	padding: 0 35px 0 20px; 
	color: white;
	font-size: 13px; 
	text-decoration: none;
}
	#mainnav a:hover, #mainnav a.active {
		color: #333;
	}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: lowercase;
	color: white;
	font-weight: normal;
	position: absolute;
	top: 90px;
	left: 35px;
}

h2 {
	color: #999;	
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase;
	padding-bottom:10px;
}
p {
	line-height: 16px;
}

.pagelet-header {
	color: #999;
	font-size: 20px;
	text-transform: lowercase;
	margin-bottom: 8px;
	padding-top: 10px;
}
#subnav {
	border-bottom: 1px solid #999999;
}
	#subnav, #subnav a {
		color: black;
		font-size: 12px;
		text-decoration: none;
	}
	#subnav dt {
		border-top: 1px solid #999999;
		padding: 5px 0;
	}
		#subnav dt a:hover {
			color: #333;
		}

	#subnav dd { 
		padding: 0 0 4px 25px;
	}
		#subnav dd a {
			color: #666;
		}
		#subnav dd a:hover, #subnav dd a.active  {
			color: black;
		}
	
#footer, #footer a {
	color: #999999;
	text-decoration: none;
}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer #site-links a {
		color: #cccccc;
		padding-left: 8px;
	}
	#footer #site-links .linkdivider {
		padding-left: 8px;
	}