/*
Theme Name: CI Design
Theme URI: http://www.cidesign.com.au/blog/
Description: Corporate Image Blog Design
Version: 1.0
Author: Big Picture Group
Author URI: http://www.bigpicturegroup.com.au
Tags: 
*/

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'Fontin';
	src: url('/fonts/fontin-regular-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'ChunkFive';
	src: url('/fonts/chunkfive-webfont.eot');
	src: local('☺'), url('/fonts/chunkfive-webfont.woff') format('woff'), url('/fonts/chunkfive-webfont.ttf') format('truetype'), url('/fonts/chunkfive-webfont.svg#webfontokRXotXF') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	text-shadow: 0px 0px 0px;
	color: white;
	line-height: 19px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: black;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #0bbdb3;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #09b0a8;
	text-decoration: underline;
}

.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}


h1 {
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	line-height: 17px;
	font-size: 17px;
	font-family: ChunkFive;
}

h2 {
	color: #0bbdb3;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	line-height: 25px;
	font-size: 20px;
	font-family: ChunkFive;
}

h3 {
	padding: 0px;
	color: #0bbdb3;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	line-height: 30px;
	font-size: 20px;
	font-family: ChunkFive;
}

h6 {
	text-transform: uppercase;
	color: #5a5a5a;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 19px;
	font-size: 12px;
}


/*--------------------header.php----------------------*/

.site {
	background-color: #191919;
}

.width {
	position: relative;
	width: 964px;
}

.header {
	text-align: left;
}

.top-divide {
	height: 4px;
	background-color: #282828;
	overflow: hidden;
	position: relative;
}

.blog-heading {
	float: left;
	position: relative;
	width: 250px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
}

.menu {
	width: 840px;
	padding-top: 63px;
	float: right;
	position: relative;
}

.menu a {
	font-family: 'ChunkFive';
	color: white;
	font-size: 17px;
	display: block;
	float: right;
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
}

.menu .phone {
	border-left-color: #585757;
	border-left-width: 2px;
	border-left-style: solid;
	font-family: 'ChunkFive';
	color: #585757;
	font-size: 17px;
	display: block;
	float: right;
	position: relative;
	padding-left: 20px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
}

.menu a:hover {
	text-decoration: none;
	color: #0bbdb3;
}

.menu a.active {
	color: #0bbdb3;
}

.logo {
	padding-bottom: 20px;
	padding-left: 15px;
	padding-top: 20px;
}

.return {
	float: right;
	width: 150px;
	min-height:20px;
	text-align:right;
	padding-bottom: 6px;
}

.return .contd {
	position: relative;
	float: right;
}

.return .blackarrow {
	float: right;
	padding-right: 8px;
	padding-left: 10px;
	margin-left: 8px;
	margin-top: 6px;
}

#home {
	font-size: 12px;
	font-family: chunkfive;
	color: #0BBDB3;
	float: right;
	padding-right: 4px;
	padding-top: 12px;
	position: relative;
}



/*------------------------footer.php-----------------------*/

.line-divide {
	height: 1px;
	background-color: #282828;
	overflow: hidden;
	position: relative;
}

.social-footer {
	text-align: left;
	padding-bottom: 60px;
	padding-top: 60px;
}

.subscribe-button {
	margin-bottom: 0px;
	margin-top: -3px;
	display: block;
	line-height: 18px;
	border-width: 0px;
	padding-bottom: 4px;
	font-family: 'ChunkFive';
	text-transform: uppercase;
	padding-top: 4px;
	text-shadow: 1px 1px 1px #5c5c5c;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	height: 18px;
	background-color: #0bbdb3;
	color: white;
	font-size: 12px;
	text-align: center;
	float: right;
	position: relative;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-transition: -moz-box-shadow 0.3s linear;
}

.subscribe-button:hover, .button:hover {
	text-decoration: none;
	color: #dfdfdf;
	outline: none;
	box-shadow:0px 0px 4px #0bbdb3;
	-webkit-box-shadow:0px 0px 4px #0bbdb3;
	-moz-box-shadow:0px 0px 4px #0bbdb3;
}

.subscribe-button-spinner {
	display: none;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
	position: relative;
}

.subscribe-input {
	margin-top: -3px;
	padding-bottom: 5px;
	border-width: 0px;
	border-style: none;
	position: relative;
	float: right;
	padding-top: 5px;
	height: 16px;
	padding-right: 20px;
	padding-left: 20px;
	width: 190px;
	font-size: 11px;
	color: white;
	background-color: #282828;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-transition: -moz-box-shadow 0.3s linear;
}

.subscribe-input:focus {
	outline: none;
	box-shadow:0px 0px 4px #0bbdb3;
	-webkit-box-shadow:0px 0px 4px #0bbdb3;
	-moz-box-shadow:0px 0px 4px #0bbdb3;
}

.social-keep-in-touch {
	padding-top: 10px;
	font-family: 'ChunkFive';
	line-height: 20px;
	font-size: 19px;
	float: left;
	position: relative;
	width: 230px;
	padding-left: 10px;
}

.social-icon {
	float: left;
	position: relative;
	padding-right: 20px;
}

.footer-divide {
	height: 10px;
	background-color: #282828;
	overflow: hidden;
	position: relative;
}

.footer {
	line-height: 19px;
	padding-bottom: 20px;
	padding-top: 35px;
	font-size: 10px;
	color: #505050;
}

.footer-address {
	float: left;
	position: relative;
	width: 190px;
	text-align: left;
}

.footer-links {
	text-align: left;
	padding-left: 45px;
	float: left;
	position: relative;
}

.footer-links a.top-link {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
}

.footer-links a {
	color: #505050;
}

.footer-bottom-links {
	padding-bottom: 10px;
	padding-top: 110px;
	text-align: left;
	color: white;
	font-size: 10px;
}

.footer-bottom-links a {
	color: white;
}

.ci-footer {
	margin-top: -5px;
	float: left;
	position: relative;
	padding-right: 20px;
}

.social-icon {
	float: left;
	position: relative;
	padding-right: 13px;
}
/*------------------------index.php-----------------------*/

.blog-content {
	text-align: left;
	float: left;
	position: relative;
	margin-top: 20px;
	width: 740px;	
}

.entry-date	{
	color:#888;
	font-weight:normal;
}

/*.navigation {
	text-align: center;
	position: relative;
}*/

.nav-next {
	position: relative;
	float: right;
	text-align:right;
	padding-bottom: 15px;
}

.nav-previous {
	position: relative;
	float: left;
	text-align:left;
	padding-bottom: 15px;
}

.entry-title {
	padding-bottom: 2px;
	color: #0bbdb3;
}

.entry-more {
	text-align: justify;
	
}

.nav-next .contd, .entry .contd {
    position: relative;
    float: left;
}

.entry .contd {
	margin-top: 3px;
}

.nav-previous .contd {
	position: relative;
	float: left;
}

#oldpost {
	font-size: 12px;
	font-family: chunkfive;
	color: #0BBDB3;
	float: right;
	padding-right: 5px;
	padding-top: 2px;
	position: relative;
}

#newpost {
	font-size: 12px;
	font-family: chunkfive;
	color: #0BBDB3;
	float: right;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 3px;
	position: relative;
}

.greenarrow {
	float: right;
	display: block;
	position: relative;
	padding-top: 5px;
	padding-left: 3px;
	
}

.nav-next .blackarrow {
	float: right;
	padding-right: 8px;
	padding-left: 10px;
	margin-left: 8px;
}

.nav-previous .blackarrow {
	float: left;
	padding-right: 10px;
	padding-left: 8px;
	margin-right: 8px;
}

.blackarrow {
	margin-top: -4px;
	padding-bottom: 7px;
	padding-top: 7px;
	height: 12px;
	width: 8px;
	border-color: #282828;
	border-width: 2px;
	border-style: solid;
	display: block;
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181818', endColorstr='#070707');
	background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#070707));
	background: -moz-linear-gradient(top, #181818, #070707);
	cursor: pointer;
}

.blackarrow:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#1b1b1b');
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#1b1b1b));
	background: -moz-linear-gradient(top, #222222, #1b1b1b);
}

.spacer {
	height: 2px;
	background-color: #282828;
	overflow: hidden;
	position: relative;
}

div.avatar {
	float: left;
	position: relative;
	padding: 4px;
	background-color: white;
	margin-left: 10px;
}

#blogarrow {
	position: absolute;
	top:6px;
	left: 82px;
	
}

.entry-out .entry {
	margin: 0px;
	padding: 0px;
	min-height: 225px;
	float: left;
	position: relative;
	width: 435px;
}

                                                              

.entry {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	float: left;
	position: relative;
	width: 625px;
}

/*------------------------sidebar.php-----------------------*/

.sidebar {
	width: 200px;
	float: right;
	position: relative;
	text-align: right;
}

.sidebar ul {
	list-style-type: none;
	margin:0px;
	padding:5px;
}

.sidebar ul li {
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.sidebar ul li a {
	color: white;
}

.sidebar ul ul{
	border-style: none;
	padding: 0px;
	
}

.sidebar ul ul li {
	padding: 4px;
	border-style: none;
	margin: 0px;
	
}

.sidebar h2 {
	text-align: right;
	padding-bottom: 2px;
}

label.screen-reader-text {
	display: none;
}

/*------------------------archive.php-----------------------*/

.pagetitle {
	color: #939393;
	font-size: 14px;
	padding-bottom: 25px;
	text-align: left;
}

/*------------------------search.php-----------------------*/

.page-title {
	color: #0bbdb3;
}

/*------------------------single.php-----------------------*/

.avatar1 {
	float: left;
	position: relative;
	padding: 2px;
	border: 1px solid white;
}

#searchform input[type=text] {
	display: block;
	float: right;
	padding-bottom: 5px;
	border-width: 0px;
	border-style: none;
	position: relative;
	padding-top: 5px;
	height: 16px;
	padding-right: 20px;
	padding-left: 20px;
	width: 150px;
	font-size: 11px;
	color: white;
	background-color: #282828;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-transition: -moz-box-shadow 0.3s linear;
}

#searchform input[type=text]:focus {
	outline: none;
	box-shadow:0px 0px 4px #0bbdb3;
	-webkit-box-shadow:0px 0px 4px #0bbdb3;
	-moz-box-shadow:0px 0px 4px #0bbdb3;
}

#searchform input[type=submit] {
	float: right;
	margin-left: 7px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	display: block;
	line-height: 18px;
	border-width: 0px;
	padding-bottom: 4px;
	font-family: 'ChunkFive';
	text-transform: uppercase;
	padding-top: 4px;
	text-shadow: 1px 1px 1px #5c5c5c;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #0bbdb3;
	color: white;
	font-size: 12px;
	text-align: center;
	position: relative;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-transition: -moz-box-shadow 0.3s linear;
}

#searchform input[type=submit]:hover {
	text-decoration: none;
	color: #dfdfdf;
	outline: none;
	box-shadow:0px 0px 4px #0bbdb3;
	-webkit-box-shadow:0px 0px 4px #0bbdb3;
	-moz-box-shadow:0px 0px 4px #0bbdb3;
}

.widget_search {
	height: 70px;
}

.blog-content #searchform input[type=text] {
	float: left;
	position: relative;
}

.blog-content #searchform input[type=submit] {
	margin-top: 0px;
	float: left;
	position: relative;
}

.tags {
	color: #cecece;
	line-height: 10px;
	font-size: 10px;
	display: block;
	padding-top: 7px;
}

.blog-image {
	position: relative;
}

.entry-out {
	padding-bottom: 18px;
}

.sharing {
	height: 20px;
	right: 0px;
	bottom: 3px;
	position: absolute;
}

.blog-image-out {
	height: 200px;
	width: 280px;
	margin-right: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}

.blog-image-out ul {
	text-shadow: 0px 0px 0px;
	/*background-image: url(http://www.cidesign.com.au/images/work-overlay-bg.png);*/
	background-image: url(images/white-alpha.png);
	min-height: 205px;
	left: -115px;
	top: 0px;
	margin: 0px;
	position: absolute;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 7px;
	width: 100px;
	list-style-type: none;
	z-index: 5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.blog-image-out ul li {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	position: relative;
	list-style-type: none;
}

.entry-out:hover .blog-image-out ul {
	left: 0px;
}

.social {
	float: left;
	position: relative;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 70px;
	margin: 0px;
	list-style-type: none;
}

.social li {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
}

.social-fixed {
	top: 0px;
	position: fixed;
}


