/*
Theme Name: CA Micro Site Adv
Description: Mixed - White, Red, Blue, Green
Version: 2.0
Author: Voodish Web Design 2009
Author URI: http://www.voodish.co.uk/
*/

body {
 background: #F2F2F2 url('images/overall_background.jpg') repeat-x;
 margin:  0;
 padding: 0;
 font: 12px "verdana", Arial, sans-serif;
 color: #666;
 list-style-type:none;
}

.images {background:#C00; width:20px; padding:1px;} /* not part of the menu */

.refred {background-color:#FF0000; color:#CCCCCC;}
.refgreen {background-color:#009900; color:#CCCCCC;}
.refblack {background-color:#000000; color:#CCCCCC;}
.refblue {background-color:#0000FF; color:#CCCCCC;}
.refdirect {background-color:#CCCCCC; color:#000000;}

body.highlightClass #menuItem a:hover
{
cursor: default;
}
/* Skip Links */
#skip-links {
	display:none;
	}
.skip-links {
	display:none;
	}
#sizer {
	margin:0 auto 0 auto;
	padding:0;	 
	width:100%;
}

#expander {
	margin: 20px auto 0px auto;
	width: 990px;
	background: #fff;
	
}* html #expander { height:0; }

#wrapper { 
	width:100%; 
}	

#menucontainer { 
	width:940px;
	text-align:left; 
	margin: 0 auto 0 auto;
	height: 20px;
	}
#menu {
	background:#739AB3;
	position:absolute;
	margin: 0;
	text-transform: capitalize; 
	margin-top: 0px;
	}
#menu ul {width: 940px; margin: 0;}
#menu ul li {display:inline; margin:0; padding:0; list-style-type : none;}
#menu ul li a {
	float:left; 
	font-family:arial; 
	font-size:1.0em;
	font-weight: bold; 
	height:1.8em; 
	line-height:1.8em; 
	letter-spacing:0.5px; 
	padding:2px 1em; 
	text-decoration:none; 
	color:#fff; 
	border-right:1px solid #fff; /*#AFCEE2; */
	background:#739AB3;
	}
	
#menu ul li.current_page_item a, #menu ul li.current-cat a, #menu ul li a:hover, #menu ul li.current_page_ancestor a, #menu ul li.current-cat a, #menu ul li.current-cat-ancestor a
{
	background:#A40935 url(images/down_arrow.gif) no-repeat center top; 
	color:#fff;
}

#menu .current_page_item a {cursor: default;}

.clearfix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

* html .clearfix {height:1%;}
.clearfix {display:block;}

#header-container {
	width: 100%;	
	height: 120px;
	padding-top: 10px;

	}
#header {
	width:970px;
	height:103px;
	background: #fff url('images/header_container_bg.jpg') repeat-x;
	text-align:left; 
	position:relative;
	margin-left: 10px;
}

#header #topheader { color:#666; font-size: 12px; float: right; margin-top: -10px; padding-right: 15px; }
	#header #topheader a {color:#fff; padding: 7px 5px 0 5px;}
	#header #topheader a:hover { background: transparent; text-decoration: underline;}


		#topheader ul {padding-top: 4px; margin-bottom: 3px;}
		#topheader ul li {/*display: inline;*/list-style-type: none;}
		#topheader ul li.login {	padding: 1px 1px 0px 15px;	margin: 0;	background: transparent url('images/header-login.png')	center left no-repeat}
		#topheader ul li.sitemap {	padding: 1px 1px 0px 15px;	margin: 0;	background: transparent url('images/header-sitemap.png') center left  no-repeat	}
		#topheader ul li.contact {	padding: 1px 1px 0px 15px;	margin: 0;	background: transparent url('images/header-contact.png') center left no-repeat}

#header-lang {margin-left: 20px;}


/*h1 logo*/
#header h1 {
	padding: 0 0;
	margin: 0px;
}
#header h1 a:hover {
	background: none;
}


#search-box {
	float: left;
/*only way to fix IE bug*/ display: inline;
	background: #F3F4FE url(images/search-box-bg.gif) no-repeat;
	color: #333;
	width: 398px;
	height: 220px;
}

#search-box form {
	margin: 50px 30px 40px 20px;
	}

#breadcrumb {font-size: 12px; padding: 0 0 2px 0;  background: url(images/img_bg_dots1.gif) bottom left repeat-x; vertical-align: middle;}

#breadcrumb p {padding: 0; margin: 0; font-size: 85%}
#breadcrumb a { }

#page-wrapper {
	width: 970px;
	margin: 0 auto 0 auto;
	}


#page, #content {

	background: #fefefe;
	padding: 0 0 0 0;
	}
.entry {
	padding: 0 10px 0 10px;
	}
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 40px;
	list-style: none;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
		list-style-type:decimal;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;

	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* Begin Sidebar */
#sidebar
{
	margin-top: -12px;
	float:left;
	padding: 0 3px 10px 0;
	width: 200px;
	}

	
#sidebar ul, #sidebar ul li {
	margin: 0;
	padding: 0;
	}
	
#sidebar #main_menu, 
#sidebar #main_menu ul {
	padding:0; 
	margin: 0;
	position:relative; 
	width:200px; 
	font-weight:normal;
	font-size: 11px;
	}
#sidebar #main_menu ul li {
	list-style-type: none;
	margin: 0;}
#sidebar #main_menu ul li ul li.page-item-2 a { background: #125984; color: #fff;}
	#sidebar #main_menu ul li ul li.page-item-2 a:hover { background: #61BB47; color: #fff;}
#sidebar #main_menu ul li ul li.page-item-4 a { background: #000; color: #fff;}
	#sidebar #main_menu ul li ul li.page-item-4 a:hover { background: #61BB47; color: #fff;}

#sidebar #main_menu ul li ul li a {
margin: 0;
	display:block; 
	padding:0.25em 1em;
	/*Opera fix*/ color:#fff; 
	text-decoration:none; 
	width:200px; 
	border-bottom: 1px #fff solid;
}


/*#sidebar #main_menu ul li ul li.current_page_parent a {
	background: url('images/main_menu_li_bg.jpg') repeat;
}*/
#sidebar #main_menu ul li ul li ul li.page_item a {
	/*background: #E5EBE8; green*/
	/*background: #0184CA; color: #fff; bright-blue*/
	background: #800040; color: #fff;
}
	#sidebar #main_menu ul li ul li.page_item a:hover {
	/*background: #f9f9f9;*/
	background: #61BB47; color: #fff;
	}
	#sidebar #main_menu ul li ul li .current_page_item a {
	/*background: #E5EBE8; light-blue*/
	background: #61BB47; color: #000;
	}
	
	#sidebar #main_menu ul li ul li.page_items a {
	/*background: #E5EBE8; green*/
	/*background: #0184CA; color: #fff; bright-blue*/
	background: #800040; color: #fff;
}
	#sidebar #main_menu ul li ul li ul li.page_items a:hover {
	/*background: #f9f9f9;*/
	background: #61BB47; color: #fff;
	}
	
#sidebar #main_menu ul li ul li ul li.current_page_item a {
	/*background: #E5EBE8; light-blue*/
	background: #61BB47; color: #000;
}
#sidebar #main_menu ul li ul li a {
	background: #800040; /*url('images/main_menu_li_bg.jpg') repeat;*/
	/*border-top: 1px solid #D1D6DA;
	border-right: 1px solid #D1D6DA;
	border-left: 1px solid #D1D6DA;*/
	color: #fff;
	}
	
	

	
#sidebar #main_menu ul li ul li a:hover {background: #61BB47; color: #fff; }
	
/*#sidebar #main_menu ul li a:hover, 
#sidebar #main_menu ul li ul li a:hover{
	background:#E5EBE8;}
*/

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	

#content-wrapper {
	float: right;
	padding: 0 0 0 0;
	margin: 0px 0 0;
	width: 735px;
	}

p {
	font-size: 1em;
	margin: 0 0 1.2em 2em;
	padding: 0;
	line-height: 1.5em;
}

fieldset p {
	padding: 5px;
	}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 3em;
	padding: 0;
}
 
h1, h3, h4, h5, h6 {
	margin: .9em 0;
}
h1 {
	margin:0 0 0em 0; 
	color: #339E35;/*color:#295779; */
	background: transparent;  	
	letter-spacing: -0.07em;	
	font:2.0em "verdana", Arial, sans-serif;
	text-decoration:none;
}

#content h1 {
	background: url(images/dir-bg.jpg) no-repeat;
	color: #339E35;/*color: #666;*/
	font-size: 20px;
	padding: 10px 10px 5px 5px;
	margin-top: 8px;
}

h2 { 

	font-size: 160%;
	font-weight: normal;
	color: #6B9BBD;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
	}
	
	h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {text-decoration:none; } 
	
	h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {text-decoration:none; }
	dt a:link, dt a:visited, dt a:hover, dt a:active { text-decoration:none; }
	

h3 {
	font-size: 160%;
	font-weight: normal;
	color: #295779;
	padding-bottom: 2px;
	margin: 5px 0px 5px 0px;
}
h4 {
	font-size: 1.0em;
}
a {
	text-decoration: none;
        background: none;
}

a:link, a:visited, a:active  {
	color: #275393;
	text-decoration: none;
}

a:hover {
	color: #79ADCF;
	text-decoration: none;
}

.button {
	border: 1px solid #79ADCF;
	background: #E5E6E8;
	color: #fff;
	padding: 10px;
	font-weight: bold;

	font-size: 16px;
}
blockquote {
	margin: 6px 4px;
	padding: 10px;
        border: 1px solid #ccc;
        background: #fff url('images/bqbg.jpg') top center repeat-x;
	font-size: 0.9em
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
.small {
	font-size: 0.9em;
	color: #999;
}

#footer-wrapper {

	height: 125px; 
	clear:both; 
	margin-top: 12px;
	padding: 0; 
	}
	
#footer { 
	width: 990px; 
	height: 70px; 
	font-size: 11px;
	background: #F2F2F2; !important
	}
	

#footer ul {
	margin: 0.8em 0 -0.2em 0;
	padding: 20px 0 0 0;
	font-size: 105%;
	
	}
#footer li { 
	display:inline; 
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	border-right: 1px solid #5A878A; 
	list-style-type:none;
	text-transform:uppercase;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #6796B2;
	font-weight: bold;
	background: transparent; /*#CCD6D8;*/
	}
#footer a:hover {
	color: #CE0031;
	font-weight: bold;
	background: #CCD6D8;
	}


#footer img { 
	float:left; 
	padding-bottom:1em;
	}
#footer p {
	color: #666;
	}

fieldset {
	border: outset #000 0px;
	padding: 5px 0 5px 5px;
	background: #f7f7f7;
	}
	
	
legend {
	background-color: #F7F7F7;
	color: #295779;
	font-size: 1.4em;
	letter-spacing: -0.06em;
	margin: 0 0 -0.7em -0.5em;
	}
	
dt {
	font-weight: bold;
	padding-left: 5px;
	color: #275393;
	}

#mag-bg {
	background: url(images/mag-bg.gif) right no-repeat;
	}

.abbr, abbr, acronym {
	font-style:normal;
	border-bottom:1px dotted #999;
	cursor:help;
	font-size:0.9em;
	letter-spacing:0.1em;
	text-transform:uppercase;
}


#content ul {
	overflow: hidden;
	background: #fff;
	color: #000;
	padding: 0 15px 0 35px;
	margin: 0;
	}
		
#content .entry ul li {
	padding: 2px 2px 5px 5px;
	margin: 0;
	color: #0084CC;
	font-weight: bold;
	list-style-type:square;
	}

#content ul li li {
	padding-top: 2px;
	margin-left: 1em;
	background: #fff;
	color: #000;
	font-weight: normal;
	}
	
#content ul li li li {
	padding: 0;
	margin-left: 1em;
	background: #fff;
	color: #000;
	font-weight: normal;
	}

#content ul#subpages  {
	width: 650px; 
	margin: auto;
	background: transparent url('images/mcafee_training_courses_bg.jpg') top right no-repeat; 
	padding: 20px;
	}
#content ul#subpages li {
	list-style-type: square;
	color: #4CAF45;
	font-weight: bold;
	/*background: transparent url('images/ul-li-image.gif') no-repeat left;*/
	}
#content ul#subpages li a:hover {
	text-decoration: underline;
	}
		
#imgRight, #imgRight2, #imgRight3, #imgRight4 {float: right; padding-left: 5px;}
#imgLeft, #imgLeft2, #imgLeft3, #imgLeft4, #imgLeft5, #imgLeft6, #imgLeft7, #imgLeft8 {float: left; padding-right: 10px;}

.post p {margin: 10px;}
	
#quick-links {
width: 250px;
height: 125px;
margin-top: 15px;}
#quick-links form {	padding-top: 15px}
.ql-pad { text-align: center}

.clean {margin: 0; padding: 0;}
hr {
  border: 0;
  width: 95%;
  height: 1px;
  margin: 0 auto 10px auto;
  background: url('images/img_bg_dots1.gif') bottom left repeat-x; vertical-align: middle;
}


.clear		{ clear:both; }
.clearleft	{ clear:left; }
.alignright { margin-top:0; text-align:right; clear:both; }
.floatright	{ float:right; padding:5em 1em 0 0; }
.floatleft	{ float:left; }
.textcenter	{ text-align:center; }
.textleft {text-align: left}
.textright {text-align: right}

#sidebar h2,  #sidebar h2 a {background: #fff;}
#sidebar h2 a:hover {background: transparent; text-decoration: underline;}
.pagetop {float: right; height: 11px}
	.pagetop a:hover {	background-color: #FFF;}

/* End CSS */

/* Design tested and passed:
	
Browser
	Firefox 2x, 3x
	Opera 9x
	IE 6x, IE7x, IE 8x
	Safari
Resolution
	1024 by 768
	to
	1920 by 1200
	
*/
