/*
Theme Name: Cocoon Studio
Description: Custom theme
Author: Funky Chicken + Three AM
Author URI: http://threeamdesign.com.au/
Version: 1.0

License: Proprietary, contact us to obtain rights
License URI: http://threeamdesign.com.au/

*/
@import url('http://fonts.googleapis.com/css?family=Lato:400,400italic,700');

cite {
	font-style: normal;
}
a img {
	border: 0 none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	border: 0 none;
	background: #68564D;
	color: #ffffff;
	text-transform: uppercase;
	padding: 7px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
}
html, body {
	margin: 0;
	padding: 0;
	color: #68564D;
	font: 13px/130% 'Lato', sans-serif;
}
a {
	color: #68564D;
}
#wrapper {
	background: #d7d7d7 url('images/background-main.jpg') center top;
	padding: 20px 0;
}
#masthead,
#main,
.footer-inner {
	width: 902px;
	margin: 0 auto;
	position: relative;
}
#masthead {
	padding: 0;
	background: #ffffff;
}
#masthead h1 {
	float: left;
	margin: 0;
	height: 120px;
	width: 146px;
}
#masthead h1 a {
	background: #68564D url('images/logo-nav.png') no-repeat center;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -100em;
}
#masthead h1 a:hover,
#masthead h1 a:focus {
	background-color: #826c60;
}
#site-nav {
	margin: 0;
	padding: 0;
}
#site-nav a {
	color: #68564D;
	text-decoration: none;
}
#site-nav-primary {
	background: url('images/background-nav.jpg') no-repeat right top;
	padding: 0 0 0 146px;
	height: 120px;
	margin: 0;
	list-style: none outside;
}
#site-nav-primary li {
	float: left;
	width: 106px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-left: 2px solid #ffffff;
	overflow: hidden;
}
#site-nav-primary a {
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 30px;
	padding-top: 90px;
	font-weight: bold;
}
#site-nav-primary a:focus,
#site-nav-primary a:hover {
	background: #FCFCFC;
}
#site-nav-primary a:active,
#site-nav-primary .current-menu-item a,
#site-nav-primary .current-menu-ancestor a {
	background: #ffffff;
}
#site-nav-secondary {
	margin: 15px 0 0;
	padding: 7px 1em 9px;
	background: #E8E6E4;
	text-align: center;
	list-style: none outside;
	word-spacing: 1em;
}
#site-nav-secondary li {
	display: inline;
	line-height: 20px;
}
#site-nav-secondary a {
	text-transform: lowercase;
	word-spacing: normal;
	white-space: nowrap;
}
#site-nav-secondary:hover a:hover span,
#site-nav-secondary .current-menu-item a span,
#site-nav-secondary .current-menu-ancestor a span {
	visibility: visible;
}
#site-nav-secondary a span,
#site-nav-secondary:hover a span {
	visibility: hidden;
}
#main {
	background: #ffffff;
	width: 762px;
	padding: 60px 70px;/* leave this and use negative margins if content must go outside the box */
}
#main h1 {
	margin: 0 0 1em;
	font-size: 180%;
	line-height: 110%;
	text-transform: none;
}
.archive #main h1 {
	font-size: 180%;
}
#footer {
	padding: 10px 0 20px;
	background: #ffffff;
}
#networking {
	padding: 20px 0;
	background: #68564D;
	color: #ffffff;
	font-size: 110%;
	line-height: 130%;
}
#networking a {
	color: #ffffff;
}
#contact {
	width: 80%;
}
.post-header a,
#contact a {
	text-decoration: none;
}
.post-header a:hover,
.post-header a:focus,
#contact a:hover,
#contact a:focus {
	text-decoration: underline;
}
.post-content:after {
	clear: both;
	content: '';
	display: table;
}
.post-content .post-content-left,
.post-content .post-content-right {
	width: 366px;/* (762 content width - 30 gap) / 2 */
	float: left;
}
.post-content .post-content-right {
	float: right;
}
.post-content .page-links {
	clear: both;
}
#socials {
	position: absolute;
	top: 50%;
	right: 0;
	height: 34px;
	margin-top: -17px;
}
#socials a {
	background: url('images/socials-sprite.png') no-repeat;
	display: block;
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 4px;
	overflow: hidden;
	text-indent: -100em;
}
#socials a.fakebook {
	background-position: left top;
}
#socials a.twiddler {
	background-position: -38px top;
}
#socials a.punterest {
	background-position: -72px top;
}
#socials a.bogger {
	background-position: -110px top;
}
#socials a.instagram {
	background-position: -153px top;
}
#socials a.fakebook:hover,
#socials a.fakebook:focus {
	background-position: left bottom;
}
#socials a.twiddler:hover,
#socials a.twiddler:focus {
	background-position: -38px bottom;
}
#socials a.punterest:hover,
#socials a.punterest:focus {
	background-position: -72px bottom;
}
#socials a.bogger:hover,
#socials a.bogger:focus {
	background-position: -110px bottom;
}
#socials a.instagram:hover,
#socials a.instagram:focus {
	background-position: -153px bottom;
}
#credits-logo .footer-inner {
	padding-top: 20px;
	min-height: 22px;
}
#design-credits {
	overflow: hidden;
	float: right;
	display: block;
	width: 184px;
	height: 22px;
	text-indent: -100em;
	background: url('images/funky-chicken.png') no-repeat left top;
	
}
#design-credits:hover,
#design-credits:focus {
	background-position: left bottom;
}
#super-buttons {
	position: relative;
	height: 165px;
	margin: 0 0 10px;
	padding: 20px 0;
	background: #A49A94;
	font-size: 140%;
	line-height: 140%;
}
a.super-button,
#super-buttons a,
a.button-in-content {
	display: block;
	background: url('images/circle-sprite.png') no-repeat left -180px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#super-buttons a {
	position: absolute;
	width: 120px;
	padding-top: 50px;
	height: 70px;
	top: 42px;
	left: 50%;
}
#super-buttons a:hover,
#super-buttons a:focus {
	background-position: left -300px;
}
#super-buttons a.about {
	margin-left: -222px;
}
#super-buttons a.newborn {
	top: 20px;
	padding: 0;
	width: 165px;
	height: 165px;
	margin-left: -83px;
	background-position: left -600px;
	text-indent: -100em;
	overflow: hidden;
}
#super-buttons a.newborn:hover,
#super-buttons a.newborn:focus {
	background-position: left -765px;
}
#super-buttons a.raves {
	margin-left: 102px;
}
#credits-logo #super-buttons {
	position: static;
	margin: 0;
	padding: 0;
	background: transparent;
	height: 90px;
	font-size: 114%;
	line-height: 114%;
}
a.super-button,
#credits-logo #super-buttons a {
	width: 90px;
	padding-top: 37px;
	height: 53px;
	background-position: left top;
}
#credits-logo #super-buttons a {
	margin: 0 7px 0 0;
	position: static;
	float: left;
}

a.button-in-content {
	width: 90px;
	height: 90px;
	text-indent: -9000px;
}

a.super-button:hover,
a.super-button:focus,
a.super-button.depressed,
#credits-logo #super-buttons a:hover,
#credits-logo #super-buttons a:focus {
	background-position: left -90px;
}
#credits-logo #super-buttons a.newborn,
a.newborn.button-in-content {
	background-position: left -420px;
}
#credits-logo #super-buttons a.newborn:hover,
#credits-logo #super-buttons a.newborn:focus,
a.newborn.button-in-content:hover,
a.newborn.button-in-content:focus {
	background-position: left -510px;
}
.comments-area {
	margin: 1em 0 0;
}
.comments-area:after {
	clear: both;
	content: '';
	display: table;
}
.comments-area h2 {
	margin: 0 0 1em;
}
.comments-area .comments-title {
	text-transform: uppercase;
}
.comments-area a.super-button {
	float: right;
	margin-left: 7px;
}
.comments-area .comment-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}
.comments-area .comment-list ul {/* nesting */
	padding-left: 2em;
}
.comments-area .comment-list li {
	margin: 1ex 0 0;
}
.comments-area .comment-list li:first-child {
	margin-top: 0;
}
.comments-area #respond {
	clear: right;
}
.comments-area #reply-title {
	display: none;
}
.comments-area p {
	margin: 10px 0 0;
	padding: 0;
}
.comments-area p.comment-form-field,
.comments-area p.comment-form-comment {
	border: 1px solid #B4ABA6;
	width: 334px;
}
.comments-area p.comment-form-comment {
	width: auto;
}
.comments-area p.comment-form-field label,
.comments-area p.comment-form-comment label {
	display: block;
	padding: 7px 13px;
}
.comments-area p.comment-form-field label span,
.comments-area p.comment-form-comment label span {
	float: left;
	margin-right: 13px;
}
.comments-area p.comment-form-field input,
.comments-area p.comment-form-comment textarea {
	border: 0 none transparent;
	padding: 0;
	background-color: transparent;
	color: #000000;
	font: inherit;
	box-shadow: none;
}
.comments-area p.comment-form-comment textarea {
	width: 600px;
	overflow: auto;
}
.comments-area .comment-list .comment-extra,
.comments-area p.comment-notes,
.comments-area p.subscribe-to-comments {
	font-size: 90%;
}
.comments-area p.comment-notes {
	font-style: italic;
}
p.betwixt-rule {
	margin: 2em 0;
	padding: 0;
	height: 4px;
	text-indent: -10em;
	text-align: left;
	overflow: hidden;
	background: url('images/rule.png') repeat-x 2px top;
}
.pinterest-image-choices {
	height: 300px;
	white-space: nowrap;
}
.pinterest-image-choices a {
	display: inline-block;
	margin-left: 20px;
}
.pinterest-image-choices a:first-child {
	margin-left: 0;
}
.pinterest-image-choices img {
	display: block;
	height: 300px;
	width: auto;
}
#splash-gallery {
	margin: -30px -40px 0;
}
#splash-gallery-prev,
#splash-gallery-next,
#splash-gallery-pager a {
	outline: none !important;
}
#splash-gallery-prev,
#splash-gallery-next {
	position: absolute;
	top: 30px;
	height: 495px;/* adjusted in script */
	width: 250px;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}
#splash-gallery-prev:hover,
#splash-gallery-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#splash-gallery-prev {
	left: -70px;
	background: url('images/gallery-arrow-left.png') no-repeat left center;
}
#splash-gallery-next {
	right: -70px;
	background: url('images/gallery-arrow-right.png') no-repeat right center;
}
#splash-gallery-pager {
	margin: 26px 0 -34px;
	text-align: center;
}
#splash-gallery-pager a {
	display: inline-block;
	margin: 0 5px;
	height: 9px;
	width: 9px;
	overflow: hidden;
	text-indent: -3em;
	background: url('images/circle-sprite.png') no-repeat left -930px;
}
#splash-gallery-pager a.current-slide {
	background-position: left -939px;
}
body.gallery .post-content {/* undo margin reduction below gallery when there's additional content */
	margin-top: 34px;
	padding-top: 1.5em;
}
p.contact-polaroid {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 70px;
	top: 60px;
}
.page-contact .wpcf7 {
	width: 360px;
	margin-bottom: 50px;
}
.page-contact .wpcf7 br {
	display: none;
}
.page-contact .wpcf7 p {
	padding: 0;
	margin: 0 0 1.5em;
}
.page-contact .wpcf7 p.user-entry {
	border: 1px solid #B4ABA6;
}
.page-contact .wpcf7 label {
	display: block;
	padding: 7px 13px;
}
.page-contact .wpcf7 label span.label-text {
	float: left;
	margin-right: 13px;
}
.page-contact .wpcf7-form-control-wrap input,
.page-contact .wpcf7-form-control-wrap textarea {
	width: 75%;
	border: 0 none transparent;
	padding: 0;
	background-color: transparent;
	color: #000000;
	font: inherit;
	box-shadow: none;
}
.page-contact .wpcf7 textarea {
	overflow: auto;
}
a.contact-map {
	display: block;
	float: left;
	margin-right: 40px;
}
a.contact-map img {
	display: block;
}
p.contact-location-text strong {
	font-size: 114%;
	text-transform: uppercase;
}

.post-header h1 span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}