/*----------------------------------------------------
------------------------------------------------------

Site: MASTER - change to client name
Designed and built by: http://indicoll.co.uk

------------------------------------------------------
------------------------------------------------------*/

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

@import url("fancybox.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */

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

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define visible focus styles! 

:focus {
	outline: ?????;
	} */

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*--Colour Pad---------------------------------------------

	red:		#d81820
	dark red:	#9d0a0e
	green:		#
	lightblue:	#3399ff / 51,153,255
	grey:   	#808284
	teal:		#5ac4c4 / 90,196,196

---------------------------------------------------------*/

/*--Main---------------------------------------------*/

@font-face {
    font-family: '../assets/CartoGothicStdBook';
    src: url('../assets/CartoGothicStd-Book-webfont.eot');
    src: url('../assets/CartoGothicStd-Book-webfont.eot?iefix') format('eot'),
         url('../assets/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('../assets/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('../assets/CartoGothicStd-Book-webfont.svg#webfontIxqYmXN9') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: '../assets/AngelinaRegular';
    src: url('../assets/angelina-webfont.eot');
    src: url('../assets/angelina-webfont.eot?iefix') format('eot'),
         url('../assets/angelina-webfont.woff') format('woff'),
         url('../assets/angelina-webfont.ttf') format('truetype'),
         url('../assets/angelina-webfont.svg#webfontlC3a4dkA') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #242424;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	}
	
p, ul, ul li, ul li a {
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	}
	
.highlight {
	font-size: 14px;
	font-weight: bold;
	background: #3399ff;
	background: rgba(51,153,255,0.3);
	padding: 0px 0px;
	color: #fff;
	}
	
.indicollStatement {
	font-family: georgia;
	font-style: italic;
	font-size: 15px;
	}
	
.left {
	text-align: left;
	}
	
.center {
	text-align: left;
	}

.right {
	text-align: left;
	}	
	
.italic {
	font-style: italic;
	}
	
span {
	font-weight: bold;
	font-size: 14px;
	}

p a, section#indicoll h6 a {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	font-family: georgia;
	font-style: italic;
	}
	
div.portfolio ul li a {
	font-weight: normal;
	font-size: 12px;
	color: #3399ff;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	}	
	
div.portfolio ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
p a:hover, section#indicoll h6 a:hover {	
	background: #3399ff;
	background: rgba(51,153,255,0.3);
	}
	
h1 {
	font-size: 26px;
	font-weight: bold;
	}	
	
h2 {
	font-size: 24px;
	font-weight: bold;
	}	
	
h2.leftHeading {
	font-size: 42px;
	color: #3399ff;
	line-height: 40px;
	}

h3 {
	font-size: 22px;
	font-weight: bold;
	}	

h4 {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	}	

h5 {
	font-size: 16px;
	font-weight: bold;
	}	

h6 {
	font-size: 13px;
	font-weight: bold;
	}		

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

div#page-wrapper {
	width: 940px;
	margin: 0px auto;
	background: #fff;
	padding: 0px 20px;
	}

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

#header_wrapper {
	background: #242424 url('../img/the-indicoll-team.jpg') no-repeat center;
	height: 230px;
	}
	
header {
	width: 940px;
	margin: 0px auto;
	position: relative;
	height: 230px;	
	}
	
header h1 {
	font-family: '../assets/CartoGothicStdBook', arial, helvetica, sans-serif;
	color: #fff;
	z-index: 999;
	position: absolute;
	top: -36px;
	left: 36px;
	font-size: 54px;
	font-weight: normal;
	letter-spacing: -2px;
	}
	
header h1 a,
header h1 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
header h2{
	text-align: left;
	}	
	
header h2 span.indicollQuote  {
	color: #fff;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0px 4px 4px 4px;
	text-shadow: 2px 2px 4px #000;
	}	
	
header h3.moreThan {
	font-family: '../assets/AngelinaRegular', arial, helvetica, sans-serif;	
	color: #cccccc;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 4px 0px 0px 0px;
	text-align: center;
    text-shadow: 0 1px 3px #000000;		
	}
	
div#header-top {
	width: 200px;
	background: #000;
	height: 30px;
	top:-5px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;	
	position: relative;
	left: 10px;
	}
	
div#header-main {
	/*background: rgba(255,255,255,0.3);*/
	width: 380px;
	padding: 10px;
	padding-right: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}	
	
div#header-bottom {
	width: 220px;
	background: #242424;
	height: 35px;
	right: 360px;
	bottom: -10px;
	position: absolute;	
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;	
	border-radius: 10px 10px 0px 0px;
	}	

/*--Nav---------------------------------------------*/

div#nav-wrapper {	
	background: #000;
	height: 36px;	
	}
	
nav {
	width: 940px;
	margin: 0px auto 0px auto;	
	}
	
nav ul {
	float: right;
	}
	
nav ul li {
	float: left;
	margin: 8px 0px 0px 20px;
	}

nav ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
	
nav ul li a:hover, nav ul li a.currentpage {
	color: #fff;
	}

/*--Content---------------------------------------------*/

div.column_wrapper {
	
	}
	
div.column-1-wrapper, div.column-2-wrapper, div.column-3-wrapper, div.column-4-wrapper {
	clear: both;
	}
	
div.column-3-wrapper {
	margin-bottom: 20px;
	}
	
div.column-1, div.column-2, div.column-3, div.column-4 {
	width: 940px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;	
	}
	
div.column-4 {
	padding-top: 0px;
	}	
	
div.column-4 {
	position: relative;
	}
	
div#offer {
	background: rgb(51,153,255);
	padding: 2px 8px 4px 8px;
	-moz-border-radius: 0px 0px 5px 5px;	
	-webkit-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 5px 5px;	
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	width: 440px;
	margin: 0px auto;
	}
	
div#offer p a {	
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #242424;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #5C7279;
	}
	
div#offer p a:hover {
	color: #fff;
	}
	
div.column-3, div.column-4 {
	border-top: 1px solid #343434;
	}
	
div.column-1 {
	padding-bottom: 10px;
	}
	
div.column-3 {

	}
	
section.twoA, section.twoB {
	width: 460px;
	float: left;
	margin-bottom: 20px;
	}
	
section.twoA {
	margin-right: 20px;
	}
	
section.threeA, section.threeB, section.threeC {
	width: 300px;
	float: left;
	margin-bottom: 20px;
	}	
	
section.threeA, section.threeB{
	margin-right: 20px;
	}
	
section.threeA div#twitterhead {
	width: 275px;
	background: #cccccc;
	color: #000;
	text-shadow: none;
	padding: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	height: 80px;
	float: right;
	margin-top: 4px;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;	
	text-align: left;
	line-height: 125%;	
	}
	
div#twitterhead ul li, div#twitterhead p {
	font-family: georgia;
	font-weight: normal;
	font-style: italic;	
	text-align: left;
	line-height: 125%;	
	}
	
section.thanks {
	height: 340px;
	}
	
div.teamComms,
div.inWords {
	margin-top: 10px;
	}
	
section.port,
section.portLast {
	margin-bottom: 10px;
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;	
	}
	
section.threeB h5, section.threeC h5 {
	margin-top: 4px;
	color: #3399ff;
	}
	
section.portLast {
	border-bottom: 0px;
	}	
	
div.inWords p {
	font-family: georgia;
	font-weight: normal;
	font-style: italic;	
	}
	
div.portfolio img {
	border: 1px solid #343434;
	padding: 3px;
	}
	
img.mainPic {
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #343434;
	padding: 3px;	
	}	
	
img.mainPic {
	width: 112px;
	float: left;
	}	
	
img.mainPortImg {
	margin-top: 5px;
	}
	
img.thumbPortImg,
img.thumbPortImgLast {
	width: 72px;
	height: 72px;
	}
	
h4.portBrief {
	color: #3399ff;
	}	
	
img.profilePic {
	margin-top: 6px;
	float: left;
	margin-right: 10px;
	}	
	
div.proWords h5 {
	margin-top: 2px;
	}	
	
section#twitter {
	background: url('../img/twitter.png') no-repeat bottom left;
	height: 180px;
	}
	
div.blog {

	}
	
div.blog {

	}
	
div.blog h6,
div.gf-author,
div.gf-relativePublishedDate {	
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 6px;	
	}

.triangle-isosceles {
   position:relative;
   padding:15px;
   margin:1em 0 3em;
   color:#000;
   background:#cccccc;

   /* css3 */
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   background:-moz-linear-gradient(top, #f9d835, #f3961c);
   background:linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles:after {
   content:"\00a0";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:28px;
   width:0;
   height:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#cccccc transparent;
}		
	
div.column-4 p, div.column-4 h4, div.column-1, div.column-3 {
	color: #cccccc;
    text-shadow: 0 1px 3px #000000;	
	text-align: center;	
	}
	
div.column-4 h4 {
	color: #fff;
	}
	
div.column-3 p {
	margin-bottom: 3px;
	}
	
div.column-3 section.contactUs p {	
	margin-bottom: 0px;
	}

	
div.column-1 h2.indicoll {
	font-family: '../assets/CartoGothicStdBook', arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;	
	font-size: 30px;
	color: #fff;
	}
	
section.fourA, section.fourB, section.fourC, section.fourD {
	width: 220px;
	float: left;
	text-align: center;	
	margin-top: 20px;
	margin-bottom: 20px;	
	}	
	
section.fourA, section.fourB, section.fourC {
	margin-right: 20px;
	}

	
div.inWords p.quoteSig {
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	margin-top: 4px;
	}	
	
p span.question,
p span.answer {

	}
	
/*-------------------------------------------Footer*/		
	
div#footer-wrapper {
	clear: both;
	background: #ccc;
	color: #000;
	}
	
footer {
	margin: 0px auto;
	width: 940px;
	}
	
footer h4 {
	color: #000;
	}
	
footer h4.promotion {	
	margin-top: 20px;
	}
	
section.footerLeft, section.footerCenter, section.footerRight {
	width: 300px;
	float: left;
	padding: 10px 0px 0px 0px;	
	margin-top: 10px;
	text-align: left;
	height: 280px;
	color: #242424;
	}
	
section.footerLeft, section.footerCenter {
	margin-right: 20px;
	border-right: 1px dotted #9a9a9a;	
	width: 299px;
	}
	
section.footerCenter {
	width: 139px;
	}
	
section.footerRight {
	margin-right: 0px;
	width: 460px;
	}
	
section.footerLeft h4, section.footerCenter h4, section.footerRight h4 {	
	margin-bottom: 4px;
	}
	
section.footerLeft h5, section.footerCenter h5, section.footerRight h5 {	
	padding-bottom: 0px;
	border-bottom: 1px solid #9a9a9a;
	}
	
section.footerLeft h6, section.footerCenter h6, section.footerRight h6 {	
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 6px;
	padding-top: 1px;
	color: #666;
	}
	
section.footerLeft p {
	line-height: 16px;
	}
	
div#profiles {
	margin-top: 10px;
	}
	
div.profileAndy,
div.profileJulian,
div.profileTim {
	width: 140px;
	float: left;
	height: 210px;
	}
	
div.profileAndy,
div.profileJulian {
	margin-right: 20px;
	}
	
div.profileAndy img,
div.profileJulian img,
div.profileTim img,
section.footerLeft img,
section.footerCenter img,
section.threeB img.contactImage{
	border: 1px dotted #9a9a9a;
	width: 58px;

	}
	
section.footerLeft img{
	margin-top: 10px;
	}
	
footer p a {
	color: #242424;
	font-weight: normal;
	}
	
footer p.linkedin,
footer p.twitter {
	padding-left: 20px;
	margin: 2px 0px;
	}
	
footer p.linkedin{
	background: url('../img/social_linked_in.png') no-repeat 0px 1px;
	}	
	
footer p.twitter{
	background: url('../img/social_twitter.png') no-repeat 0px 1px;
	}	
	
section.footerRight p ,
section.footerCenter p{
	line-height: 17px;
	}
	
/*-------------------------------------------indicoll*/		
	
section#indicoll {
	clear: both;
	padding: 30px 0px 10px 0px;		
	text-align: left;
	font-weight: normal;
	}
	
section#indicoll h6 {
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	}
	
section#indicoll h6 a {	
	font-size: 11px;
	color: #242424;
	font-weight: normal;
	}
	
form.web {
	padding: 6px 0px 6px 0px;
	position: relative;
	}
	
form.web label.error {	
	position: absolute;
	left: 310px;
	text-align: left;
	width: 210px;
	padding-left: 5px;
	margin-top: 2px;
	font-family: georgia;
	font-style: italic;	
	background: rgb(255,0,0);
	background: rgba(255,0,0,0.3);
	color: #fff;
	}
	
h5.bespokeTraining {
	margin-top: 6px;
	}
	
form.contact-form {
	margin-top: 10px;
	}
	
form.contact-form label {
	float: left;
	margin-right: 0.5em;
	display: block;
	padding: 4px 0px;
	font-size: 13px;
	}
	
form.contact-form input {	
	float: right;
	padding: 4px 0px 4px 4px;
	font-size: 14px;
	font-weight: bold;
	width: 234px;
	font-family: arial, helvetica, sans-serif;	
	color: #242424;
	}
	
div.contact-form-row {
	margin: 4px 0px 8px 0px;
	height: 24px;
	}
	
section.contactPage h4 {
	text-align: left;
	}
	
section.threeB h4.contactHeadings	{
	margin-top: 20px;
	}
	
input#submitbutton {
	width: 100px;
	}	
	
div.gfc-tabHeader,
div.gfc-resultsHeader,
div.gf-snippet {
	display: none;
	}
	
a.gf-title {
    color: #3399FF;
    margin-top: 4px;
	font-size: 16px;
    font-weight: bold;
	text-decoration: none;
	}
