/*
Theme Name: Janie Collins Interiors
Theme URI:
Description: Janie Collins Interiors wordpress theme developed by <a href="http://iacobionut">IacobIonut</a>.
Version: 1.0
Author: Iacob Ionut
Author URL: http://IacobIonut.com
*/

@font-face {
  font-family: 'Apercu';
  src: url('fonts/apercu_regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/apercu_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/apercu_regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/apercu_regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/apercu_regular.svg#b36b7256519cc66fbc1432f0c6126806') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Apercu';
  src: url('fonts/apercu_bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/apercu_bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/apercu_bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/apercu_bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/apercu_bold.svg#0173572ae23caf3e4e6d6c9b98fd6474') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}

/* ======================= GLOBAL ================= */


.wrapper{
	width:950px;
	margin:0 auto;
	position: relative;
}

body {
	font: 12px/1.5 'Apercu', sans-serif;
	color:#666;
	background-color: #fafafa;
}

a{color:#444;text-decoration:none;}
a:hover{text-decoration:none;}

.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

#single a, #single a span { color:#83bea1!important; }

/* ======================= HEADER =======================*/

#header{
	background-color: #FFF;
	position:relative;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(243,243,243,1);
	-moz-box-shadow: 0px 7px 5px 0px rgba(243,243,243,1);
	box-shadow: 0px 7px 5px 0px rgba(243,243,243,1);
	margin-bottom: 40px;
}

#header .wrapper{
	height:105px;
}

#logo{
	float:left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);

	left: 25px;
}

#logo img{
	width: 50%;
}

#menu {
	float:right;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right:25px;
	font-size:17px;
}

#menu ul{
}

#menu ul li{
	float:left;
	text-transform:capitalize;
	padding:0 15px;            /* MENU RIGHT-LEFT PADDING */
}

#menu ul li.current-menu-item a{
	border-bottom: 2px solid #83bea1;
}

#menu #home_page{
	border:0;
}

#menu ul li a{
	color:#2f3a48;
	padding-bottom: 2px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#menu ul li a:hover{
	color:#83bea1;
}

/* =========================== HOMEPAGE ======================= */

#content {
	margin:20px 0 0 0;
	width:760px;
	float:left;
}

#flash{
	width:756px;
	height:302px;
	border:1px solid #cccccc;
}

h2#latest-header{
	text-indent:-9000px;
	background:url(images/latest-header.png) no-repeat;
	width:175px;
	height:15px;
	margin:20px 0;
}

h2#category-header ,h2#single-header{
	font:28px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:20px 0;
	color:#333;
}

.category-head h2{
	font:28px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:20px 0;
	color:#333;
}

.home_post_title p{
	/*position:absolute;
	bottom:0;*/
}

.home_post_title h2{
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 0 3px 0;
}

.home_post_title h2 a{
	color:#333333;
}

.home_post_title h2 a:hover{
	color:#000;
}

.post-home{
	float:left;
	width:145px;
	height:300px;   /* this is the height of the homepage boxes */
	margin-right:7px;
	position:relative;
	margin-bottom:10px;
}

.screenimg{
	width: 100%;
	height: 170px;
	border:1px solid #cccccc;
	position:relative;
}

.more {
	position:absolute;
	bottom:0;
	text-transform:lowercase;
}

.more span{
	padding-top:15px;
}

/* ====================== CATEGORY ===================== */

.breadcrumb {
	text-transform:uppercase;
	color:#ccc;
	font-weight:bold;
}

.breadcrumb a{
	color:#ccc;
	padding:0 4px;
}

.breadcrumb a:hover{
	color:#ccc;
	text-decoration:underline;
}

#category-border{
	height:1px;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

#cat-categories, #single-categories{
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}

#cat-categories ul, #single-categories ul{
	list-style:none;
}

#cat-categories ul.children a, #single-categories ul.children a{
	padding-left:12px;
}

#cat-categories ul.children li, #single-categories ul.children li{
	padding:0 0 0 0;
}

#cat-categories ul li, #single-categories ul li{
	padding:0 0 5px 0;
}

#cat-categories ul li a, #single-categories ul li a{
	color:#999;
}

#cat-categories ul li a:hover, #single-categories ul li a:hover{
	color:#83bea1;
}

#cat-categories ul li.current-cat a{
	color:#83bea1;
}

#single-categories .active_category{color:#83bea1;}

.navigation{
	clear:both;
	padding:20px 0;
}

/* ======================== SINGLE PAGE ========================= */

#image_section{
	width:400px;
	float:left;
}

#single-image img{
	margin-bottom:1px;
	border:1px solid #cccccc;
}

#single-text{
	float:left;
	width:330px;
	margin-left:20px;
	text-transform: lowercase;
}

#measurements{
	border-top:1px solid #cccccc;
}

#measurements h2{
	margin:5px 0 25px 0;
	text-transform:uppercase;
}

#extra-info{
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

#single-content{
	color:#333;
	line-height:19px;
}

#single-content ol {list-style: decimal;}

#single-content ul {list-style: square;}

#single-content li {margin-left: 30px;}

#page-content{
	line-height:20px;
}

#page-content ol {list-style: decimal;}

#page-content ul {list-style: square;}

#page-content li {margin-left: 30px;}

#page-content p{
	padding:5px 0;
}

#page-content h1{font-size:21px;}
#page-content h2{font-size:19px;}
#page-content h3{font-size:17px;}
#page-content h4{font-size:15px;}

#page-content h1,#page-content h2,#page-content h3,#page-content h4{
	margin:15px 0;
}

#single-deslogo{
	display: none;
	margin-top:20px;
}

.single-meta{
	margin-top:20px;
}

.single-meta a{
	color:#666;
}

.single-meta a:hover{
	color:#333;
	text-decoration:underline;
}

.thumbnail{
	border:1px solid #ccc;
	margin:10px 4px 0 0;
}

/* ====================== SIDEBAR ==================== */

#sidebar{
	width:160px;
	float:left;
	margin:20px 0 0 20px;
}

#categories{
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
  margin-bottom: 2em;
}

#categories ul{
	list-style:none;
}

#categories ul li{
	padding:0 0 5px ;
}

#categories ul li a{
	color:#999;
}

#categories ul li a:hover{
	color:#83bea1;
}

/*#designers{
	background:url(http://www.janiecollins.com.au/wp-content/uploads/2013/12/designers5.jpg) no-repeat;
	height:510px;
}*/

#designers{
	height:87px;
	width: 168px;
}


#associations{
	background:url(http://www.janiecollins.com.au/wp-content/uploads/2014/02/associations.jpg) no-repeat;
	height:136px;
	width: 168px;
}

#designerslinks{
	margin: 20px 0 0 0;
}

#designerslinks li{
	list-style-type:none;
}

#designerslinks a{
	text-decoration:underline;
	color:#999;
}

#designerslinks a:hover{
	text-decoration:none;
}

#footer{
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 1.75em;
	clear:both;
	padding:60px 0 ;
	background-color: #eaebeb;
	color: #82bfa2;
	margin-top: 120px;
}

#footer a{
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer #footer-logo{
	margin-bottom: 25px;
	display: inline-block;
}

#footer #footer-logo img{
	width: 50%;
}

#footer ul{
	text-align: center;
}

#footer ul li{
	list-style: none;
	padding: 0 .5em;
	position: relative;
	display: inline-block;

}

#footer ul li:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-75%, -50%);
	    -ms-transform: translate(-75%, -50%);
	        transform: translate(-75%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #83bea1;
}

#footer ul li:first-child:before{
	width: 0;
	height: 0;
}

#footer .copyright {
	color: #b5b4ba;
	margin-top: 35px;
}


#sidebar h2{
	text-transform:uppercase;
  font-size: 1.25em;
}

#page-content a{
	text-decoration:underline;
	color:#83bea1;
}

#page-content a:hover{
	text-decoration:none;
}

#contactdetails{
	margin:20px 0 0 0;
}

#contactdetails p{
	color:#999;
}

#contactdetails p a{
	text-transform:lowercase;
	color:#999;
}
#contactdetails h2{
  margin-top: 1em;
}

#contactdetails h2:first-child{
  margin-top: 0;
}

#cat-categories{
  margin-bottom: 2em;
}
#cat-categories ul.children li {
	background:url(images/navBullet.gif) no-repeat 0 4px;
}

#single-categories ul.children li {
	background:url(images/navBullet.gif) no-repeat 0 4px;
}

#single-content p .gecaParagraph {
	font-weight: bold;
	color: #060;
}

.alignrightLogo {
	float: right; margin: 5px 5px 5px 5px;
}
#searchArea {
	display:block;
	margin-top:21px;
}

#austBtn {
	display: block;
	width: 160px;
	height: 60px;
	background:url(http://www.janiecollins.com.au/wp-content/uploads/2014/07/austbanner.jpg) no-repeat top left;
	margin: 0 0 20px 0;
}

#austBtn a  {
	display: block;
	width: 160px;
	height: 60px;
	text-indent: -9999px;
	background:url(http://www.janiecollins.com.au/wp-content/uploads/2011/09/austrangebtn1.jpg) no-repeat top left;
}

#austBtn a:hover  {
	background:url(http://www.janiecollins.com.au/wp-content/uploads/2011/09/austrangebtn1.jpg) no-repeat bottom left;
}



/* ====================== AUSTRALIAN DESIGN PAGE ==================== */

#ad-header{
	height:60px;
	margin: 0 0 0 30px;
	background:url(http://www.janiecollins.com.au/wp-content/uploads/2011/09/austdesign1.png) no-repeat top left;
}

body#australian-design {
	background:url(images/header-australian-design.jpg) repeat-x top left;
}

body#australian-design #austBtn {
	display: none;
}

#facebook{
	width: 160px;
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
}
