/* Credits
   Copyright (c) 2008 New Angle Media.

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com
   Copyright (c) 2007-2008
   
   Son of Suckerfish Dropdowns
   By Patrick Griffiths and Dan Webb
   http://htmldog.com/articles/suckerfish/dropdowns/
   
   IE5.5+ PNG Alpha Fix
   (c) 2004-2008 Angus Turnbull http://www.twinhelix.com
   

TABLE OF CONTENTS
	-Fixes, hacks, etc
	-Reset
	-Layout
	-Nav
	-Typography
	-Images/Flash
	-Forms
	
*/
/*Fixes, hacks, etc
=============================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img, div {
	behavior: url(iepngfix.htc)
}
/*Reset
=============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a, a:hover, a:active, a img {
	border: none;
	outline: 0;
}
img {
	display:block;
}
/*Layout
=============================================================*/
body {
	background: #fff url(../images/bg.jpg) repeat-x 0 0;
}
div#header {
	position: relative;
	width: 950px;
	height: 91px;
	margin: 0 auto;
	z-index: 10;
}
div#content {
	width: 960px;
	margin: 15px auto 0 auto;
	text-align: left;
}
#rightCol {
	width: 369px;
	float: right;
	margin: 0;
}
#leftCol {
	width: 571px;
	float: left;
	margin: 0;
	background: #fff url(../images/textbox_bg.jpg) repeat-x 0 39px;
}
#col {
	width: 307px;
	float: left;
	margin: 0 19px 0 0;
	background: #fff url(../images/textbox_bg.jpg) repeat-x 0 39px;
}
div#footer {
	position: relative;
	top: 15px;
	width: 960px;
	height: 20px;
	text-align: left;
	font: .7em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #bbb;
	clear: both;
	margin: 0 auto;
}
div#footer p.textNav {
	margin-bottom: 5px;
}
div#footer p.textNav a {
	font: 1.0em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #bbb;
}
div#footer p.link {
	position: absolute;
	top: 0;
	right: 0;
}
div#footer p.link a, div#footer p.link a:visited {
	font: 1.0em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #bbb;
}
/*Nav
=============================================================*/
#nav, #nav ul {
	line-height: 1;
	background: url(../images/nav_bg4.jpg) no-repeat 0 0;
	margin: 4px auto 0 auto;
	width: 952px;
	height: 45px;
	padding: 0 0 0 14px;
	list-style: none;
	z-index: 10;
}
#nav a {
	display: block;
	width: 181px;
	height: 32px;
	z-index: 10;
	color: #fff;
	font: bold 17px/17px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 13px 0 0 0;
	text-decoration: none;
	letter-spacing: -.5px;
}
ul#nav a.training {
	background: url(../images/nav_bg4.jpg) no-repeat -557px 0;
}
ul#nav a.training:hover {
	background-position: -557px -45px;
}
ul#nav a.components {
	background: url(../images/nav_bg4.jpg) no-repeat -14px 0;
}
ul#nav a.components:hover {
	background-position: -14px -45px;
}
ul#nav a.avnet {
	background: url(../images/nav_bg4.jpg) no-repeat -376px 0;
}
ul#nav a.avnet:hover {
	background-position: -376px -45px;
}
ul#nav a.computer {
	background: url(../images/nav_bg4.jpg) no-repeat -195px 0;
}
ul#nav a.computer:hover {
	background-position: -195px -45px;
}
#nav li {
	float: left;
	width: 181px;
	position: relative;
	z-index: 10;
}
#nav li ul {
	background-color: none;
	background-image: none;
	position: absolute;
	width: 181px;
	left: -999em;
	top: 41px;
	padding: 0;
	border-top: 1px solid #a4221f;
	z-index: 10;
}
#nav ul li a {
	background-color: #3d0000;
	background-image: none;
	height: auto;
	width: 169px;
	opacity: .9;
	filter: alpha(opacity=90);
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 6px 5px 8px 5px;
	border: 1px solid #a4221f;
	border-top: 0;
	text-decoration: none;
	text-indent: 0em;
	z-index: 10;
	text-align: left;
	letter-spacing: 0px;
}
#nav ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #870000;
}
#nav ul ul a {
	width: 220px;
	z-index: 10;
}
#nav li ul ul {
	margin: 0;
	width: 230px;
	z-index: 10;
}
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
#nav li li:hover ul, #nav li li.sfHover ul {
	left: 180px;
	top: -1px;
}
ul#nav_avnet {
	position: absolute;
	top: 5px;
	right: -10px;
	list-style: none;
}
ul#nav_avnet li {
	float: left;
	color: #8c8c8c;
	padding: 0 3px;
}
ul#nav_avnet li a {
	font: bold .65em/.7em Verdana, Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	text-decoration: none;
}
ul#nav_avnet li a img {
	display: inline;
	margin-top: 7px;
}
ul#nav_avnet li a:hover {
	text-decoration: underline;
}
ul#nav_supplemental {
	position: absolute;
	top: 57px;
	right: -10px;
	background: url(../images/nav_supplemental_bg.jpg) repeat-x 0 0;
	list-style: none;
	height: 33px;
	padding: 0 15px;
	z-index: 20;
}
ul#nav_supplemental img.endcapL {
	position: absolute;
	top: 0;
	left: 0;
}
ul#nav_supplemental img.endcapR {
	position: absolute;
	top: 0;
	right: 0;
}
ul#nav_supplemental li {
	float: left;
	margin: 6px 3px 0 3px;
	color: #bbb;
}
ul#nav_supplemental li a {
	font: bold .65em Verdana, Arial, Helvetica, sans-serif;
	color: #ededed;
	text-decoration: none;
}
ul#nav_supplemental li a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#nav_supplemental li a img {
	display: inline;
	margin-top: 6px;
}
/*Typography
=============================================================*/
h1 {
	padding-top: 20px;
	font: normal 1.5em/26px Georgia, "Times New Roman", Times, serif;
	color: #6cb0cd;
}
h2 {
	background: #fff url(../images/headerBg_col.jpg) no-repeat 0 0;
	font: .8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:  #bbb;
	padding: 10px 0 0 10px;
	height: 29px;
}
#rightCol h2.rightCol {
	background: #fff url(../images/headerBg_rightCol.jpg) no-repeat 0 0;
}
.videoBrief h3, .videoBrief2 h3 {
	font: bold .7em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.videoBrief2 h3 {
	margin: .8em 0;
	line-height: 1.2em;
}
.videoBrief p {
	font: .7em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #484747;
	margin: .3em 0;
}
#leftCol p {
	font: .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #484747;
	margin: .8em;
}
#leftCol ol {
	margin: .8em .8em .8em 1.2em;
}
#leftCol li {
	font: .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #484747;
	margin: .8em;
}
.videoBrief p.time, .tutorialResult p.time {
	position: absolute;
	top: 80px;
	right: 10px;
	color: #9d0000;
	font-weight: bold;
	width: 115px;
}
div#leftCol h2 {
	background: #fff url(../images/headerBg_leftCol.jpg) no-repeat 0 0;
	margin-bottom: 10px;
}
#leftCol h3 {
	font: bold .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: .8em .8em 0 .8em;
}
#leftCol a.newsLink, #leftCol p.newsLink {
	font: .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #9d0000;
	display: block;
	font-weight: bold;
	margin: .8em .8em 1.2em .8em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #ddd;
	clear:both;
}
/*Images/Flash
=============================================================*/
#logo {
	position: absolute;
	top: 0;
	left: -52px;
	z-index: 10;
}
#video {
	width: 966px;
	height: 535px;
	margin: 5px auto 0 auto;
}
.videoBrief {
	position: relative;
	background: #fff url(../images/textbox_bg.jpg) repeat-x 0 0;
	border-bottom: 1px solid #ddd;
	height: 120px;
	padding: 7px 135px 10px 10px;
}
.videoBrief2 {
	position: relative;
	background: #fff url(../images/textbox_bg.jpg) repeat-x 0 0;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.videoResult, .tutorialResult {
	border-bottom: 1px solid #ddd;
	background: none;
	padding: 10px;
	clear:both;
}
                           s
.tutorialResult {
	position: relative;
}
.videoBrief img, .tutorialResult img {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #414141;
}

#leftCol img {
	float: right;
	margin: 0 10px 10px 10px;
	border: 1px solid #414141;
}
/*Forms
=============================================================*/
/* Search */
form#searchForm {
	position: absolute;
	top: 10px;
	left: 7px;
	width: 300px;
	background: none;
	border: none;
}

form#searchForm input {
	width: 59px;
	height:  25px;
}

form#searchForm input#searchField {
	float: left;
	display: inline;
	height: 18px;
	width: 130px;
	margin: 1px 10px 0 10px;
	line-height: 18px;
}
/* Newsletter */
form#newsletter {
	background: #fff url(../images/textbox_bg.jpg) repeat-x 0 0;
}

/*Global*/
form {
	text-align: left;
	width: auto;
	margin: 0 auto 1.6em auto;
	padding: 0;
}

form fieldset {
	border: none;
	padding: .3em .8em .8em .8em;
	margin-bottom: 20px;
}

form legend {
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
}

form label, form input {
	font: .7em/1.2em Verdana, Geneva, sans-serif;
	color: #555;
	display: block;
	margin: 0;
}

form input {
	width: 250px;
	padding: 1px 0;
	height: 16px;
}
form select {
	width: 254px;
	padding: 1px 0;
}

form textarea {
	width: 518px;
	height: 100px;
}

form fieldset label {
	font-weight: bold;
	color: #333;
}

form fieldset ol {
	margin: 0;
	padding: 0;
	width: 550px;
}

form fieldset li {
	list-style: none;
	padding: 0;
	margin: 5px 20px 5px 0;
	float: left;
	display: inline;
}

form fieldset fieldset {
	border: none;
	margin: 3px 0 0 0;
	background: none;
	padding:0;
}

form fieldset fieldset legend {
	font: .7em/1.2em Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 10px 0;
}

form fieldset fieldset label {
	position: relative;
	padding: 1px 0 4px 0;
	font-weight: normal;
	margin: 0 0 0 18px;
}

form label input {
	position: absolute;
	top: 1px;
	left: -18px;
	width: 16px;
	height: 16px;
}

textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}

form input.btnSubmit {
	width: auto;
	margin: 10px 0 0 0;
	height: auto;
	clear: both;
}

form .error {
	color: red;
}

/* Success, notice and error boxes*/
.error, .notice, .success {
	padding: .2em .5em .2em .6em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* pagination */
div.navigator {
	border: 0px;
	padding: 0px;
	display:block;
	clear:both;
	font: bold .6em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	margin: 3px 0px 0px 10px;
}

div.navigator span, div.navigator .currentpage, div.navigator a {
	display:inline;
	border: 0px;
	padding: 2px 5px;
	margin: 0px;
}

div.navigator span.currentpage {
	background-color: #dddbdb;
}

div.navigator a {
	text-decoration: none;
}

div.navigator a:hover {
	text-decoration: underline;
}

/*************************************
Video Player Styles
************************************/
#details {
	width: 375px;
	height: 320px;
	position:relative;
	display:inline;
	float:right;
}

#details p {
	margin-left:auto;
	margin-right:auto;  
}

#title {
    padding: 0px;
	color:#FFF;
    margin:0px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	width:350px;
	line-height:20px;
}

#description {
	color:#FFF;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#links {
	width:375px;
	vertical-align:bottom;
	position:absolute;
	bottom:0;
}

#content {
	padding-top:20px;
}

div.hgroup {
    position:relative;
}

#socialLinks {
    width:240px;
    position:absolute;
    right:0px;
    top:13px;
    text-align:right;
}

/* SEO-ADDITIONS*/
#channelTitle {
    font-family:Arial, Helvetica, sans-serif; 
    color:#FFF;
    margin:0px 0px 10px 10px;
    font-size:21px;
    line-height:21px;
}

#channelTitle2 {
    font-family:Arial, Helvetica, sans-serif; 
    color:#FFF;
    margin:0px 0px 10px 10px;
    font-size:21px;
    width: 950px;  
    padding: auto;
    position: absolute;
    top: 555px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    height: 36px; 
    border: 1px solid red;
}

#channelDesc {
    width:950px;  
    padding:auto;
    position:absolute;
    top:555px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    height:36px; 
} 
 
#separator {
    clear:both;
}

#breadcrumb {
    text-align: right;
    float:left;
    height:25px;
    padding:0px;
    margin:10px 0px 10px 10px;
    width:280px;
    font-size:15px;
    font-weight:bold; 
    color:#CCC;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
}

#breadcrumb a {
    font-size:15px;
    color:#CCC;/*text-decoration:underline;*/
}

.vidLink {
	background-image: url('../images/button.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
	color:#FFF;
	width:350px;
	height:30px;
	display:block;
	text-decoration:none;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

#playerContent {
	width: 568px;
	height: 320px;
}

#playlistContent{
	width: 966px;
	height:160px;
}

ul.ui-autocomplete {
    width: 210px;
    list-style-type: none;
    list-style-position:inside;
    max-height: 600px;    
}

ul.ui-autocomplete li {
    margin-left: 10px;
    overflow: hidden;
}

li.ui-menu-item {
    cursor: pointer;
}

form#region_form {
    position: absolute;
    right: -6px;
    top: 32px;
    width: 120px;
    border: 0px;
}

select#region_selector {
    width: 120px;
}

.ui-dialog .ui-dialog-title {
    float:left;
    margin:0.1em 0 0.2em;
}

form span.required {
    color:red;  
}
