@font-face {
	font-family: Roman;
	src: url('/includes/fonts/lmroman10-regular.otf') format('opentype');
}

@font-face {
	font-family: tex;
	src: url('/includes/fonts/texgyreschola-regular.otf') format('opentype');
}

body {
	font-family: 'Times New Roman';	
	margin-top: 0px;
	margin-right: 0px;	
	margin-bottom: 0px;	
	margin-left: 0px;	
	height: 100%;
	border-bottom-width: 0px;
	border-bottom-style: none;	
	border-bottom-color: -moz-use-text-color;
	background-color: #FFFFFF;	
	color: #000000;	
}
html, body, #container { height: 100%; }

#container {
	min-height: 100%;
	position: relative;
	background-image: url('/includes/images/clarkecooper_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 180px;
}

#header {
	position: relative;
	height: 200px;
	width: 100%;
	border-top-width: 7px;	
	border-top-style: solid;	
	border-top-color: #FF9933;	
	background-color: #E2E2E2;
}

#content {
	clear: both;
	min-height: 450px;
	width: 100%;
	margin-bottom: 25px;
	color: #555;
}

#footer
{
	height: 25px;
	clear: both;
	position: relative;
	width: 100%;
	z-index: 100;
	margin-top: 1em;
	text-align: center;
	font-family: 'serif';
	color: #999;
	border-top: 2px solid #E2E2E2;
}

#content_data {
	clear: both;
	padding: 25px;
	border: 1px solid #E2E2E2;
	background-color: #FFFFFF;
	min-height: 450px;
}
#content_data h2 {
	text-transform: uppercase;
	font-family: Roman, sans-serif;
	font-size:48px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #E2E2E2;
	float: right;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	width: 1px;
	height: 1px;
}

#content_data .info {
	display: block;
	margin-right: 130px;
}


#header .max-wide-content {
	border-top: 2px solid #555555;
}
#header .wide-content {		
	min-width: 805px;	
}
#header .name {
	font-family: tex, sans-serif;
	font-style: italic;
	font-size: 36px;
	color: #999;	
	padding-left: 55px;
	line-height: 64px;
	letter-spacing: -2px;
}
#header .description {
	text-transform: uppercase;
	font-family: "Roman", sans-serif;
	color: #fff;	
	font-size: 36px;
	display: block;
	position: absolute;
	bottom: -12px;
}

#footer .right-info
{
	float: right;
	margin-right: 25px;
}
.right-info a
{
	text-decoration: none;
	color: #555;
}
.right-info a:visited
{
	color: #555;
}
.right-info a:hover
{
	color: #333;
}
.max-wide-content {
	width: 100%;
}
.wide-content {
	min-width: 225px;	
	max-width: 900px;	
	margin-top: 0px;	
	margin-right: auto;	
	margin-bottom: 0px;	
	margin-left: auto;
	padding: 0px 12px 0px 12px;
}
.info-bar
{
	float: right;
	width: 100%;
}
#ex_links
{
	float: right;
}
#ex_links ul
{
	margin: 0;
	padding: 0;
    list-style-type: none;
}
#ex_links ul li
{
	display: inline;
	float: left;
	padding: 8px;
}
#ex_links ul li .socialicon {	
	padding: 0 0 0 10px;
}
#ex_links ul li .socialicon {
	top: 6px;
	right: 20px;
}

.facebook a {
	display: block;
	height: 16px;
	width: 16px;
	background: url('/includes/images/socialicons-small.png') 0px -16px no-repeat;
}
.facebook a:hover {
	background-position: 0px 0px;
}

.linkedin a {
	display: block;
	height: 16px;
	width: 16px;
	background: url('/includes/images/socialicons-small.png') -16px -16px no-repeat;
}
.linkedin a:hover {
	background-position: -16px 0px;
}
	
.flickr a {
	display: block;
	height: 16px;
	width: 16px;
	background: url('/includes/images/socialicons-small.png') -48px -16px no-repeat;
}
.flickr a:hover {
	background-position: -48px 0px;
}

#nav
{
	float: right;
	margin-right: 35px;
	text-transform: lowercase;
	font-family: sans-serif;
	color: #CCC;
}
#nav ul
{
	margin: 0;
	padding: 0;
    list-style-type: none;
}
#nav  ul li {
	display: inline;
	float: left;
	padding: 0 8px 0 8px;
	text-decoration: none;
}
#nav ul li:visited {
	text-decoration: none;
}
#nav ul li:hover {
	padding-top: 0;
	border-bottom: 2px dotted #FF9933;
	color: #999;
	cursor: pointer;
}
