/*
//----------------------------
Theme Name: Okay!! Okay!!
Theme URL: http://okay-okay.com
Description: Done for the wonderful guys of Okay!! Okay!!
Version: 1.0
Author: Nate Cavanaugh
Author URL: http://alterform.com/
//----------------------------
*/

/* Reset
//----------------------------
*/

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/* Main
//----------------------------
*/
body {
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	background: url(../images/rest_dots.png) no-repeat 0 206px;
	margin: 0 0 0 100px;
	width: 760px;
}

#home_page #wrapper {
	background: url(../images/home_dots.png) no-repeat 0 206px;
}

#wrapper:after, #content:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.ie #wrapper, .ie #content {
	height: 1%;
}

a {
	color: #d41327;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #fff;
}

.float-container:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.ie .float-container {
	height: 1%;
}


.important-link {
	background: url(../images/red_bullet_link.png) no-repeat 0 50%;
	padding-left: 10px;
}

.important-link:hover {
	background-image: url(../images/red_bullet_link_over.png);
}



/* Header
//----------------------------
*/

#header {
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 13px;
}

#header h1 {
	width: 95px;
	height: 88px;
}

#header h1 a {
	display: block;
	width: 95px;
	height: 88px;
	text-indent: -9999em;
	font-size: 0;
	background: url(../images/logo.png) no-repeat;
}
#header .site-info {
	color: #8c8c8c;
	overflow: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
#header .site-info li{
	float: left;
	background: url(../images/red_bullet.png) no-repeat 0 50%;
	padding: 0 5px 0 10px;
	
}
#header .site-info li.first {
	background-image: none;
}

/* Menu
//----------------------------
*/

.menu {
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding-top: 42px;
	padding-bottom: 12px;
	position: relative;
}

.menu ul {
	width: 521px;
}

#newsletter-callout {
	position: absolute;
	bottom: 12px;
	right: 0;
	display: block;
	width: 79px;
	height: 25px;
}

#newsletter-callout:hover {
	background: url(../images/red_bullet_link_over.png) no-repeat 0 50%;
}

#newsletter-callout span {
	display: block;
	text-indent: -9999em;
	font-size: 0;
	background: url(../images/sign_up_newsletter.png) no-repeat;
	width: 79px;
	height: 25px;
}

.menu li{
	float: left;
}
.menu li a {
	background: url(../images/navigation.png) no-repeat;
	display: block;
	text-indent: -9999em;
	font-size: 0;
	width: 30px;
	height: 8px;
}
.menu a:hover {
	background-position: 0 -12px;
}

#home {
	margin-right: 74px;
	width: 32px;
}

#home a {
	width: 32px;
}

#home a:hover, #home_page #home a:hover {
	background-position: 0 -12px;
}

#home_page #home a {
	background-position: 0 100%;
}

#portfolio {
	margin-right: 78px;
}

#portfolio a {
	width: 58px;
	background-position: -106px 0;
}

#portfolio a:hover, #portfolio_page #portfolio a:hover {
	background-position: -106px -12px;
}

#portfolio_page #portfolio a {
	background-position: -106px 100%;
}

#about-us {
	margin-right: 82px;
}

#about-us a {
	width: 37px;
	background-position: -242px 0;
}

#about-us a:hover, #about-us_page #about-us a:hover {
	background-position: -242px -12px;
}

#about-us_page #about-us a, #about-us_page #about-us a {
	background-position: -242px 100%;
}

#press {
	margin-right: 80px;
}

#press a {
	width: 30px;
	background-position: -361px 0;
}

#press a:hover, #press_page #press a:hover {
	background-position: -361px -12px;
}

#press_page #press a {
	background-position: -361px 100%;
}

#contact {
}

#contact a {
	width: 50px;
	background-position: -471px 0;
}

#contact a:hover, #contact_page #contact a:hover {
	background-position: -471px -12px;
}

#contact_page #contact a {
	background-position: -471px 100%;
}


#contact_form {
	float:right;
	height:500px;
	width:375px;
	color:#D41321;
	
}
#contact_form .form_inputs {
	border:none;
	padding:5px;
	font-size:14px;
	color:#333;
	width:360px;
	margin-top:4px;
}
#contact_form .form_textarea {
	border:none;
	padding:5px;
	font-size:14px;
	color:#333;
	width:360px;
	height:200px;
	margin-top:4px;
}
/* Content
//----------------------------
*/

#content {
	padding-left: 7px;
	margin-top: 32px;
}

#content.home {
	position: relative;
}

#content.home h1 {
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 22px;
	font-style: italic;
}

.news {
	width: 444px;
	padding-left: 68px;
	padding-right: 15px;
}

.news-item {
	font-size: 14px;
	border-left: 2px solid #9d0921;
	position: relative;
	padding-left: 8px;
	margin-bottom: 42px;
}

.news-item img {
	display: block;
	margin-bottom: 20px;
	margin-top: 7px;
}

.news-item .date {
	position: absolute;
	top: 4px;
	right: 0;
	color: #dc1428;
	font-style: italic;
	font-size: 12px;
}

.news-item .rank {
	font-size: 28px;
	position: absolute;
	top: 250px;
	left: -68px;
	line-height: 27px;
	font-style: italic;
}

.news-item .content-body {
	max-height: 6.25em;
	overflow: hidden;
}

/* Featured
//----------------------------
*/
.featured, .news {
	float: left;
}

.featured {
	width: 225px;
	padding-top: 9px; /*Moves Featured */
}

#content.home .featured h1 {
	display: block;
	text-indent: -9999em;
	font-size: 0;
	background: url(../images/featured_header.png) no-repeat;
	height: 8px;
	position: static;
	padding-bottom: 16px;
	width: 54px;
	margin-left: 27px;
}

.featured-item {
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
	padding: 13px 0;
	padding-left: 27px;
}

.featured-item.first {
	border-bottom: none;
}

.featured-item.last {
	border-top: none;
}

.featured-item h3 {
	font-size: 10px;
	
	color: #fff;
	margin-bottom: 10px;
}

.featured-item h3 a {
	color: #fff;
}

.featured-item img {
	border-left: 4px solid #dc1428;
}


/* MySpace Callout
//----------------------------
*/

.image-banner {
/*
	background: url(../images/myspace_banner.png) no-repeat;
	display: block;
	font-size: 0;
	height: 42px;
	text-indent: -9999em;
	width: 193px;
*/
	margin-left: 27px;
	margin-top: 18px;
	display: block;
}

/* Page
//----------------------------
*/

#content.page {
	padding-left: 105px;
}

.page-content {
	
	position: relative;
}

.page h3 {
	font-size: 30px;
	font-weight:900;
	line-height: 50px;
	margin-bottom: 117px;
	text-transform:uppercase;
}

.page .page_list {
	position: absolute;
	left: -105px;
	top: 45px;
	padding-left: 5px;
}


.page_list .current_page {
	padding-left: 15px;
	background: url(../images/red_bullet_link.png) no-repeat 0 50%;
}

.page_list .current_page a {
	color: #fff;
	font-size: 14px;
}

#parentLink {
	display: none;
}

.page-title {
	position: absolute;
	top: 0;
	left: -100px;
	font-size: 22px;
	font-style: normail;
}

.page-content {
	font-size: 14px;
}

.page .large-column {
	width: 306px;
	float: left;
	margin-right: 25px;
}

.page .last {
	margin-right: 0;
}

.page .small-column {
	width: 30%;
	float: left;
}

.page .email a {
	display: block;
	font-size: 18px;
	float: right;
	clear: both;
	margin-top: 72px;
}

.page-content.client-list h3 {
	margin-bottom: 65px;
}

.page-content.client-list .small-column {
	width: 218px;
}

.page-content.client-list .small-column.last {
	width: auto;
	float: right;
}

.client-list-container {
	background: url(../images/client_list.png) no-repeat;
	width: 656px;
	padding-top: 170px;
}

.client-cell-3 {
	width: 155px;
}

/* Portfolio
//----------------------------
*/

#content.gallery {
	padding-left: 120px;
	position: relative;
	margsin-top: 15px;
}

.sub-menu {
	position: absolute;
	top: 0;
	left: -68px;
}

.gallery .page-title {
	left: 5px;
	top: 0;
}

.gallery.full .page-title {
	top: 0;
}

.gallery .page_list {
	left: 0;
	position: absolute;
	top: 45px;
	padding-left: 5px;
}

.gallery-container {
	position: relative;
}

.gallery-container .paging-bar {
	position: absolute;
	top: -21px;
	right: 0;
}

.gallery-row {
	position: relative;
	height: 190px;
	margin-right: -5px;
}
.gallery-item {
	position: absolute;
	width: 205px;
	top: 0;
	height: 178px;
	padding: 5px;
}

.gallery-img-hover {
	position: absolute;
	width: 205px;
	top: 5;
	height: 110px;
	display:none;
	
	
}

.gallery-1 {
	left: 0;
}

.gallery-2 {
	left: 215px;
}

.gallery-3 {
	right: 0;
}

.project-details {
	font-size: 14px;
	display: none;
	background: url(../images/black_bullet_link.png) no-repeat 0 50%;
	padding-left: 10px;
}

.highlight .project-details {
	display: block;
}

.gallery-item.highlight {
	background: #dc1428;
}

.gallery-item.highlight .project-details {
	display: block;
	color: #000;
}

.gallery-item .project-details a {
	color: #fff;
}

.gallery-item.highlight .project-details a {
	color: #000;
}

.paging-bar {
	text-align: right;
	font-size: 14px;
	
	padding-bottom: 10px;
}

.paging-bar span {
	padding-right: 5px;
}

.paging-bar a.current-page {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

.gallery .image-count {
	position: absolute;
	bottom: 0;
	left: -115px;
	font-size: 36px;
	font-style: italic;
	width: 75px;
	height: 50px;
}

.gallery .current {
	position: absolute;
	top:0;
	right: 46px;
	line-height: 36px;
}

.gallery .total {
	position: absolute;
	bottom: 0;
	left: 41px;
	line-height: 36px;
}

.gallery .sep {
	font-size: 70px;
	position: absolute;
	top: 0;
	left: 35%;
	line-height: 50px;
}

.portfolio-image-set {
	position: relative;
	float: left;
	width: 556px;
	height: 348px;
}

.image-item {
	position: absolute;
	top: 0;
	left: 0;
}

.zoom-image {
	position: absolute;
	background: url(../images/click_to_zoom.png) no-repeat;
	display: block;
	font-size: 0;
	height: 28px;
	text-indent: -9999em;
	width: 53px;
	right: -53px;
	top: 38px;
	
}

.next, .previous {
	background: url() no-repeat;
	font-size: 0;
	height: 28px;
	text-indent: -9999em;
	width: 28px;
	position: absolute;
	top: 170px;
	display: block;
}

.safari .next, .safari .previous {
	display: none;
}

.previous {
	background-image: url(../images/prev_btn.png);
	left: -28px;
}

.next {
	background-image: url(../images/next_btn.png);
	right: -28px;
}

.return-link {
	position: absolute;
	top: 45px;
	left: 0;
}

.return-link.important-link {
	background: url(../images/red_bullet_link_back.png) no-repeat 0 50%;
}

.return-link.important-link:hover {
	background: url(../images/red_bullet_link_back_over.png) no-repeat 0 50%;
}

.portfolio-meta {
	font-size: 14px;
	padding-left: 10px;
	border-left: 3px solid #9e0823;
	margin-top: 30px;
	width: 543px;
	position: relative;
}

.portfolio-description {
	width: 414px;
	font-family: Arial, Helvetica, sans-serif;
}

.portfolio-actions {
	position: absolute;
	right: 0;
	top: 0;
}

.launch {
	background: url(../images/red_bullet_link.png) no-repeat 0 50%;
	padding-left: 10px;
	display: block;
}

.launch:hover {
	background: url(../images/red_bullet_link_over.png) no-repeat 0 50%;
}

.launch.project {
	margin-bottom: 15px;
}

.launch.video {
}

.launch span {
	background: url() no-repeat;
	display: block;
	font-size: 0;
	height: 22px;
	text-indent: -9999em;
	width: 54px;
	
}

.launch.project span {
	background: url(../images/launch_project.png) no-repeat;
	width: 54px;
	
}

.launch.video span {
	background: url(../images/view_video.png) no-repeat;
	width: 40px;
	
}

.back-link {
	margin-top: 15px;
}

.back-link a {
	color: #fff;
}

.client-info {
	
	position: absolute;
	top: -46px;
	right: 0;
}

.client-info .date {
	color: #dc1428;
	
	font-size: 12px;
}

#hiddenVideo {
	display: none;
}


/* ---------- Contact page ---------- */

#contact_page .page_list {
	top: 0;
}

#contact_page .page_list .current_page {
	background: none;
	padding: 0;
}

#contact_page .page_list .current_page a {
	
	font-size: 24px;
}

/* ---------- Footer styling ---------- */

#footer {
	margin-top: 45px;
	margsin-left: -100px;
}

#footer p {
	text-align: right;
	color: #656565;
	font-style: italic;
	font-size: 11px;
}

/* ---------- Newsletter signup ---------- */

#newsletterSignup {
	display: none;
}

/*---- sIFR ---*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/


.sIFR-active .news-item .item-title {
  display: block;
  margin-bottom: 13px;
}

.sIFR-active .news-item .item-title span {
  visibility: hidden;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  display: block;
  cursor: pointer;
}

.sIFR-active .gallery-item h3 {
  visibility: hidden;
  line-height: 1em;
  font-size: 12px;
  color: #fff;
  margin: 10px 0 5px;
}

.sIFR-active h3.artwork {
  visibility: hidden;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  margin: 10px 0 30px;
  padding: 0;
}

/* ---------- ThickBox styling ---------- */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#TB_title {
	height: 0;
	position: absolute;
	right: 0;
	bottom: 25px;
}

#TB_closeWindow, #TB_closeAjaxWindow {
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	height: 20px;
	width: 83px;
}

#TB_closeWindowButton {
	background: url(../images/lightbox-btn-close.gif) no-repeat;
	display: block;
	font-size: 0;
	height: 20px;
	text-indent: -9999em;
	width: 83px;
}

#TB_window {
	border: none;
}

#TB_ajaxContent {
	padding: 10px;
}

.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}