@charset "utf-8";

/*
Author: Invitation Digital
Author URL: 


/* Main Sections 
------------------------------------------------------------------------- */

/* TAG RESET -------------------------------------------------------*/
/* Loosely based on YUI reset  (http://developer.yahoo.com/yui/reset/) stylesheet with some additions */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {	border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {	font-size:1em;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
input, select, button {vertical-align: middle;}
a img {border: 0;}
table, input, select, textarea, button {font: inherit;font-size: 1em;}
	
/* END TAG RESET ------------------------------------------------*/


body {
    font-size:62.5%; /* resets font medium to 10px= 1.0em */
  	font-family: "Century Gothic", verdana, arial, sans-serif;
    background: #fff;
    color: #6d6e71;
    margin-top: 23px;
}
div, p, img, td, ul, ol {
    font-size: 1.08em; 
}
a {
    font-size: 1.06em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
  	font-family: "Century Gothic", verdana, helvetica, arial, sans-serif;
  	font-weight: bold;
}

h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { 
  font-size: 140%;  
  margin-top: 13px;
  margin-bottom: 0px;
}


a, a:link { 
    text-decoration: none;
    color: #a11100;
}
a:visited {  }
a:hover {  }
a:active {  }


a img, img {
    border: none;
}

p {
	margin: 10px 0;
	}
ul {
    list-style: none;
    margin: 0;
}
li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3px;
}

#container {
  background: #fff url(/assets/images/bg.jpg) repeat-y scroll left;
	width: 788px;
	min-height: 650px;
	text-align: left;
	margin: 0 auto 0 auto;
}

.clear {
    clear: both;
}


/* Special text formatting 
------------------------------------------------------------------------------- */
#title {
  font-weight: bold;
}
#title p {
  margin-top: 0;
}
#sidebar p {
  font-size:1em;
}
#sidebar a {
  font-size:1em;
}

/* Display  none
------------------------------------------------------------------------------- */
.printDisplay {
  display:none! important;
}


/* Header 
------------------------------------------------------------------------- */
#header {
  background: #fff url(/assets/images/head.jpg) no-repeat;
	width: 788px;
	height: 246px;
	position: relative;
}

#header #navigation ul {
	position: absolute;
	left: 6px;
  top: 210px;
  width: 780px;
}


 
#header #navigation li { 
  float: left;
  width: 111px;
  height: 31px;
  margin: 0;
}

#header #navigation li a span { 
  width: 111px;
  height: 31px;
  display: block;
  float: left;
}

#header #navigation li#link1 a span { 
  background: url(/assets/images/bt-up-home.jpg) no-repeat;
}
#header #navigation li#link1 a:hover span { 
  background: url(/assets/images/bt-down-home.jpg) no-repeat;
}
#header #navigation li#link2 a span { 
  background: url(/assets/images/bt-up-certification.jpg) no-repeat;
}
#header #navigation li#link2 a:hover span { 
  background: url(/assets/images/bt-down-certification.jpg) no-repeat;
}
#header #navigation li#link3 a span { 
  background: url(/assets/images/bt-up-events.jpg) no-repeat;
}
#header #navigation li#link3 a:hover span { 
  background: url(/assets/images/bt-down-events.jpg) no-repeat;
}
#header #navigation li#link4 a span { 
  background: url(/assets/images/bt-up-linuxit.jpg) no-repeat;
}
#header #navigation li#link4 a:hover span { 
  background: url(/assets/images/bt-down-linuxit.jpg) no-repeat;
}
#header #navigation li#link5 a span { 
  background: url(/assets/images/bt-up-trainpartners.jpg) no-repeat;
}
#header #navigation li#link5 a:hover span { 
  background: url(/assets/images/bt-down-trainpartners.jpg) no-repeat;
}
#header #navigation li#link6 a span { 
  background: url(/assets/images/bt-up-faqs.jpg) no-repeat;
}
#header #navigation li#link6 a:hover span { 
  background: url(/assets/images/bt-down-faqs.jpg) no-repeat;
}
#header #navigation li#link7 a span { 
  background: url(/assets/images/bt-up-contact.jpg) no-repeat;
}
#header #navigation li#link7 a:hover span { 
  background: url(/assets/images/bt-down-contact.jpg) no-repeat;
}

/* Page selected
*/
.Certification #header #navigation li#link2 a span { 
  background: url(/assets/images/bt-down-certification.jpg) no-repeat;
}
#index #header #navigation li#link1 a span { 
  background: url(/assets/images/bt-down-home.jpg) no-repeat;
}
#certification #navigation li#link2 a span { 
  background: url(/assets/images/bt-down-certification.jpg) no-repeat;
}
#events #header #navigation li#link3 a span { 
  background: url(/assets/images/bt-down-events.jpg) no-repeat;
}
#linuxit #header #navigation li#link4 a span { 
  background: url(/assets/images/bt-down-linuxit.jpg) no-repeat;
}
#training-partners #header #navigation li#link5 a span { 
  background: url(/assets/images/bt-down-trainpartners.jpg) no-repeat;
}
#faqs #header #navigation li#link6 a span { 
  background: url(/assets/images/bt-down-faqs.jpg) no-repeat;
}   
#contact-us #header #navigation li#link7 a span { 
  background: url(/assets/images/bt-down-contact.jpg) no-repeat;
}   

/* content 
------------------------------------------------------------------------- */                        
#content {
  padding-top: 22px;
  padding-left: 26px;
  float: left;
  width: 521px;
}

#content ul {
  padding-left: 15px;
  list-style-type: disc;
  margin-bottom: 20px;
}
#content ul li{
  padding-left: 15px;
  list-style-type: disc;
  
}

/* contact us page */

#contact-us #EmailForm label {
  display:block;
}

#contact-us #EmailForm input,
#contact-us #EmailForm textarea {
  color: #6D6E71;
}

#contact-us #EmailForm input#cfContact {
  color: #a11100;
  background-color:#EBEBEB;
  border:1px solid #D5D5D5;
  padding: 2px 11px;
}

#contact-us #EmailForm input#cfContact:hover {
  background-color: #dedede;
}

#contact-us hr {
  color: #dedede;
  width: 260px;
  background-color: #dedede;
  border: 0;
  height: 2px;
}

#faqs p.faqs  {
  color: #A11100;
}



/* Sidebar 
------------------------------------------------------------------------- */
#sidebar {
  padding-top: 35px;
  padding-right: 12px;
  float: right;
  width: 215px;
}

/*  Navigation */
#sidebar ul.navigation, 
ul#sidenav  {
  padding-left: 0px;
}

#sidebar .navigation li,
#sidenav li   {
  text-align: right;
  background-color: #ebebeb;
  border: solid 1px #d5d5d5;
  width: 166px;
  margin-left: 15px;
}

#sidebar .navigation li.current  {
  background-color: #dedede;
}

#sidebar .navigation li a,
#sidenav li a {
  display: block;
  padding-right: 10px;
  padding-left: 0; 
  padding-top: 5px; 
  padding-bottom: 2px;
  /*xpadding-top: 4px; 
  xpadding-bottom: 2px;*/
}

#sidenav li a {
 /* xpadding-left: 43px;*/
}
#sidebar .navigation li:hover,
#sidenav li:hover {
  background-color: #dedede;
}

.Certification #sidebar #navigation li#link2 a span { 
  background-color: #dedede;
}

/*  Page Selected */
#sidebar .newsletter {
  background: transparent url(/assets/images/bg-sidebar1.jpg) no-repeat;
  height: 115px;
}

#sidebar .newsletter .subscribe {
  color: #a11100;
  font-size:1.2em;
  margin-top: 8px; 
  margin-bottom: 0px;
  padding-top: 11px; 
  padding-left: 15px; 

}

#sidebar .newsletter .eaddress {
  margin-top: 1px;
  padding-left: 15px;
  margin-bottom: 2px;
}


#sidebar .newsletter input#nwsEmail {
  background: transparent url(/assets/images/emailbox.jpg) no-repeat;
  border-width: 0; 
  padding: 9px 7px 13px 3px; 
  margin-left: 12px;
  width: 143px;
}

#sidebar .newsletter input#btGo {
  background: transparent url(/assets/images/bt-go.jpg) no-repeat;
  border-width: 0; 
  color: white;
  margin-top: -1px;
  padding-bottom: 9px; 
  padding-top: 5px; 
  padding-left: 5px; 
  padding-right: 15px;
  margin-left: 0px;
  z-index: 1;
  height: 32px;
}


/*  Banner */
#sidebar .banner  {
  text-align: center;
  margin-top: 35px;
}






/* Footer 
------------------------------------------------------------------------- */
#footer {
  /*background: #AE1F4B url(/assets/images/border_bottom.gif) no-repeat;*/
  background: #a11100 url(/assets/images/border_bottom.gif) no-repeat;
  height: 21px;
  color: #fff;
  padding-left: 27px;
  font-size: 1.05em
}

#footer a { 
  color: #fff;
  font-size: 1.01em
}
/* starBottom 
------------------------------------------------------------------------------- */
#starBottom { 
  margin-left: 5px;
  text-align: right;
  width: 778px;
  height: 64px;
  background: #fff url(/assets/images/bottom_right_star.jpg) no-repeat right;
}

/* Events Table 
------------------------------------------------------------------------------- */
#events table tr {
  height: 40px;
  text-align: left;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

#events table tr.one {
  background-color: #dedede;
  /*background-color: #FBF0F3;*/
}
  
#events table tr.two {
  background-color: #ebebeb;
  /*background-color: #F7E4E9;*/
}

#events table tr:hover /* This has no effect in IE6 and below */
{
  background-color: #ffffff;
}


#events table td {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#events table td.title {
  font-weight: bold; 
}

/* Sitemap 
------------------------------------------------------------------------------- */
ul ul li a {
  font-size: 0.95em;
}

.Legal #sidebar .navigation li a {
  padding-left: 69px;
}


/* Forms 
------------------------------------------------------------------------------- */


/* utility 
------------------------------------------------------------------------------- */

/* [+] -- UTILITY -------------------------------- */

.clearFix {
	overflow: hidden;
	width: 100%;
}




