/*
Theme Name: LearnComputer
Theme URI: http://www.learncomputer.com
Description: This theme is based on Green Park 2 by Cordobo.
Version:
Author: Michael Dorf
Author URI: http://www.learncomputer.com
*/

/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

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 { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* GENERAL
------------------------------------------------------------------- */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body { color: #242626; }
html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}

body {
  background-color: #27547E;
  background-image: url("img/bg1.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center 70px;
  *background-position: 50% 74px;
  font: 100.1%/1.5 "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
  font-smooth: always;
  text-align: center;
  padding-bottom: 30px;
  /* this is to remove blank space when there is horizontal scrollbar in browser */
  min-width: 991px;
}

#shadow-wrap {
  background: url("img/shadow-repeat.png") repeat-y scroll 0 0 transparent;
  margin: auto;
  padding: 0 9px;
  width: 985px;
}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active {
  color: #86180A; 
  text-decoration: underline; 
}

#menu a:active,
#submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }

#sidebar a, #sidebar a:link, #sidebar a:visited { 
  color: #C54E0B; 
}

#sidebar a:focus, #sidebar a:hover, #sidebar a:active { border-bottom-color: #C54E0B; color: #111; }
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { border: 0 none; color: #C54E0B; }
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { border: 0 none; color: #000; }
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { border: 0 none; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}

h1 { font-size: 25px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 20px; line-height: 1.3; margin: 15px 0 15px; }
h3 { font-size: 18px; margin: 10px 0 10px; }
h4 { font-size: 17px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 16px; font-weight: bold; margin: 15px 0 15px 0; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #669900; }

hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: 550; }
sub, sup { font-size: 0.7em; }

/* Generic classes
------------------------------------------------------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { background: transparent url("img/top-sprite.png") 0 5px no-repeat; padding-left: 12px; }
.top-link:hover { background-position: 0 -29px; }

/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin:5px 15px 5px 0; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  /* max-width: 576px; */
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

/* Tables and #wp-calendar */
table.main { color: #3E5867; width: 100%; border: 1px solid #ccc; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
table.main tbody { background-color: #f6f6f6; text-align: left; }
td#next { text-align: right; }

/* Learncomputer table for course sessions */
table.main th, table.main td { padding: 7px; text-align: left; }
table.main th { background-color:#ddd; white-space: nowrap; }
table.main th.center, table.main td.center { padding: 7px; text-align: center; }

/* STRUCTURE
------------------------------------------------------------------- */

#sidebar,
#footer { font-size: 0.7em; }

#header {
  background: url("img/bg-header.gif") repeat-x scroll 0 0 #ffffff;
  width: 100%;
  position: relative;
  height: 90px; 
}

#breadcrumb,
#main,
#footer {
  text-align: left;
  margin: 0 auto 0; /* last number is the height of the grey line betw content and footer; */
  width: 985px;
}

.wrapper {
  margin: 0 auto;
  width: 981px;
}

#main {
  background-color: #fff;
}

#main-container {
  overflow: hidden;
  width: 100%;
  background: url("img/shadow-top-bottom.png") repeat-x scroll left top transparent;
}

#breadcrumb {
  font-size: 13px; 
  overflow: hidden;
  position: relative;
  margin: 0 auto 0;
  padding: 12px 0 3px 0;
  color: #aaa;
  text-shadow: 1px 1px 1px #222;
}

#breadcrumb strong {
  color: #ddd;
}

#breadcrumb a {
  color: #aaa;
}

#breadcrumb a:hover {
  color: #ffffff;
  text-decoration:none;
}

#container { 
  float: left;
  margin: 0 -350px 0 0;
  width: 100%;
}

#content {
  margin: 0 349px 0 0;
  padding: 0;
}

#sidebar-container {
    float: right;
}

#sidebar {
  background-color: #FFFFFF;
  float: right;
  margin-left: -3px;
  padding: 10px 20px 15px 0;
  width: 330px;
  background: url("img/sidebar-divider.png") no-repeat scroll left -5px transparent;
}

#sidebar_bottom {
  background: url("img/sidebar-divider-bottom.png") no-repeat scroll left top transparent;
  clear: both;
  float: right;
  height: 50px;
  width: 330px;
  padding-right: 20px;
}

#footer {
  background: url("img/footer.png") no-repeat scroll center top #EFEFEF;
  clear: both;
  padding-bottom: 20px;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  width: 925px;
}

#bottom-shadow {
  background: url("img/shadow-bottom.png") no-repeat scroll 0 0 transparent;
  margin: auto;
  padding: 8px 9px 0;
  width: 985px;
}

#top-shadow {
  background: url("img/shadow-top.png") no-repeat scroll 0 0 transparent;
  margin: auto;
  padding: 8px 9px 0;
  width: 985px;
}

/* HEADER
------------------------------------------------------------------- */

#logo,
#logo a { 
  display: block; 
  height: 51px; 
  width: 257px; 
}

#logo {
  position: absolute;
  top: 4px;
  margin-left: 13px;
}

#logo a {
  background: transparent url("img/learncomputer_logo.png") top left no-repeat; 
  text-indent: -9999em; 
}

#logo .logo-description {
  color: #868F98; 
  display: block; 
  
  /*left: 260px; 
  position: absolute;*/
  float: right;
  margin-right: 11px;

  bottom: 3px;
  font-size: 12px !important; 
  font-weight: bold  !important;
  font: 100.1%/1.5 "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
}

#promotion,
#promotion a {
  display: block; 
  height: 65px; 
  width: 264px; 
}

#promotion {
  position: absolute;
  top: 5px;
  margin-left: 315px;
}

#promotion a {
  background: transparent url("img/holiday-promotions.png") top left no-repeat; 
  text-indent: -9999em; 
}

/* MENUES */

#header .topMenuBox {
  float: right;
  width: 430px;
}

#header .topMenu {
  background: url("img/bg-topmenu.png") repeat scroll 0 0 transparent;
  display: inline;
  float: right;
  height: 31px;
  margin: 0 14px 0 0;
  overflow: hidden;
}

#header .topMenu ul {
  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
}

#header .topMenu ul {
  background: url("img/bg-topmenu-r.gif") no-repeat scroll 100% 0 transparent;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0 2px 1px;
}

#header .topMenu li:first-child {
  background: none repeat scroll 0 0 transparent;
}

#header .topMenu li {
  background: url("img/sep-topmenu.gif") no-repeat scroll 0 0 transparent;
  float: left;
  padding: 0 16px;
}

#header ul.social {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  float: right;
  padding: 17px 14px 0 0;
  clear:both;
}

#header ul.social li {
  border: medium none;
  display: block;
  float: left;
  height: 24px;
  margin: 0 0 5px 10px;
  padding: 0;
  width: 24px;
}

#header ul.social li a {
  display: block;
  height: 24px;
  padding: 0;
  width: 24px;
}

a.twitter {
  background: url("img/social-sprite.png") no-repeat scroll 0 -26px transparent;
}

a.twitter:hover {
  background-position: 0 0;
}

a.facebook {
  background: url("img/social-sprite.png") no-repeat scroll -26px -26px transparent;
}

a.facebook:hover {
  background-position: -26px 0;
}

a.in {
  background: url("img/social-sprite.png") no-repeat scroll -156px -26px transparent;
}

a.in:hover {
  background-position: -156px 0;
}

a.rss {
  background: url("img/social-sprite.png") no-repeat scroll -312px -26px transparent;
}

a.rss:hover {
  background-position: -312px 0;
}

#topTools {
  position: relative;
  width: 100%;
}

#topTools ul {
  font: bold 11px/26px "Helvetica Neue","Free Sans","Lucida Grande",Arial,Helvetica,sans-serif;
}

#topTools ul {
  float: right;
  list-style: none outside none;
  margin: 17px 12px 0 0;
  text-transform: uppercase;
}

#topTools .itemPhone {
  background: url("img/ico-phone.gif") no-repeat scroll 0 3px transparent;
  padding: 0 0 0 21px;
}

#topTools .itemMail {
  background: url("img/ico-mail.gif") no-repeat scroll 0 3px transparent;
  padding: 0 0 0 25px;
}

#topTools li {
  display: inline;
  float: left;
  margin: 0 0 0 11px;
}

#headline {
  /*background: url("img/gradient-dark-bottom.png") repeat-x scroll 0 100% #506A84;*/
  background: url("img/bkg-nav-sec.gif") repeat-x scroll 0 0 transparent;
  width: 100%;
  height: 41px;
}

#nav {
  text-align: left;
}

/* Top search */
#nav-search {
  display: block;
  height: 30px;
  line-height: 16px;
  position: relative;
  float: right;
  margin-top: 8px;
  right: 10px;
}

#nav-search label { display: none; }

#s {
  border-radius: 3px 3px;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  box-shadow: -2px 0 4px #C4C3BA inset;
}

#s {
  border: 0 none;
  font-size: 12px;
  height: 15px;
  padding: 3px 5px 3px;
  width: 186px;
  background-color: #eee;
}

#nav-search #s {
  border-color: #38515c;
  border-bottom-color: #548301; 
  border-right-color: #548301;
}

.sbutton {
    margin-left: 0;
    margin-top: 1px;
}

/* POSTs and PAGEs
------------------------------------------------------------------- */

.page,
.post,
.pagetitle,
.archives-intro,
.nocomments {
  padding: 0 28px; 
}

.archives-intro {
  margin-bottom: 20px;
}

.archives-intro p {
  padding-bottom: 10px;
  font-size: 13px;
}

.archives-intro h2 {
  margin: 0 0 10px 0;
}

.archives-intro img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEDEF;
  float: right;
  margin: 5px 0 0 10px;
  padding: 4px;
}

#social_profiles {
  font-size: 13px;
  margin: 0 0 10px;
  padding: 0;
}

#social_profiles li {
  list-style: none outside none;
  margin: 3px 0;
}

#social_profiles li,
.social_profile {
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 3px 0 0 22px;
}

.social_profile_delicious {
  background-image: url("img/social-icon/delicious-16-16.png");
}

.social_profile_digg {
  background-image: url("img/social-icon/digg-16-16.png");
}

.social_profile_facebook {
  background-image: url("img/social-icon/facebook-16-16.png");
}

.social_profile_flickr {
  background-image: url("img/social-icon/flickr-16-16.png");
}

.social_profile_google_profile {
  background-image: url("http://www.google.com/images/icons/ui/gprofile_button-16.png");
}

.social_profile_linkedin {
  background-image: url("img/social-icon/linkedin-16-16.png");
}

.social_profile_myspace {
  background-image: url("img/social-icon/myspace-16-16.png");
}

.social_profile_stumbleupon {
  background-image: url("img/social-icon/stumbleupon-16-16.png");
}

.social_profile_twitter {
  background-image: url("img/social-icon/twitter-16-16.png");
}

.social_profile_reddit {
  background-image: url("img/social-icon/reddit-16-16.png");
}

.post,
.nocomments {
  padding-bottom: 30px;
}

.post, .pagetitle {
  margin-top: 20px;
}

.entry { 
  margin: 15px 0 5px; 
  font-size: 13px; 
  line-height: 20px; 
}

.meta {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  color: #3e5867;
  display: block;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  margin: 0 -28px;
  padding: 5px 28px;
  text-shadow: 0px 1px 0px #fff;
  /*width: 577px;*/
}

* html .meta { 
  height: 1%; 
}

.meta:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0; 
}

a.button-style {
  border: 1px solid #F4F8F9;
  border-radius: 3px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background: #5388b6 url("img/button-style.png") center left repeat-x;
  border-color: #1b5a8d;
  color: #fff;
  text-shadow: 0 1px 0 #0f4570;
}

p strong, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; color: #4d4d4d; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }

.entry ol.course-outline li { list-style-type: decimal; }
.entry ol.course-outline li ol li { list-style-type: lower-alpha; }

.entry ol li ol li { list-style-type: lower-alpha; }
.entry ol li ol li ol li { list-style-type: lower-roman; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url("img/dl-arrow.gif") 0 4px no-repeat; padding: 0 0 4px 1em; }

/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, 
.page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  padding: 7px 2px;
}

.postmetadata a { color: #666; padding: 2px; }
.postmetadata a:hover { background-color: #efefef; }

/* Advertisement space - see Admin Settings */
.something { padding: 7px 2px; /*width: 572px;*/ border-bottom: 1px dotted #ddd; }
.somethingspecial { margin: 0 auto; /*width: 468px;*/ }



/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 { margin: 0 0 5px; font-size: 25px; }
#respond h3 { margin: 18px 0 5px 28px; }
h4#pings { font-size: 25px; }

.h3-inline,
.h4-inline {
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
}

.h3-inline { font-size: 18px; }
.h4-inline { font-size: 17px; }

.comments-header,
.navigation { 
/*  border-bottom: 1px solid #E6F0F2; */
  text-shadow: 0 1px 0 #fff; 
}

.navigation {
  background-color: #E6F0F2;
  border-top: 1px solid #fff;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.comments-header { 
  background-color: #F4F8F9; 
  border-top: 1px solid #E6F0F2; 
  padding: 6px 28px; 
}

.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  background-color: #f9fbfc;
  border: 28px solid #f9fbfc;
  border-top: 0 none;
  font-size: 12px;
}

.pinglist { 
  font-size: 11px;
  list-style-type: disc;
  margin: 0 0 0 45px;
}

li.pings {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #fff;
  margin: 0;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
  background: transparent url("img/bg-comment.png") 10px 19px no-repeat;
  border-top: 28px solid #f9fbfc;
  border-left: 40px solid #f9fbfc;
}

.comment-body {
  background-color: #f4f8f9;
  color: #3e5867;
  margin-left: 20px;  
  padding: 17px 20px 11px;
  position: relative;
}

.comment-body img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  position: absolute;
  left: -60px;
}

ul.children {
  margin-left: 20px;
}

.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta {
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  right: 25px;
  top: 20px;
}
.comment-meta a { color: #999; }
.comment-author-admin { background-image: url("img/bg-comment-admin.png"); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { padding: 0 0 7px; }
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { }
.commentlist cite a { }

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite {
  background-color: #F9FBFC;
  border-bottom: 1px dotted #E6F0F2;
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 16px;
  margin: 0 -7px 20px;
  padding: 3px 7px;
}

.comment-author-admin .comment-author cite { background-color: #F4F8F9; border-bottom-color: #ccc; }

.says { display: none; }
.comment div em { } /* comments awaiting moderation. */

.reply { font-size: 10px; font-weight: bold; overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
  float: right;
  padding: 2px 6px;
}

.comment-reply-link:hover { 
  background-color: #fff; 
  color: #333; 
}

#respond {
  background-color: #F4F8F9;
  margin-top: 5px;
  overflow: hidden;
  padding: 0 0 18px;
  width: 100%;
  border-top: 1px solid #E6F0F2;
  border-bottom: 1px solid #E6F0F2;
}

#commentform { padding: 18px 28px 0; }

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { 
  display: block; 
  font-size: 11px; 
  height: 20px; 
  margin: 3px 0 9px; 
  width: 85%; 
}

input#author, input#email, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width: 100%;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
  background: #5388b6 url("img/button-style.png") center left repeat-x;
  border: 1px solid #3b73a3;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}

/* SIDEBAR
------------------------------------------------------------------- */

.currently-viewing,
#sidebar #about,
#sidebar .categories,
#sidebar .archives,
.pagenav,
#meta,
.linkcat,
.widget {
  border-bottom: 1px dotted #ddd; 
  margin: 0 0 8px; 
  padding: 10px 0 20px 8px;
}

/* Newsletter sidebar signup form */
.AWeberWidget {
  background: url("img/newsletter-envelope.png") no-repeat scroll 8px 35px #fff;
}

.AWeberWidget .nl-header {
  margin: 0 0 0 0;
}

.AWeberWidget .nl-header h2 {
  font-family: Arial,Geneva,sans-serif;
  font-weight: bold;
  color: #990000;
  font-size: 17px;
  margin: 0 0 10px 0 !important;
}

.AWeberWidget .nl-header p {
  line-height: 19px !important;
  font-size: 110%;
  margin-bottom: 15px;
  margin-left: 60px;
}

.AWeberWidget .nl-form {
  margin-bottom: 10px;
  font-size: 14px;
}

.AWeberWidget .nl-form input.text {
  background: url("img/field-bg-top.gif") repeat-x scroll left top #fff;
  border: 1px solid #aaa;
  color: #555;
  padding: 3px;
  width: 240px;
}

.AWeberWidget .nl-form .nl-form-row {
  padding-bottom: 7px;
}

.AWeberWidget .nl-form p {
  margin-top: 10px;
  font-size: 12px;
}

.AWeberWidget .nl-form .nl-form-label {
  color: #555;
  float: left;
  width: 60px;
}

.AWeberWidget .nl-form .button {
  float: right;
  margin: 3px 5px 40px 0;
  padding: 5px 10px 5px 10px;
}
/* END: Sidebar Newsletter signup form */

/* Newsletter content signup form */

.aweber-content .nl-form-container {
  background: url("img/newsletter-envelope.png") no-repeat scroll 10px 9px #f5f5f5;
  border: 1px solid #eaeaea;
  padding: 15px;
}

.aweber-content .nl-form .nl-form-row {
  margin-left: 50px;
  margin-top: 10px;
}

.aweber-content .nl-form .nl-form-fld-left {
}

.aweber-content .nl-form .nl-form-fld-right {
  float: right;
}

.aweber-content .nl-form input.text {
  background: url("img/field-bg-top.gif") repeat-x scroll left top #fff;
  border: 1px solid #aaa;
  color: #555;
  padding: 3px;
  width: 185px;
}

.aweber-content .nl-form p {
  margin: 20px 0 0 0;
  text-align: left;
}

.aweber-content .nl-form .nl-form-label {
  color: #555;
  float: left;
  width: 45px;
  margin-top: 1px;
}

.aweber-content .nl-form .button {
  float: right;
  margin: 15px 0 0 20px;
  padding: 5px 10px 5px 10px;
}

/* END: Newsletter content signup form */

.categories li li, 
.pagenav li li {
  margin-left: 6px;
}

ul.sb-list {
  margin-left: 10px;
}

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
  color: #395162;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

ul.sb-tools {
  border-bottom: 1px dotted #ddd;
  margin: 9px 0;
  padding: 0 8px 9px;
}

.sb-tools li { display: block; min-height: 34px; }

.sb-tools a span {
  color: #86180A;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.sb-tools a:hover span { color: #C54E0B; }

.twitter-icon, .rss-icon {
  padding-left: 65px;
  color: #111;
  line-height: 1.25em;
}

.twitter-icon { background: transparent url("img/twitter_48.png") 0 0 no-repeat; }
.rss-icon { background: transparent url("img/rss-icon-lc.png") center left no-repeat; }
.sb-icon-text { padding: 3px 0 0; }

.previous-post a, .next-post a {
  background: transparent url("img/next-prev-sprite.png") right -195px no-repeat;
  display: block;
  line-height: 1.2;
  margin: 8px 0 0;
  padding: 2px 65px;
}

.next-post a:active, .next-post a:focus, .next-post a:hover { background-position: right -295px; border: none; }
.previous-post a, .previous-post a:link, .previous-post a:visited { background-position: 0 5px; padding-right: 0; }
.previous-post a:active, .previous-post a:focus, .previous-post a:hover { background-position: 0 -95px; }

ul.group {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden; 
  padding: 0;
  width: 150px;
}


/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }



/* PRINT Styles
------------------------------------------------------------------ */

@media print
{
  body { color: #000; font: 100%/1.5 serif; }
  .entry { font-size: 12pt; line-height: 1.5; overflow: visible; }
  #header { border-bottom: 1px dotted #ccc; position: static; display: block; margin: 0 auto; }
  h1#logo,
  h1#logo a,
  h1#logo a span { color: #000; height: auto; margin: 0; padding: 0; position: static; width: auto; }
  
  #container { float: none; margin: 0; }
  #content { border: 0 none; margin: 0; overflow: visible; position: static; }
  /* Attaches the URI to each link so they are visible in the print version */
  #content .entry p a:after { content: "  [" attr(href) "] "; }
  hr, #nav, #sidebar, .something { display: none; }
}

/* LearnComputer! Custom ------------------------------------------ */

table.sidebar_course {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

table.sidebar_course, 
table.sidebar_course td, 
table.sidebar_course th {
  vertical-align: middle;
  text-align: left;
}

table.sidebar_course th {
  padding: 10px;
  color: #000;
  border-top: 1px solid #fff;
}

table.sidebar_course td {
  padding: 8px;
  color: #444;
  font-size: 12px;
  font-weight: bold;
}

table.sidebar_course tfoot td {
  border: 0px;
}

table.sidebar_course td, 
table.sidebar_course th {
  background: url("img/line.gif") repeat-x scroll center bottom transparent;
}

table.sidebar_course th {
  background-color: #ddd;
}

table.sidebar_course tr.even {
  background-color: #f1f1f1;
}

table.sidebar_course tr:hover {
  background-color:#e3e3e3 !important;
}

table.sidebar_course td.header {
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-weight: bold;
}

table.sidebar_course ul li {
  padding-bottom: 10px;
}

.guaranteedToRun16SmButton, 
.guaranteedToRun16LgButton {
  max-height: 16px;
  max-width: 16px;
}

.guaranteedToRun16LgButton {
  margin-top: 2px;
}

.imageRight {
  float: right;
  margin: 10px 0 5px 15px;
  max-height: 150px;
  max-width: 150px;
}

.imageLeft {
  float: left;
  margin: 10px 15px 5px 0;
  max-width: 250px;
  max-height: 300px;
}

.unsizedRight {
  float: right;
  margin:10px 0 5px 5px;
}

.unsizedLeft {
  float: left;
  margin: 10px 15px 5px 0;
}

.imageSmallLeft {
  float: left;
  margin: 0 15px 5px 0;
  max-height: 70px;
  max-width: 70px;
}

.imageIcon25Left {
  float: left;
  max-height: 25px;
  max-width: 25px;
}

.imageIcon32Left {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px; 
  max-height: 32px;
  max-width: 32px;
}

table.sample_code {
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #d4d4d4;
  margin: 10px 0 20px 0;
}

table.sample_code tbody { 
  background-color: #eee; 
  text-align: left; 
}

table.sample_code td {
  font-size: 110%;
  font-family: courier new;
  padding: 10px; 
  text-align: left;
}

table.code {
  outline: 1px solid #d4d4d4;
  border: 5px solid #e5eecc;
}

table.code td {
  font-size: 110%;
  font-family: courier new;
  background-color: #FFFFFF;
  border: 1px solid #d4d4d4;
  padding: 4px;
}

table.sample_code p,table.code p {
  font-family: courier new;
}

.post .date,
.post .author,
.post .comments,
.post .addcomment {
  background: url("img/icons.gif") no-repeat scroll 0 0 transparent;
  height: 16px;
  padding-left: 22px;
}

.post .date {
  background-position: 0 -48px;
  float: left;
  margin-right: 15px;
}

.post .author {
  background-position: 0 0;
  float: left;
}

.post .comments {
  background-position: 0 -96px;
  float: right;
}

.post .addcomment {
  background-position: 0 -112px;
  float: right;
  margin-left: 15px;
  margin-right: 6px;
}

.star_rating {
  background: url("img/stars.png") no-repeat scroll left top transparent;
  height: 17px;
  margin: 11px 0 0 77px;
  position: relative;
  width: 91px;
}

.star_rating .result {
  background: url("img/stars_full.png") no-repeat scroll left top transparent;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 102;
}

/* MENU
------------------------------------------------------------------- */

#pixopoint_menu1 {
  display: block;
  height: 41px;
  padding: 0 28px 0 0;
  margin-left: -1px;
  width: 730px;
}

#pixopoint_menu1 ul {
  margin-left: 0;
}

#pixopoint_menu1 li {
  border: none;
  color: #FFFFFF;
  line-height: 41px;
  z-index: 520;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0px;
  float: left;
  position: relative;
}

#pixopoint_menu1 li.page-item-home a {
  background-image: none;
  background: none;
}

#pixopoint_menu1 ul.sf-menu li.haschildren a {
  background: url("img/bkg-arrow-drop.png") no-repeat scroll right center transparent;
  margin-right: 11px;
}

#pixopoint_menu1 li:hover,
#pixopoint_menu1 li.sfhover {
}

#pixopoint_menu1 li a {
  border: none;
  text-decoration: none;
  display: block;
  padding: 0 12px 0 14px;
  color: #FFFFFF;
}

#pixopoint_menu1 li a:hover {
  border: none;
  text-decoration: none;

  /* IE6/7/8 Fallback hack - Adds more contrast to the navigation */
  color: #bbb\9;
  /* FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition */
  text-shadow: 1px 1px 1px #000;
}

#pixopoint_menu1 ul ul {
  position: absolute;
  left: -999em;
  top: 41px;
  width: 200px;
  /* positioning of the submenu in relation to main menu */
  margin-left: 3px;
}

#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
  left:auto;
}

#pixopoint_menu1 ul ul li a {
  /* positioning of text within submenu */
  padding: 4px 11px;
  text-transform: normal;
  font-variant: normal;
  text-shadow: none;
  background: none !important;
}

#pixopoint_menu1 ul ul li {
  letter-spacing: 0px;
  color: #000000;
  z-index: 20;
  width: 200px;
  font-family: helvetica,arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 0;
}

#pixopoint_menu1 ul ul li a {
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}

#pixopoint_menu1 ul ul li:hover a,
#pixopoint_menu1 ul ul li.sfhover a {
  color: #FFFFFF;
  text-decoration: none;
}

#pixopoint_menu1 ul ul li:hover li a,
#pixopoint_menu1 ul ul li.sfhover li a {
  color: #000000;
}

#pixopoint_menu1 ul ul li:hover li a:hover,
#pixopoint_menu1 ul ul li.sfhover li a:hover {
  color: #FFFFFF;
}

#pixopoint_menu1 ul ul li:hover, 
#pixopoint_menu1 ul ul li.sfhover {
  color: #FFFFFF;
  /*background: url("img/gradient-dark-bottom.png") repeat-x scroll 0 0 #506A84;*/
  background: url("img/bkg-nav-sec.gif") repeat-x scroll 0 -2px transparent;
}

#pixopoint_menu1 ul ul ul li {
  font-size: 1em;
  border-top: 1px solid #cccccc;
  /* this it to remove the double line on menu */
  margin: -1px 0 0 0;
}

#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
  position: absolute;
  margin-left: -999em;
  top: 0;
  width: 200px;
}

#pixopoint_menu1 li li:hover ul,
#pixopoint_menu1 li li.sfhover ul,
#pixopoint_menu1 li li li:hover ul,
#pixopoint_menu1 li li li.sfhover ul {
  margin-left: 200px;
}

#pixopoint_menu1 ul ul li:hover li a,
#pixopoint_menu1 ul ul li.sfhover li a {
  text-decoration: none;
}

#pixopoint_menu1 ul ul li li:hover a,
#pixopoint_menu1 ul ul li li.sfhover a {
  color: #FFFFFF;
  text-decoration: none;
}

#pixopoint_menu1 li.pixo_search:hover {
  background: none;
}

#pixopoint_menu1 li.pixo_search form {
  margin: 0;
  padding: 0;
}

#pixopoint_menu1 li.pixo_search input {
  font-family: tahoma,sans-serif;
}

#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
  width: 100px;
}

#pixopoint_menu1 li.pixo_right {
  float: right;
}

/* Training pages
------------------------------------------------------------------ */

.list { 
  margin: 10px 0 .2em; 
}

.hiddenText {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 1px;
  background: #eeeeee; 
  display: none;
}

.rightLink {
  float: right;
  margin: 0 5px 0 0;
  font-size: 12px;
}

.rightLinkIcon {
  float: right;
  margin: 2px 0 0 0;
}

table.sidebar_category {
  border: none;
  clear: both;
}

table.sidebar_category td {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

div#annHolder {
  background: #EEEEEE;
  color: #666666;
}

div#annHolder div.annHolderHeader {
  margin-left: 10px;
  padding: 5px;
  font-weight: bold;
  font-size: 104%;
}

div#annHolderCols {
  background: url("img/ann-bg.jpg") repeat-x scroll left top #EEEEEE;
  height: 160px;
  margin-bottom: 15px;
}

div#annHolder div.annHolderCol {
  border-right: 1px solid #CCCCCC;
  float: left;
  height: 130px;
  padding: 10px 10px 10px 15px;
  width: 28%;
}

div#annHolder div.annHolderCol div.sig {
  margin-left: 30px;
  font-style: italic;
}

div#annHolder div.annHolderCol.lastCol {
  border-right: medium none;
}

/* Fade in-out effect styles */

ul#fade {
  list-style: none;
}

ul#fade li {
  list-style: none;
}

#learncomputerErrors {
  background-color: #FEE;
  border: 1px solid red;
  width: 500px;
  padding: 15px;
  margin: 15px 0px;
  clear: both;
}

.LearnComputerError {
  background-color: #FEE;
  border: 1px solid red;
  padding: 5px 20px;
}

.LearnComputerError h1 {
  color: #CBB;
}

.LearnComputerError ul {
  margin-bottom: -9px;
}

.LearnComputerError ul li {
  list-style-type: none;
}

a.button,
.button {
  font-family: Arial, Geneva, sans-serif; 
  font-size: 13px; 
  background: #369 url("img/gradient-dark-bottom.png") repeat-x; 
  display: inline-block; 
  padding: 7px 15px 8px; 
  color: #ffffff !important; 
  text-decoration: none; 
  font-weight: bold; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px; 
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
  border: 1px solid rgba(0,0,0,0.115); 
  border-bottom: 1px solid rgba(0,0,0,0.25); 
  position: relative; 
  cursor: pointer; 
  *overflow: visible;  
}

button.red, 
.button.red, 
.button.red:visited, 
.button.red:link, 
.button.red:active {
/*  background:url("img/icons.bg.png") repeat-x scroll left -1750px #DDDDDD; */
  background-color: #BF2726;
}

.button.large, 
button.large {
  font-size: 12px;
  padding: 4px 15px 5px;
  -webkit-border-radius: 4px; 
}

.button.small, 
button.small {
  font-size: 10px;
  padding: 5px 6px 6px;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}

.button.mini, 
button.mini {
  font-size: 10px;
  padding: 4px 2px 5px;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}

button:hover, 
.button:hover, 
.is_ie6 .button:hover {
  background-color: #5e87a7;
  border-color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

button.red:hover,
.red.button:hover,
.is_ie6 .red:hover {
  background-color: #c35756;
}

.photo {
  margin-bottom: 10px;
}

.fb-like-box {
  background: none repeat scroll 0 0 #E8F0F9;
  border: 1px solid #ABD2E9;
  margin: 5px 0;
  padding: 5px 0 5px 5px;
  height: 24px;
}

.fb-like-text {
  color: #3A5796;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px !important;
  font-weight: bold;  
  float: left;
  margin-top: 2px;
}

.fb-like-box iframe {
  margin-left: 10px;
}

.login p.error {
  padding: 5px;
  border: 1px solid #c00;
  background-color: #ffebe8;
  color: #333;
}

.login p.message {
  padding: 5px;
  border: 1px solid #e6db55;
  background-color: #ffffe0;
  color: #333;
}

p.course-title-col {
  width: 150px;
}

p.post-title-col, p.post-excerpt-col {
  width: 200px;
}

p.post-title-col {
  font-size: 14px !important;
  font-weight: bold;
}

#related {
  margin: 0 0 60px;
}

#related .column,
#related .column-last {
  float: left;
  width: 131px;
}

#related .column a,
#related .column-last a {
  font-size: 12px;
  line-height: 20px;
}

#related .column .image a,
#related .column-last .image a {
  margin: 0 0 15px;
}

#related .column {
  margin: 0 18px 0 0;
}

#related .column-last {
  margin: 0;
}

.fix {
  clear: both;
  height: 1px;
  margin: -1px 0 0;
  overflow: hidden;
}

.img-border-sm,
.img-border-lg {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); 
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
}

.img-border-sm {
  padding: 3px;
}

.img-border-lg {
  padding: 5px;
}

.author-box {
  background: none repeat scroll 0 0 #F4F8F9;
  border: 1px solid #EAEDEF;
  margin: 20px 0 10px;
  overflow: hidden;
  padding: 10px;
}

.author-box p, .post-summary p {
  margin: 0;
  padding: 0;
  display: table;
}

.author-box img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEDEF;
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
}

img.client-logo {
  border: 0 none;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

p.more-classes {
  background: url("img/arrow-down.gif") no-repeat scroll left center transparent;
  margin: 10px 0 0 420px;
  float: right;
  padding-left: 16px;
  font-weight: bold;
  vertical-align: middle;
}

ol.post-ol {
  list-style-type: decimal; 
  font-style: italic;
  margin: 20px 20px 20px 20px;
}

div.image-caption-wrapper {
  float:left; /* important */
  position:relative; /* important(so we can absolutely position the description div */
}

div.image-caption {
  position: absolute; /* absolute position (so we can position it where we want)*/  
  bottombottom: 0px; /* position will be on bottom */  
  left: 1px;
  bottom: 17px;
  width: 98%; 
  /* styling bellow */
  background-color: white;
  color: #990000;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  opacity: 0.8; /* transparency */
  filter: alpha(opacity=80); /* IE transparency */
}

p.image-caption-content {
  padding: 5px;
  margin: 0px;
}

.reg-button-cell {
  text-align: center;
}
