/* 
Theme Name: Technyflex AU
Description: Technyflex AU theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #fff;
	min-width: 300px;
	border-top: 6px solid #274f93;
}

html, body, p, li, dd, td {
	color: #203e72;
	line-height: 150%;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

#preloader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/preloader.gif) center no-repeat #fff;
}

img a, a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

td {
	vertical-align: top;
}

a {
	color: #1952b4;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #133063; 
}

ul { 
	margin: 0 0 18px 25px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 2.8em;
	margin-top: 0;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

td h3 {
	margin-top: 0;
}

hr {
	height: 3px;
	border: 0;
	width: 100%;
	background: #bfd3f7;
	color: #bfd3f6;
	margin: 30px 0;
	clear: both;
}
  
.wrapper {
	width: 980px;
	margin: 0 auto;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	font-size: 24px;
	line-height: 140%;
	min-height: 160px;
	text-align: center;
	position: relative;
	padding: 0 25px;
}

#header a {
	text-decoration: none;
}

#headerphone {
	position: absolute;
	right: 25px;
	top: 30px;
	text-align: right;
	font-weight: bold;
	color: #3a5a8f;
	text-transform: uppercase;
	font-size: 30px;
}

#headerphone span {
	font-size: 20px;
	display: block;
}

img#logo-large {
	display: none;
}

/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 50px 25px;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
}

.content, .content p, .content li {
	line-height: 160%;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content input, .content select, .content textarea {
	background: #ebebeb;
	color: #666;
	padding: 6px !important;
	color: #5e5d5d;
	border: 1px solid #ccc;
}

.slp_map {
	margin-top: 20px;
}


a.newsheading {
	display: block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

span.date {
	display: block;
	color: #777;
	font-size: 0.9em;
	margin-bottom: 20px;
}

a.readmore {
	background: #224b98;
	color: #fff !important;
	padding: 10px 16px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	line-height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

a.readmore:hover {
	background: #6cc75f;
	color: #fff !important;
}

a.readmore {
}

.article-image {
	max-height: 450px;
	overflow: hidden;
}

.largetext {
	font-size: 25px;
}

/* Homepage                                         */
/* ------------------------------------------------ */
#homepage-intro {
	text-align: center;
}

#homepage-animals {
	background: url(images/technyflex-animal-relief.jpg) bottom left no-repeat;
	background: url(images/technyflex-animal-relief-sm.jpg) bottom left no-repeat\9; /* IE8 and below */
	background-size: contain;
	padding-bottom: 230px;
}

#homepage-animals, #homepage-animals h2 {
	margin: 0;
}

ul.checkmarks {
   padding-left: 0;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
   font-size: 1.3em;
   font-weight: bold;
}

ul.checkmarks li {
	line-height: 140%;
}

ul.checkmarks li:before {
    content: '\2713';   
    margin: 0 10px 0 0;
}

#distributors {
	margin-bottom: 15px;
}

#distributors > div {
	background-position: right 50%;
	background-repeat: no-repeat;
	padding: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	height: 100%;
	margin-bottom: 3px;
}

#distributors div span {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 90%;
	float: left;
}

.distributor-content {
	padding-left: 230px;
}

.distributor-content p {
	margin: 0;
}

.qld {
	background: #f28252 url(images/homepage-qld-nt.gif);
}

.nsw {
	background: #55c7d2 url(images/homepage-nsw.gif);
}

.vic {
	background: #f0a613 url(images/homepage-vic-tas.gif);
}

.sa {
	background: #84a82c url(images/homepage-sa.gif);
}

#homepage-lower {
	font-size: 1.2em;
}

#homepage-lower li {
	font-size: 1.3em;
}

img.half-width {
	width: 50%;
	height: auto;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	padding: 70px 0;
	text-align: center;
	background: #274f93;
}
 
#footer a, #footer, #footer p {
	color: #fff;
}

#footer img {
	margin-bottom: 20px;
}

#copyright {
	margin-top: 20px;
	font-size: 0.9em;
}

a.scrollup {
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.png') no-repeat;
	opacity: 0.7;
}

/* Responsive elements                              */
/* ------------------------------------------------ */
/*
@media screen and (min-width: 1280px) {
	.wrapper {
		width: 1200px;
	}
	
	img#logo-large {
		display: inline-block;
	}
	
	img#logo-medium, img#logo-small {
		display: none;
	}
	
	#headerphone {
		top: 90px;
		font-size: 45px;
	}
	
	#headerphone span {
		font-size: 27px;
	}
}
*/

@media screen and (max-width: 1000px) {
	.wrapper {
		width: auto;
	}
}

@media screen and (max-width: 900px) {
	#distributors > div {
		background-position: right top;
	}

	#distributors div span {
		float: none;
	}
	
	.distributor-content {
		padding: 20px 0 0 0;
	}
}

@media screen and (max-width: 760px) {
	img#logo-medium {
		
	}
	#header {
		height: auto;
	}
	
	#headerphone {
		position: relative;
		display: inline-block;
		right: auto;
		top: auto;
		margin: -10px 0 10px 0;
		font-size: 27px;
	}
	
	#headerphone span {
		display: inline-block;
		margin-right: 10px;
	}
}

@media screen and (max-width: 650px) {
	img.half-width {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.distributor-content {
		font-size: 16px;
	}
	
	#footer img {
		width: 250px;
		height: auto;
	}
	
	.largetext {
		font-size: 18px;
	}
}




/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}