/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@import url('../toxic-thematic-child/dropdown.css');

@import url('http://fast.fonts.com/cssapi/1812c816-d03b-4a43-9120-e9530c1d9c28.css');



/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
    line-height:19px;
	color: #464646;
	font-weight:400;
}
p, ul, ol, dd, pre {
	font-family: Arial, Helvetica, sans-serif;
    margin-bottom:12px;
	font-weight:400;
}

p strong{
	font-weight:400;
}
hr {
    margin-bottom:0px;
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: 0;
	height: 1px;
}
a:link {
	padding:2px 5px 2px 5px;
	color: #464646;
}
a:visited {
	color: #464646;
}
a:hover {
    color: #464646;
	text-decoration:none;
	background-color:#f0f0f0;
}
a:active {
	color: #464646;
}
#main {
    clear:both;
    padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 960px;
	margin: 0 auto;
}
#breadcrumbs{
	padding:0 0 0 85px;
	height:50px;
}
#breadcrumbs strong {
	font-weight:400;
}

.error404 .post{
	padding-top:25px;
	padding-bottom:25px;
}
.error404 .post h1 {
	font-size:19px;
	font-family:'AvantGardeGothicITCW01B 731069';
	font-weight:400;
	color:#464646;
	text-transform:uppercase;
}
.error404 #error404-s{
	margin-left:25px;
}
.noresults.post{
	padding-top:25px;
	padding-bottom:25px;
}
.noresults h1 {
	font-size:19px;
	font-family:'AvantGardeGothicITCW01B 731069';
	font-weight:400;
	text-transform:uppercase;
}
.noresults #noresults-s{
	margin-left:25px;
}		
	
.page-title span {
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
	padding-left:7px;
}
.page-title{
	color:#464646;
	font-size:19px;
	padding-left:25px;
	padding-bottom:40px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

/* =Header
-------------------------------------------------------------- */

#header-container {
	min-width: 960px;
}
#header {
    z-index:2;
	clear: both;
	height: 340px;
	background-image:url(../toxic-thematic-child/assets/images/blog-header-bg.jpg);
	background-position:50% 33px;
	background-repeat:no-repeat;
}
#access {
}
#branding {
    padding:0;
	width:0;
	height:0;
}
#blog-title{
	text-indent:-9999px
}
#blog-description{
	text-indent:-9999px;
	font-style:normal;
}
#navigation #logo-grey a {
	position: absolute;
	z-index: 19995;
	width:180px;
	float: left;
	background-image:
	url(../toxic-thematic-child/assets/images/toxic-creative-logo-grey.png);
	background-repeat: no-repeat;
	height: 82px;
	display:block;
	margin-left: 60px;
	margin-top: 14px;
}
#navigation #logo-grey a:hover {
	background-color:transparent;
}



/* content ----------------------- */

#container {
	width: 660px;
	float: left;
}
#content {
	width:568px;
	margin-left:60px;
	margin-right:32px;
	float:left;
}
#nav-above{
display:none;
}

#single-top ul.xoxo{
padding:0;
margin:0;
height:0;
}

#nav-above.navigation a {
	display:none;
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
	font-size:1px;
	line-height:1px;
	padding-left:0px;
	padding-right:0px;
	pading-bottom:0px;
	padding-top:0px;
	font-style:normal;
}


.back-link{
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
	font-size:20px;
	line-height:30px;
	padding-left:4px;
	padding-right:4px;
	pading-bottom:4px;
	padding-top:4px;
}
#single-top.aside{
border:none;
padding:0;
margin:0;
height:60px;
}




.post{
	margin-bottom:60px;
	background-image:url(../toxic-thematic-child/assets/images/post-content-bg.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
	padding-bottom:0px;
}
.post-header-container{
	text-transform:uppercase;
	font-size:20px;
	padding-top:26px;
	min-height:31px;
	background-image:url(../toxic-thematic-child/assets/images/post-title.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
.entry-title {
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
	letter-spacing:0.06em;
    font-size:19px;
    line-height:19px;
    padding:0 0 0 25px;
	float:left;
	width:355px;
    color:#464646;
}
.entry-title a {
    color:#464646;
    text-decoration:none;
	padding:0px;
	display:block;
}
h1.entry-title{
	padding-left:25px;
}
.entry-title a:active, .entry-title a:hover {
    color: #464646;
	text-decoration:underline;
}
.entry-meta{
	font-size:19px;
    color:#464646;
	float:right;
	width:100px;
    line-height:19px;
	font-style:normal;
}
.entry-content{
	width:520px;
	float:left;
	margin:0px 0px 0px 25px;
}
img.alignleft {
	margin:25px 0px 10px 0px;
	max-width:518px;
	border: 1px solid #adadad;
	display:block;
	float:none;
}
img.alignright {
	margin:25px 0px 10px 0px;
	max-width:518px;
	border: 1px solid #adadad;
}
.entry-content img {
	margin:40px 0px 20px 0px;
	max-width:508px;
	border: 1px solid #adadad;
	display:block;
	padding: 5px;
}
.entry-content strong {
	color:#464646;
}
.entry-content a {
    color:#464646;
	padding:0px;
}

blockquote {
	margin: 40px 0px;
	padding-left: 80px;
	background: transparent url(../toxic-thematic-child/assets/images/quote.png) no-repeat;
	text-transform: uppercase;
	min-height:50px;
	font-style:normal;
}
blockquote em {
	font-style: italic;
	font-family:'AvantGardeGothicITCW01D 731075';
	text-transform:none;
	font-weight:400;
}
	
	
.entry-utility {
    color:#464646;
	margin:0px 0px 0px 0px;
	padding:20px 25px 20px 25px;
	background-image:url(../toxic-thematic-child/assets/images/blog-footer-bg.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
	font-style:normal;
	min-height:20px;
	clear:both;
}
.entry-utility a {
	color: #464646;
	text-decoration:underline;
	font-style:normal;
}
.entry-utility a:hover {
	color: #464646;
	text-decoration:none;
}
.cat-links{
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
}
.cat-links a {
	font-family: Arial, Helvetica, sans-serif;

	}
.tag-links{
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
}
.tag-links a {
	font-family: Arial, Helvetica, sans-serif;

	}
.read-more-link {
	background-color:#cecece;
	display:inline-block;
	margin-bottom:20px;
}
.entry-content .wp-post-image {
border: 1px solid #adadad;
}
.entry-content .wp-post-image:hover{
border:none;
padding:6px;
}





/* Next and prev posts ----------------------- */

div.clear:both{
	height:0px;
	background:#0C6;
}


.navigation a {
	font-family:'AvantGardeGothicITCW01D 731075';
	font-weight:400;
	font-size:20px;
	line-height:30px;
	padding-left:4px;
	padding-right:4px;
	pading-bottom:4px;
	padding-top:4px;
	font-style:normal;
}
.nav-previous{
}
#nav-below.navigation{
	height:35px;
}
.nav-next{
}
.meta-nav {
	padding:6px;
}
.navigation a:hover {
	color: #464646;
}
.meta-nav-title{
	font-family:'AvantGardeGothicITCW01B 731069';
	font-weight:400;
	font-size:13px;
	margin-left:25px;
	margin-right:15px;
	display:block;
	line-height:15px;
}
a:hover .meta-nav-title {
	color: #464646;
}
#form-allowed-tags{
	Display:none;
}
#comments-list .comment-author {
}
a.comment-reply-link:hover{
	color: #464646;
}
.meta-sep {
	Display:none;	
}
.comment-meta a{
	Display:none;
}
.comment-author a{
	margin-left:-5px;
}


/* really simple social buttons plugin ----------------------- */

.really_simple_share{
	float:left;
	width:520px;
	min-height:44px;
	margin:40px 0px 20px -21px;
	padding:0px 20px 0px 20px;
}
.really_simple_share_facebook_like{
	width:80px;
	margin-right:0px;
	margin-top:20px;
	height:20px;
}
.really_simple_share_linkedin{
	padding:0;
	margin-top:20px;
	height:20px;
	min-width:89px;
	margin-right:0px;
}
.really_simple_share_email{
	margin-top:20px;
	margin-right:0px;
	height:25px;
	width:55px;!important
}
.really_simple_share_email img{
	margin:0;
	padding:2px;
	border: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:22px;
}
.really_simple_share_email a:link {
	border: none;!important
	margin:0;
	padding:0;
	height:20px;
}
.really_simple_share_email a{
	margin:0;!important
	padding:0;!important
	border: none;!important
	display: inline;!important
}
.really_simple_share_twitter{
	min-width:116px;
	margin-top:20px;
	height:20px;
}
.really_simple_share_google1{
	min-width:91px;
	margin-right:0px;
	margin-top:20px;
	height:20px;
}



/* sidebar ----------------------- */

#primary {
    border:none;
    padding:0;
	float:right;
	width:250px;
	margin:0 30px 0 0;
}
.main-aside ul {
    padding:0 0px;
}
.aside a:active, .aside a:hover {
	color:#464646;
}

/* mailchimp ----------------------- */

#mc_embed_signup{
	padding-left:20px;
}
#mailchimpsf_widget-4 {
	background-image:url(../toxic-thematic-child/assets/images/mailinglist-sidebar.jpg);
	background-repeat:no-repeat;
	background-color:#F0F0F0;
	display:block;
	float:left;
	padding:0;
	width:250px;
	margin:0 0 50px 0px;
}
#mc_signup{
	float:left;
	padding:0;
	width:250px;
	margin:0px;
}
#mailchimpsf_widget-4 h3 {
	font-family:'AvantGardeGothicITCW01B 731069';
	font-weight:400;
	display:block;
	float:right;
	text-align:right;
	padding-left:42px;
	margin-right:10px;
	margin-top:29px;
	font-size:19px;
	color:#464646;
	font-style:normal;
}
#mailchimpsf_widget-4 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: none;
}
#mailchimpsf_widget-4 h3 strong {
	font-weight:400;
}
#mailchimpsf_widget-4 #mc_signup_form{
	float:left;
	padding:0;
	width:250px;
	margin:0px;
}
.mc_form_inside{
float:left;
}	
.mc_merge_var{
	float:right;
	text-align:right;
	padding-left:42px;
	padding-right:10px;
}		
.mc_var_label{
	color:#464646;
	float:right;
	text-align:right;
	margin-right:10px;
}
.mc_input{
	float:right;
	text-align:left;
	font-size:13px;
	width:210px;
	height:9px;
	margin:0px 10px 5px 0px;
	padding:10px;
	background-color:#fff;
	border-top: 1px solid #d3d3d4;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align:right;
}
.mc_form_inside #mc-indicates-required {
	float:left;
	width:140px;!important
	display:block;
	padding-left:10px;
}
#mc_signup_submit{
	float:right;
	text-align:right;
	background-color:#fff;
	border:none;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:13px;
	font-weight:400;
	padding-right:2px 5px 2px 5px;
	margin-right:5px;
}
#mc_signup_submit:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}
.mc_error_msg{
}
#mc_message{
	margin:10px 0;
}
#mailchimpsf_widget-3 .mc_success_msg {
	margin:10px 0;
	color:#464646;
}
#mce-success-response{
	color:#464646;
	font-size:13px;
}

#mce-responses  .response a {
color:#FFF;
}
#mce-responses  .response a:hover {
	color:#464646;
}
/* sidebar search ----------------------- */

#search-2{
	float:left;
	width:250px;
	margin:0 0 50px 0px;
}
#search-2 h3 {
	display:block;
	height:30px;
	float:right;
	text-align:right;
	padding-left:32px;
	margin-right:10px;
	background-image:url(../toxic-thematic-child/assets/images/blog-magnifing-glass.jpg);
	background-repeat:no-repeat;
	background-position:left top
	font-size:19px;
	color:#464646;
	text-transform:uppercase;
	font-style:normal;
}
#search-2 input{
	color:#464646;
	float:right;
	text-align:left;
	font-size:13px;
	width:230px;
	min-height:13px;
	margin:0px 0px 5px 0px;
	padding:5px 10px ;
	background-color:#f0f0f0;
	border-top: 1px solid #d3d3d4;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align:right;
}

/* sidebar Categories ----------------------- */

#categories-2{
	width:250px;
	float:left;
	margin-bottom:40px;
	padding-bottom:0px;
}
#categories-2 h3{
	color:#464646;
	border-bottom: 1px solid #d3d3d4;
	border-right: none;
	border-top: none;
	border-left: none;
	width:240px;
	text-transform:uppercase;
	font-size:19px;
	height:30px;
	float:left;
	text-align:right;
	padding:0 10px 0 0;
	font-style:normal;
}
#categories-2 ul {
/*	width:240px;
*//*	float:right;
*/	text-align:right;
	padding: 5px 0px 0px 0px;
	margin-right:0px;
	margin-bottom:0px;
	clear:both;
}
#categories-2 ul li {
	margin:10px 0 10px 0;
	text-decoration:none;
	text-align:right;
	list-style:none;
	list-style-type:none;
}
#categories-2 li a {
	padding:2px 5px 2px 5px;
	margin:0 5px 0 0;
}
#categories-2 ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

/* sidebar archives ----------------------- */

#archives-2{
	width:250px;
	float:left;
	margin-bottom:40px;
	padding-bottom:0px;
}
#archives-2 h3{
	color:#464646;
	border-bottom: 1px solid #d3d3d4;
	border-right: none;
	border-top: none;
	border-left: none;
	width:240px;
	text-transform:uppercase;
	font-size:19px;
	height:30px;
	float:left;
	text-align:right;
	padding:0 10px 0 0;
}
#archives-2 ul {
	width:240px;
	float:right;
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin-right:5px;
	margin-bottom:0px;
}
#archives-2 ul li {
	margin:10px 0 10px 0;
	text-decoration:none;
	text-align:right;
	list-style:none;
	list-style-type:none;
}
#archives-2 li a {
	padding:2px 5px 2px 5px;
	margin:0;
}
#archives	-2 ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

/* sidebar RSS ----------------------- */

#text-2{
float:left;
}


	
a.sidebar-connect{
	font-size:13px;
	display:block;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 235px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom: 15px;
	text-decoration:none;
	text-align:right;
}
a.sidebar-connect:hover{
	text-decoration:underline;
	color:#FFF;
	background-position:left -30px;
	background-color:#5F6062;
}
#follow-twitter {
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/follow-twitter.jpg);
}
#follow-facebook{
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/follow-facebook.jpg);
}
#follow-google{
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/follow-google.jpg);
}
#follow-linkedin{
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/follow-linkedin.jpg);
}
#follow-dribbble{
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/follow-dribbble.jpg);
}
#follow-rss{
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/follow-rss.jpg);
}




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


#contact-details a.tel {
	color:#fff;
}
#contact-details .tel a{
	color:#fff;
}
#contact-details .tel a:link{
	color:#fff;
}


.bot-hr-light {
	background-image: url(../toxic-thematic-child/assets/images/rule-2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}


.col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 25px 25px 60px; /* padding keeps the content of the div away from the edges */
}
.col2 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 25px 25px 25px 30px;
	float: left;
	width: 245px;
} 
.col2-3 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 25px 55px 25px 30px;
	float: left;
	width: 545px;
} 
.col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 55px 25px 30px; /* padding keeps the content of the div away from the edges */
}

#footer-container p {
margin-bottom: 0px
}
#footer-container {
	color:#FFF;
	font-size:11px;
	width: 100%;
	margin: 95px 0px 0px;
	height: 100%;
	background-repeat: repeat-x;
	background-color: #5f6062;
	background-image: url(../toxic-thematic-child/assets/images/footer-bg.png);
}
#footer-container #footer {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	border:0;
} 
#footer-container #footer #footer-top {
	padding-top:15px;
}
#footer-bottom {
	padding-bottom: 45px;
	padding-top: 45px;
}


/* ---------------------------           footer nav --------------------------------------------- */
#footer-container #footer #footer-top #footer-nav {
	font-size:11px;
	color: #fff;
	text-transform:uppercase;
	padding-top:6px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	border: none;
}
#footer-nav ul ul {
	margin: 0;
	padding: 0;
	border: none;
}
#footer-nav ul ul li a {
	border-left: 5px solid #5f6062;
	padding-left: 10px;
	margin-left:5px;
	color:#CCC;
}
#footer-nav li {
	list-style-type: none;
	margin: 0;
}	
#footer-nav li a {
	display: block;
	padding: 4px 5px 4px 15px;
	border-left: 5px solid #6f7072;
	background-color: #5f6062;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
#footer-nav li .selected {
	background-color: #3c3c3e;
}
html>body #footer-nav li a {
	width: auto;
}
#footer-nav li a:hover {
	border-left: 5px solid #6f7072;
	background-color: #6f7072;
	color: #fff;
}



/* ---------------------------  careers-nav --------------------------------------------- */
#footer-container #footer #footer-top #careers-nav {
	font-size:11px;
	color: #fff;
	text-transform:uppercase;
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/were-hiring.png);
	background-repeat:no-repeat;
	padding-top:69px;
	margin-top:75px;
}
#careers-nav ul {
	margin: 0;
	padding: 0;
	border: none;
}

#careers-nav li {
	list-style-type: none;
	margin: 0;
}	
#careers-nav li a {
	display: block;
	padding: 4px 5px 4px 15px;
	border-left: 5px solid #fff;
	background-color: #3c3c3e;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
#careers-nav li .selected {
	background-color: #3c3c3e;
}
html>body #careers-nav li a {
	width: auto;
}
#careers-nav li a:hover {
	border-left: 5px solid #fff;
	background-color: #6f7072;
	color: #fff;
}




#contact-details {
	float: left;
	padding-bottom: 0px;
	line-height:1.4em;
	padding-top:35px;
	font-size:13px;
}
#contact-divider {
	float: left;
	}

#contact-details strong {
	text-transform: uppercase;
}
#contact-details h3 a{
	margin-bottom: 4px;
	font-size:13px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	padding:0;
	background-color:none;
}
#contact-details h3 a:hover{
	color:#FFF;
	padding:0;
	background-color:transparent;!important
}
#contact-details h3 strong {
	font-weight:400;
}

#contact-details p.tel {
	background-image: url(../toxic-thematic-child/assets/images/tel.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	height: 20px;
	padding-top:0px;
	vertical-align:central;
	margin-bottom: 10px;
	margin-top:0px;
}
#contact-details p.tel a {
	color:#fff;
	text-decoration:none;
}
#contact-details p.tel a:hover {
		text-decoration:underline;
	background-color: #5f6062;
}
p.google-map {
	background-image: url(../toxic-thematic-child/assets/images/google-map.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	height: 20px;
	padding-top:0px;
	vertical-align:central;
	margin-bottom: 10px;
	margin-top:10px;
}
.email-link {
	background-image: url(../toxic-thematic-child/assets/images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	height: 20px;
	padding-top:5px;
	margin-bottom: 10px;
}
.google-map a {
	color:#fff;
	text-decoration:none;
}
.google-map a:hover {
		text-decoration:underline;
	background-color: #5f6062;
}
.email-link a {
		text-decoration:none;
color:#fff;
}
.email-link a:hover {
	text-decoration:underline;
	background-color: #5f6062;
}
#connect {
	padding-top:10px;
}
#connect h3 {
	font-size:13px;
	text-transform:uppercase;
}
#connect .col3 {
	background-image: url(../toxic-thematic-child/assets/images/twitter-bird-icon.png);
	background-repeat: no-repeat;
	background-position: 215px 7px;
	padding-top:10px;
}
#twitter-feed h3 {
	margin-bottom: 10px;
}
#social {
	padding-top:10px;
	padding-bottom:0px;
	}
#social a{
	font-size:13px;
	color:#FFF;
	display:block;
	background-color: #3b3c3d;
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 235px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration:none;
}
#social a:hover{
text-decoration:underline;
}
#twitter a {
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/twitter-icon.jpg);
	}
#facebook a {
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/facebook-icon.jpg);
}
#google a {
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/google+-icon.jpg);
}
#linkedin a {
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/linkedin-icon.jpg);
}
#dribbble a {
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/dribbble-icon.jpg);
}

#toxic {
	width: 860px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 45px;
}
#local-links {
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #afafb0;
}
#local-links a {
	color: #afafb0;
}
#local-links a:hover {
	color: #464646;
}

#contact-address{
	font-size:13px;
padding-top:0px;
}


#terms-links{
	text-decoration:none;
	list-style:none;
	color: #afafb0;
	margin:0;
	padding:0;
}
#terms-links a{
	text-decoration:none;
	color: #afafb0;
	margin:0;
	padding:0;
}
#terms-links a:hover{
	color: #fff;
	text-decoration:underline;
		background-color:transparent;
}



#contact-address h3{
font-family: Arial, Helvetica, sans-serif;
}
#contact-address a, #contact-address a:hover{
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	background-color:transparent;
	margin:0px 0px 7px 0px;
	padding:0px;
	display:block;
}

#copyright, #copyright a, #copyright a:hover {
	color: #afafb0;
	text-decoration:none;
	background-color:transparent;
	margin-top:18px;
}
#copyright a {
	margin:0;
	padding:0;	
}

#toxic-logo a  {
	width: 80px;
	float: left;
	background-image: url(../toxic-thematic-child/assets/images/toxic-creative-logo.png);
	background-repeat: no-repeat;
	height: 23px;
	display: block;
	background-position: left top;
}
#toxic-logo a:hover {
	background-image: url(../toxic-thematic-child/assets/images/toxic-creative-logo-over.png);
	background-repeat: no-repeat;
}
#toxic-text a {
		color:#FFF;

}
#toxic-text  {
	float: left;
}
#toxic-text a:hover {
	color: #000000;
}
#copyright a{
	color: #afafb0;
	}
#tclogo {
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: -8px;
}





/* ---------------------------  mailchimp --------------------------------------------- */


.mc-field-group label {
	width: 50px;
	display: block;
	color:#464646;
}
.mc-field-group #mce-FNAME {
	width: 216px;
	float: left;
	height: 26px;
	margin-bottom: 4px;
	margin-right: 45px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
}
.mc-field-group #mce-EMAIL {
	width: 216px;
	float: left;
	height: 26px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
}
.mc-field-group{
	float: left;
	margin-right:0px;
}
#mc-embedded-subscribe {
	font-size: 10px;
	text-transform: uppercase;
	background-image: none;
	float: right;
	margin-right: 5px;
}
#mc-embedded-subscribe{
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
	
}
.mce_inline_error {
	color:#F00;}

#mailing-list-container{
	background-color:#f0f0f0;
	background-image: url(../toxic-thematic-child/assets/images/mailing-list-header.jpg);
	background-position: right top;
	margin: 0px;
	background-repeat: no-repeat;
	width:545px;
}

#mailing-list {
	margin: 0px;
	padding-bottom: 10px;
	padding-top:35px;
	padding-left:20px;
	line-height:1.4em;
}
#mailing-list h3 {
	font-family:'AvantGardeGothicITCW01B 731069';
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0px 0px 2px;
	color:#464646;
}

#mailing-list h3 strong{
	font-family:'AvantGardeGothicITCW01D 731075';
	}
#mailing-list h3 span{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
	text-transform: none;
}




/* TWEET ----------------------- */


.tweet, .query {
  color: #fff; }
  
  .tweet .tweet_list, .query .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	}
	
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
	  
	  .tweet_odd {
		  background-color:#3c3c3e;}
	  
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 10px; 
	  	margin: 0 0 5px;

}
.tweet .tweet_list li a, .query .tweet_list li a {
	padding:0px;
    color: #fff;
}
.tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
    background-color:transparent;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
    background-color: #3c3c3e;
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: .5em;
	float: left;
}
	  
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }


/* search results  ------------------------------------------------- */
.type-page{
	display:none;
}
#nav-above.navigation{
	display:none;
}