  /*-------------------------------------------    
    General Selectors
-------------------------------------------*/
body {
	background:url(/dietrich-gift/images/bg-red.png) top center scroll repeat-x #fff;
	color:#464646;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 14px;
	line-height:1.15em;
	padding:0 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica,Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #900;
	line-height: 1.1;
    padding: 9px 0 8px;
}
h2 {padding: 1em 0 0.25em}

ul, dl, ol {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 14px;
}

p, li {	
	list-style-position: inside;
	padding:0.5em 0;
}

em, i {font-style:italic}
strong, b {font-weight:bold}
u {text-decoration:none}
big {font-size:1em}
small {font-size:11px}
sub, sup {position: relative}
sub {top: .25em}
sup {top: -0.5em}

a {
	color:#d17702;
	text-decoration:underline;
}
a:visited {color:#936241}
a:hover, a:focus {color:#d17702}

a.btn, a.btn:visited, a.btn:active {
	background-color: #d17702;
	border-radius: 4px 4px 4px 4px;
	color: white;
	display: inline-block;
	padding: 5px 10px 6px;
	margin: 5px 0 10px 0;
	text-decoration: none;
}

a.btn:hover {
	background-color:#ff9000;
	color:white;
}

hr, br {clear:both}

/*-------------------------------------------    
    Global combinations
-------------------------------------------*/
.phark {
	display: block;
	text-indent: -9999px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
} /* http://en.wikipedia.org/wiki/Fahrner_Image_Replacement */

.clear:after { content: "&#160;"; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }

.floatleft {
	clear: both;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.floatright {
	clear: both;
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.floatright.caption {
	font-size:11px;
	width:150px;
}

.offscreen { position: absolute; left: -9999px; }
.hide { display: none; }
.error {color:red}

/*-------------------------------------------    
    Specific Elements
-------------------------------------------*/

header, article, footer {
	clear:both;
	margin:0 auto;
	width:960px;
	padding:20px 0;
	position:relative;
}

header {padding-top:80px}

header h1 {font-size:32px}

header article {
	border: medium none;
	clear: none;
	float: left;
	margin: 1em 0 0;
	max-width: 100%;
	min-width: 0;
	padding: 0 1% 0 0;
	width: 49%;
}

header article:last-child {padding:0}

header img, article img {box-shadow: 1px 1px 1px #000}

img#hero {
	display: block;
	margin-bottom: 10px;
	max-width: 960px;
	width: 100%;
}

#wordmark {
	left:0;
	position:absolute;
	top:20px;
}
#wordmark img {box-shadow:none}

#engage {
	float: right;
	margin-top: 12px;
	width:220px;
}

nav {
	position: absolute;
    right: 0;
    top: 20px;
}
nav ul li {display: inline}
nav ul li a, nav ul li a:visited, nav ul li a:hover, nav ul li a:focus {
    color: #fff;
    display: inline-block;
    padding: 4px 12px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}
nav ul li a:hover, nav ul li a:focus {background-color:rgba(255,0,0,0.5)}

article {border-top:1px solid #999}

article h1 {font-size:20px}
article p {font-size:14px}

article#mdr ul {
	float:left;
	font-size:12px;
	padding:1em 1% 0 0;
	width:49%;
}

article#mdr ul:last-child {
	float:right;
	padding-right:0;
}

article#glr aside {
	float:left;
	padding:1em 8px 0 0;
	width:314px;
}

article#glr aside:last-child {padding-right:0}

a.expand {
	background: url(/dietrich-gift/images/arrows.gif) no-repeat scroll 0 6px transparent;
    display: none;
	margin-top: 1em;
    outline: medium none;
    padding-left: 20px;
    width: 126px;
}
a.expand.open {
	background-position: 0 -25px;
    width: 100px;
}
a.expand:focus {color: #d17702}

h1 a.expand, h1 a.expand.open {
	background-position: 200px 7px;
    width: 220px;
}
h1 a.expand.open {background-position: 200px -21px}

footer ul {
	font-size: 12px;
	padding: 60px 0 30px;
	text-align:center;
	width: 100%;
}
footer ul li {
    border-left: 1px solid #999;
    display: inline;
    padding: 0 7px 0 10px;
}
footer ul li:first-child {border: 0 none}