/* ---------------------------------------------
GLOBAL.CSS
Yellow - fff000
-----------------------------------------------*/

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #fff000;
	text-align:center;
}

a {
	color:#FFF000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.launch { 
	background:#FFF000;
	color:#000; 
	padding:2px 4px;
} 

a.launch:hover { 
	background:#FFF;
	text-decoration:none;
} 


#overlay {
	position:absolute;
	top:499px;
	left:15px;
	z-index:200;
	width:200px;
	height:247px;
}

#overlay a{
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	width:200px;
	height:247px;
	background:url(../images/overlays/iphone.gif);
}

.hide {
	display:none;
}

a.rss {
	display:block;
	position:absolute;
	top:3px;
	right:120px;
	text-indent: -5000px;
	width:14px;
	height:14px;
	background:url(../images/template/rss_icon.gif);
	overflow:hidden;
}


/* ---------------------------------------------
HEADERS
-----------------------------------------------*/

h1 a {
	display:block;
	text-indent: -5000px;
	width:200px;
	height:78px;
	background:url(../images/template/logo.gif);
	overflow:hidden;
	margin-bottom:37px;
}

h2 {
  	font-size: 1.45em;
	font-weight:bold;
	line-height:1.25em;
    margin-bottom:15px;
    color:#FFF;
}

.one_col h2, .two_col h2 {
	 margin-bottom:0;
}

h3 {
	color:#555;
  	font-size: 1.45em;
	font-weight:bold;
}

h3 strong {
	color:#FFF;
}


/* ---------------------------------------------
MAIN SLIDING CONTENT AREAS
-----------------------------------------------*/

/* --- This wrapper goes around all the sliding divs -----------*/

#content {
	float:left;
	display:inline;
	width:760px;
	overflow:hidden;
	position:relative;
	height:569px;
	z-index:50;
}

/* --- This controls each main horizonal section -----------*/
					
.section {
	height:569px;
	width:30000px;
	position:relative;
	overflow:hidden;
	z-index:50;
	padding-bottom:10px;
}

/* --- Each sub content div -----------*/

#home, #about, #about_benefits, #about_services, #about_work, #about_help, #about_durham, #about_julie, #work, #work_a, #work_b, #work_c, #work_d, #work_e, #work_f, #work_g, #work_h, #work_i, #work_j, #services, #clientlist, #contact  {
	float:left;
	width:760px;
	height:520px;
	padding-top:49px;
	
	

}

#home {
	padding-top:0;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

/* --- Sets the main page background -----------*/

#wrapper_wide {
	width:100%;
	background: #000 url(../images/template/page_back.gif) top repeat-x;
}

/* --- Center the site -----------*/

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:left;
	font-size:1.1em;
	overflow:hidden;
}

/* --- Top bar housing the client area button -----------*/

#topbar {
	position:relative;
	width:990px;
	height:43px;
	padding:10px 0 0 0;
	overflow:visible;
	z-index:200;
	background:#FFF000 url(../images/template/page_back.gif) top repeat-x;
}

#topbar a.button {
	float:right;
}

#topbar a.twitter {
	float:right;
	background:url(../images/template/twitter_button.png);
	display:inline-block;
	width:106px;
	height:28px;
	text-indent:-5000px;
	margin-right:10px;
}

/* --- Columns -----------*/

.section .one_col {
	width:190px;
	color:#999;
	float:left;
}
.section .two_col {
	width:380px;
	color:#999;
	float:left;
}
.section .three_col {
	width:570px;
	color:#999;
	float:left;
}

/* --- Dotted List styles -----------*/

ul.list {
	margin:10px 0 20px 0;
}

ul.list li {
	border-bottom:1px dotted #666;
	padding:5px 0;
	color:#FFF;
}

/* --- Navigation block -----------*/

#navigation {
	float:left;
	width:200px;
	margin-right:40px;
	height:569px;
}

/* ---------------------------------------------
HOME SECTION STYLES
-----------------------------------------------*/

/* --- Reel -----------*/

#reel {
	width:760px;
	height:250px;
	position:relative;
	overflow:hidden;
}

ul#reel_controls li a {
	position:absolute;
	top:106px;
	display:none;
	width:56px;
	height:56px;
	z-index:100;
	text-indent:-5000px;
	background-position:left top;
}

ul#reel_controls li a:hover{
	background-position:left bottom;
}

ul#reel_controls li.prev a{
	left:7px;
	background-image:url(../images/reel/arrow_prev.png);
}
ul#reel_controls li.next a{
	right:7px;
	background-image:url(../images/reel/arrow_next.png);
}

ul#reel_controls li.disabled a:hover{
	cursor:default;
	background-position:left top;
}

#reel_content ul{
	display:none;
	position:absolute;
	left:0;
	top:0;
	height:250px;
	width:9000px;
	z-index:90;
}
#reel_content ul li{
	float:left;
	width:760px;
	height:250px;
	margin-right:10px;
	z-index:inherit;
}


/* --- Standard column override styles  -----------*/

#home .home_blog {
	position:relative; /* So we can position the RSS icon absolutely within the div */
	float:left;
	width:360px;
	margin:12px 37px 0 0;
	color:#999;
}

#home .home_work {
	float:left;
	width:267px;
	margin:12px 22px 0 0;
	color:#999;
}

#home .home_labs {
	float:left;
	width:74px;
	margin-top:0;
	color:#999;
}

#home .home_labs h3 { 
	padding:12px 0 15px 0;
	margin:0;
	color:#FFF;
	/*
	background:url(/images/template/icon_labs.gif) top left no-repeat;
	*/
}

#home .home_blog h3 {
	margin-bottom:10px;
}

#home .home_work h3, #home .home_labs h3 {
	margin-bottom:0;
}

#home dl.latest dt {
	color:#333;
  	font-size: 1.45em;
	font-weight:bold;
	margin:3px 0 5px 0;
	width:370px;
	overflow:hidden;
}

/* --- Comments  -----------*/

#home dl.latest dt a {
	float:left;
	margin-right:10px;
}

#home dl.latest dt em {
	color:#FFF;
  	font-size: 0.55em;
	font-weight:normal;
	background:url(../images/template/comments_back.gif);
	width:10px;
	height:13px;
	margin-top:3px;
	display:block;
	font-style:normal;
	padding:1px 0 0 4px;
	float:left;
	line-height:9px;
}

#home dl.latest dd {
	margin:0 0 10px 0;
	line-height:1.6em;
	font-size:11px;
}

#home ul.selected li, #home ul.labs li {
	float:left;
	position:relative;
	width:74px;
	height:74px;
	margin:15px 15px 0 0;
	z-index:100;
}

#home ul.labs li {
	margin:15px 0 0 0;
}

#home ul.labs li.top { /* Remove the top margin off the top labs project image */
	margin:0;
}


#home ul.selected li a, #home ul.labs li a{
	display:block;
	width:74px;
	height:74px;
}

#home ul.selected li div,
div#rss_link div{
	position:absolute;
	left:50%;
	top:-20px;
	display:block;
	white-space:nowrap;
	z-index:1000;
	overflow:visible;
	text-align:center;
}

div#rss_link div{
	left:253px;
	top:-28px;
}

#home ul.selected li div span,
div#rss_link div span{
	display:block;
	padding:6px;
	border:solid 1px #FFF000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#000;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	overflow:visible;
}
#home ul.selected li div img,
div#rss_link div img{
	display:block;
	margin:-1px auto 0;
}

/* ---------------------------------------------
ABOUT 
-----------------------------------------------*/

#about_benefits {
	background:url(../images/template/alex.jpg) bottom left no-repeat;
}

#about_services {
	background:url(../images/template/dave.jpg) bottom left no-repeat;
}

#about_work {
	background:url(../images/template/will.jpg) bottom left no-repeat;
}

#about_help {
	background:url(../images/template/neil.jpg) bottom left no-repeat;
}

#about_benefits .one_col,
#about_services .one_col,
#about_work .one_col,
#about_help .one_col,
#about_durham .one_col,
#about_julie .one_col {
	float:right;
}

#about_services h4,
#about_benefits h4,
#about_work h4,
#about_help h4,
#about_durham h4,
#about_julie h4 {
	color:#FFF;
	margin:0 0 10px 0;
}

#about_services .one_col ul.next_prev,
#about_benefits .one_col ul.next_prev,
#about_work .one_col ul.next_prev,
#about_help .one_col ul.next_prev 
#about_durham .one_col ul.next_prev,
#about_julie .one_col ul.next_prev {
	border-top:1px dotted #666;
	width:190px;
	overflow:hidden;
	position:absolute;
	top:543px;
}

/* ---------------------------------------------
WORK SECTION STYLES
 -----------------------------------------------*/
 
#work .two_col h2.strike {
 background:url(../images/template/strikethrough.gif) 128px 9px no-repeat;
}
 
#work .one_col, #work .two_col  {
	margin-top:40px;
}

#work .recog {
	padding-left:20px;
	width:170px;
}
 
#work .one_col ul {
	margin-top:0;
}
 
.worksection #work .one_col ul.recognition li {
	border-bottom:none;
	margin:10px 5px 0 0;
}

#work_a, #work_b, #work_c, #work_d, #work_e, #work_f, #work_g, #work_h, #work_i, #work_j {
	background:url(../images/template/portfolio_back.jpg) 0 82px no-repeat;
}

.worksection .three_col {
	position:relative;
}

.worksection .one_col {
	position:relative;
}

/* --- Position quote panel -----------*/

.worksection .two_col {
	float:left;
	display:inline;
	padding-right:10px;
	width:370px;
}

.worksection .two_col p {
	text-align:right;
	padding-right:10px;
}

.worksection .two_col p.quote {
	font-size:1.2em;
	text-align:left;
	background:url(../images/template/speechmarks.gif) 0 8px no-repeat;
	padding:3px 15px 0 37px;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:20px;
}

/* --- Position testimonial -----------*/

.three_col .testimonial_a,
.three_col .testimonial_b,
.three_col .testimonial_c,
.three_col .testimonial_d,
.three_col .testimonial_e,
.three_col .testimonial_f,
.three_col .testimonial_g,
.three_col .testimonial_h,
.three_col .testimonial_i,
.three_col .testimonial_j{
	background:url(../images/template/testimonial_back.png);
	position:absolute;
	width:358px;
	height:215px;
	top:47px;
	left:89px;
	padding:10px;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	z-index:100;
}

.worksection .one_col p.testimonial {
	padding-left:8px;
	background:url(../images/template/bullet_right.gif) center left no-repeat;
	margin-bottom:20px;
}
	

/* --- Position each screen 'object' e.g beer glass, burger etc. -----------*/

.worksection .three_col {
	height:520px;
}

#work_d .three_col {
	background:url(../images/portfolio/atr/back.jpg) 0 282px no-repeat;
}

#work_f .three_col {
	background:url(../images/portfolio/belgo/back.jpg) 0 282px no-repeat;
}

#work_h .three_col {
	background:url(../images/portfolio/arc/back.jpg) 0 282px no-repeat;
}


#work_j .three_col {
	background:url(../images/portfolio/broadkast/background.gif) top left no-repeat;
}

/* --- Position the portfolio images in the right place over the screen -----------*/

.worksection .three_col ul.sequence {
	margin:47px 0 0 89px;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
	width:378px;
	height:235px;
}

.worksection .three_col ul.sequence li.loading{
	display:none;
}

/* --- Style the right hand column description list -----------*/

.worksection .one_col ul {
	margin:17px 0 20px 0;
}

.worksection .one_col ul li {
	border-bottom:1px dotted #666;
	padding:5px 0;
	color:#FFF;
}

.worksection .one_col ul li strong {
	color:#FFF000;
	font-weight:normal;
}


/* --- Style the next and previous links -----------*/

.one_col ul.next_prev {
	border-top:1px dotted #666;
	width:190px;
	top:440px;
	position:absolute;
}

.one_col ul.next_prev li {
	border-bottom:none;
	float:left;
	padding:5px 0;
}

.one_col ul.next_prev li.prev {
	width:95px;
}

.one_col ul.next_prev li.prev a{
	padding-left:8px;
	background:url(../images/template/bullet_left.gif) center left no-repeat;
}

.one_col ul.next_prev li.next {
	width:95px;
	text-align:right;
}

 .one_col ul.next_prev li.next a{
	padding-right:8px;
	background:url(../images/template/bullet_right.gif) center right no-repeat;
}

/* ---------------------------------------------
SERVICES
-----------------------------------------------*/

#services .one_col {
	width:180px;
	padding-right:10px;
	height:251px;
}

/* ---------------------------------------------
CLIENT LIST
-----------------------------------------------*/

.section #clientlist ul {
	width:760px;
}

.section #clientlist ul li{
	width:140px;
	float:left;
	margin:0 25px;
	display:inline;
}

/* ---------------------------------------------
CONTACT 
-----------------------------------------------*/

#contact {
	background:url(../images/template/swoosh.jpg) bottom left no-repeat;
}

#contact label {
	font-size: 16px;
	font-weight:bold;
    margin-bottom:4px;
    color:#FFF;
}

address {
	font-style:normal;
	line-height:1.6em;
}

#contact input {
	 padding:5px;
	 border:none;
	 margin-bottom:10px;
	 width:139px;
	 background:#000 url(../images/template/input_back.gif) top left no-repeat;
	 font: 11px  Arial, Helvetica, sans-serif;
}

#contact input.submit {
	 padding:0;
	 width:60px;
	 height:17px;
	 border:none;
	 margin-bottom:10px;
	 width:auto;
}

#contact select, #contact textarea {
	margin-bottom:10px;
	font: 11px  Arial, Helvetica, sans-serif;
}

#contact select {
 	padding:5px;
	width:139px;
	font-weight:bold;
}

#contact label  {
	display:block;
}

#contact textarea {
	width:350px;
	height:150px;
	border:none;
	padding:10px;
}
				
/* ---------------------------------------------
CLIENT OPTIONS PANEL
-----------------------------------------------*/

/* --- Hides all panel in their closed states -----------*/

.panel-closed {
	display:none;
}

/* --- Styles the 100% opening panel -----------*/

.clients {
	background:#0e0e0e url(../images/template/clients_back.jpg) top repeat-x;
	display:none;
}

/* --- Styles the content in the panel -----------*/

.clients div {
	overflow:hidden;
	width:980px;
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
	padding:5px 0;
}

/* --- Styles the and open closed states state of the <a> tag controlling the clients link -----------*/

#topbar a.panel-up { 
	display:block;
	background:url(../images/template/client_area_closed.gif);
	width:99px;
	height:28px;
	text-indent:-5000px;
 }
 
#topbar a.panel-down {
	display:block;
	background:url(../images/template/client_area_open.gif);
	width:99px;
	height:28px;
	text-indent:-5000px;
}

/* --- Visual styles -----------*/

.clients dl {
	float:left;
	width:304px;
	height:90px;
	padding:10px;
	border-right:1px solid #000;
	border-left:1px solid #262626;
}

.clients dl.project_manager {
	border-left:none;
}

.clients dl.not {
	border-right:none;
}

.clients dl dt {
	width:151px;
	height:19px;
	text-indent:-5000px;
	margin-bottom:10px;
}


.clients dl dd {
	padding-right:10px;
	line-height:1.5em;
}

.clients dl dd a {
	color:#CCC;
}

.clients dl dd a:hover {
	color:#FFF000;
	text-decoration:none;
}

/* ---------------------------------------------
FOOTER
-----------------------------------------------*/

div.footer {
	clear:left;
}

.recognition_logos {
	width:995px;
	height:66px;
	background:url(../images/template/recognition.gif) top right no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	margin-bottom:10px;
}

div.footer .copyright {
	float:right;
	width:700px;
}


div.footer .copyright p {
	color:#000;
	text-align:right;
	margin:0;
	font-size:0.9em;
	padding:20px 0 10px 0;
	color:#000;
}

div.footer p em {
	font-style:normal;
}

/* ---------------------------------------------
CONTACT FORM
-----------------------------------------------*/

#contact .three_col {
	position:relative;
}

#validation, #confirmation
{
	position:absolute;
	height:auto;
	background:url(../images/template/testimonial_back.png);
	float:none;
	color:#fff;
	padding:10px;
	width:200px;
	top:55px;
	left:200px;
	border:2px solid #fff000;
}

#confirmation p {
	margin:0;
}

#validation li {
	margin:10px;
	background:url(../images/template/bullet_right.gif) center left no-repeat;
	padding-left:10px;
}

/*-- FLASH ADVERT --*/

div#flash_overlay{
	display:block;
	position:absolute;
	top:499px;
	left:15px;
	z-index:200;
	width:200px;
	height:247px;
	overflow:hidden;
}
div#flash_overlay div{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:200px;
	height:247px;
	z-index:200;
}
div#flash_overlay div.alt{
	display:none;
}


/* ---------------------------------------------
TOOLTIPS
-----------------------------------------------*/

body div#toolTip { 
	position:absolute;
	z-index:1000;
	background:#000;
	border:1px solid #FFF000;
	text-align:left;
	padding:5px;
	min-height:1em;
	font-size:1.1em;
	-moz-border-radius:5px; 
}

body div#toolTip p { 
	margin:0;
	padding:0;
	color:#fff;
}

body div#toolTip p em { 
	display:none;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold; 
}

body div#toolTip p em span { 
	font-weight:bold;
	color:#fff; 
}

/* ---------------------------------------------
LATEST TWEET
-----------------------------------------------*/

#latest_tweet{
	display:none;
	position:absolute;
	top:26px;
	left:50%;
	width:200px;
	z-index:300;
	padding:20px 15px 0;
	margin-left:127px;
	background:url(../images/template/tweets_top.png) no-repeat;
	font-weight:bold;
	overflow:visible;
}

#latest_tweet img.tweet_footer{
	position:absolute;
	bottom:-18px;
	left:0;
}

#latest_tweet ul li{
	padding-top:10px;
	border-top:solid 1px #333;
	margin-top:10px;
	overflow:auto;
}

#latest_tweet ul li.tweet_first{
	border-top:none;
	margin-top:0;
}

.tweet_text{
	display:block;
	font-weight:normal;
}

/* ---------------------------------------------
STYLE SWITCHER
-----------------------------------------------*/

#style_switch{
	position:relative;
	float:right;
	margin-left:10px;
}

#style_switch a.theme_button{
	display:block;
	width:81px;
	height:34px;
	background:url(../images/template/theme_button.gif) top no-repeat;
	text-indent:-5000px;
}

#style_switch ul{
	display:none;
	position:absolute;
	top:34px;
	right:0;
	width:110px;
	height:104px;
	padding:4px;
	background:url(../images/template/theme_dropdown.png);
	z-index:1000;
}

#style_switch ul li{
	display:block;
	height:26px;
	width:110px;
}
#style_switch ul li a{
	display:block;
	width:110px;
	height:26px;
	text-indent:-5000px;
	background-image:url(../images/template/theme_styles.gif);
}
#style_switch ul li a.style_global{
	background-position:0 0;
}
#style_switch ul li a.style_global:hover{
	background-position:-110px 0;
}
#style_switch ul li a.style_winter{
	background-position:0 -26px;
}
#style_switch ul li a.style_winter:hover{
	background-position:-110px -26px;
}
#style_switch ul li a.style_sun{
	background-position:0 -52px;
}
#style_switch ul li a.style_sun:hover{
	background-position:-110px -52px;
}
#style_switch ul li a.style_wood{
	background-position:0 -78px;
}
#style_switch ul li a.style_wood:hover{
	background-position:-110px -78px;
}