/*   
Theme Name: Oustcat Thematic Child Theme 
Theme URI:  http://oustcat.org/
Description: OustCat branded thematic child theme.
Color: Pantone DS 211-4 C (#508ebc), Pantone DS 325-1 C (#212123)
Author: Shelli Langdale
Author URI: http://oustcat.org/
Template: thematic
Version: 1.0
Tags: Thematic, oustcat
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/


/*** default.css mods ***/
/* =Global Elements */
body { 
	color: #4b4b4b;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	background: #a4d4d5 url(images/bg-clouds.jpg) no-repeat center top;
	font-size: 100%;
	line-height: 1.5em;
}
/* text elements */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.75em;
}
h1 {font-size: 2.125em; line-height: 1; }
h2 {font-size: 1.875em; line-height: 1; }
h3 {font-size: 1.5em; line-height: 1; }
h4 {font-size: 1.25em; line-height: 1.25; }
h5 {font-size: 0.9375em; }
h6 {font-size: 0.9375em; }

a, a:link, a:visited, a:hover {
	color: #508ebc;
}
a, a:link, a:visited {
	color: #508ebc;
}
a:focus { 
	outline:none; 
}
a, a:link {
	text-decoration: none;
	background: rgb(192,222,221); /* fallback color */
	background: rgba(248, 247, 240, 0.4);
}
a:hover {
	background: rgb(211,230,227); /* fallback color */
	background: rgba(248, 247, 240, 0.6);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

/* *:empty { /* neutralize/hide all empty elements */
	/*display: none;
} */

/* =Menu */
/* Essential Styles */
.skip-link {
	display: block;
	font-size: 0.875em;
	margin: 0 auto;
	width: 960px;
	display: none;
}
.skip-link a {
	background: #9f2214;
	color: #fff;
	text-decoration: none;
	background: #9bcde1;
	margin-left: 10px;
}
.skip-link a:hover {
	background: rgb(255,255,255); /* fallback color */
	background: rgba(255,255,255,0.4);
	color: #508ebc;
}
#access {
    border-bottom: none;
    font-size: 1em;
	margin-top: 0;
}
.menu {
	margin-top: -15px;
}
.menu .sf-menu {
    float: right;
	border: none;
}
.menu .sf-menu a {
	font-size: 1.2em;
	border: none;
	color: #403d3e;
	padding: 8px 5px;
}
.menu .sf-menu li {
	background: none;
}
.menu .sf-menu a:hover, 
.menu .sf-menu a:active, 
.menu .sf-menu a:focus, 
.menu .sf-menu li:hover {
	text-decoration: none;
	color: #508ebc;
	background: none;
}
.menu .sf-menu a:visited {
	text-decoration: none;
}
.menu .sf-menu li, .menu .sf-menu ul, .menu .sf-menu ul a {
    margin-left: 15px;
	margin-bottom: 15px;
}
.menu .sf-menu li a {
	background: rgb(220,234,230) /* fallback color */
	background: rgba(248, 247, 240, 0.7);
	color: #000;
	padding: 0 0 1px 2px;
	text-align: center;
	margin-bottom: 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	font-size: 1.4em;
}
.menu .sf-menu li a:hover {
	background: #fff;
}
.menu .sf-menu span {
	font-size: 0.9375em;
	text-align: center;
	line-height: 1.5;
}


/* =Header */
#header {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 960px;
}
#branding {
	padding: 0;
	width: 950px;
}
#blog-title {
	float: right;
	clear: right;
	width: 100px;
	line-height: 0.9;
	margin-right: 300px;
}
#blog-title a, #blog-title a:link {
	display: block;
	display: none;
	height: 75px;
	text-indent: -9000px;
}
#blog-title a:hover {
	color: #508ebc;
}
#blog-description {
	display: none;
	padding-top: 9px;
	font-weight: normal;
	clear: right;
	float: right;	
	margin-right: 70px;
	margin-top: -200px;
	color: #508ebc;
	font-size: 1.625em;
}
.logo {
	float: left;
	margin-top: 65px;
}
.logo a, .logo a.link, .logo a:hover, .logo a:visited {
	background: transparent;
}
.welcome {
	float: left; 
    width: 578px; 
	margin-left: 40px;
}
	.welcome p.hi {
		margin: 0;
		float: left;
		color: #fff;
		line-height: 1;
		font-size: 5.9em;
		font-weight: bold;
		text-shadow: 1px 1px 1px #7ac0e4;
	}
	.welcome .heading {
		display: block;
		margin-left: 20px;
		float: left;
		clear: right;
	}
	.heading h1.who, .heading h3.who {
		margin-bottom: 0;
		color: #1f2021;
		font-size: 3.1em;
	}
	.heading h2.what, .heading h4.what {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        font-weight: normal;
        background: rgb(180,219,223); /* fallback color */
        background: rgba(122, 192, 228, 0.5);
        color: #fff;
		font-size: 1.5em;
	}
	.heading h2.what {
		line-height: 1.25;
	}
	.welcome .greeting {
		display: block;
		clear: left;
	}
	.welcome p {
		font-size: 1.6em;
		line-height: 1.3;
		color: #efeee2;
		text-shadow: 1px 1px 1px #7ac0e4;
	}
span.available a, span.available a:hover {
    text-indent: -9000px;
    position: fixed;
    top: 0;
    right: 15px;
    height: 130px;
    width: 150px;
}
span.available a {
    background: url(images/available-tag.png) no-repeat 0 0;
	/*display: none;*/
}
span.available a:hover {
    background: url(images/available-tag-hover.png) no-repeat 0 0;
}
ul.social {
	margin: 0;
	display: none;
}
ul.social li {
	display: inline;
	list-style-image: none;
}
.sub-header {
	height: 90px;
	clear: both;
	margin-top: 100px;
	position: relative;
	z-index: 5;
}

/* =Content */
.entry-title a:hover, .entry-meta a:hover, .entry-utility a:hover {
	color: #212123;
	text-decoration: underline;
}
.entry-content h2 {
	color: #f8f7f0;
	font-size: 1.875em;
}
.entry-meta a:visited, .entry-utility a:visited {
	color: #969696;
	text-decoration: none;
}
h2.entry-title {
	font-size: 2.125em;
}

/* main asides */
#primary {
	background: rgb(191,224,225); /* fallback color */
	background: rgba(255, 255, 255, 0.3);
	border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -kthml-border-radius: 5px;
}

/* =Asides, Sidebars & Widget-Ready Areas */
.aside a:active, .aside a:hover {
	color: #508ebc;
}

/* footer/subsidiary aside */
#footer a, #footer a:link {
	color: #508ebc;
	background: rgb(44,61,71); /* fallback color */
	background: rgba(122,192,228,0.2);
}
#footer a:hover {
	color: #508ebc;
	background: rgb(69,72,75); /* fallback color */
	background: rgba(255,255,255,0.1);
}
#footer .aside {
	font-size: 0.9375em;
}
#footer .textwidget {
    color: #cec9c3;
}
#subsidiary {
	width: 960px;
	padding: 95px 0 25px;
}
#footer #subsidiary .aside h3.widgettitle {
	font-size: 2.7em;
	margin-bottom: 0.5em;
	color: #f8f7f0;
}
#footer #subsidiary #first {
	width: 550px
}
#footer #subsidiary #second {
	width: 360px;
}
#footer {
	background: #a4d4d5 url(images/bg-footer.jpg) repeat-x scroll center top;
	margin-top: 0;
	border: none;
	padding-top: 150px;
	margin-top: 100px;
}
#footer ul.connect {
    margin: 0;
    padding: 0;
}
#footer ul.connect li {
    list-style: none;
}
#footer ul.connect li.email, #footer ul.connect li.skype, #footer ul.connect li.gtalk, #footer ul.connect li.phone {
    padding-left: 35px;
    height: 35px;
}
#footer ul.connect li.email {
    background: transparent url(images/email.png) no-repeat 0 0;
}
#footer ul.connect li.skype {
    background: transparent url(images/skype.png) no-repeat 0 0;
}
#footer ul.connect li.gtalk {
    background: transparent url(images/gtalk.png) no-repeat 0 0;
}
#footer ul.connect li.phone {
    background: transparent url(images/phone.png) no-repeat 0 0;
}
#siteinfo {
	margin: 0;
	width: 100%;
}
#siteinfo .copyright {
	margin: 0 auto;
	width: 960px;
}
#siteinfo ul.validator {
	list-style-type: none;
	display: block;
	margin: -20px auto 0;
	width: 960px;
}
#siteinfo ul.validator li {
    background: url(images/check.png) no-repeat;
    margin-left: 15px;
    padding-left: 20px;
}
#siteinfo .validator li {
	float: right;
	padding-left: 15px;
}

/* forms */

/* cform */
#footer .cform label span {
	display: none;
}
#footer .cform label {
	width: 0px;
}
#footer span.reqtxt, #footer span.emailreqtxt {
	margin-left: 0;
	padding-left: 20px;
}
#footer #cforms2form.cform textarea, #footer #cforms2form p.cf-sb, #footer span.reqtxt, #footer span.emailreqtxt, #footer #cforms2form.cform input.sendbutton, #footer #cforms2form.cform input.single, #footer #cforms2form.cform input.fldrequired {
	color: #666;
}
#footer span.reqtxt, #footer span.emailreqtxt {
    color: #cec9c3;
}
#footer #cforms2form.cform {
	margin: 0;
}
#footer #cforms2form.cform ol.cf-ol {
	border: 0;
	padding: 0 !important;
}
#footer #cforms2form p.cf-sb {
	text-align: left;
	margin-left: 210px; 
}
#footer #cforms2form.cform textarea {
	background: url(images/textarea.png) no-repeat;
	height: 145px;
	padding: 20px 0 0 20px;
	border: none;
}
#footer #cforms2form.cform textarea:hover {
    background: url(images/textarea-hover.png) no-repeat;
}
#footer #cforms2form.cform input.sendbutton {
	background: #f0f2e4;
	background: transparent url(images/submit-btn.png) no-repeat scroll 0 0;
	border-style: none !important;
	padding: 6px 20px 10px;
	cursor: pointer;
}
#footer #cforms2form.cform input.sendbutton:hover {
    background: transparent url(images/submit-btn-hover.png) no-repeat scroll 0 0;
}
#footer #cforms2form.cform input.single, #footer #cforms2form.cform input.fldrequired {
	background: url(images/input-field.png) no-repeat;
	height: 30px;
	padding: 20px 0 0 20px;
	border: none;
}
#footer #cforms2form.cform input.single:hover, #footer #cforms2form.cform input.fldrequired:hover {
    background: url(images/input-field-hover.png) no-repeat;
}
.linklove {
	display: none;
}
/* contact form 7 */
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	padding: 2px;
	cursor: pointer;
}
#contact input[type="text"], #contact textarea, #contact select {
	width: 200px;
}
#contact select {
	width: 205px;
}
#contact textarea {
	height: 100px;
}
#contact input[type="submit"] {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	padding: 3px 5px;
	background: #48c8f4;
	border: 0;
}

/* page templates */
#feature {
	background: #a4d4d5;
	margin-top: 440px;
}
.featured-work h4 {
	font-size: 1.5em;
	color: #403d3e;
	margin: 0 0 5px;
	padding: 0 0 5px 5px;
}
#feature span.recent-work {
	background: url(images/arrow-recent-work.png) no-repeat 15% 100%;
	height: 35px;
	display: block;
	margin: 0 auto;
	width: 960px;
	padding-left: 5px;
}
#feature h3.more-projects {
    margin: 10px auto 0;
    width: 960px;
    text-align: right;
    padding-right: 15px;
}
#feature ul.recent-work {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	display: block;
}
#feature ul.recent-work li {
	display: inline;
	margin-left: 14px;
}
#feature ul.recent-work li:first-child {
	margin-left: 0;
}
#feature ul.recent-work img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -kthml-border-radius: 5px;
	background: url(images/fff-gradient60.png) repeat;
	background: rgba(255,255,255,0.7);
	padding: 8px;
}
#feature .recent-work a img:hover {
	background: url(images/fff-gradient40.png) repeat;
	background: rgba(255,255,255,0.4);
}
#feature ul.recent-work a {
	background: transparent;
}
#home-content, #portfolio-content, #single-content {
	background: #a4d4d5;
}
#home-content, #portfolio-content {
	padding-top: 15px;
}
#single-content {
	padding-top: 40px;
}
.portfolio-piece {
	background: url(images/fff-gradient60.png) repeat;
	background: rgba(255,255,255,0.7);
	padding: 10px; 
	min-height: 510px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-kthml-border-radius: 5px;
}
.portfolio-content {
	background: url(images/f8f7f0-gradient70.png) repeat;
	background: rgba(248,247,240,0.7);
	padding: 10px;
	min-height: 510px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-kthml-border-radius: 5px;
}
div.colborder.portfolio-piece {
	border-right: none;
}
#home-content, #portfolio-content {
	color: /*#eeeacd*/ #403d3e;
}
#single-content .single-hide img {
	display: none;	
}
#portfolio-content ul.work-list {
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
}
#portfolio-content ul.work-list img {
	padding: 7px;
	background: #fff;
	border: 1px dotted;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#portfolio-content ul.work-list li {
	display: inline;
	padding-right: 20px;
}
#portfolio-content ul.work-list li:last-child {
	padding: 0;
}
#portfolio-content ul.work-list li.end {
	padding-right: 0;
}
#portfolio-content .works-cats {
	margin-bottom: 50px;
}
#portfolio-content h2 {
	background: transparent url(images/unicorn-thumb.png) no-repeat scroll 12% 0;
	padding-top: 25px;
	font-size: 2.7em;
	color: #f8f7f0;
}
#portfolio-content h3 {
	font-size: 1.625em;
}
.about h2, .lifestream h2 {
	background: transparent url(images/unicorn-thumb.png) no-repeat scroll 15% 0;
	padding-top: 25px;
	margin-top: 20px;
	color: #f8f7f0;
	font-size: 2.7em;
}
.bio img.designer{
	background: url(images/fff-gradient60.png) repeat;
	background: rgba(255,255,255,0.7);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
	padding: 10px;
	float: right;
	margin-left: 10px;
}
.bio img.designer:hover {
    background: url(images/fff-gradient40.png) repeat;
    background: rgba(255,255,255,0.4);
}
.bio h4.me {
	float: right;
	margin-right: 50px;
	padding-left: 10px;
	font-size: 1.5em;
	color: #403d3e;
}
.bio span.identified {
	background: url(images/arrow-me.png) no-repeat 0 25%;
	display: block;
	padding-top: 55px;
}
ul.my-skills, ul.services {
	margin-left: 0;
	float: left;
}
ul.my-skills {
	padding-right: 65px;
	width: 175px;
}
ul.my-skills li {
	list-style-image: url(images/heart.png);
	margin-left: 10px;
}
ul.services li {
	list-style-image: url(images/check.png);
	margin-left: 10px;
}
li.first, li.last {
	list-style-image: url(images/list-img.png);
}
ul.services {
	width: 175px;
}
ul.last, ul.my-skills li:last-child, ul.services li:last-child {
    margin-top: 15px;
}
ul.my-skills li:first-child, ul.services li:first-child, ul.my-skills li:last-child, ul.services li:last-child {
	list-style-image: url(images/list-img.png);
	margin-left: -10px;
}
.animals {
	margin-top: 75px;
}
.animals img {
	background: url(images/fff-gradient60.png) repeat;
	background: rgba(255,255,255,0.7);
	padding: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.animals img:hover {
    background: url(images/fff-gradient40.png) repeat;
    background: rgba(255,255,255,0.4);
}
.testimonials .bbpTweet {
    background: rgb(191,224,225); /* fallback color */
    background: rgba(255,255,255,0.2);
	padding: 10px 12px 10px 12px;
	margin: 0;
	min-height: 155px;
	height: auto !important;
	height: 155px;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.testimonials .bbpTweet:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#b6dcdd transparent transparent; 
}
.testimonials span.timestamp, .testimonials span.metadata {
	font-size: 12px;
	display: block;
}
.testimonials span.metadata {
	width: 100%;
	clear: both;
	margin-top: 8px;
	padding-top: 10px;
	height: 40px;
	border-top: 1px solid #a4d4d5;
}
.testimonials span.author {
	line-height: 19px;
}
.testimonials span.author img {
	float: left;
	margin: 0 7px 0 0px;
	width: 38px;
	height: 38px;
}
h4.resume {
	background: transparent url(images/linkedin-icon.png) no-repeat scroll 0 50%;
}
h4.vcard {
	background: transparent url(images/vcard-icon.png) no-repeat scroll 0 50%;
}
h4.resume, h4.vcard {
    padding: 25px 0 25px 90px;
}
h4.resume {
    margin: 50px 0 40px;
}
h4.vcard {
    margin: 40px 0 50px;
}

.lifestream h3.twitter, .lifestream h3.delicious, .lifestream h3.facebook, .lifestream h3.flickr {
	height: 35px;
	padding-left: 50px;
}
.lifestream h3.twitter {
	background: transparent url(images/twitter-icon.png) no-repeat scroll 0 0;
}
.lifestream h3.delicious {
	background: transparent url(images/delicious-icon.png) no-repeat scroll 0 0;
}
.lifestream h3.facebook {
	background: transparent url(images/facebook-icon.png) no-repeat scroll 0 0;
}
.lifestream h3.flickr{
	background: transparent url(images/flickr-icon.png) no-repeat scroll 0 0;
}
#nav-below.navigation {
	overflow: visible;
	padding-bottom: 10px;
}
.navigation .nav-previous a, .navigation .nav-next a {
	background: #abe0f8;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.navigation .nav-previous a:hover, .navigation .nav-next a:hover {
	color: #fff;
	background: #508ebe;
}

/* CSS blueprint mods */
.container.bottom {
	/*background: transparent url(images/bg-trees.png) no-repeat scroll right bottom;*/
	width: 960px;
}

/* =plugin specific */
.lifestream .flickrpress-container {
    text-align: left;
}
.lifestream .flickrpress-container .flickrpress-items {
    /*margin-left: 5px;*/
    margin-top: 5px;
	height: 150px; /* avoid frame */
}
.lifestream .flickrpress-container .flickrpress-items div {
	background: transparent url(images/fff-gradient60.png) repeat;
	background: rgba(255, 255, 255, 0.7) repeat;
	box-shadow: 3px 3px 5px #94d4d5
	-moz-box-shadow: 3px 3px 5px #94d4d5;
	-webkit-box-shadow: 3px 3px 5px #94d4d5;
	-khtml-box-shadow: 3px 3px 5px #94d4d5;
	border: none;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	margin: 2px 3px 2px 0;
	padding: 3px;
	display: inline-block;
}
.lifestream .flickrpress-container .flickrpress-items div:hover {
	background: url(images/fff-gradient40.png) repeat;
    background: rgba(255,255,255,0.4);
}
.lifestream .flickrpress-container .flickrpress-items div a, .flickrpress-container .flickrpress-items div a:link {
	line-height: 0;
	background: none;
}
.lifestream .flickrpress-container .flickr_item_view_square img {
	padding: 4px;
    width: 83px;
    height: 83px;
}


#blender {
    padding: 5px 0 0;
}
#blender .tb_tweetlist {
    border: none;
}
#blender .tb_tweetlist .tb_tweet {
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(191,224,225); /* fallback color */
    background: rgba(255,255,255,0.2);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border: 1px dotted #f8f7f0;
}
#blender .tb_tweetlist .tb_tweet-info a {
    color: #508ebc;
}
#blender .tb_tweetlist .tb_tweet-info {
    color: #403d3e;
    font-size: 0.8em;
}
#blender .tb_header, #blender .tb_footer, #blender .tb_tools, #blender .tb_twitterlogo {
    display: none;
}   
#blender .tb_tweetinfo a {
    color: #508ebc;
}
#blender .tb_tweetinfo a:hover {
    text-decoration: none;
}   
#blender a.tb_photo {
    background: transparent;
}
#blender a.tb_photo img {
    margin: 5px 20px 35px 5px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    background: #fff;
    border: none;
}
#blender .tb_tweetinfo {
    color: inherit;
}

ul.delicious li.delicious-item {
	padding: 5px 2px;
}
#twitter {
    width: 400px;
}
    #twitter ul {
        background: transparent url(images/oustcat-icon.png) no-repeat 0 0;
        list-style: none;
        margin: 0;
        padding-left: 85px;
    }
    #twitter ul li {
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        padding: 20px;
    }
    #twitter h5 {
        float: left;
        margin-top: 80px;
    }

/* cforms */
#cforms-2 .success, #cforms-2 .waiting {
	float: left;
}
#cforms-2 .cf_info {
	width: auto;
}
