@charset "UTF-8";
/* CSS Styles for tribecadesigns.com */

@font-face {
  font-family: 'dinot';
  src: url('fonts/dinot-webfont.eot');
  src: url('fonts/dinot-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/dinot-webfont.woff') format('woff'),
       url('fonts/dinot-webfont.ttf') format('truetype'),
       url('fonts/dinot-light-webfont.svg#dinot-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: dinot, Arial, Helvetica, sans-serif;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
  /* Use a 14px base font size with a 21px line height */
  /* font-size: 0.875em; */ /* 16px x .875 = 14px */
  /* line-height: 1.5em; */ /* 14px x 1.5 = 21px */
	
  /* Use a 13px base font size with a 21px line height */
  font-size: 0.8125em; /* 16px x .875 = 14px */
  /* line-height: 1.5em; */ /* 14px x 1.5 = 21px */
}

#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
  overflow: visible;
  word-wrap: break-word;
}

.content table {
  border-collapse: collapse;
  width: 100%;
}

.content td {
  vertical-align: top;
}

#content-wrapper {
	float: left;
	width: 740px;
	margin-left: 254px;
	margin-right: -994px;
}

#content-header {
  position: relative;
  height: 180px;
	background: url('images/header-bg.png');
}

#content-main {
  position: relative;
	min-height: 514px; /* 3 rows: 522px; */
	background: url('images/content-bg.png');
}

#sidebar-first {
	float: left;
	width: 254px;
}

#navigation {
  position: relative;
	background: url('images/sidebar-first-bg.png') 0 -12px;
	min-height: 512px;
}

#footer {
  clear: both;
	padding: 10px 0 0 254px;
	color: #999;
}

ul.menu {
  margin-top: 0;
  padding-top: 10px;
  list-style: none;
	background: url('images/sidebar-first-bg.png');
}

#block-locale-language {
  position: absolute;
  top: 172px;
}

ul.language-switcher-locale-url {
  margin-top: 0;
  list-style: none;
}

ul.menu li, ul.language-switcher-locale-url li {
	line-height: 1.6em;
}

li a.active {
  color: #DA007A;
}

/* li a:hover {
  color: #DA007A;
} */

.menu a {
  text-transform: uppercase;
}

img {
  display: block;
	border: 0;
}

a {
  color: #999; /* BBB = 73% */
  text-decoration: none;
}

a:visited {
  color: #999;
}

a:hover {
  color: #DA007A;
}

strong {
  font-weight: normal;
  color: #DA007A;
}

p {
  margin-top: 0;
}

.views-row {
}

.views-row .content {
  margin-top: 5px;
}

.views-row .caption {
  margin-top: 2px;
}

.views-row .caption-right {
  position: absolute;
	width: 232px;
	left: 254px;
	bottom: 0;
  margin-top: 2px;
}

.front .field-body, .biography .field-body, .clients .field-body {
  position: absolute;
	left: 254px;
	top: 0;
}

.work .field-body {
  position: absolute;
	left: 508px;
	top: 0;
}

.contact .field-body {
  position: absolute;
	left: 12px;
	top: 0;
}

.row-1-col-2 {
  position: absolute;
	left: 254px;
	top: 0;
}

.row-2-col-2 {
  position: absolute;
	left: 254px;
	top: 174px;
}

.row-3-col-2 {
  position: absolute;
	left: 254px;
	top: 348px;
}


.title {
  width: 200px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  color: #DA007A;
  bottom: 10px;
}

#title-1 {
  position: absolute;
  left: 12px;
}
#title-2 {
  position: absolute;
  left: 254px;
}
#title-3 {
  position: absolute;
  left: 508px;
}
