html {
  background-color: #0067DF;
}

body{

  background: rgb(2,56,128); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAyMzg4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(2,56,128,1) 1%, rgba(0,103,223,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(2,56,128,1)), color-stop(100%,rgba(0,103,223,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(2,56,128,1) 1%,rgba(0,103,223,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(2,56,128,1) 1%,rgba(0,103,223,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(2,56,128,1) 1%,rgba(0,103,223,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(2,56,128,1) 1%,rgba(0,103,223,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023880', endColorstr='#0067df',GradientType=0 ); /* IE6-8 */
  background-repeat: repeat-x;
}

/* Header */
.logo {
  position: absolute;
  top: -50px;
  margin-left: -50px;
  z-index: 100;
}

header .container {
  height: 150px;
  background-image: url(../images/cloud.png);
  background-repeat: no-repeat;
  background-position: right;
}

header h1 {
  float: right;
  color: #17366F;
  font-size: 20pt;
  font-weight: normal;
  text-align: right;
  margin: 30px 15px 0 0;
  text-shadow: 0px 0px 10px #fff;
}

header h1 span {
  display: block;
  color: #ff9933;
  font-size: 35pt;
  text-shadow: 0px 0px 10px #333;
}

/* Main content */
.main {
  background-color: #fff;
  padding: 20px 15px;
  border: 1px solid #0067DF;
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
     -moz-box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
          box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
}

.main h1 {
  font-size: 20pt;
  text-shadow: 1px 1px 3px #ccc;
  line-height: normal;
  color: #FF9933;
}
.main h2 {
  font-size: 18pt;
  text-shadow: 1px 1px 3px #ccc;
  line-height: normal;
  font-weight: normal;
}
.main h3 {
  font-size: 16pt;
  line-height: normal;
}
.main h4 {
  font-size: 14pt;
  line-height: normal;
}
.main h5 {font-size: 13pt; line-height: normal;}
.main h6 {font-size: 12pt; line-height: normal;}

/* Sidebars */
.sidebar, .left {
  background-color: #ADD7FF;
  min-height: 20px;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #0067DF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
     -moz-box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
          box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
}

.sidebar {font-size: 9pt;}

.left .divider {
  margin-left: -14px;
  margin-right: -14px;
  background-color: #0067DF;
  border-bottom-color: #d9ecff;
}

.left a {font-size: 10pt;}

.left .active a {
  background-color: #0148A0 !important; 
}

.sidebar .control-label {
  width: 35px;
  font-size: 9pt;
  font-weight: bold;
}

.sidebar .controls {
  margin-left: 45px;
}

.sidebar a, .left a {
  color: #0061D3;
}

.rss a {
  font-size: 9pt;
}

.rss .lf {
  width: 40px;
  border: none;
  float: left !important;
}

.rss .rt {
  margin: 3px auto auto 10px;
  float: left !important;
  width: 70px !important;
  line-height: 9pt !important;
}

#whatelse {
  background-color: #FF9933;
  padding: 16px 12px 16px 12px;
  margin-bottom: 20px;
  border: 1px solid #0067DF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
     -moz-box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
          box-shadow: inset 0 1px 1px rgba(2, 56, 128, 0.15);
  font-size: 9pt;
  color: #000;
}

#whatelse ul {
  padding: 0;
  margin: 0 0 0 12px;
}

#whatelse ul li {
  margin-bottom: 10px;
  list-style: square;
}

#whatelse a
{
    color:#fff;
}


/* DB content */
.homedivs a, #homedivs a:visited, .main a
{
  text-decoration:none;
  color: #0061D3;
}

.homedivs a:hover, .main a:hover
{
  border-bottom: 1px dotted;
}

.homedivs h3
{
  display:block;
  width:100%;
  color: #fff;
  background-color: #023880;
  border-radius: 5px;
  padding: 3px 5px;
}

#badge {
  border-radius: 5px;
  background:#023880;
  padding:10px;
  /*width: 240px;*/
}

#badge h2 {color: #FF9933; text-shadow:1px 1px 3px #000; font-size: 16pt; text-align: center;}

/* Ads */
.ads {padding:10px 0; margin: 0 auto; text-align: center;}

/* Footer */
footer .container {
  color: #fff;
  background-color: #023880;
  border-radius: 5px;
  padding: 15px 0px;
  margin: 20px auto 20px auto;
  font-size: 9pt;
}

footer hr {
  margin: 20px 20px 5px 20px;
  border: none;
  background-color: #0150B0;
  height: 1px;
}

footer p {
  margin: 5px 20px;
}

footer a {
  color: #ADD7FF;
}

footer a:hover {
  color: #FAB553;
  text-decoration: none;
  border-bottom: 1px dotted #FAB553;
}

.footer-links
{
	margin: 10px 20px;
}

.footer-links li {
  list-style: none;
  display: inline;
  margin: 0 10px 0 0;
}

.footer-links .divider {
  margin: 0 0 0 10px;
}