@import url('reset.css');

html {
    -webkit-font-smoothing: antialiased;
}
body {
	color: #fff;
	font: normal 10px/1.3 Arial, Helvetica, sans-serif;
	text-align: center;
	/*background: #000 url(../img/background.gif) repeat 0 0*/;
	background: #000;
}

a {
    text-decoration: none;
}
a:link, a:visited {
	color: #c0c0c0;
	border-bottom: 1px solid #666;
}
a:hover, a:active {
	color: #fff;
	border-bottom: 1px solid #c0c0c0;
}
a img {
	border: none;
}

h1 {
	color: #c0c0c0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

p,ol,ul {
	margin-top: 1em;
}
p strong {
	color: #c0c0c0;
	font-weight: bold;
	text-transform: uppercase;
}

#container {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 115px;
	margin: 40px 0 10px 0;
}

#logo {
	text-indent: -9999em;
	background: url(../img/logo.gif) no-repeat 0 0;
	position: relative;
	display: block;
	float: left;
	width: 271px;
	height: 117px;
	opacity: 0.85;
	border: none;
	-webkit-transition: opacity 0.25s ease;
}
#logo:hover {
    opacity: 1;
}
#primary_nav {
	position: absolute;
	display: block;
	float: right;
	right: 0;
	bottom: 17px;
}
#primary_nav li {
	display: inline;
}
#primary_nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	width: 85px;
	margin: 0 2px;
	border: none;
	opacity: 0.5;
}
#primary_nav li a:hover {
	opacity: 0.9;
}
#primary_nav li.selected a {
	opacity: 1;
}
#primary_nav li ul {
	display: none;
}

#secondary_nav {
	position: absolute;
	display: block;
	float: right;
	right: 0;
	top: 0;
	margin-top: 0;
}
#secondary_nav li {
	display: inline;
}
#secondary_nav li a {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	width: 85px;
	margin: 0 2px;
	border: none;
	opacity: 0.5;
}
#secondary_nav li a:hover {
	opacity: 0.9;
}
#secondary_nav li.selected a {
	opacity: 1;
}

#social {
    position: absolute;
    margin: 0;
    top: 0px;
    right: 0px;
}
#social p,
#social ul {
    line-height: 16px;
    float: left;
}
#social p {
    color: #808080;
    font-size: 1.1em;
}
#social li {
    float: left;
}
#social li a {
    text-indent: -9999em;
    background: url(../img/social.gif) no-repeat 0 0;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    overflow: hidden;
    border: none;
}
#social li#twitter a:hover {
    background-position: 0 -16px;
}
#social li#facebook a {
    background-position: -16px 0;
}
#social li#facebook a:hover {
    background-position: -16px -16px;
}

#content {
	font-size: 12px;
	text-shadow: 0 1px 1px #000;
	position: relative;
	height: 510px;
	margin-bottom: 10px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 50%;/*
	-webkit-box-shadow: #fff 0 0 30px;
	-moz-box-shadow: #fff 0px 0px 30px;
    box-shadow: #fff 0 0 30px;*/
}
#content #content_inner {
	background: transparent url(../img/overlay.png) repeat;
	position: absolute;
	width: 440px;
	height: auto;
	max-height: 450px;
	padding: 10px;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	overflow: auto;
}
#content #credit {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
}
#content #credit p {
	margin: 0;
	padding: 6px 8px 4px;
}
#content #credit a {
	color: #666;
	border: none;
}
#content #credit a:hover {
	color: #ff8c2f;
	border: none;
}

#content .page_image {
	position: absolute;
	width: 780px;
	height: 510px;
	top: 0;
	left: 0;
	z-index: 1;
}

#cedia {
    text-indent: -9999em;
    background: url(../img/cedia.gif) no-repeat 0 0;
    width: 72px;
    height: 40px;
    float: left;
    opacity: 0.75;
    border: none;
}
#cedia:hover {
    opacity: 1;
}

#quote {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 50px;
}
#quote q {
	font-style: normal;
	font-weight: normal;
	display: block;
}
#quote cite {
	display: block;
	font-style: italic;
	font-weight: normal;
}


#content.portfolio {
	background: url(../img/overlay-90.png) repeat 0 0;
}
#content.portfolio #content_inner {
	background: none;
	width: 760px;
	height: 490px;
	max-height: 490px;
	float: none;
	top: 0;
	left: 0;
	overflow: hidden;
}

.portfolio_items {
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	overflow: auto;
}
.portfolio_items li {
	display: inline;
}
.portfolio_items li div {
	background: #c0c0c0;
	float: left;
	width: 295px;
	height: 113px;
	margin: 0 5px 7px 5px;
	padding: 10px;
	border-color: #ffa33a;
	border-style: solid;
}
.portfolio_items li .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.portfolio_items li .thumb {
	display: block;
	float: left;
	width: 115px;
	height: 84px;
	margin: 0 0.5em 0 0;
	overflow: hidden;
	border: 2px solid #f6a45b;
}
.portfolio_items li .summary {
	margin-top: 0;
}
.portfolio_items li .thumb:hover {
	border-color: #f2b279;
}

.pagination {
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 10px;
	left: 0;
}
.pagination a {
	color: #ff861c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 15px;
	padding: 2px 18px 0;
	border: none;
}
.pagination a:hover {
	color: #fff;
}
.pagination a.prev {
	background: url(../img/arrow-left.gif) no-repeat 0 50%;
	float: left;
}
.pagination a.prev:hover {
	background-image: url(../img/arrow-left-hover.gif);
}
.pagination a.next {
	background: url(../img/arrow-right.gif) no-repeat 100% 50%;
	float: right;
}
.pagination a.next:hover {
	background-image: url(../img/arrow-right-hover.gif);
}

.back {
	position: absolute;
	width: 100%;
	margin: 0;
	top: 10px;
	left: 0;
}
.back a {
	color: #ff861c;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background: url(../img/arrow-right.gif) no-repeat 100% 50%;
	display: block;
	margin: 0 15px;
	padding: 2px 18px 0;
	border: none;
	overflow: auto;
}
.back a:hover {
	color: #fff;
}

#portfolio_item .image,
#portfolio_item .video {
	position: relative;
	width: 644px;
	height: 429px;
	margin: 0 auto;
	padding-top: 40px;
}
#portfolio_item .image img {
	display: block;
	width: 100%;
	height: 100%;
}
#portfolio_item .image .details {
	background: url(../img/overlay.png) repeat 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
#portfolio_item .image .details p {
	display: block;
	margin: 0;
	padding: 10px;
}
