/*
Theme Name: CSF Theme - MOD
Theme URI: 
Description: CSF Robotics Wordpress Theme
Version: 0.0.5
Author: Haddon
Author URI: 
*/


html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

body {
	background: #ccc url('images/bg-HR.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	color: #211d52;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.postclass{
 font-size:10px;
 color:#211D52;
}

.clear {
	clear:both;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
    padding: 15px;
}
.wrap {
    height: inherit;
    margin: 0 auto;
    position: relative;
    width: 971px;
}
header {
   /* background: url("images/content-bg-top.png") no-repeat scroll center top transparent;*/
    height: 120px;
    margin: 0 auto;
   /* width: 1031px;*/
	position:relative;
}
footer {
    border-top: 3px solid #211D52;
    color: #666666;
    font-size: 12px;
    margin: 0 auto;
    padding: 14px 0 5px;
    text-align: center;
    width: 971px;
}
#wrapper {
    /*background: url("images/content-bg-repeat.png") repeat-y scroll center center transparent;*/
    margin: 0 auto;
/*    width: 1031px;*/
}
#wrapper-bottom {
    /*background: url("images/content-bg-bottom.png") no-repeat scroll center bottom transparent;*/
    height: 25px;
    margin: 0 auto;
    width: 1031px;
}
#content {
    margin: 0 auto;
    padding: 10px 0;
 /*   width: 971px;
	min-height:500px;*/
}
#wrapper .content-internal {
    margin: 0 50px;
    /*width: 925px;*/
}

.content-category {
    background: url("images/category-bg.jpg") no-repeat scroll 269px 5px transparent;
}
.content-category p {
    margin: 10px 23px;
}
.logo {
    height: 78px;
    left: 47px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 24px;

}
.logo img{
	width:100%;
	    max-width: 226px;
}
header .menu-container {
    position: relative;
    top: -4px;
    /*left: 335px;
    width: 685px;*/
}
header .menu-container ul {
    float: right;
}
header .menu-container ul li {
    display: inline;
    margin: 0px;
    padding: 10px 15px;
}
@media (max-width: 768px){
header .menu-container ul li {
display:block;
}	

}
header .menu-container ul li a {
    color: #211D52;
    /*display: inline-block;*/
    margin: 0;
    padding: 5px 6px;
    text-decoration: none;
}
header .menu-container ul li a:hover {
    color: #FFFFFF;
    margin: 0;
}
header .menu-container ul li:hover {
    background-color:#000;
    color: #FFF;
    text-decoration: none;
}
header .menu-container ul li:hover a {
    color: #FFFFFF;
}
header .menu-container ul li > ul {
    color: #FFFFFF;
    display: none;
    width: 180px;
    z-index: 9999;
}
header .menu-container ul li:hover > ul, header .menu-container ul li > ul:hover {
    display: block;
	left:0;
    position: absolute;
    top: 26px;
	padding: 5px 0 0 0;
}
header .menu-container ul li:hover > ul li, header .menu-container ul li > ul:hover li {
    margin: 0;
    width: 180px;
}
header .menu-container ul li:hover > ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 3px;
    text-decoration: none;
    width: 180px;
	background: url("images/grey-bg-repeat.png") repeat scroll 0 0 transparent;
}

header .menu-container ul li:hover > ul li a:hover{
	background:#5c5f5c;
}

header .menu-container ul li > ul li > ul{
	display:none;
	position:absolute;
}

header .menu-container ul li > ul li:hover > ul{
	display: block;
	position: absolute;
	top: -21px;
	left: 186px;
}



footer .footer-menu-container {
    display: inline;
}
footer .footer-menu-container .footer-menu {
    display: inline;
}
footer .footer-menu-container .footer-menu li {
    display: inline;
}
footer .footer-menu-container .footer-menu li a {
    color: #666666;
    text-decoration: none;
}
footer .footer-menu-container .footer-menu li a:hover {
    text-decoration: none;
}
p {
    line-height: 1.3em;
    margin: 10px 0;
}
#content a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#content a:hover{
	color: #5248cb;
}
#featured-post-list {
    width: 100%;
	text-align:center;
}
#featured-post-list li {
    background: url("images/thumb-bg.png") no-repeat scroll center center transparent;
    display: inline-block;
    float: left;
    height: 146px;
    margin-left: -14px;
    width: 211px;
}
#featured-post-list li img {
}
#featured-post-list li a.img {
    height: 100px;
    left: 20px;
    padding: 0;
    position: relative;
    top: 22px;
    width: 170px;
}
#featured-post-list li a {
    background: url("images/white-bg-repeat.png") repeat scroll 0 0 transparent;
    bottom: 3px;
    display: block;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 12px;
    height: 16px;
    left: 20px;
    overflow: hidden;
    padding: 0 2px;
    position: relative;
    width: 168px;
    z-index: 100;
}
#content h1.title {
    background: none repeat scroll 0 0 #F68220;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: -17px;
    margin-top: 16px;
    padding: 0 24px 4px 39px;
}
#wrapper .content-internal h1.title {
    margin-left: -65px;
}
#content h1 {
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 5px;
}
#content h2 {
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0 5px;
}
#content h3 {
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0;
}
#content h4 {
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 -5px;
}
#content h5 {
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0;
}
.ul-center{
	text-align:center;
}
#category-post-list {
    margin: 0 auto;
    padding: 29px 0;
	display:inline-block;
    width: 936px;
}
@media screen and (max-width: 1327px){
#category-post-list {
width:100%;
}	
}
#category-post-list li {
    background: url("images/thumb-bg.png") no-repeat scroll center top transparent;
    display: inline-block;
    float: left;
    height: 216px;
    margin: 5px 15px 0 0;
    width: 211px;
}
#category-post-list li img {
}
#category-post-list li a.img {
    height: 100px;
    padding: 0;
    position: relative;
    top: 22px;
    width: 170px;
}
#category-post-list li a {
    display: block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 53px;
    width: 170px;
}
.content-internal ul {
    margin: 10px 0 0;
}

.content-internal ul ul{
	margin: 2px 0 0 15px;
	list-style-type:disc;
}

.content-internal ul li {
    list-style-position: outside;
    list-style:none;
	
    
}
.content-internal ol {
    margin: 10px 0 0;
}
.content-internal ol li {
    list-style: decimal outside none;
    margin: 0 0 0 25px;
    padding: 5px 0 5px 5px;
}
#main-content {
    float: left;
    width: 60%;
}
aside {
    background-color: #7363e0;
    color: #FFFFFF;
    float: right;
    margin-top: 60px;
    width: 35%;
}
aside embed, aside iframe, aside a img {
    border: 5px solid #FFFFFF;
}
#sidebar-top {
   /* background: url("images/sidebar-inlay-top.png") no-repeat scroll center top transparent;*/
    height: 20px;
}
#sidebar-content {
   /* background: url("images/sidebar-inlay-repeat.png") repeat-y scroll 0 0 transparent;*/
    padding: 0 15px;
}
#sidebar-bottom {
   /* background: url("images/sidebar-inlay-bottom.png") no-repeat scroll center bottom transparent;*/
    height: 20px;
}

#sidebar-bottom-hidden{
    height:20px;
}

td h6 {
font-weight: bold;
padding-right: 10px;
}

#qtranslate-chooser{
	/*width: 230px;*/
	position: absolute;
	/*background-image: url(http://www.completesurfacefinishing.com.au/wp-content/uploads/ztranslate-background.png);
    background-repeat: no-repeat;
    background-position: center center;*/
	color: #000;
	top: -50px;
	right: 0px;
	
}

#qtranslate-chooser li{
	float:left;
	margin:0 10px 0 0;
}

#qtranslate-chooser li a{
	line-height:12px;
	text-decoration:none;
	color:#000;
	background-position:left center;
}

#qtranslate-chooser li a:hover{
	color: #5248cb;
}
.apmTable {
	border: thick solid #006;
}
#industtd td {
	padding: 0px;
	vertical-align: middle;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

#thumbs {   
    width: 940px;
    margin-top:90px;
    margin-left: auto; 
    margin-right: auto;

     text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#thumbs a {
    vertical-align: top;
    display: inline-block;
    display: inline;
    zoom: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}