/* !Reset
 * -------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/* !Elements
 * -------------------------------------------- */
html {
	background-color: #544613;
	background-image: url(images/grit-bg-top.png);
	background-repeat: repeat-x;
	border-bottom: 4px solid #272727;
	border-top: 4px solid #272727;
	text-align: center;
}
body {
	background-attachment: fixed;
	background-image: url(images/body-bg-trans.png);
	background-position: top;
	background-repeat: repeat-x;
	color : #ccc;
	margin: 0 auto;
	font-family: Geneva,'Lucida Sans','Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	font-size : .875em;
	line-height: 1.5em;
	padding-top: 12px;
	text-align: left;
	width: 881px;
}
/* !Elements: Block
 * -------------------------------------------- */
h1,h2,h3,h4,h5,h6,address,p,ul,ol,dl {
	margin-bottom: 12px;
}
h1,h2,h3,address {
	font-family : Geneva,Verdana,'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
/*	font-weight: normal;*/
	line-height: 1.5em;
}

/* !Lists
 * -------------------------------------------- */
ol,ul {
	margin-left: 1em;
}

/* !Elements: Inline
 * -------------------------------------------- */
a:link {
	color : #D5AF1C;
	text-decoration : none;
	position: relative;
}
a:visited {
	color : #A8880E;
	text-decoration : none;
}
a:focus,a:hover {
	color : white;
	text-decoration : underline;
	top: 1px;
}
a:active {
	top: 2px;
}

/* !Elements: Presentational
 * -------------------------------------------- */
img {
	border: 0;
}

/* !Classes
 * -------------------------------------------- */
li.rpt {
	background-color : #10100F;
	padding: 2px;
	border: 1px dotted #494949;
	margin: 2px;
	list-style-type:none;
}
.article {
	clear: left;
	margin-bottom: 2em;
}
img.left {
	float: left;
	margin-right: 1em;
}
img.right {
	float: right;
	margin-left: 1em;
}

/* !Vcard
 * -------------------------------------------- */
.vcard h2 a {
	color: #ccc;
}
.adr,.adr li {
	list-style: none;
	padding: 0;
}
.tel strong {
	font-size: 1.25em;
	font-style: normal;
}

/* !Epigram
 * -------------------------------------------- */
#epigram {
	position: relative;
}
#epigram h1 {
	height: 74px;
}
#epigram h1 a {
	background-image: url(images/epigram.png);
	background-repeat: no-repeat;
	display: block;
	height: 74px;
	text-indent: -999em;
	width: 434px;
}
#epigram h2 {
	text-align: right;
	right: 0;
	position: absolute;
	top: 0;
	width: 434px;
}
#epigram h2.tel {
	background-color: #D5AF1C;
	background-image: url(images/hotline-bg-trans.png);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #272727;
	color: #10100F;
}
#epigram h2 .alternate {
	display: block;
}
#epigram img {
	background-color: #272727;
	border: 1px solid #A8880E;
	right: 0;
	position: absolute;
	top: 0;
}

/* !Main Menu
 * -------------------------------------------- */
#menu-main {
	display: inline;
	float: left;
	margin-bottom: 48px;
	margin-right: 12px;
	width: 240px;
}
#menu-main form {
	margin-bottom: 12px;
}
#menu-main ul,#menu-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-links li {
	font-family : 'Andale Mono',Monaco,'Bitstream Vera Sans Mono','Lucida Console',Terminal,monospace;
	font-size: 1.455em;
	line-height: 1.5em;
	margin-bottom: 12px;
}
#menu-main a.active {
	color: #10100F;
}
#menu-main a.active:focus,#menu-main a.active:hover {
	color: #10100F;
	text-decoration: none;
}

/* !Content
 * -------------------------------------------- */
#content {
	background-color: #272727;
	background-image: url(images/content-bg-top.png);
	background-repeat: repeat-x;
	border: 1px solid #A8880E;
	display: inline;
	float: left;
	margin-bottom: 12px;
	padding: 12px;
	padding-bottom: 36px;
	padding-top: 0;
	width: 602px;
	-webkit-border-radius: 4px;
}
#content h2  {
	border-bottom : 1px dotted #aaa;
	font-family: 'Andale Mono',Monaco,'Bitstream Vera Sans Mono','Lucida Console',Terminal,monospace;
	font-weight: normal;
	margin-top: 1em;
	text-transform: uppercase;
}
#menu-main h2,#menu-main h3,body.home #content h2,.vcard h2,.vcard h3 {
	border-bottom : 1px dotted #aaa;
	font-family: 'Andale Mono',Monaco,'Bitstream Vera Sans Mono','Lucida Console',Terminal,monospace;
	font-size: small;
	font-weight: normal;
	margin-top: 1em;
	text-transform: uppercase;
}
#menu-main h3,.vcard h3 {
	text-transform: none;
}
#content h2 + .article {
	font-size: 1.5em;
	line-height: 1.25em;
}
#content h2 + .article + .article {
	font-size: 1.25em;
	line-height: 1.25em;
}
#content h3 {
	background-color: #10100F;
	border-bottom: 1px dotted #494949;
	color: #FBC916;
	margin: 0 -12px;
	margin-bottom: .5em;
	padding: 2px 12px 2px 12px;
}
#content li > h3 {
	margin-left: -6px;
	padding-left: 6px;
}

/* !Supplemental Content
 * -------------------------------------------- */
#content-supp {
	display: inline;
	float: left;
	width: 190px;
}

/* !Site Info
 * -------------------------------------------- */
#site-info {
	clear: both;
	font-size: small;
	text-align: center;
	margin: 24px 0;
	padding-top: 24px;
}

/* !Homepage
 * -------------------------------------------- */
body.home #content {
	margin-right: 12px;
	width: 400px;
}
body.home #epigram h1 {
	height: 351px;
}
body.home #epigram h1 a {
	background-image: url(images/site-id-home.png);
	height: 351px;
	width: 400px;
}
body.home #epigram h2 {
	font-size: 1.25em;
	position: static;
	text-align: center;
	width: auto;
}
body.home #epigram h2.tel {
	border-left: 0;
	border-right: 0;
	font-size: 2em;
}
body.home #epigram h2 .alternate {
	display: inline;
}
/* !Pages
 * -------------------------------------------- */
body.page #epigram h2 {
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: -16px;
	padding: 0 16px;
	padding-bottom: 6px;
	padding-top: 12px;
	width: auto;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* !Case Studies
 * -------------------------------------------- */
body.cases a[href='#content'] {
	display: block;
	padding-bottom: 1.5em;
	text-align: center;
}
