/*
Theme Name: SafeLight v2
Theme URI: http://securityadvisors.com/
Description: A minimal yet lovely design
Author: Amitabh Handa
Author URI: http://ahandadesign.com
Tags: fixed width, two columns

*/

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


/* Basics
----------------------------------------------*/

body {font-size: 62.5%;color: #3b3b3b;}

#wrapper {font-size: 1.2em;}

body, p, div, td, h1, h2, h3, h4, li {
  font-family: helvetica, verdana, arial, sans-serif;
  line-height: 1.5em;
  }

td {text-align: left;}  /* For occasional IE6 bug */ 

p {margin: 0 0 1em;}
    
ul {margin: 0 0 1em;}

ul ul {margin: 0;}

ol {
  margin-top: 0;
  margin-bottom: 1em;
  }

hr {display: none;}


/* Layout stuff
----------------------------------------------*/
body {
  margin: 0;
  padding: 15px;
  text-align: center;
  background: #063745 url(img/bg.png) repeat-x left top;
  }

#container {
  margin: 0 auto;
  width: 940px;
  font-size: 1.2em;
  text-align: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  }

#container_inner {
  padding: 15px 20px;
  width: 900px;
  }

#header {
  padding: 20px 0 0;
  height: 126px;
  width: 900px;
  float: left;
  border-top: 6px solid #063745;
  }

#logo {
  padding-bottom: 20px;
  float: left;
  }

#utility {
  float: right;
  width: 600px;
  text-align: right;
  }

#utility_links a {
  font-size: .9em;
  text-align: right;
  text-decoration: none;
  font-weight: normal;
  }

#utility_links span {
  padding: 0 5px;
  color: #999;
  }

#search {
  padding: 5px 0;
  float: right;
  }

#search #cse-search-box .sbox {
  margin: 0 4px 0 0;
  padding: 0;
  height: 22px;
  float: left;
  font-size: .9em;
  background: #f3f2f2; /* Overridden by Google's watermark */
  border: 1px solid #cfcfcf !important;
  }

#search .search_button {
  padding: 0;
  height: 24px;
  width: 58px;
  float: left;
  cursor: pointer;
  font-size: .9em;
  color: #fff;
  background: #185263 url(img/btn_search_bg.png) no-repeat left top;
  border: 0;
  }

#search .search_button:hover {
  background: #185263 url(img/btn_search_over_bg.png) no-repeat left top;
  }

#colwrap {
  margin: 0;
  padding: 0 0 30px;
  width: 900px;
  min-height: 300px;
  float: left;
  }

#orphaned_page_template {
  padding-top: 20px;
  }

#banner {
  margin: 0 0 30px;
  padding: 20px;
  height: 57px;
  clear: both;
  background: #099;
  }

#banner h1 {
  margin: 0;
  line-height: 57px;
  font-size:  2.8em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  }

#banner.contact_us {
  background: #6cc;
  }

#banner.about_us {
  background: #063745;
  }

#banner.news_events {
  background: #333;
  }

#banner.knowledge_center {
  background: #f30;
  }

#banner.courses_products, 
#banner.education_programs {
  background: #099;
  }

#content {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  float: right;
  width: 600px;
  min-height: 300px;
  }

#content.onecolumn {
  width: 900px;
  }

#sidebar {
  margin: 0;
  padding: 0;
  float: left;
  width: 280px;
  }

#content ul, 
#sidebar ul {
  padding: 0;
  list-style-type: circle;
  }

#content ul li, 
#sidebar ul li {
  margin-left: 2.3em;
  padding-left: 0 0 0 0em;
  }

#footer {
  margin: 0 auto;
  padding: 28px 0;
  clear: both;
  position: relative;
  bottom: -2px;
  text-align: center;
  font-size: 1em;
  width: 940px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;  
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  background: #0a1316;
  }

#footer p {
  margin: 0;
  color: #999; 
  clear: both;
  }


/* Header Rules
----------------------------------------------*/
h1, h2, h3, h4, h5 {
  padding: 0; 
  margin: 1em 0 0;
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  }

h1 {
  margin: 0 0 .5em;
  font-size: 1.6em;
  font-weight: normal;
  color: #033;
  }

h2 {
  color: #017389;
  font-weight: normal;
  font-size: 1.4em;
  }

#content h2 a:link, 
#content h2 a:visited {
  color: #017389;
  font-weight: normal;
  text-decoration: underline;
  }

#content h2 a:hover {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
  }

#content h2 a:active {
  color: #da1500;
  font-weight: normal;
  text-decoration: underline;
  }

#sidebar #subnav h2 {
  margin: 0 0 0px;
  padding: 5px 20px;
  color: #3d3d3d;
  background: #eee;
  }

#orphaned_page_template #sidebar h2 {
  margin: 0 0 1em;
  padding: 4px 10px 3px;
  font-size: 1.3em;
  color: #333;
  background: #eee;
  }

h3 {
  color: #444;
  font-size: 1em;
  text-transform: uppercase;
  }

h3 a:link, 
h3 a:visited {
  color: #444;
  text-decoration: underline;
  }

h3 a:hover {
  color: #000;
  text-decoration: underline;
  }

h3 a:active {
  color: #da1500;
  text-decoration: underline;
  }

#orphaned_page_template #sidebar h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #017389;
  text-transform: none;
  }

#orphaned_page_template #sidebar h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #444;
  }

h4, h5 {
  color: #333;
  font-size: 1em;
  }


/* Link Rules
----------------------------------------------*/
a {
  text-decoration: none;
  font-weight: bold;
  }

a:link {color: #008b89;}

a:visited {color: #008b89;}  

a:hover {
  color: #000;
  text-decoration: underline;
  }

a:active {
  color: #900;
  text-decoration: underline;
  }




/* Nav
----------------------------------------------*/
#nav {
  margin: 0 auto;
  float: left;
  width: 898px;
  list-style-type: none;
  border: 1px solid #d9d9d9;
  }

#nav ul {
  margin: 0 auto;
  list-style-type: none;
  }

#nav li {
  padding: 0;
  margin: 0;
  display: inline;
  float: left;
  text-transform: uppercase;
  font-family: helvetica, arial, verdana, sans-serif;
  white-space: nowrap;
  }

#nav li#nav_contact {padding-right: 0;}

#nav li a {
  margin: 0;
  padding: 2px 15px 0;
  line-height: 2.23;
  font-size: 1em;
  display: block;
  text-decoration: none;
  border-right: 1px solid #d9d9d9;
  }
  
#nav li a:link, 
#nav li a:visited {
  color: #008b89;
  }

#nav li a:hover {
  color: #3d3d3d;
  }

#nav li a:active {
  color: #3d3d3d;
  }

#nav li.current_page_item a:link, #nav li.current_page_item a:visited, 
#nav li.current_page_parent a:link, #nav li.current_page_parent a:visited, 
#nav li.current_page_ancestor a:link, #nav li.current_page_ancestor a:visited, 
body#silo_home li#nav_home a:link, body#silo_home li#nav_home a:visited, 
body#silo_courses_products li#nav_courses_products a:link, body#silo_courses_products li#nav_courses_products a:visited, 
body#silo_about li#nav_about a:link, body#silo_about li#nav_about a:visited, 
body#silo_knowledge li#nav_knowledge a:link, body#silo_knowledge li#nav_knowledge a:visited, 
body#silo_news li#nav_news a:link, body#silo_news li#nav_news a:visited, 
body#silo_contact li#nav_contact a:link, body#silo_contact li#nav_contact a:visited {
  color: #3d3d3d;
  background: #efeeed;
  }

/*
#nav ul li.current a:link, #nav ul li.current a:visited, 
#nav ul li.current_page_item a:link, #nav ul li.current_page_item a:visited, 
#nav ul li.current_page_ancestor a:link, #nav ul li.current_page_ancestor a:visited, 
*/
body#silo_news li.page-item-9 a:link, body#silo_news li.page-item-9 a:visited 
  {
  color: #3d3d3d;
  background: #eee;
  }



/* Sidebar
----------------------------------------------*/
#subnav, 
#subnav_news {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1em;
  text-align: left;
  width: 280px;
  float: left;
  background: url(img/subnav_bg.png) repeat-y left top;
  }

#subnav_news {
  margin: 0;
  }

#sidebar #subnav h2, 
#sidebar h2#sidebar_news {
  height: 33px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(img/hdr_subnav.png) no-repeat left top;
  }

#sidebar h2#sidebar_news {
  margin: 0;
  }

#subnav_news h3 {
  padding: 0 20px 3px;
  }

#subnav ul, 
#subnav_news ul {
  margin: 0;
  padding: 0 0 1.3em;
  list-style-type: none;
  float: left;
  background: url(img/subnav_bottom_bg.png) no-repeat left bottom;
  }

#subnav_news ul {
  padding: 0 0 1em;
  background: transparent;
  }

#sidebar_news_footer {
  margin: 0 0 20px;
  float: left;
  width: 280px;
  height: 7px;
  background: url(img/subnav_bottom_bg.png) no-repeat left bottom;
  }

#subnav ul li, 
#subnav_news ul li {
  padding: 0;
  margin: 0;
  display: inline;
  float: left;
  list-style-type: none;
  background: none !important;
  }

#subnav ul li a, 
#subnav_news ul li a {
  padding: 0 20px 0 37px;
  margin: 0;
  height: 2.7em;
  line-height: 2.7em;
  width: 223px;
  display: block;
  font-weight: normal;
  text-decoration: none;
  background: url(img/li_subnav.png) no-repeat 21px 1em;
  }

#subnav_news ul li a {
  height: 2em;
  line-height: 2em;
  background: url(img/li_subnav.png) no-repeat 21px .7em;
  }

#subnav li a:link, 
#subnav li a:visited, 
#subnav_news li a:link, 
#subnav_news li a:visited {
  color: #3d3d3d;
  }

#subnav li a:hover, 
#subnav_news li a:hover {
  color: #008b89;
  }

#subnav li a:active, 
#subnav_news li a:active {
  color: #000;
  }

#subnav li.current_page_item a:link, 
#subnav li.current_page_item a:visited, 
#subnav li.current_page_ancestor a:link, /* For highlighting parent subnav links on 3rd level pages */ 
#subnav li.current_page_ancestor a:visited, /* For highlighting parent subnav links on 3rd level pages */
#subnav_news li.current_page_item a:link, 
#subnav_news li.current_page_item a:visited, 
body#silo_company.pg_overview li#sn_overview a:link, 
body#silo_company.pg_overview li#sn_overview a:visited, 
body#silo_company.pg_mangement li#sn_management a:link, 
body#silo_company.pg_management li#sn_management a:visited {
  color: #099;
  }




/* Engage icons
----------------------------------------------*/

#ngage {
  width: 280px;
  }

#silo_home #ngage {
  width: 285px;
  float: right;
  }

#ngage a {
  margin-bottom: 10px;
  padding: 15px 20px 5px;
  width: 245px;
  height: 56px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3;
  float: left;
  display: block;
  background: #ccc;
  }

#silo_home #ngage a {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 1.4em;
  height: 66px;
  }

#ngage a:hover {
  color: #fff !important;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
  }

#ngage a strong {
  font-size: 1.4em;
  font-weight: normal;
  }

#silo_home #ngage a strong {
  font-size: 1.6em;
  }

#ngage .getintouch a {
  color: #000;
  background: #f30;
  }

#ngage .viewdemo a {
  padding-top: 10px;
  color: #fff;
  font-size: 1.1em;  
  height: 67px;
  background: #333;
  }

#silo_home #ngage .viewdemo a {
  padding-top: 5px;
  font-size: 1.2em;  
  }

#ngage .viewdemo a:hover {
  color: #6cc !important;
  }

#ngage .tryout a {
  color: #000;
  background: #6cc;
  }
  


/* Blog
----------------------------------------------*/
.post_title {
  margin-top: 1em;
  }
  
.post_date {
  color: #999;
  font-family: Georgia, serif;
  }

.post_entry {
  margin: 1em 0;
  }

.post_footer {
  margin: 0 0 3em;
  padding: .5em 10px;
  font-size: .9em;
  border-top: 1px solid #ddd;
  background: #eee;
  border-bottom: 1px solid #ddd;  
  }  
  
ol.commentlist {
  margin: .5em 0 2em;
  padding: 1em 0 0;
  float: left;
  width: 570px;
  border-top: 1px dotted #ccc;
  }
  
ol.commentlist li {
  margin: 0 0 1em;
  padding: 1em 0;
  float: left;
  width: 570px;
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  }
  
ol.commentlist li img {
  display: block;
  float: left;
  }
  
ol.commentlist li .comment_text_info {
  padding-left: 20px; 
  width: 516px;
  float: left;
  }  



/* Courses and Products
----------------------------------------------*/

#course_specs {
  margin: 0 0 10px 20px;
  padding: 5px 20px;
  float: right;
  font-size: .9em;
  width: 160px;
  background: #efeeed;
  border: 1px solid #dadbdb;
  }

#course_specs h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
  }

#course_specs a {
  color: #da1500;
  font-weight: normal;
  }

#course_specs ul {
  margin: .2em 0 1em;
  padding: 0;
  }

#course_specs ul li.icon_checkbox {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: none;
  background: url(img/icon_checkbox.png) no-repeat left top;
  }

#course_specs ul li.icon_checkbox_empty {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: none;
  background: url(img/icon_checkbox_empty.png) no-repeat left top;
  }

#course_specs ul li.icon_demo {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: none;
  background: url(img/icon_demo.png) no-repeat left top;
  }


/* Tables
----------------------------------------------*/

table {
  margin: 5px 0 20px;
  }

table th, 
table td {
  padding: 5px 10px;
  font-size: .8em;
  }

table thead {
  font-weight: plain;
  text-transform: uppercase;
  color: #fff;
  background: #099;
  }

table thead th a:link, 
table thead th a:visited {
  color: #fff;
  }

table th, 
table td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  }

table tbody th, 
table tbody td {
  padding-top: 10px;
  background: #edecec;
  }
  
table tbody a:link, 
table tbody a:visited {
  color: #099;
  font-weight: normal;
  }


/* Landing Pages
----------------------------------------------*/
#landing_page_template #banner {
  position: relative;
  top: -30px;
  left: -20px;

  }

#landing_page_template #banner {
  position: relative;
  height: 110px;
  top: -50px;
  left: -40px;
  background-color: transparent;
  }

#landing_page_template img#logo_landing {
  margin: 0 0 30px;
  padding: 0;
  float: right;
  }

#landing_page_template h2#ribbon {
  margin: 0 0em;
  padding-bottom: 18px;
  display: inline;
  position: relative;
  font-size: 1.7em;
  font-weight: bold;
  float: left;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
  left: -34px;
  height: 50px;
  background: url(img/ribbon_twist.png) no-repeat left 49px;
  }

#landing_page_template h2#ribbon span {
  padding: 8px 20px 8px 40px;
  float: left;
  background: #ff3300;
  }

#landing_page_template p.intro {
  margin-top: 1.5em;
  clear: both;
  font-weight: bold;
  font-size: 1.1em;
  }

#landing_page_template .col {
  padding-right: 30px;
  float: left;
  width: 280px;
  }

#landing_page_template .col.omega {
  padding-left: 10px;
  padding-right: 0;
  float: right;
  width: 270px;
  }

#landing_page_template .col h3 {
  margin: 0 0 .5em;
  color: #ff3300;
  font-weight: normal;
  font-size: 1.5em;
  text-transform: none;
  }

#landing_page_template #content {
  float: left;
  width: 620px;
  }

#landing_page_template #sidebar {
  padding: 15px 25px 10px;
  float: right;
  position: relative;
  right: -20px;
  width: 227px;
  font-size: 1.1em;
  background: #ccc;
  }

#landing_page_template #sidebar.teal {
  background: #66cccc;
  }

#landing_page_template #sidebar.lime {
  background: #c7fd31;
  }

#landing_page_template #sidebar h3 {
  margin: 0 0 .5em;
  text-transform: none;
  font-weight: normal;
  font-size: 1.5em;
  }

#landing_page_template #sidebar form {
  margin: 1em 0 0;
  }


#landing_page_template #sidebar form input[type="submit"] {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
  }

#landing_page_template #sidebar.teal form input[type="submit"] {
  color: #000;
  background: #c7fd31;
  }

#landing_page_template #sidebar.lime form input[type="submit"] {
  background: #ff3300;
  }

#landing_page_template #sidebar form input[type="submit"]:hover {
  color: #000;
  }


/* Misc
----------------------------------------------*/

/*
hr {display: none;}

form, input {
  margin: 0;
  padding: 0;
  }

.anchors {
  margin-bottom: 1em;
  border-bottom: 1px dotted #999;
  }

p.spacious {margin: 1em 0;}
*/

.clearer {
  clear: both;
  }

#skip {
  height: 0;
  text-indent: -5000px;
  overflow: hidden;
  }

label {
  display: block;
  font-weight: bold;
  }

.row {
  margin: 0 0 1em;
  }

.temp {
  margin-bottom: 1em;
  color: #900;
  background: #ffff99;
  }

.hidden {
  display: none;
  }

.required {
  font-style: italic;
  color: #666;
  }

input[submit] {
  margin-bottom: 1em;
  }

img.size-full {
  margin: 0 0 1em;
  border: 1px solid #000;
  }


