/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/



a { outline: none; text-decoration: none; border-bottom: none; }

a img { outline: none; border: none; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

body { background: url('images/customBg.png') repeat-x center top; }

body.sample-page { background: url('images/menu-home-bg.png') repeat-x center top; }

body.products-services, body.safetymax-videos, body.safetycare-titles, body.general-safety, body.safetymax-specials, body.safetymax-bahasa-mandarin, body.hazmathazwoper-safety, body.laboratory-safety, body.maritime-safety, body.transportation-safety, body.technical-safety, body.cleanroom-safety, body.real-accidents, body.computer-based-training, body.construction-safety, body.offshore-safety, body.electrical-safety, body.instrumentation-safety, body.mechanical-safety, body.food-safety, body.customised-videos, body.safety-posters, body.food-safety-posters, body.high-impact-posters, body.safety-course-manuals, body.safety-training-booklets, body.safety-training-seminars, body.maxtrax, body.montie, body.montie-office-suite, body.maxtrax-prime, body.maxtrax-prime-construction, body.maxtrax-prime-2, body.maxtrax-prime-3, body.maxtrax-premier, body.maxtrax-prestige, body.maxtrax-bahasa, body.maxtrax-mandarin, body.elearning, body.contact, body.presenters-guides { background: url('images/bodybg.png') repeat-x center top; }



.full_width .page { background: transparent; }
#header_area .page { width:960px; }

.custom #header_area { height: 30px; }

#header_area .page { padding-top: 2em; }



.elearning #content { min-height: 350px; }

.post_box { padding-top: 0; }



/* Nav Menu */



.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #FFFFFF; background: transparent; }

.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { 

  color: #0096D7;

  background: transparent;

  cursor: pointer;

}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover { color: #0096D7; background: transparent; }

.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a { color: #0096D7; background: transparent; }

.custom ul.menu { background: transparent; width: 100%; }

.custom .menu li a { background:transparent; padding: 9px 8px 9px 8px; }

.menu-navigation-container .menu li:first-child a,
.custom ul.menu li.tab-1 a { text-indent: -9999px; width: 125px; }

.menu-navigation-container .menu li:first-child a,
.custom ul.menu li.tab-1 a { background: url('images/logo.png') no-repeat; position: relative; top: -3px; left: 10px;}

.menu-navigation-container .menu li:first-child a:hover,
.custom ul.menu li.tab-1 a:hover { background: url('images/logohover.png') no-repeat; position: relative; top: -3px; left: 10px; }



/* search box in navigation */

/* clears the header floats */

#header {

        position: relative;

        top: -37px;

        right: 0;

        height: 28px;

	overflow: hidden;

}

/* allows the search function to be positioned to the right of the logo*/

#logo, #tagline { float: left; width: 300px; }

 

/* places the tagline below the logo */

#tagline { clear: left; }



/* positions the search widget on the right hand side of the header */

.widget_search {  float: right; width: 100%; position: relative; z-index: 60; }



/* formats the search input and button */

.search_form .text_input {
  background:#fff;
  border:1px solid #BBB59A;
  font-size: 11px;
  padding: 5px;
  width: 75%;
}

.search_form #searchsubmit {
  font-size: 11px;
  padding: 4px;
  cursor: pointer;
  width: 20%;
  float: right;
}

.search_form .text_input,
.search_form #searchsubmit {
  display: inline-block;
  box-sizing: border-box;
}



/* Iceberg Banner */

.custom #headerAd { display: block; height: 280px; width: 900px; margin-top: 69px; outline: none; }



/* This line sets up our clickable background image based on the site title's link */

    /* Adjust the height & width below to reflect the actual size of your image */

    /* Change the filename of your image to reflect the actual header's file name 

    .custom #header #logo a { display: block; height: 310px; width: 900px; background: url('images/iceberg.png') no-repeat; position: relative; top: 50px; left: -10px; outline: none; }*/



    /* This line gets rid of the site title & tagline by casting them out to the far left */

    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }



    /* This line collapses the vertical space of the tagline so that there isn&#8217;t unnecessary white space after the header image */

    .custom #header #tagline, .custom #header #logo { height: 0; }



    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

    .custom #header { padding: 0; }

    .custom #header { background: none; }

    .custom #header p { padding: 0; margin: 0; }



.headline_area h1.entry-title { margin-top: 10px; }





/* Page Banner */

#introAds { height: 175px; width: 100%; margin-top: 30px; }

#introAds .intro { 

    float: left; 

    width: 650px; 

}

#introAds .intro .introHead {

    float: left;

    color: #FFFFFF;

    font-size: 33px;

    font-weight: bold;

    width: 100%;

    margin-top: 45px;

    padding: 0;

} 

#introAds .introDesc {

    width: 100%;

    color: #FFFFFF;

    font-size: 16px;

    line-height: 120%;

    float: left;

}

#introAds .introPic {

    float: right;

    margin-top: -5px;

}

#introAds .introPic a, #introAds .introPic a img {

    outline: none;

    border: none;

}



.sample-page .headline_area h2 {

    color: #002b55;

    font-size: 28px;

    font-weight: normal;

}



ul.split, ol.split { float:left; width: 250px; margin-bottom: 30px; margin-right: 0;}

ul.split li, ol.split li { margin-right: 5px; padding-right: 10px; }



/* Main Page */

ul#maxCat { margin: 0; list-style: none; }

ul#maxCat li.category {

  list-style: none;

  color: #000000;

  margin-bottom: 30px; width:100%; height: 135px;

  padding: 10px;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 3px 3px 6px #666;

  -moz-box-shadow: 3px 3px 6px #666;

  box-shadow: 3px 3px 6px #666;  

  text-decoration: none; 

  outline: none;

}

ul#maxCat li.category img.catIcon { float: left; margin-right: 10px; margin-top: 25px; }



ul#maxCat li.category a, ul#maxProd li.prodService a, ul#sPosters li.posterCat a { display: block; text-decoration: none; color: #000000; width: 100%; height: 135px; }

ul#maxCat li.category .catHeader, ul#maxProd li.prodService .prodHeader, ul#sPosters li.posterCat .posterHead {font-weight: bold; font-size: 16px; }



.hideous { padding: 0; margin: 0; height: 0; display: none; }



ul#tips, ul#tips li {

    margin:0;

    padding:0;

    list-style:none;

}

ul#tips {

    width:425px;

    height:344px;

    font-size:16px;

    line-height:120%;

}

ul#tips li {

     width: 425px;

     height: 344px;

     background: #000;

     display:none;  /*hide the items at first only to display one with javascript */

}





/* Products and Services */

ul#maxProd { list-style: none; width:850px; margin:10px 0 10px 0; }

ul#maxProd li.prodService {

  display: block;

  float: left;

  padding: 10px;

  margin: 10px 25px 20px 20px;

  width:350px; 

  height: 135px;

  color: #000000;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 3px 3px 6px #666;

  -moz-box-shadow: 3px 3px 6px #666;

  box-shadow: 3px 3px 6px #666;    

}



ul#maxProd li.prodService img.productsIcon {

  float: left;

  margin-right: 10px;

  margin-top: 25px;

}



/* SafetyMax Videos */

ul#sVideos { list-style: none; width:850px; margin:0; }

ul#sVideos li.sVideoList {

  display: block;

  float: left;

  padding: 10px;

  margin-right: 21px;

  margin-bottom: 30px; width:240px; height: 75px;

  color: #000000;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 3px 3px 6px #666;

  -moz-box-shadow: 3px 3px 6px #666;

  box-shadow: 3px 3px 6px #666;  

}

ul#sVideos li.sVideoList a { 
  text-decoration: none;
  width: 100%;
  height: 75px;
  display: block;
  color: #000000;
  font-size: 14px;
}

ul#sVideos li.sVideoList p {
  margin: 0;
}


ul#sVideos li.sVideoList img.sVideoIcon {

  float: left;

  margin-right: 10px;

}

ul#sVideos li.sVideoList .vListing {width: 150px; float: right; }



/* Customised Videos */

.customised-videos h2 { font-size: 1.5em; margin-top: 20px; margin-bottom: 20px; }

.steps { height: 100px; margin: 10px 0 26px 20px; width: 500px; }

.stepsNum { width: 85px; float: left; font-size: 90px; padding-top: 25px; }

.stepsImg { width: 99px; margin-right: 25px; float: left; }

.stepsDesc { width: 270px; float: left; } 

.stepsDesc h3 { margin: 0; }

.stepsDesc p { margin: 0; }



#wpcf7-f1244-p1058-o1 input { background: #FFF; width: 220px; }

#wpcf7-f1244-p1058-o1 textarea { background: #FFF; width: 225px; }

span.yName, span.yCompany, span.yEmail, span.yTelephone { display:inline-block; }

#wpcf7-f1244-p1058-o1 input.wpcf7-submit { background: #002a53; color: #FFF; width: 110px; }

#wpcf7-f1244-p1058-o1 input#yDuration { width: 160px; }



#wpcf7-f1210-p66-o1 input { background: #FFF; width: 250px; }

#wpcf7-f1210-p66-o1 textarea { background: #FFF; }

#wpcf7-f1210-p66-o1 input.wpcf7-submit { background: #002a53; color: #FFF; width: 110px; }









/* Bottom Navigations */

ul#pageNav { clear: both; list-style: none; width:100%; margin:0 0 10px 0; }

ul#pageNav li.pageLink {

  display: block;

  float: left;

  margin-right: 5px;

  width:110px; height: 55px;

  color: #000000;

}

ul#pageNav li.pageLink span.block { display: block; }

ul#pageNav li.pageLink a { cursor: pointer; text-decoration: none; color: #002b55; font-size: 80%; line-height: 1; }

ul#pageNav li.pageLink a.linkage { cursor: pointer; text-decoration: none; color: #002b55; font-size: 80%; line-height: 1; }

ul#pageNav li.pageLink img.widgetsIcon { float: left; }



#comments { margin: 0; }





/* SafetyMax Posters */

ul#sPosters { list-style: none; width:850px; margin:10px 0 0 0; }

ul#sPosters li.posterCat {

  display: block;

  float: left;

  padding: 10px;

  margin: 10px 25px 20px 20px;

  width:350px; 

  height: 135px;

  color: #000000;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 3px 3px 6px #666;

  -moz-box-shadow: 3px 3px 6px #666;

  box-shadow: 3px 3px 6px #666;     

}

ul#sPosters li.posterCat img.posterIcon {

  float: left;

  margin-right: 10px;

  margin-top: 25px;

}





/* Maxtrax Packages */

ul#packages { 

  list-style: none; 

  width: 100%; 

  margin:0;

}

ul#packages a {
  text-decoration: none;
}

ul#packages li.packageList {

  display: block;

  float: left;

  margin-top: 10px;

  margin-left: 18px;

  margin-right: 18px

  width:75px;

  height: 115px;

  border: 1px solid #FFFFFF; 

  -moz-border-radius: 0.5em;

  -webkit-border-radius: 0.5em; 

  border-radius: 0.5em;

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 2px 2px 4px #666;

  -moz-box-shadow: 2px 2px 4px #666;

  box-shadow: 2px 2px 4px #666;  

}

ul#packages li.packageList a { text-decoration: none; }

ul#packages li.packageList img.widgetsIcon {

  float: left;

  display: block;

}



ul#packages li.packageList .pack {

  text-decoration: none;

  display: block;

  margin-left: 5px;

  width: 55px;

  font-size: 11px;

  text-align: center;

  padding: 3px 4px 3px 4px;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #FFFFFF;

  -webkit-box-shadow: 1px 1px 2px #666;

  -moz-box-shadow: 1px 1px 2px #666;

  box-shadow: 1px 1px 2px #666;

}

ul#packages li.packageList #constr { font-size: 7px; line-height: 10px; }

ul#packages li.packageList .smalltext { font-size: 7px; line-height: 10px; }

/* Maxtrax Specials */

#post-1943, #post-1319, #post-434, #post-436, #post-438, #post-1471, #post-1602, #post-1644, #post-1832 { margin:0; }

ul.maxtraxPack { list-style: none; margin:0; padding:0; }

ul.maxtraxPack li.maxtraxService {

  display: block;

  float: left;

  padding: 5px;

  margin: 6px 6px 12px 6px;

  width:188px; 

  height: 238px;

  color: #000000;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 3px 3px 6px #666;

  -moz-box-shadow: 3px 3px 6px #666;

  box-shadow: 3px 3px 6px #666;      

}

ul.maxtraxPack li.maxtraxService a { display:inline-block; width: 100%;text-decoration: none; background: transparent url(images/playBtn2.png) bottom left no-repeat; height: 238px; text-align: center; color: #111; }

ul.maxtraxPack li.maxtraxService a.lines4 {line-height: 16px; }

ul.maxtraxPack li.maxtraxService img {

  display: block;

  width: 180px;

  height: 121px;

  border: 4px solid #000;

  margin-bottom:5px;

}



ul.maxtraxPack li.maxtraxService .membersAccess { position: relative; z-index: 50; left: 100px; width:80px; height: 34px; border: 0; bottom: 34px; }

ul.maxtraxPack li.maxtraxService .membersAccess a { display: inline-block; width: 80px; height: 34px; background: url(images/members.png) top left no-repeat; }

ul.maxtraxPack li.maxtraxService .membersAccess img { border: 0; }





/* Testkit */

.testkit ul.maxtraxPack li.maxtraxService {

  display: block;

  float: left;

  padding: 5px;

  margin: 6px 6px 12px 6px;

  width:188px; 

  height: 238px;

  color: #000000;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 3px 3px 6px #666;

  -moz-box-shadow: 3px 3px 6px #666;

  box-shadow: 3px 3px 6px #666;    

}

.testkit ul.maxtraxPack li.maxtraxService a { display:inline-block; width: 100%;text-decoration: none; background: transparent url(images/playBtn2.png) bottom left no-repeat; height: 238px; text-align: center; color: #111; }

.testkit ul.maxtraxPack li.maxtraxService a.lines4 {line-height: 16px; }

.testkit ul.maxtraxPack li.maxtraxService img {

  display: block;

  width: 180px;

  height: 121px;

  border: 4px solid #000;

  margin-bottom:5px;

}

.montie #content #post-1333 { margin:0; }

.montie li.ip a { text-decoration: none; }

.montie li.ip a:hover { text-decoration: underline; }



/* Members Login */

.members a,
#members a {

  text-decoration: none;

  display: block;

  width: 50%;

  text-align: center;

  padding: 3px 4px 3px 4px;

  border-width: 1px; 

  border-style: solid; 

  border-color: #FFFFFF; 

  -moz-border-radius: 0.5em; /*firefox*/

  -webkit-border-radius: 0.5em; /*safari*/ 

  border-radius: 0.5em; /*IE*/

  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);

  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));

  background-color: #eeeeee;

  -webkit-box-shadow: 1px 1px 2px #666;

  -moz-box-shadow: 1px 1px 2px #666;

  box-shadow: 1px 1px 2px #666;

}

#selection { float:left; width:540px; margin-bottom: 15px; }

#selection p { height: 0; padding: 0; margin: 0; }

#selection select { margin-left: 75px; }



/* Built Widgets */

#add_widgets { display: block; margin-left: 5px; margin-right: 5px; margin-top: 10px; width: 100%; }



.widget-container {

  display: block;

  font-size: 12px;

  color: #000000; 

  text-align: left;

  margin-right: 14px; 

  margin-top: 3px; 

  padding-right: 1em;

  padding-left: 1em;

  list-style: none; 

  float: left; 

  width: 20em;

  height: 18em; 

  test-wrap: normal; 

}

.widget-container a { color: #000000; }

.widget-container h3 { font-size: 18px; }

#footer_area .widget-container h3 { margin-bottom: 4px; }

.widget-container ul { list-style: none; margin: 0; padding:0; width: 20em; }

.widget-container ul li  { margin-top: 4px;margin-bottom: 4px; }

.widget-container .textwidget, .widget-container .cf7_widget_subheading { width: 20em;}





#text-12 .textwidget { margin-top: 4px; }

#cf7_form_box { margin-top: 10px; }

p.cf7_widget_subheading { margin-top: 4px; }

#wpcf7-f1212-w1-o1 input { background: #FFF; }

input.wpcf7-text { margin-bottom: 10px; }



/* Footer */

.custom #footer_area { 
  padding-top: 30px;
  border-top: 0.5em solid #eeeeee;
  background: -moz-linear-gradient(top, #FFFFFF, #d8d8d8);
  background-image: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#d8d8d8));
  background-color: #eeeeee;

}

.custom #footer { clear: both; }

.custom #footer a { color: #000000; border: none; }



#photodiv { background-repeat: no-repeat; }

.hide { padding: 0; margin: 0; height: 0; display: none; }

.maritime-links {
display:block;
overflow: hidden;
clear: both;
margin-bottom: 10px;
}

.maritime-package a{
text-decoration: none;
}

.maritime-package:last-child {
margin-right: 0;
}

.maritime-package {
display: inline-block;
color: #fff;
text-decoration: none !important;
background: #002a53;
padding: 7px;
float: left;
margin-right: 5px;
}

.maritime-package:hover {
color: #fff;
background: #0096D7;
text-decoration: none;
}

.prefooter {
  padding-bottom: 30px;
}

.prefooter,
.footer_widgets {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.footer_widgets .widget-container,
.prefooter .widget-container,
.widget-container .textwidget, 
.widget-container .cf7_widget_subheading {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.prefooter .widget-container,
.footer_widget .widget-container {
  margin-bottom: 30px;
}

/*Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}
