/*
Theme Name: Blue Ink Copywriting
Theme URI: http://humaan.com.au/
Description: Blue Ink Copywriting
Author: Humaan
Author URI: http://humaan.com.au/
Version: 1.0
Tags: basic, blank, starter, empty, minimal, minimalist
*/

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a images.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a images.alignnone {
    margin: 5px 20px 20px 0;
}

a images.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a images.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption images {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


/* =Shortcodes
-------------------------------------------------------------- */

.cols_2_left, .cols_2_right, .cols_3_left, .cols_3_middle, .cols_3_right {
	margin: 0 0 1.5em;
}

.cols_2_left {
	float: left;
	width: 47%;
}

.cols_2_right {
	float: right;
	width: 47%;
}

.cols_3_left {
	float: left;
	width: 30%;
}

.cols_3_middle {
	float: left;
	width: 30%;
	margin-left: 5%;
}

.cols_3_right {
	float: right;
	width: 30%;
}


/* =Theme Core
-------------------------------------------------------------- */

.clear {
	clear: both;
}

/*---------------------------------------------- RESET */

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,images,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,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}p,ul,ol{margin:0 0 20px}ul,ol{padding:0 0 0 2.5em}label{cursor:pointer}button{cursor:pointer;border:0;outline:0}input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner{border:0}input[type="submit"]:focus,input[type="button"]:focus{outline:0}


/*---------------------------------------------- GLOBAL SETTINGS */


html, body{ height: 100%; }

body {
	background: #fff;
	font: 14px/21px "adelle", Georgia, Times, serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/*---------------------------------------------------- FORMATTING */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

p { margin: 0 0 20px 0; color: #313131; }
em { font-style: italic; }
strong { font-weight: bold; color: #313131; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

a, a:visited { color: #0976b4; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #0976b4; text-decoration: underline; }
p a, p a:visited { line-height: inherit; }

input, textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out; 
	background:  #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #666;
}

input:focus, textarea:focus {
	outline: none;
    -webkit-box-shadow: 0 0 6px 0 #4b9de3;
    -moz-box-shadow: 0 0 6px 0 #4b9de3;
    box-shadow: 0 0 6px 0 #4b9de3;
	border: 1px solid #4b9de3 !important;
}

ul, ol { margin-bottom: 20px; color: #313131; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }

/*------------------------------------------------------ LAYOUT */

#container {
	width: 100%;
	background: #fff;
	position: relative;
}

#stripe {
	display: block;
	width: 100%;
	height: 5px;
	background-color: #165c98;
}

.inner {
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
}

/*------------------------------------------------------ HEADER */

header {
	position: relative;
	display: block;
	height: 200px;
	width: 100%;
}

header a.logo {
	display: block;
	height: 144px;
	width: 233px;
	background: url(images/logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: -30px;
	top: 32px;
}

header .contact-details {
	position: absolute;
	right: 0;
	top: 92px;
}

	header .contact-details p {
		color: #878787;
		font-size: 15px;
		text-align: right;		
	}
	
	header .contact-details strong {
		color: #124d8a;
	}

/*------------------------------------------------------ NAV */

nav {
	position: absolute;
	right: 0;
	top: 0;
		height: 62px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

nav li {
	float: left;
	width: auto;
	height: 62px;
	margin: 0 0 0 10px;
	position: relative;
}

nav a {
	display: block;
	width: auto;
	height: 72px;
	top: -10px;
	text-indent: -9999px;
	position: relative;
}

nav li.home a {
	background: url(images/nav.png) 0px 0px no-repeat;
	width: 72px;
}

nav li.home a.active {
	background-position: 0px -74px;
}

nav li.home.current_page_item a {
	background-position: 0px 10px;	
}

nav li.services a {
	background: url(images/nav.png) -84px 0px no-repeat;
	width: 105px;
}
nav li.services.current_page_item a,
nav li.services.current-page-ancestor a {
	background-position: -84px 10px;	
}

nav li.work a {
	background: url(images/nav.png) -199px 0px no-repeat;
	width: 94px;
}

nav li.work.current_page_item a,
nav li.work.curren-page-ancestor a {
	background-position: -199px 10px;	
}

nav li.about a {
	background: url(images/nav.png) -303px 0px no-repeat;
	width: 91px;
}

nav li.about.current_page_item a,
nav li.about.current-page-ancestor a {
	background-position: -303px 10px;	
}

nav li.blog a {
	background: url(images/nav.png) -404px 0px no-repeat;
	width: 82px;
}

nav li.blog.current_page_item a,
nav li.blog.current_page_parent a {
	background-position: -404px 10px;	
}

/*------------------------------------------------------ SLIDESHOW */

#banner {
	position: relative;
}

#banner a#prevSlide,
#banner a#nextSlide {
	position: absolute;
	display: block;
	height: 42px;
	width: 42px;
	opacity: 0.5;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
}


#banner a#prevSlide:hover,
#banner a#nextSlide:hover {
	opacity: 1.0;
}

#banner a#prevSlide {
	left: -65px;
	top: 112px;
	background: url(images/banner-left.png) 0px 0px no-repeat;
	text-indent: -9999px;
}

#banner a#nextSlide {
	right: -65px;
	top: 112px;
	background: url(images/banner-right.png) 0px 0px no-repeat;
	text-indent: -9999px;
}

#banner article {
	position: relative;
	height: 283px;
	width: 960px;
}

	#banner article .text {
		left: 50px;
		top: 61px;
		position: absolute;
		width: 450px;
	}

	#banner article h1 {
		color: #fff;
		font-size: 40px;
		line-height: 50px;
		text-shadow: 0px 2px 0px #075785;
	}

	#banner article p {
		font-size: 19px;
		line-height: 27px;
		color: #fff;
		text-shadow: 0px 2px 0px #075785;
	}
	

#internal #banner article {
	position: relative;
	height: 150px;
	width: 960px;
}

	#internal #banner article .text {
		left: 50px;
		top: 43px;
		position: absolute;
		width: 620px;
	}
	
	#internal #banner article h1 {
		font-size: 28px;
		line-height: 35px;
	}
	
	#internal #banner article p.heading {
		font-size: 34px;
		font-weight: 600;
		display: inline-block;
		line-height: 20px;
		padding: 0 0 5px;
		margin: 0 0 5px;
	}

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

#services {
	width: 100%;
}

#services .inner {
	width: 940px;
	padding: 43px 0 17px;
}

#services article {
	float: left;
	width: 280px;
	margin: 0 50px 0 0;
}

	#services article h2 {
		font-size: 14px;
		font-weight: 600;
		display: inline-block;
		line-height: 20px;
		padding: 0 0 5px;
	}

	#services article a {
		text-decoration: none;
	}

	#services article.pink h2 {
		background: url(images/pink-dash.png) left bottom repeat-x;
	}
	
	#services article.pink h2 a {
		color: #f06eaa;
	}
	
	#services article.green h2 {
		background: url(images/green-dash.png) left bottom repeat-x;
	}
	
	#services article.green h2 a {
		color: #8dc63f;
	}
	
	#services article.orange h2 {
		background: url(images/orange-dash.png) left bottom repeat-x;
	}
	
	#services article.orange h2 a {
		color: #fbaf5d;
	}

#services article p {
	font-size: 13px;
	color: #727272;
	font-weight: 600;
}

#services article.orange {
	margin: 0;
}

/*------------------------------------------------------ CONTENT LAYOUT */

#content {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px solid #eeeeee;
	padding: 40px 0;
}

	#internal #content {
		background-color: #fff;
		border-top: none;
	}

#content .inner {
	padding: 0 10px;
	width: 940px;
}

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

#main-content.work {
	width: 940px; 
}

aside {
	width: 285px;
	float: right;
}

#internal aside {
	padding: 6px 0 0;
}

#subnav {
	margin: 0 0 50px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}

#subnav ul {
	margin: 0;
	padding: 0 0 0 5px;
}

#subnav li {
	background: url(images/bullet.png) left center no-repeat;
	padding: 0 0 0 10px;
	font-size: 14px;
}

#subnav li.current_page_item a {
	color: #333;
	font-weight: bold;
}

/*------------------------------------------------------ MAIN-CONTENT */

#main-content h3 {
	font-size: 30px;
	color: #085091;
	font-weight: 600;
	margin: 0 0 30px;
}
	
#internal #main-content h2 {
	font-size: 20px;
	color: #085091;
	font-weight: 600;
	margin: 0 0 30px;
}

#internal #main-content h3 {
	font-size: 18px;
	font-weight: normal;
	clear: both;
	margin: 50px 0 5px;
}

#internal #main-content h4 {
	font-size: 16px;
	font-weight: normal;
	clear: both;
	margin: 30px 0 5px;
}

#main-content p, #main-content li {
	font: 14px/22px "adelle", Georgia, Times, serif;
}

#main-content ul {
	list-style: disc;	
}

#main-content ul.services {
	list-style: disc;
	margin: 0 0 20px 15px;
	padding: 30px 0 0;
	list-style-position: outside;
}

#main-content ul.services li {
	float: left;
	margin: 0 15px 10px 0;
	width: 280px;
	color: #0976b4;
}

#main-content ul.services li a {
	text-decoration: none;
	color: #0976b4;
}

#main-content ul.services li a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------ WORK */

#work-items .item {
	border: 1px solid #ededed;
	padding: 11px;
	margin: 0 0 20px;
}

#work-items .item img {
	float: left;
	margin: 0 20px 0 0;
}

#work-items .item .text {
	float: left;
	position: relative;
	min-height: 308px;
	width: 512px;
}

#internal #main-content #work-items .item h3 {
	color: #085091;
	font-size: 20px;
	margin: 20px 0 0px;
	padding: 0;
}

#work-items .item a.sample {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	background-color: #0876b4;
	display: inline-block;
}

#work-items .item a.sample:hover {
	text-decoration: none;
	background-color: #005f94;
}

#work-items .item .excerpt {
	display: block;
	background-color: #fafafa;
	padding: 30px 30px 10px;
	margin: 20px 0 0;
	position: relative;
	display: none;
}

#work-items .item .excerpt a.close {
	position: absolute;
	top: 0;
	right: 0;
	background: #0876b4 url(images/close.png) center no-repeat;
	text-indent: -9999px;
	width: 41px;
	height: 41px;
	display: block;
}

#work-items .item .excerpt a.close:hover {
	background: #005f94 url(images/close.png) center no-repeat;
}

#work-items .item p {
	color: #4a4a4a;
	font-size: 13px;
}

#internal #main-content #work-items .item .excerpt h4 {
	color: #085091;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
}

/*------------------------------------------------------ BLOG */

#main-content .post {
	border: 1px solid #e0e0e0;
	margin: 0 0 10px;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

	#main-content .post .post-wrap {
		padding: 20px;
	}

	#internal #main-content .post h2 {
		margin: 0 0 10px;
		line-height: 24px;
	}
	
	#internal #main-content .post p.meta {
		font-size: 12px;
	}
	
	#internal #main-content .post p.cat {
		font-size: 12px;
		margin: 0;
		padding: 10px 20px;
		border-top: 1px solid #eee;
	}

#pagination {
	display: block;
	margin: 30px 0 0;
}
	
#pagination div {
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 0 0 10px;
	display: inline-block;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

#pagination div.prev {
	float: left;
}

#pagination div.next {
	float: right;
}

/*------------------------------------------------------ ASIDE */

aside h4 {
	font-size: 20px;
	color: #085091;
	font-weight: 600;
	margin: 0 0 14px;
}

#internal aside h4 {
	font-size: 18px;
}

aside #recent-work {
	margin: 0 0 50px;
}

.home aside #recent-work {
	margin: 0px;
}

	aside #recent-work img {
		padding: 8px;
		border: 1px solid #cfcfcf;
		margin: 0 0 9px;
	}
	
	aside #recent-work p {
		margin: 0 0 7px;
		font-size: 13px;
	}
	
	aside #recent-work a {
		color: #0976b4;
		padding: 0 0 4px;
		background: url(images/blue-dash.png) left bottom repeat-x;
		text-decoration: none;
		font-size: 14px;
	}

aside #brand-checklist ul {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
}

	aside #brand-checklist li {
		background: url(images/checklist.png) left center no-repeat;
		padding: 0 0 0 25px;
	}

aside #testimonial {
	margin: 0 0 50px;
	position: relative;
}

	aside #testimonial p {
		font-style: italic;
		color: #085091;
		margin: 0 0 0 15px;
		font-size: 13px;
	}
	
	aside #testimonial p span.right-quote {
		font-weight: 600;
		color: #085091;
		margin: 0;
		display: inline-block;
		height: 14px;
		width: 10px;
		background: url(images/right-quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		margin: 0 0 0 3px;
	}
	
	aside #testimonial span.left-quote {
		display: inline-block;
		height: 14px;
		width: 10px;
		background: url(images/left-quote.png) 0px 0px no-repeat;
		position: absolute;
		left: 0;
		top: 5px;
		text-indent: -9999px;
	}
	
	aside #testimonial p.credit {
		margin: 15px 0 0px;
		border-top: 1px solid #dedede;
		padding: 15px 0 0 15px;
		font-style: normal;
		color: #5e5e5e;
		font-size: 11px;
	}

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

#contact-form form {
	width: 640px;
	display: block;
}

#contact-form form h2 {
	color: #085091;
	font-weight:600;
	font-size: 30px;
}

#contact-form p strong {
	font-size: 18px;
}

form .field {
	float: left;
	width: 300px;
	clear: both;
	margin: 0 30px 15px 0;
	position: relative;
}

form .field-right {
	float: left;
	clear: none;
	width: 300px;
	margin: 0 0 10px;
	position: relative;
}

form .field-fl {
	position: relative;
}

form .field label,
form .field-right label,
form .field-fl label {
	display: block;
	margin: 0 0 5px;
	font-weight: 600;
}

form .check label {
	margin: 0 0 15px 0;
}

label.error {
	position: absolute;
	color: red;
	left: 8px;
	top: 35px;
}

form .check span {
	margin: 0 10px 0 0;
}

form .field input[type=text],
form .field-right input[type=text] {
	width: 97%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 8px;
}

textarea {
	width:97%;
	padding: 8px;
	height: 150px;
}

#contact-form form button {
	background-color: #0976b4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-family: "adelle";
	font-size: 14px;
	padding: 10px 15px;
}

#contact-form form button:hover {
	background-color: #1689ca;
}

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

footer {
	width: 100%;
	position: relative;
}

footer .inner {
	width: 940px;
}

footer #blog {
	width: 100%;
	background-color: #2c343a;
	padding: 45px 0;
}

footer #blog article {
	float: left;
	width: 280px;
	margin: 0 50px 0 0;
}

footer #blog article.last {
	margin: 0;
}

	footer #blog article p {
		color: #fff;
		font-size: 12px;
		margin: 0 0 3px;
	}
	
	footer #blog article p.date {
		font-size: 11px;
		font-weight: 600;
		margin: 0 0 3px;
	}

	footer #blog article p a {
		font-size: 15px;
		font-weight: 600;
		color: #2293d7;
		text-decoration: none;
	}
	
	footer #blog article p a:hover {
		text-decoration: underline;
	}

footer #footer-content {
	background-color: #2a3238;
	width: 100%;
	position: relative;
	padding: 27px 0;
}

footer #footer-content p.heading {
	font-size: 14px;
	color: #fff;
	margin: 0 0 20px;
}

#footer-content .copyright {
	width: 231px;
	float: left;
	margin: 0 148px 0 0;
}

#footer-content .sitemap {
	width: 231px;
	float: left;
	margin: 0 99px 0 0;
	padding: 18px 0 0;
}

#footer-content .contact {
	width: 231px;
	float: left;
	margin: 0;
	padding: 18px 0 0;
}

footer #footer-content a.logo {
	display: block;
	height: 69px;
	width: 111px;
	background: url(images/footer-logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin: 0 0 30px;
}

#footer-content p,
#footer-content li {
	font-size: 12px;
	margin: 0;
	color: #fff;
}

footer a.launchForm {
	font-size: 12px;
	margin-top: 0;
	position: relative;
	display: inline-block;
	clear:left;
}

#footer-content a {
	color: #2293d7;
	text-decoration: none;
}

#footer-content a:hover {
	text-decoration: underline;
}

#footer-content .sitemap ul {
	padding: 0;
	margin: 0;
}

#footer-content .sitemap li {
	float: left;
	width: 102px;
	margin: 0 0 3px;
	line-height: 18px;
}

#footer-content .contact p {
	margin: 0 0 4px;
	line-height: 18px;
}

#footer-content .contact p strong {
	color: #3aa8eb;
	font-weight: normal;
}


/*  --------------------------------------------------- CUSTOM CLASSES */

.clear { clear: both; }
.left { float: left; }
.right { float: right; }



