﻿@charset "UTF-8";

/*** basic settings for small resolution Web browser ***/
body {
  -webkit-text-size-adjust : none;
  word-break: break-all  !important;
  word-wrap:  break-word !important;
  background-color: #eee;
}

/*** structure ***/
body {
  width: 100%;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
}
#header {
  width: auto;
border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #7d7e7d;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
 background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: linear-gradient(top, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}
#wrapper-right {
  width: auto;
  float: none;
}
#content {
  width: 94%;
  float: none;
  border:1px solid #d7dada; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
}
#footer {
  width: 100%;
  padding: 10px 0;
  background: #ccc;
}
#footerInner {
  width: 90%;
  margin: 0 auto;
}

/*** header ***/
#header h1, #header h2 {
  text-align: center;
}
#header h1 a, #header h1 a:link, #header h1 a:visited {
 color: #fff;
}

/*** article ***/
article header h1 {
  font-size: 120%;
}

/*** right sidebar ***/
#wrapper-right h3 {
  border-bottom: 0 none;
  padding-bottom: 0;
  clear: both;
}
#wrapper-right h3:before {
  content: "■";
}
#wrapper-right section {
}
.sideNav li a {
  border:1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family:arial, helvetica, sans-serif; 
  padding: 5px 5px 5px 5px; 
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight:bold; 
  text-align: center; 
  color: #FFFFFF; 
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #707070));
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(top, #d3d3d3, #707070);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
  text-decoration: none;
  margin: 0;
}

/*** footer ***/
.footerLink li a {
  font-size: 80%;
  white-space: nowrap;
}
.footerLink li {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-left: 0;
  border: 0 none;
}
.copyright {
  text-align: left;
  font-size: 80%;
}

/*** invisible for mobile browser ***/
.mobInvisible {
  display: none;
}

/*** mobile only ***/
.mobile_only {
  display: compact;
}