/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; list-style-type: square; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #820312; color:#fff; text-shadow: none; }
::selection { background:#820312; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #820312; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #600610; }
a:hover { color: #991b20; }


/**
 * Primary styles
 *
 * Author: Picnic
 */


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*****************************/
/* 404 Error Page */
/*****************************/
/*.err body { text-align: center !important;}
.err h2 { font-size: 50px; text-align: center; }
.err span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
.err body { font: 20px; color: #444; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
.err article {display:block; text-align: center; width: 100%; margin: 0 auto; }
.err ul, .err li{ margin: 0; list-style:none; list-style-image: none; }
.err a { color: rgb(36, 109, 56); text-decoration:none; }
.err a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
*/

/*****************************/
/* Main */
/*****************************/
html,body{
	border-top: solid 4px #76000e;
	/*background: url(../media/bg_gradient.gif) #eee repeat-x top center;*/
	background-color: #fff;
	/*font-family: Myriad Pro, Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, Myriad Pro, 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
}

#container{
	margin: 0 auto 20px;
}

/*****************************/
/* Header */
/*****************************/
header{
	width: 960px;
	height: 48px;
	margin: 90px auto 0;
	border-bottom: solid 1px #DDD;
}

#home header{
	border: none !important;
}

header h1 a{
	display: block;
	float: left;
	width: 136px;
	height: 45px;
	background: url(../media/logo.png) top left transparent no-repeat;
	text-indent: -9999px;
	font-size: 0px;	
}

nav{
	float: right;
	margin-top: 26px;
	text-transform: lowercase;
}

nav ul,
nav li{
	display: inline;
}

nav li a,
nav li a:visited,
nav li a:hover,
nav li a:visited:hover{
	color: #999; /* #464749 */
	text-decoration: none;
	padding: 0 10px;
	border-right: solid 1px #c0c0c0;
}

nav li.last a,
nav li.last a:visited,
nav li.last a:hover,
nav li.last a:visited:hover{
	padding-right: 0;
	border: none;
}

nav li a:hover,
nav li a:visited:hover,
nav li.active a{
	color: #222;
}

/*****************************/
/* Content */
/*****************************/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

em {
	font-style: italic;	
}

abbr{
	border-bottom: dotted 1px #666;
}

hr{
	margin: 30px 0;
}

footer hr{
	margin: 4px 0 -13px;
}

article ul,
section ul{
	margin-left: 14px;
	float: left;
}

h2.larger{
	font-size: 28px;
	/*text-transform: lowercase;*/
	color: #76000e;
	margin-bottom: 12px;
}

h2{
	font-size: 20px;
	/*text-transform: lowercase;*/
	color: #76000e;
	margin-bottom: 10px;
}

h3{
	color: #000;
	font-size: 16px;
}

h4{
	font-size: 14px;
	color: #76000e;
}

#main{
	min-height: 260px;
	width: 960px;
	position: relative;
	margin: 40px auto;
	clear: both;
}

#home #main{
	margin-top: 10px !important;
}

#main img{
	padding: 0 20px 20px 0;
}

section{
	width: 960px;
	clear: both;
	margin-bottom: 60px;
	float: left;
}

section h2.icon,
aside h2.icon,
article h2.icon,
footer h2.icon{
	height: 28px;
	padding-left: 40px;
	background: url(../media/icon_basket_red.png) no-repeat top left;
}

.icon.tv{
	background-image: url(../media/icon_tv_red.png);
}

.icon.laptop{
	background-image: url(../media/icon_laptop_red.png);
}

.icon.people{
	background-image: url(../media/icon_people_red.png);
}

.icon.contact{
	background-image: url(../media/icon_contact_red.png);
}

aside h2{
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px; 
}

aside{
	width: 260px;
	float: right;
	position: absolute;
	right: 0;
	padding-left: 30px;
}

aside ul, aside li{
	margin: 0;
	list-style:none;
	list-style-image: none;
}

aside li{
	margin-bottom: 20px;
}

.dimmed{
	opacity: .5;
	filter: alpha(opacity=5);
}

.fixed{
	position: fixed !important;
}

.left{
	float: left;
}

.right{
	position: absolute;
	right: 0;
}

.rightGutter{
	position: absolute;
	right: -140px;
}

.bottom{
	position: absolute;
	bottom: 20px;
}

.behind{
	z-index: -1;
}

.clear{
	clear: both;
}

ul.clear{
	list-style: none;
	margin: 0;
}

.flag{
	display: block;
	position: absolute;
	top: 4px;
	left: 40px;
	width: 153px;
	height: 45px;
}

.case-study{
	background: url(../media/flag_case-study.png) no-repeat;
}

.case-study-content{
	background: url(../media/flag_content.png) no-repeat;
}




/*****************************/
/* Shadowbox */
/*****************************/
#sb-wrapper-inner{
	border: 8px solid #111 !important;
}
/*****************************/
/*****************************/



/*****************************/
/* Coda Slider */
/*****************************/
#slider{
	clear: both;
	margin-bottom: 74px !important;
}
#slider,
#slider .scroll,
#slider .scrollContainer div.panel{
	width: 960px !important;
	height: 330px !important;
	padding: 0 !important;
}
#slider .scrollContainer div.panel h2{
	display: block;
	margin: 20px;
}

#slider .scrollContainer div.panel p{
	padding: 0px 20px;
}

#slider .scrollButtons{
	display: none;
}

#slider .scrollButtons.left{
	left: -51px !important;
}

#slider .scrollButtons.right{
	right: -51px !important;
}


#slider div.navigation{
	margin: 0 auto;
	text-align: center;
}

#slider ul.navigation{
	
	/* Right align */ 
	float: right;
	
	/* Center 
	float: left;
	width: 100%;
	margin: 0 auto !important;
	*/
	
	padding-right: 10px !important;
}

#slider ul.navigation li{
	margin-right: 0 !important;
}

#slider ul.navigation a,
#slider ul.navigation a:visited,
#slider ul.navigation a:hover,
#slider ul.navigation a:visited:hover,
#slider ul.navigation a:active{
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0px !important;
	text-indent: -9999px !important;
	font-size: 0 !important;
}

#slider ul.navigation a{
	background: url(../media/dot.png) center transparent no-repeat;
}

#slider ul.navigation a:hover,
#slider ul.navigation a.selected{
	background: url(../media/dot_selected.png) center transparent no-repeat;
}
#shade{
	background-color: transparent !important;
	background-position: 0px 0px !important;
}
/*****************************/
/*****************************/


/*****************************/
/* Nivo Slider  - UNUSED*/
/*****************************/
/*
#slider{
	margin: 0px 0 25px 0 !important;
}

.nivoSlider{
	width: 960px !important;
	height: 330px !important;
}

.nivo-controlNav{
	bottom: -30px !important;
}

.nivo-caption p{
	padding: 6px 14px;
}
*/
/*****************************/
/*****************************/


/*.accordion{
	/*width: 620px;*/
/*}

.accordionButton {
	cursor: pointer;
}
*/

.accordionButton{
	clear: both;
}
.accordionContent{
	margin: 10px 100px 20px 0;
	float: left;
}


section#featured{
	min-height: 360px;
	margin-bottom: 0;
}

section#featured h2{
	display: none;
}

section#work{
	margin-bottom: 10px;
}

section#work ul li{
	position: relative;
	float: left;
	height: 210px;
	width: 190px;
	padding: 10px 65px;
	margin-bottom: 40px;
}

section#work ul li img{
	padding: 6px;
	margin-left: -6px;
	background-color: white;
	border: solid 1px #888;
}

section#work ul li img:hover{
	border: solid 1px #76000E;
}

section#work ul li a{
	font-weight: bold;
	text-decoration: none;
}

section#work ul li a,
section#work ul li a:visited{
	color: #333;
}

section#work ul li a:hover,
section#work ul li a:visited:hover{
	color: #76000E;
}

section#work p{
	clear: both;
	margin-left: 60px;
}

/*section#people h4,
section#people h4:visited,
h3:hover,
h3:visited:hover{
	color: #991b20 !important;
}
*/



/*****************************/
/* Footer */
/*****************************/
footer{
	width: 960px;/* 100% */
	margin: 100px auto 20px;
	min-height: 60px;
	clear: both;
	/*opacity: .7;
	filter: alpha(opacity=70);*/
	position: relative;
	/*background: #efefef;*/
}

footer h2{
	display: none;
}

footer ul{
	margin: 0;
	list-style:none;
	list-style-image: none;
	float: left;
	font-size: 18px;
	width: 100%;
}

footer address{
	margin: 0 auto;
}

footer address h2{
	display: block;
	margin-bottom: 0;
}

footer p{
	clear: both;
	padding-top: 20px;
	letter-spacing: .1em;
	font-size: 10px;
}

footer address ul li{
	display: block;
	text-align: left;
	float: left;
	width: 210px;
	margin: 0 56px;
}

footer address ul li.last{
	margin-right: 0;
}




@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #600610 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}