/* 
  LAYOUT
  Page positioning of elements. Plus borders, padding, margins etc.
  Note: border color and style sghould go in skin.css 
*/

/* skip to content link hide */
#skip {
	display: none;
}

/* so:main-layout */

body{
	padding: 0;
	margin: 0;
}

h2, h3 {
	margin-bottom: 20px;
}

body.contact h3, body.send-contact h3 {
	margin-bottom: 10px;
}

#page {
	width: 100%;
	margin: 0 auto;
}

#header {
	padding: 20px 0 30px 0;
	margin: 0;
}

#header-content {
	width: 820px;
	margin:  -10px auto 40px auto;
	padding: 0 20px;
}

#content-area {
	width: 800px;
	margin:  auto;
	padding: 0 15px;
	clear: both;
	position: relative;
}

#main-content {
	float: left;
	width: 500px;
}

.supporting-content {
	float: right;
	width: 250px;
}

#footer {
	padding: 20px;
	margin: 40px 0 0 0;
}

#footer p {
	margin-bottom: 20px;
}

#errorExplanation ul {
	padding-bottom: 10px;
}

#introduction{
	margin: 20px 0;
	padding: 0 0 30px 0;
	clear: both;
}

body.home #introduction {
	padding-top: 20px;
}

.flashvideo {
	width: 543px;
	height: 324px;
	position: relative;
	top: 20px;
	left: 130px;
	padding: 10px;
}

body.home .flashvideo {
	padding-bottom: 65px;
}

.video{
	margin: 0 auto;
	clear: both;
}

.map{
	margin: 0 0 20px -40px;
}
/* eo:main-layout */

/* so:text-layout */

h3{
	padding: 0 0 5px 0;
}

.post p{
	margin-bottom: 10px;
}

#navigation li{
	padding: 0 0 20px 0px;
	margin: 0 20px 0 0;
	float: right;
}

h1#logo a {
	text-indent: -1000em;
	width: 150px;
	height: 43px;
	float: left;
	margin-top: 0;
}

#slideshow {
	position: relative;
	width: 250px;    
	height:180px;
}

#slideshow li {
	position:absolute;
    top:0;
    left:0;
    z-index:8;
	width: 250px;    
	height:180px;
	padding: 20px 0 0 18px;
}

ul#services {
	margin-left: 130px;
	position: relative;
}

ul#services li {
	float: left;
	width: 162px;
	margin: -57px 25px 0 0;
}

ul#services .popup {
	text-indent: -1000em; /* hides text when loading before javascript is applied */
}

h2#corporate-title, h2#animation-title, h2#visualfx-title{  
	text-indent: -1000em;
}

.contact-address {
	margin: 20px 0 0 0;
}

.post ul,
.post ol {
	margin: 0;
	padding: 0;
}

.post-meta{
	padding: 0 0 20px 0;
	margin: 10px 0 20px 0;
}

#articles.show .comment-text, #articles.comment .comment-text, .post-meta-links{
	float: right;
}

#articles.show .meta-details, #articles.comment .meta-details{
	float: left;
}

#articles.show .post-meta, #articles.comment .post-meta{
	padding: 10px 0 25px 0;
	clear: both;
}

h3#respond {
	margin-bottom: 10px;
}

ul.archive {
	margin-left: 18px;
}

ul.archive li ul {
	margin: 5px 0 0 0;
}

ul.archive li ul li{
	margin: 3px 0 0 15px;
}

ul .team-blog{
	margin: 0 0 30px -38px;
}

.team-blog li{
	padding: 0;
}

.team-job{
	padding: 5px 0;
}

.team-text{
	padding: 5px 0 5px 0;	
	margin: 0;
}

h2.team-name{
	margin: 0;
	padding: 0;
}

#comment-list{
	padding: 0;
	margin: 0 0 40px 0;
}

.comment-body{
	margin: 20px 0 0 0 ;
	padding: 10px 10px 20px;
	min-height: 50px;
}

body.team h3 {
	margin-bottom: 0px;
}

ul#the-team {
	margin-top: 10px;
	width: 500px;
	margin-left: 0 !important;
}

ul#the-team li{
	float: left;
	padding: 4px;
}

/* eo:text-layout */

/* so:team popups */
.bubbleInfo {
    position: relative;
}

.popup {
	width: 162px;
	height: 156px;
	padding: 0;
	position: absolute;
	z-index: 888;
	margin: 0;
}

.current {
	z-index: 999;
}

body.team .popup {
	margin-left: 170px;
	width: 244px;
	height: 224px;
	padding: 20px;
}

#the-team .blank {
	display: none;
}

h2.team-name{
	margin-top: -10px;
}
/* eo:team popups */

/*so: title hover*/
#corporate, #animation, #visualfx {
	width: 162px;
	}

/*eo: title hover*/


/* so:contact-details */
#contact-details {
	margin-top: 20px;
}

#contact-details.twitter{
	margin-top: 50px;
}

.contact-details {
	padding: 20px 0;
	margin: 20px 0;
}

/* so:clearfix */

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

/* eo:clearfix */ 

/* BIR - Navigation*/
a#home-link, a#team-link, a#blog-link, a#contact-link, a#showreel-link {
	text-indent: -1000em;
	width: 60px;
}

a#contact-link{
	width: 70px;
}

a#showreel-link {
	width: 80px;	
}

li#showreel-nav{
	padding: 0 20px 20px 0;
}

li#showreel-nav .menu-up{
	width: 15px;
	height: 13px;
}