/**
* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
* v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
* html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
ul,ol { list-style:none }


/* Normalize monospace sizing:
en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }


/* Make buttons play nice in IE:
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* ================================================================ */
html {
  background: #dfdfdf;
}

body{
  font-size: 62.5%;
  font-family: arial, helvetica, verdana, sans-serif;
  color: #333;
  background: #fff url(/../images/backgrounds/footer.gif) 0 bottom repeat-x;
  padding-bottom: 80px;
  width: 980px;
  margin: 20px auto;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* =========== */
/* = Headers = */
/* =========== */

h1, h2, h3 {
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

h2, h3 {
  text-decoration: underline;
}

h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

/* ========== */
/* = Layout = */
/* ========== */

header{
  position: relative;
  background: url(../images/backgrounds/header.jpg) 0 0 no-repeat;
  height: 44px;
  padding-top: 181px;
  margin-bottom: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: 0px 10px 10px #d7d7d7;
  -webkit-box-shadow: 0px 10px 10px #d7d7d7;
  box-shadow: 0px 10px 10px #d7d7d7;
}

header img {
  position: absolute;
  top: 24px;
  left: 24px;
}

header nav{
  height: 44px;
  /* fallback */ 
  background-color: #1b557a; 
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg, #1b557a, #16445e);
  
  /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b557a), to(#16445e)); 
  
  /* Safari 5.1+, Chrome 10+ */ 
  background: -webkit-linear-gradient(#1b557a, #16445e); 
  
  /* Opera 11.10+ */ 
  background: -o-linear-gradient(#1b557a, #16445e);
  
  padding-left: 24px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

header nav ul li{
  float: left;
  margin-left: 13px;
}

header nav ul li a,
header nav ul li a:visited{
  display: block;
  padding: 0 13px;
  color: #fff;
  font-size: 1.4em;
  line-height: 44px;
  text-decoration: none;
}

header nav ul li a:hover,
header nav ul li.active a,
header nav ul li.active a:visited{
  background: #333;
}

/* =========== */
/* = Margins = */
/* =========== */
.pagination,
#content form input[type=text],
aside form.search,
aside section,
article footer,
section.content-list footer,
section.content-list span.read-more {
  margin-bottom: 1em;
}

/* ======== */
/* = Text = */
/* ======== */

.text table,
.text > ul,
.text > ol,
.text p,
ul.files,
ul.links,
div.row {
  font-size: 1.3em;
  margin-bottom: 1em;
}

.text strong{
  font-weight: bold;
}

.text em{
  font-style: italic;
}
/* =========== */
/* = Content = */
/* =========== */

#content {
	float: left;
	width: 485px;
	margin: 0px 150px 1em 175px;
	padding-left: 10px;
	padding-right: 12px;
	border-right: 1px solid #c7c7c7;
}

body.home #content{
  margin-left: 20px;
  width: 640px;
  margin-top: 28px;
}

body.home #content h1{
  text-indent: -10000px;
  overflow: hidden;
  height: 0px;
  margin: 0;
}

body.home #content h2{
  font-size: 1.6em;
}

#content .content-list a:hover h2,
#content .content-list a:hover h3{
  color: #E31351;
  text-decoration: underline;
}

#content .content-list a .text,
#content .content-list a:visited .text,
#content .content-list a:hover .text{
  text-decoration: none;
}

#content .content-list a:hover span.read-more{
  font-style: italic;
}

#content h2{
  font-size: 1.4em;
  text-decoration: none;
}

#content h2.search{
  font-size: 1.6em;
  margin-bottom: 20px;
}

#content h3{
  font-size: 1.2em;
  text-decoration: none;
}

article footer,
section.content-list footer {
  font-size: 1.2em;
  font-weight: bold;
  color: #005e9d;
}
section.content-list .with-image.right h2 {
  padding-right: 196px;
}

section.content-list .with-image figure {
  margin-top: -3.5em;
}

section.content-list .with-image.left h2,
section.content-list .with-image.left footer{
  padding-left: 196px;
}

section.content-list span.read-more{
  display: inline-block;
  font-size: 1.2em;
}

article footer{
  margin-top: -10px;
}

section.content-list ul.search li{
  border: none;
  margin-bottom: 20px;
}

section.content-list ul.search li a h3{
  font-size: 1.4em !important;
  text-decoration: underline !important;
}

section.project-section{
  border-top: 1px dotted #b9b9b9;
  padding-top: 10px;
}
section#rating{
  font-size: 1.3em;
  background: #ededed;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 0px;
  margin-top: 20px;
}

section#rating dl{
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #fff;
}

section#rating dl dd{
  margin-bottom: 10px;
}

section#rating dl dt{
  float: left;
  width: 90px;
  font-weight: bold;
  padding-top: 10px;
}

section#rating dl dt.small{
  padding-top: 7px;
}

section#rating .box{
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

section#rating ul.box li{
  float: left;
  padding: 2px;
}

section#rating ul.rating-stars {
  background: #fff url(../images/backgrounds/star_matrix.gif) 7px 7px no-repeat;
}
section#rating ul.rating-stars.nostar{
  background-position: 7px 7px;
}
section#rating ul.rating-stars.onestar{
  background-position: 7px -43px;
}

section#rating ul.rating-stars.twostar {
  background-position: 7px -93px;
}

section#rating ul.rating-stars.threestar {
  background-position: 7px -143px;
}

section#rating ul.rating-stars.fourstar {
  background-position: 7px -193px;
}

section#rating ul.rating-stars.fivestar {
  background-position: 7px -243px;
}

section#rating ul.box li.value{
  color: #fff;
  background: #353535;
  background-image: none;
  width: 31px;
  margin: 2px;
  text-align: center;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

section#rating ul.box li a,
section#rating ul.box li a:visited{
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  color: #fff;
  text-indent: -10000px;
}

section.content-list a,
section.content-list a:visited
{
  color: #585858;
}

section.content-list span.keyword{
  font-weight: bold;
  color: #005e9d;
}


section.content-list time{
  display: block;
  color: #005e9d;
}

section.content-list footer{
  font-weight: normal;
  margin-bottom: auto;
}

section.content-list ul li {
  border-bottom: 1px dotted #b9b9b9;
  margin-bottom: 1em;
}

.home section.content-list ul li:last-child{
  border: none;
}

.home section.content-list ul li {
  padding-left: 10px;
  padding-right: 10px;
}

section.content-list ul li:last-child {
  margin-bottom: 6px;
}

section.content-list-small ul li {
  padding: 7px 15px;
  border-bottom: 1px solid #fff;
}

section.content-list-small ul li.odd {
  background-color: #ededed;
}

section.content-list-small ul li.even {
  background-color: #f3f3f3;
}

section.content-list-small ul li.last {
  margin-top: 1em;
  font-size: 1.3em;
  text-align: right;
}

section.content-list-small h2{
  color: #585858;
  text-decoration: underline !important;
  font-size: 1.3em !important;
  margin: 0;
}

section.content-list-small a:hover h2{
  color: #e31351;
}

section.content-list-small footer {
  font-size: 1.1em;
  color: #005e9d;
}

#content form{
  color: #585858;
  background: #ededed;
  padding: 22px;
  margin-bottom: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#content form#search{
  margin-bottom: 40px;
}

#content form input[type=text]{
  font-size: 1.3em;
  border: 1px solid #ccc;
  padding: 10px 13px;
  width: 300px
}

#content form input[type=text].full{
  width: 413px;
}

#content form input[type=text].right{
  float: right;
}

#content form input::-webkit-input-placeholder {font-style:italic;}
#content form input:-moz-placeholder {font-style:italic;}

#content form label {
  padding: 10px 5px 10px 0;
  font-size: 1.3em;
  display: inline-block;
}

#content form label.checkbox{
  color: #333;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

#content form label.checkbox input[type=checkbox]{
  margin: 2px 5px 0 0;
  width: 17px;
  height: 17px;
}

#content form button{
  margin: 0;
}

#content form div.submit{
  clear: both;
}

.error {
  color: #ff0000;
  border: 1px solid #bc1300;
  background: #ffbfbf;
  padding: 14px;
  margin-bottom: 1em;
}

.error p{
  margin-bottom: 0;
}

input.error {
  background: #fff;
}
/* ============== */
/* = Pagination = */
/* ============== */

.pagination{
  position: relative;
  text-align: center;
  font-size: 1.2em;
}

.pagination.top{
  padding-bottom: 5px;
  border-bottom: 1px dotted #b9b9b9;
}

.pagination a,
.pagination a:visited,
.pagination span{
  color: #585858;
  margin: 0 2px;
  font-weight: normal;
  padding: 6px 4px;
}

.pagination .current{
  font-weight: bold;
  color: #e31351 !important;
  background: #fff;
  text-decoration: none;
}

.pagination .next_page,
.pagination .previous_page,
.pagination .prev_page
.pagination .pages{
  display: inline-block;
  color: #585858;
  font-size: 1.1em;
  margin-right: 5px;
  text-decoration: none;
}

.pagination .pages{
  font-weight: bold;
}

.pagination .next_page,
.pagination .prev_page{
  background: #eee;
  border: 1px solid #c6c6c6;
  padding: 6px 5px;
}

/* ========= */
/* = aside = */
/* ========= */
aside,
nav#subnavigation{
  float: left;
  margin-top: 28px;
}

aside {
	margin-left: -142px;
	width: 254px;
	padding-left: 10px;
	padding-right: 25px;
}

aside h2,
aside h3{
  text-decoration: none;
}

aside form.search{
  border: 1px solid #16455f;
}

aside form.search button{
  margin: 0;
  padding: 0;
  background: url(../images/buttons/search.png);
  border: none;
  width: 34px;
  height: 28px;
  text-indent: -10000px;
}

aside form.search input{
  border: none;
  width: 205px;
  padding: 6px 0 6px 10px;
}

aside section {
  background: #f5f5f5;
}

aside section dl{
  padding: 5px 4px 5px 8px;
}

aside dl dt {
  font-size: 1.3em;
  float: left;
  width: 72px;
  font-weight: bold;
  padding-top: 8px;
}

aside dl dd {
  display: inline-block;
}

aside dl dd a {
  margin-right: 12px;
}

aside section.widget{
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

aside section h2{
  color: #fff;
  display: block;
  font-size: 1.6em;
  padding: 7px 10px 7px 10px;
  font-weight: normal;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  
  /* fallback */ 
   background-color: #1b557a; 

   /* Firefox 3.6+ */
   background: -moz-linear-gradient(100% 100% 90deg, #1b557a, #16445e);

   /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b557a), to(#16445e)); 

   /* Safari 5.1+, Chrome 10+ */ 
   background: -webkit-linear-gradient(#1b557a, #16445e); 

   /* Opera 11.10+ */ 
   background: -o-linear-gradient(#1b557a, #16445e);
}

aside section .text{
  padding: 5px 4px 5px 8px;
}

aside section.widget dl.follow_us{
  padding-bottom: 2px;
}

aside section.widget dl.stay_up_to_date dt{
  padding-top: 2px;
}

aside section.widget h2.blue{
  background: #33ccff;
}

aside section.widget h2.blue a,
aside section.widget h2.blue a:visited{
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

aside section.widget h2.purple{
  background: #bc0056;
}

aside section.widget ul.purple span{
  float: left;
  width: 165px;
}

aside section.widget ul.purple a,
aside section.widget ul.purple a:visited,
aside section.widget ul.purple a:hover {
  color: #333;
}

aside section.widget ul.purple time,
aside section.widget ul.purple span.more{
  color: #bc0056;
  float: right;
  width: auto;
}

aside section.widget ul.purple span.more{
  font-weight: normal;
  text-decoration: underline;
}

aside section.widget h2.red{
  background: #ce0000;
}

aside section.widget ul.red a,
aside section.widget ul.red a:visited,
aside section.widget ul.red a:hover {
  color: #585858;
  text-decoration: none;
}

aside section.widget ul.red time{
  color: #333;
  font-weight: bold;
}

aside section.widget ul.red span.more{
  color: #ce0000;
  text-decoration: underline;
  float: right;
}

aside section.widget p.more{
  background-color: #fff;  
  padding: 13px 7px;
  border-top: 1px solid #333;
  text-align: right;
}

aside section.widget p.more a{
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 0;
  text-decoration: underline;
}

aside section.widget p.more a.red,
aside section.widget p.more a.red:visited{
  color: #ce0000;
}

aside section.widget p.more a.purple,
aside section.widget p.more a.purple:visited{
  color: #bc0056;
}

aside section.widget p.more a.blue,
aside section.widget p.more a.blue:visited{
  font-size: 1.3em;
  color: #33ccff;
}

aside section.widget p.more a:hover,
aside section.widget p.more a:hover{
  text-decoration: underline;
}

aside section.widget ul li{
  font-size: 1.3em;
  padding: 13px 7px;
  margin: 0 3px;
  border-bottom: 1px dotted #b2b2b2;
}

aside section.widget ul.files,
aside section.widget ul.links{
  margin-bottom: 0;
}

aside section.widget ul.files li,
aside section.widget ul.links li{
  font-size: 1em;
}

aside section.widget ul.files li{
  padding-left: 36px
}

aside section.widget ul.files li:last-child a,
aside section.widget ul.links li:last-child a{
  font-weight: normal;
}

aside section.widget ul.files li{
  background: url(../images/backgrounds/icons.png) -10992px 12px no-repeat;
}

aside section.widget ul.files li.audio { background-position: -7992px 12px }
aside section.widget ul.files li.compressed { background-position: -6992px 12px }
aside section.widget ul.files li.excel { background-position: -5992px 12px }
aside section.widget ul.files li.executable { background-position: -9992px 12px }
aside section.widget ul.files li.flash { background-position: -4992px 12px }
aside section.widget ul.files li.html { background-position: -3992px 12px }
aside section.widget ul.files li.image { background-position: -2992px 12px }
aside section.widget ul.files li.pdf { background-position: -1992px 12px }
aside section.widget ul.files li.powerpoint { background-position: -992px 12px }
aside section.widget ul.files li.text { background-position: -8992px 12px }
aside section.widget ul.files li.video { background-position: -8px 12px }
aside section.widget ul.files li.word { background-position: -11992px 12px }
aside section.widget ul.files li.external { background-position: -12992px 12px }

aside section.widget ul li:last-child{
  border-bottom: none;
}

aside section.widget ul li.last a{
 font-weight: bold; 
 text-decoration: underline;
}

aside section.widget a,
aside section.widget a:visited{
  color: #585858;
  text-decoration: none;
}

aside section.widget a:hover{
  color: #005e9d;
  text-decoration: underline;
}

/* ================= */
/* = Subnavigation = */
/* ================= */

nav#subnavigation {
	margin-left: -980px;
	width: 150px;
	padding-left: 25px;
}

nav#subnavigation a,
nav#subnavigation a:visited {
  color: #333;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
}

nav#subnavigation > ul > li{ 
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #f5f5f5;
}

nav#subnavigation > ul > li > a{
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #fff; 
  color: #fff !important;
  font-size: 1.4em;
  
  /* fallback */ 
   background-color: #16445e; 

   /* Firefox 3.6+ */
   background: -moz-linear-gradient(100% 100% 90deg, #1b557a, #16445e);

   /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b557a), to(#16445e)); 

   /* Safari 5.1+, Chrome 10+ */ 
   background: -webkit-linear-gradient(#1b557a, #16445e); 

   /* Opera 11.10+ */ 
   background: -o-linear-gradient(#1b557a, #16445e);
}

nav#subnavigation > ul > li > ul > li > a,
nav#subnavigation > ul > li > ul > li > a:visited{
  font-size: 1.2em;
}

nav#subnavigation > ul > li > ul > li > a:hover{
  color: #005e9d;
  text-decoration: underline;
}

nav#subnavigation > ul > li > ul > li.active > a{
  font-weight: bold;
  background: #b8cfdf;
}

nav#subnavigation > ul > li > ul > li > ul > li{
  margin-left: 30px;
  margin-right: 24px;
}

nav#subnavigation > ul > li > ul > li > ul > li > a:before{
  color: #333;
  content: "•";
  margin-left: -7px;
  padding-right: 4px;
}

nav#subnavigation > ul > li > ul > li > ul > li > a,
nav#subnavigation > ul > li > ul > li > ul > li > a:visited{
  font-size: 1.2em;
  padding: 5px 0;
}

nav#subnavigation > ul > li > ul > li > ul > li.active a,
nav#subnavigation > ul > li > ul > li > ul > li a:hover{
  color: #005e9d;
}

nav#subnavigation > ul > li > ul > li > ul > li a:hover{
  text-decoration: underline;
}

/* ========= */
/* = Links = */
/* ========= */

a,
a:visited,
span.read-more {
  color: #e31351;
  text-decoration: underline;
  cursor: pointer;
}

/* ============== */
/* = Breadcrumb = */
/* ============== */
nav#breadcrumb {
  font-size: 1.1em;
/*  margin-top: -45px;*/
  margin-bottom: 10px;
}

nav#breadcrumb ul li{
  float:left;
  padding-right: 5px;
  color: #585858;
}

nav#breadcrumb ul li:last-child a{
  text-decoration: none;
}

nav#breadcrumb a,
nav#breadcrumb a:visited {
  padding-right: 4px;
  color: #585858;
  text-decoration: underline;
}

nav#breadcrumb a:hover {
  color: #005e9d;
  text-decoration: underline;
}

nav#breadcrumb li.current a{
  color: #005e9d;
  font-weight: bold;
}

/* ============= */
/* = Linkslist = */
/* ============= */

ul.links{
  list-style-position: inside;
  list-style-type: none;
}

/* ========= */
/* = Files = */
/* ========= */

ul.files li{
  background: url(../images/backgrounds/icons.png) -11000px 0px no-repeat;
  padding-left: 25px;
  padding-bottom: 3px;
}


ul.files li.audio { background-position: -8000px 0px }
ul.files li.compressed { background-position: -7000px 0px }
ul.files li.excel { background-position: -6000px 0px }
ul.files li.executable { background-position: -10000px 0px }
ul.files li.flash { background-position: -5000px 0px }
ul.files li.html { background-position: -4000px 0px }
ul.files li.image { background-position: -3000px 0px }
ul.files li.pdf { background-position: -2000px 0px }
ul.files li.powerpoint { background-position: -1000px 0px }
ul.files li.text { background-position: -9000px 0px }
ul.files li.video { background-position: 0px 0px }
ul.files li.word { background-position: -12000px 0px }


/* ========= */
/* = Lists = */
/* ========= */

.text ul{
  list-style-position: inside;
  list-style-type: disc;
}

.text ul ul,
.text ul ol,
.text ol ul,
.text ol ol{
  margin-bottom: 0;
}

.text ul li{
  padding-left: 0;
}

.text ol { 
  counter-reset: item; 
  list-style-type: decimal;
}

.text ol ol{
  list-style-type: lower-alpha;
}

.text ol li { 
  display: block; 
  margin-left: 1.5em;
  padding: 0;
  background: none;
}

.text ul li ul li {
  padding-left: 1.5em;
}
.text ol li:before { 
  content: counter(item, decimal) "."; 
  counter-increment: item; 
  display: inline-block; 
  float: left;
  width: 1.5em; 
  margin-left: -1.5em;
  font-weight: bold;
}

.text ol ol li:before{ 
  content: counter(item, lower-alpha) "."; 
}

/* =========== */
/* = Figures = */
/* =========== */

.text img.left,
div.left figure,
figure.left{
  float: left;
  padding: 0 10px 10px 0;
}

.text img.right,
div.right figure,
figure.right{
  float: right;
  padding: 0 0 10px 10px;
}

figure.center{
  margin: 0 auto 1em auto;
}

figure figcaption{
  font-style: italic;
  color: #333;
}

/* ========= */
/* = Table = */
/* ========= */
table td{
  padding: 10px 6px;
  border-right: 1px solid #fff;
}

table tr:first-child td{
  background: #7faecd;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

table td {
  background: #bfd7e6;
}

table td.right{
  text-align: right;
}

table td.center{
  text-align: center;
}

table td.left{
  text-align: left;
}

/* =========== */
/* = Buttons = */
/* =========== */

a.button,
button{
  display: inline-block;
  color: #fff !important;
  padding: 8px;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 2px 2px 1em 2px;
  text-decoration: none !important;
  min-width: 84px;
}

a.button.right,
button,right{
  float: right;
}

a.button.red,
button.red {
  border: 1px solid #bb0500;
  
  /* fallback */ 
   background-color: #fd4733; 

   /* Firefox 3.6+ */
   background: -moz-linear-gradient(100% 100% 90deg, #d82f2d, #fd4733);

   /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd4733), to(#d82f2d)); 

   /* Safari 5.1+, Chrome 10+ */ 
   background: -webkit-linear-gradient(#fd4733, #d82f2d); 

   /* Opera 11.10+ */ 
   background: -o-linear-gradient(#fd4733, #d82f2d);
   
   text-shadow: 2px 2px 2px #c80d00;
}

a.button.red:hover,
button.red:hover{
  background: #cf0c0c;
  background-image: none;
}

a.button.orange,
button.orange {
  border: 1px solid #d07300;
  
  /* fallback */ 
   background-color: #ffae47; 

   /* Firefox 3.6+ */
   background: -moz-linear-gradient(100% 100% 90deg, #ff930d, #ffae47);

   /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffae47), to(#ff930d)); 

   /* Safari 5.1+, Chrome 10+ */ 
   background: -webkit-linear-gradient(#ffae47, #ff930d); 

   /* Opera 11.10+ */ 
   background: -o-linear-gradient(#ffae47, #ff930d);
   
   text-shadow: 2px 2px 2px #cc8022;
}

a.button.orange:hover,
button.orange:hover{
  background: #d37602;
  background-image: none; 
}

aside a.button,
aside button{
  margin-bottom: 0;
  font-size: 1.2em;
  padding: 8px 4px;
  min-width: 0;
}

/* =========== */
/* = Twitter = */
/* =========== */
.twtr-widget .twtr-hd,
.twtr-widget .twtr-ft{
  display: none;
}

.twtr-tweet-text p{
  border: none !important;
}

.twtr-tweet-text p,
.twtr-tweet-text a,
.twtr-tweet-text a:visited{
  font-size: 1em !important;
}

/* ========== */
/* = Disqus = */
/* ========== */
.disqus-area{
  padding: 10px 20px 0 20px;
}
button.dsq-button,
button.dsq-button-small{
  color: #000 !important;
}

/* =================== */
/* = Underline fixes = */
/* =================== */
section.content-list ul.news li a,
section.content-list ul.news li a:visited,
section.content-list ul.news li a h2,
section.content-list ul.news li a:visited h2,
section.content-list ul.news li a footer,
section.content-list ul.news li a:visited footer,
section.content-list ul.news li a div.text p,
section.content-list ul.news li a:visited div.text p,
section.content-list-small ul.news li a,
section.content-list ul.news li a:visited,
section.content-list ul.news li a footer,
section.content-list ul.news li a:visited footer{
  text-decoration: none;
}

/* ================ */
/* = Autoclearing = */
/* ================ */
body:after,
#footer:after,
nav#breadcrumb:after,
ul.box:after,
ul.news li:after,
section.widget ul li a:after,
section.widget ul li:after,
section:after,
#content form:after{
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0px;
}
/* ======= */
/* = IE8 = */
/* ======= */

.ie8 aside section.widget p.more{
  border-top: none;
}

/* ======= */
/* = IE7 = */
/* ======= */
.ie7 aside form.search input{
  float: left;
}

.ie7 div.pages
{
  margin-bottom: 6px;
  display: inline;
}

.ie7 #content form label{
  float: left;
}

.ie7 body,
.ie7 #footer,
.ie7 nav#breadcrumb,
.ie7 section#rating .box,
.ie7 ul.news li,
.ie7 section.widget ul li a,
.ie7 section,
.ie7 #content form,
.ie7 aside form.search,
.ie7 .pagination .next_page,
.ie7 .pagination .prev_page,
.ie7 .pagination a,
.ie7 .pagination span {
  zoom: 1;
}

/* ======= */
/* = IE6 = */
/* ======= */

.ie6 #content {
  display: inline;
}

.ie6 nav#subnavigation ul li { 
  background-color: #f5f5f5;
}

.ie6 nav#subnavigation ul li a {
  border-bottom: 1px solid #fff; 
  font-size: 1.4em;
  background-color: #1B557A;
}

.ie6 nav#subnavigation ul li ul li a{
  font-size: 1.2em;
  background-color: #f5f5f5 !important;
}

.ie6 nav#subnavigation ul li ul li a:hover{
  color: #005e9d;
  text-decoration: underline;
}

.ie6 nav#subnavigation ul li ul li.active a{
  font-weight: bold;
  background-color: #b8cfdf;
}

.ie6 nav#subnavigation ul li ul li ul li {
  margin-left: 30px;
  margin-right: 24px;
  background-color: #f5f5f5;
}

.ie6 nav#subnavigation ul li ul li ul li a{
  font-size: 1.2em;
  padding: 5px 0;
  font-weight: normal !important;
  background-color: #f5f5f5 !important;
}

.ie6 nav#subnavigation ul li ul li ul li.active a,
.ie6 nav#subnavigation ul li ul li ul li a:hover {
  color: #005e9d;
}

.ie6 nav#subnavigation ul li ul li ul li a:hover{
  text-decoration: underline;
}

.ie6 .text table,
.ie6 .text ul,
.ie6 .text ol,
.ie6 .text p,
.ie6 ul.files,
.ie6 ul.links,
.ie6 div.row {
  font-size: 1.3em;
  margin-bottom: 1em;
}

.ie6 .text ul ul,
.ie6 .text ol ol,
.ie6 .text ul ol,
.ie6 .text ol ul{
  font-size: 1em;
}

.ie6 .pagination,
.ie6 #content form input,
.ie6 aside form.search,
.ie6 aside section,
.ie6 article footer,
.ie6 section.content-list footer,
.ie6 section.content-list span.read-more {
  margin-bottom: 1em;
}

.ie6 section.content-list .with-image figure{
  margin-top: -5em;
}

.ie6 #content form label.checkbox input{
  float: left;
}

.ie6 #content form label.checkbox{
  line-height: 2em;
}

.ie6 #content form input.right,
.ie6 #content form input.full{
  font-size: 1.3em;
  border: 1px solid #ccc;
  padding: 10px 13px;
  width: 413px;
  
}

.ie6 #content form input.right{
  float: right;
  width: 300px
}

.ie6 ul.news li a {
  text-decoration: none !important;
}

/* ========== */
/* = Print! = */
/* ========== */

@media print{
  body{
    font-size: 12px !important;
    color: #000;
    background: #fff !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;  
    border-radius: 0px;
  }
  
  header,
  .pagination,
  aside,
  nav,
  section#rating,
  .no-print{
    display: none !important;
  }

  #page{
    width: auto;
  }
  
  #content{
    padding-top: 0;
    float: none;
    margin: 0;
    width: 100% !important;
    border: none;
  }
  
  h1{
    height: auto !important;
    text-indent: 10px !important;
    margin-bottom: 10px !important;
  }
  
  /* Links */
  .text ul,
  ul.files{
    margin-left: 16px;
    list-style-position: outside;
  }

  .text ul li,
  ul.files li{
    padding-left: 0;
  }

  .text ul,
  .text ul li,
  ul.files,
  ul.files li{
    background: none;
    list-style-type: disc;
  }
}
