.notscreen {
  display: none;
  visibility: hidden;
}

* {
  position: relative;
}
img {
  border: 0;
}
.accessible {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  font: 62.5% Helvetica, Arial, Sans-Serif;
  color: #000;
  text-align: center; /* hack for IE */
  background-color: #fff;
}

.center, .centre {
  text-align: center;
}

/********************/
/* Layout Styles    */
/********************/
#page {
  width: 940px; /* 640 + 10 + 290 */
  margin: 0 auto;
  font-size: 1.3em;
  text-align: left; /* should be in body, but need to hack for IE to centre */
}

#head {
  color: #666;
  font-style: bold;
  background-color: #fff;
  font-size: 25px;
  padding: 25px 25px 0px 25px;
  margin: 0 0 10px 0;
}
#head a {
  text-decoration: none;
  color: inherit;
}
#head span {
  font-size: 10px;
}
#head #headnav {
  height: 25px;
  font-size: 12px;
  vertical-align: bottom;
}
#head #headnav ul, #head #headnav li {
  background-color: black;
  list-style: none;
  padding: 0px;
  margin: 0;
  float: right;
}

#middle {
  clear:both;
}

#content {
  margin-bottom: 10px;
  float: left;
  width: 640px;
  padding: 0;
}

#side {
  float: right;
  width: 290px;
}

#side .onecolumn,
#side .columnleft,
#side .columnright {
  margin-bottom:10px;
}

#side .columnleft,
#side .columnright {
  width: 140px;
  padding: 0px;
}

#side .onecolumn {
  clear: both;
  background-color: #f0f0f0;
  width: 100%;
}
#side .onecolumn .title {
  font-size: 16px;
  font-weight: bold;
  background-color: #e3e3e3;
  color: #333;
  height: 16px;
  padding: 7px 10px 7px 10px;
  margin: 0 0 10px 0;
}

#side .twocolumns {
  clear: both;
}
#side .columnleft {
  background-color: #f0f0f0;
  float: left;
}
#side .columnright {
  background-color: #f0f0f0;
  float: right;
}
#side .columnleft .title,
#side .columnright .title {
  font-size: 12px;
  font-weight: bold;
  background-color: #e3e3e3;
  color: #333;
  height: 12px;
  padding: 4px 10px 4px 10px;
  margin: 0 0 10px 0;
}

#side .onecolumn ul,
#side .columnleft ul,
#side .columnright ul {
  margin: 0 0 10px 0;
  padding: 0 10px 0 10px;
  list-style: none;
}
#side .onecolumn li,
#side .columnleft li,
#side .columnright li {
  margin-bottom: 3px;
}

/* side title colours */
/* one column */
#side .onecolumn .green {
  background: #00c800 url(images/grad_green_30.png) repeat-x;
}
#side .onecolumn .blue {
  background: #002098 url(images/grad_blue_30.png) repeat-x;
  color: white;
}
#side .onecolumn .orange {
  background: #ff5400 url(images/grad_orange_30.png) repeat-x;
}
#side .onecolumn .pink {
  background: #e100e1 url(images/grad_pink_30.png) repeat-x;
}
/* two column */
#side .columnleft .green,
#side .columnright .green {
  background: #00c800 url(images/grad_green_20.png) repeat-x;
}
#side .columnleft .blue,
#side .columnright .blue {
  background: #002098 url(images/grad_blue_20.png) repeat-x;
  color: white;
}
#side .columnleft .orange,
#side .columnright .orange {
  background: #ff5400 url(images/grad_orange_20.png) repeat-x;
}
#side .columnleft .pink,
#side .columnright .pink {
  background: #e100e1 url(images/grad_pink_20.png) repeat-x;
}

#side .green a {
  color: #00c800;
}
#side .blue a {
  color: #002098;
}
#side .orange a {
  color: #ff5400;
}
#side .pink a {
  color: #e100e1;
}

#side p {
  padding: 0 10px 10px 10px;
}

ul.horizontal {
}
ul.horizontal li {
  display: inline;
}

.small {
  font-size: x-small;
  font-weight: normal;
}

/********************/
/* Footer Styles    */
/********************/

#foot, #foot a {
  clear: both;
  font-size: 8pt;
  text-align: center;
  padding: 10px 0 0 0;
  color: #999;
}

/********************/
/* Content Styles   */
/********************/

#content .post {
  background-color: #f0f0f0;
  margin: 0 0 10px 0;
}
#content .post img {
  max-width: 100%;
}

#content .post h1,
#content .post h1 a {
  font-size: 1.2em;
  background-color: #e3e3e3;
  color: #333;
  margin: 0;
  padding: 7px 15px 12px 15px;
  text-decoration: none;
}

#content .post h2 {
  font-size: 1.2em;
  padding-left: 15px;
  padding-right: 15px;
}
#content .post h3 {
  font-size: 1.0em;
  padding-left: 15px;
  padding-right: 15px;
}

#content .post h4 {
  font-size: 1.0em;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
}

#content .post p {
  margin: 0;
  padding: 3px 15px 10px 15px;  
}

#content .post p.fullwidth {
  padding: 0;
}

#content .post .link {
  font-size: 0.8em;
  margin: 0;
  padding: 3px 15px 3px 15px;
  background-color: orange;
  color: #666;
}
#content .post .link a {
  text-decoration: none;
  color: #666;
}
#content .post .details {
  text-align: right;
  font-size: x-small;
  margin-bottom: 10px;
}

#content div#media {
  text-align: center;
}

#content .post>div>div {
  margin: 0;
  padding: 3px 15px 10px 15px;
}

#content code {
  background-color: #fff;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.centre {
  text-align: center;
}

/********************/
/* Comment Styles   */
/********************/

#comments {
  background-color: #f9f9f9;
}

#comments h2 {
  font-size: 1.2em;
  background-color: #e3e3e3;
  color: #333333;
  padding: 10px;
}

#comments .comment {
  padding: 0px 10px;
  border-bottom: thin solid #ccc;
  margin-bottom: 10px;
}
#comments .details {
  text-align: right;
  font-size: x-small;
}

#newcomment {
  background-color: #f9f9f9;
}
#newcomment #code {
  width: 200px;
}
#newcomment textarea {
  width: 100%;
  height: 10em;
}

/********************/
/* Layout Styles    */
/********************/

table.comparison {
  width: 100%;
  padding: 20px;
  border-spacing: 0px;
}
table.comparison * {
  margin: 0;
  padding: 0;
  /*text-align: left;*/
  vertical-align: bottom;
}
table.comparison tr {
  padding-top: 2px;
  padding-bottom: 2px;
}
table.comparison .divider {
  border-bottom: 1px solid white;
}
table.comparison th {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
table.comparison .app {
}
table.comparison .scr,
table.comparison .qr,
table.comparison .dm,
table.comparison .down {
  width: 16px;
}
/*table.comparison a {
  text-decoration: none;
  color: #000;
}
table.comparision a:hover {
  color: #ff5400;
}*/

table.comparison .odd,
table.comparison tr:nth-child(odd) {
  background-color: #f6f6f6;
}

p > code {
  background-color: white;
}

blockquote, pre > code {
  display: block;
  margin: 1em 40px;
  padding: 10px;
  background-color: white;
  border: 1px solid #999; 
}  
