@charset "UTF-8";
/* CSS Document */
 
/* reset browser defaults
---------------------------------- */
body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,
blockquote,th,td          {margin:0;padding:0;}
body                      {line-height:1;color:#121212;background:#fff;}
h1,h2,h3,h4,h5,h6,p       {font-size:100%;font-weight:400;}
ol,ul                     {list-style:none;}
caption,cite,code,th      {font-style:normal;font-weight:400;}
fieldset,img              {border:0;}
caption,th                {text-align:left;}
:focus                    {outline:1px dotted #eee;}
table                     {border-collapse:collapse;border-spacing:0;}
hr                        {border:0;border-top:1px solid #555;margin:0;height:1px;}
 
html.home { background: #CCC url(images/bg.png) 0 0 repeat-x; }
html.caseStudy { background: #222 url(images/bg-archive.png) 0 0 repeat-x; }
 
body {
	background: transparent;
	font: 100% 'Montserrat', sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
 
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
.highlight { color: #ffdd00; }
 
.highlightitmain img { border: 2px solid #FFF; margin: 15px 0 15px 0; }
.highlightitmain:hover img { border: 2px solid #ffdd00; }
.highlightitmain:hover { color: #ffdd00; /* Dummy definition to overcome IE bug */ }
 
.highlightit img { border: 5px solid #333; margin: 0 20px 10px 20px; }
.highlightit:hover img{ border: 5px solid #ffdd00; }
.highlightit:hover { color: #ffdd00; /* Dummy definition to overcome IE bug */ }
 
.nohighlight img { margin: 0 20px 20px 20px; }
 
.borderitonly img { border: 5px solid #CCC; margin: 0 0 10px 0; }
 
a { color: #CCC; }
 
a:link, a:visited { color: #FFF; text-decoration: none; }
a:hover, a:active { color: #ffdd00; text-decoration: underline; }
 
#header.homeHeader { background: transparent; padding: 0; height: 101px; } 
#header.caseStudyHeader { background: transparent; padding: 0; height: 60px; } 


#header h1 { background: transparent url(images/logo-mike.png) 1px 26px no-repeat; width: 220px; height: 100px; text-indent: -9999px; }

#header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 27px 0 0 0;
	font-size: 90%;
	color: #ffdd00;
}
 
#branding { 	background: transparent url(images/branding.png) 0 0 no-repeat; padding: 21px 0 0 0; height: 279px; } 

/* #branding h1 { background: transparent url(images/logo-mike.png) -4px 28px no-repeat; width: 500px; height: 113px; text-indent: -9999px; } */

#branding h2 { color: #111; width: 670px; font-size: 180%; text-align: left; line-height: 1.2em; margin: 0 0 12px 0; background: transparent; }

#branding a:link, #branding a:visited { color: #111; text-decoration: none; border-bottom: 3px solid #ffdd00; }
#branding a:hover, #branding a:active { color: #111; text-decoration: none; border-bottom: 3px solid #222; }

/* Send me a message button
-------------------------------------------------------------- */
#branding a.button {
    background: transparent url(images/bg_button_a.png) no-repeat scroll top right;
    color: #630;
    display: block;
    float: left;
    font: normal 21px 'Montserrat', sans-serif;
    height: 48px;
    margin-right: 20px;
	margin-top: 10px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	border-bottom: 0;
}

#branding a.button span {
    background: transparent url(images/bg_button_span.png) no-repeat;
    display: block;
    line-height: 28px;
    padding: 10px 16px 10px 32px;
} 

#branding a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

#branding a.button:active span {
    background-position: bottom left;
    padding: 11px 16px 9px 32px; /* push text down 1px */
} 

#branding a.button:hover span {
	color: #222;
	text-decoration: underline;
} 
 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 3px 0 0 0;
	border-right: 1px #ffdd00 solid;
	border-left: 1px #ffdd00 solid;
	border-bottom: 1px #ffdd00 solid;
}

#sidebar1 .h2info { background: transparent url(images/h2-info.png) 0 0 no-repeat; width: 300px; height: 70px; text-indent: -9999px; }
#sidebar1 .h2case { background: transparent url(images/h2-case.png) 0 0 no-repeat; width: 300px; height: 70px; text-indent: -9999px; }
#sidebar1 .h3caseStudies { background: transparent url(images/h3-caseStudies.png) 0 0 no-repeat; width: 300px; height: 50px; text-indent: -9999px; margin: 0; }
#sidebar1 .h3twitter { background: transparent url(images/h3-twitter.png) 0 0 no-repeat; width: 300px; height: 45px; text-indent: -9999px; margin: 0; }
#sidebar1 .h3recommendations { background: transparent url(images/h3-recommendations.png) 0 0 no-repeat; width: 300px; height: 51px; text-indent: -9999px; margin: 0; }

#sidebar1 h4 { color: #999; font-weight: bold; font-size: 100%; margin: 0 0 5px 40px; }

#sidebar1 p { color: #777; margin: 0 0 10px 0; padding: 0 20px 0 20px; font-size: 90%; }

#sidebar1 ul { margin: 0 0 10px 20px; font-size: 90%; color: #777; }
#sidebar1 ul .listName { margin: 0 0 5px 0; }

#sidebar1 .twitter { padding: 0 20px; margin: 0 0 20px 0; }

/* Social Networking buttons */
.social {
    float: right;
    width: 330px;
	padding: 37px 0 0 0;
}
.social a {
    background: url("images/icons-snetwork.png") no-repeat;
    display: block;
    float: right;
    height: 31px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
	border-bottom-width: 0;
	margin: 0 0 0 34px;
}

.social a#btnTwitter {
    background-position: 0 0;
	border-bottom-width: 0;
}
.social a:hover#btnTwitter {
    background-position: -32px 0;
	border-bottom-width: 0;
}

.social a#btnVimeo {
    background-position: 0 -31px;
	border-bottom-width: 0;
}
.social a:hover#btnVimeo {
    background-position: -32px -31px;
	border-bottom-width: 0;
}

.social a#btnBehance {
    background-position: 0 -62px;
	border-bottom-width: 0;
}
.social a:hover#btnBehance {
    background-position: -32px -62px;
	border-bottom-width: 0;
}

.social a#btnLinkedIn {
    background-position: 0 -93px;
	border-bottom-width: 0;
}
.social a:hover#btnLinkedIn {
    background-position: -32px -93px;
	border-bottom-width: 0;
}

.social a#btnFacebook {
    background-position: 0 -124px;
	border-bottom-width: 0;
}
.social a:hover#btnFacebook {
    background-position: -32px -124px;
	border-bottom-width: 0;
}

.social a#btnGooglePlus {
    background-position: 0 -155px;
	border-bottom-width: 0;
}
.social a:hover#btnGooglePlus {
    background-position: -32px -155px;
	border-bottom-width: 0;
}

#mainContent { margin: 0 317px 0 0; 	padding: 0; } 

#mainContent .h2showreel { background: transparent url(images/h2-showreel.png) 0 0 no-repeat; width: 300px; height: 90px; text-indent: -9999px; }
#mainContent .h2videos { background: transparent url(images/h2-videos.png) 0 5px no-repeat; width: 500px; height: 90px; text-indent: -9999px; margin: 0; clear: left; }
#mainContent .h2brands { background: transparent url(images/h2-brands.png) 0 0 no-repeat; width: 660px; height: 30px; text-indent: -9999px; margin: 20px 0 20px 0; clear:left; }
#mainContent .h2contact { background: transparent url(images/h2-contact.png) 0 0 no-repeat; width: 660px; height: 30px; text-indent: -9999px; margin: 20px 0 20px 0; clear:left; }

#mainContent .h2agda { background: transparent url(images/h2-agda.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2miketosettopromo { background: transparent url(images/h2-miketosettopromo.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2darlingHarbour { background: transparent url(images/h2-darlingHarbour.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2bookworld { background: transparent url(images/h2-bookworld.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2ausflag { background: transparent url(images/h2-ausflag.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2whisky { background: transparent url(images/h2-whisky.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2griffin { background: transparent url(images/h2-griffin.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2kytec { background: transparent url(images/h2-kytec.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2stashboard { background: transparent url(images/h2-stashboard.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2dragonclan { background: transparent url(images/h2-dragonclan.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2agdaAwards { background: transparent url(images/h2-agdaAwards.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }
#mainContent .h2newFrontiers { background: transparent url(images/h2-newFrontiers.png) 0 0 no-repeat; width: 600px; height: 70px; text-indent: -9999px; }




#mainContent .entry-title { font-size: 180%; color: #666; margin: 10px 0 5px 0; } 

#mainContent .entry-meta { font-size: 120%; color: #666; margin: 0 0 10px 0; }

#mainContent .entry-content { margin: 0 0 5px 0;  } 

#mainContent .entry-utility { font-size: 90%; margin: 0 0 15px 0; } 

.post .entry-utility { display:none; }

#mainContent h3 { font-size: 130%; color: #CCC; margin: 0 0 10px 0; }

#mainContent h5 { font-size: 90%; float: right; }

#mainContent .vimeo { margin: 5px 0 20px 0; }
#mainContent .vimeoCase { margin: 0 0 10px 0; }

#mainContent p { color: #222; margin: 0 0 10px 0; font-size: 100%; line-height: 1.3em; }

.allVideos {
    float: right;
    width: 215px;
	padding: 21px 0 0 0;
}

.allVideos a.btnVids {
    background: url("images/icons-snetwork.png") no-repeat;
    display: block;
    float: right;
    height: 31px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
	border-bottom-width: 0;
	margin: 1px 5px 0 0;
}

.allVideos a#btnBehance2 {
    background-position: 0 -62px;
	border-bottom-width: 0;
}
.allVideos a:hover#btnBehance2 {
    background-position: -32px -62px;
	border-bottom-width: 0;
}

.allVideos h6 { float: left; padding: 8px 0 0 0; font-size: 90%; color: #CCC; }

#mainContent .allVideos a:link, #mainContent .allVideos a:visited { color: #FFF; text-decoration: none; }
#mainContent .allVideos a:hover, #mainContent .allVideos a:active { color: #ffdd00; text-decoration: underline; }

#mainContent a:link, #mainContent a:visited { color: #600; text-decoration: none; }
#mainContent a:hover, #mainContent a:active { color: #222; text-decoration: underline; }

.caseStudyImage { margin: 0 0 10px 0; }

.videoList { float: left; font-size: 84%; margin: 0 0 5px 0; color: #ffdd00; }

.videoList li { margin: 0 0 2px 0; }

.videoList li.videoListDesc { margin: 0 0 10px 0; }

#mainContent .videoList li a:link, #mainContent .videoList li a:visited { color: #FFF; text-decoration: none; }
#mainContent .videoList li a:hover, #mainContent .videoList li a:active { color: #ffdd00; text-decoration: underline; }

.imgalignleftimg, .imgalignrightimg { float: left; border: 5px #000 solid; height: 170px; }
.imgalignleftimg { margin: 0 15px 5px 0; }
.imgalignrightimg { margin: 0 0 5px 0; }

.imgalignleftimg:hover, .imgalignrightimg:hover { border: 5px #ffdd00 solid; }

.imgalignleftimg:hover, .imgalignrightimg:hover {
color: #ffdd00; /* Dummy definition to overcome IE bug */
}

.videoSection { height: 1180px; }

.bodyList { color: #CCC; margin: 0 0 10px 10px; }
.bodyList li { margin: 0 0 3px 0; }

#footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent url(images/bg-footer.png) 0 0 repeat-x; 
	height: 80px;
	font-size: 90%;
	color: #ffdd00;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 32px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold { font-weight: bold; }

.w3cValid { margin: 0 0 0 230px; }
