html, body {
  height: 100%;
  text-align:center;
}

body {
  margin: 0;
  background: #ccc;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #000000; 
  text-align:center;
}

#centerSite{
  background: #fff;
  text-align: center;
  border: 1px solid #000;
  width: 1050px; 
}

#wrapper{
  width: 1050px; 
  text-align: left; 
  position:relative;
}

p {
  margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  color: #484848;
}

a {
  border: 0px;
  color: #2c60a6;
  text-decoration: none;
}

a:hover {
  color: #1A7CC6;
  text-decoration: none;
}

a:visited {
  color: #2c60a6;
}

img {
  border: 0px;
}

hr {
  color: #FFF;
  height: 0px;
  border: 1px dotted #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

code, pre {
  font: 'Courier New', Courier, Fixed;
  font-size: 110%;
  border: #99c1f1 1px solid;
  background: #ebf4ff;
  overflow: auto;
  padding: 5px;
  display: block;
  width: 100%; /* Important for IE6 */
}

#header {
  color: #d8e9fd;
  clear: both;
  height: 137px;
  /* border-top: 10px #4f81c5 solid; */
  background: #548fdd left repeat-x;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: #000 1px solid; 
}

#header h1 {
  //font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: -1px;
  font-size: 250%;
  padding: 12px 0px 0px 0px;
  margin: 0;
  line-height: 90%;
}

#header h2 {
  //font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 160%;
  padding: 1px 0px 0px 0px;
  margin: 0px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
  color: #fff;
  text-decoration: none;
  border: 0;
}

#header a:focus {
  outline:none;    /* kills dotted border around the link */
}

#header a img {
  border: 0;
}

#header-logo {
  float: right;
  border-bottom: #000 0px solid; 
  margin: 2px 2px 0px 0px;
}

#navi-search {
  float: right;
  border-bottom: #000 0px solid; 
  margin: 0px 10px 0px 0px;
}

#header-image {
  float: right;
  width: 117px;
  height: 100px;
  background: #548fdd url(img/left_logo.png) left no-repeat;}

#header-logo-gravatar {
  margin: 11px 0 0 27px;
}

#header-title {
  margin: 0 0 0 20px;
  text-align: left;
  height: 67px;
  border: 0;
}

#header-navi {
  height: 35px;
  font-size: 130%;
  padding: 0;
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
  text-align: left; 
}

#header ul {
  margin: 0;
  padding: 0;
  float: left;
}

#header-navi ul li {
  line-height: 35px;
  text-align: center;
  float: left;
  list-style: none;
}

#header-navi li a {
  padding: 0px 9px;
}

#header-navi li a:hover {
  background: #FFFFFE;
  color: #4477bb;
}

#header-navi a, #header-navi a:active, #header-navi a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* Drop-down menus */
#dropmenu, #dropmenu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:relative;
  z-index:300;
  width:100%;
}

#dropmenu a {
  display:block;
  padding:0.25em 1em;
  text-decoration:none;
}

#dropmenu a:hover {
}

#dropmenu li {
  float:left;
  position:relative;
}

#dropmenu ul {
  position:absolute;
  display:none;
  width:13em;
  top:1.9em;
  border:1px solid #000; //#5d94dd;
}

#dropmenu ul a:hover {
}

#dropmenu li ul {
  width:13em;
  top:auto;
  background: #689BDF;
}

#dropmenu li ul a {
  width:  11.6em;
  height: auto;
  float:  left;
  text-align: left;
}

/* Sub-menu */
#dropmenu ul ul {
  top:auto;
}

#dropmenu li ul ul {
  left: 13em;
  margin:0px 0 0 0px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
/* Drop-down menus */


#content-wrapper {
  margin-bottom: 1em;
  float: right;
  width: 79%;
  display: inline;
}

#content {
  width: 73%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
}

#contentNoRightSidebar {
  width: 93%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
}

#contentNoRightSidebar a {
  text-decoration: none;
}

#contentNoRightSidebar a:visited {
  color: #2c60a6;
}

#contentNoRightSidebar a:hover {
  color: #1A7CC6;
}

#contentNoRightSidebar img {
  margin: 0 10px 10px 0;
}

#contentNoRightSidebar h1 {
  margin-top: 0;
  font-size: 190%;
  line-height: 115%;
}

#contentNoRightSidebar h2 {
  font-size: 160%;
  line-height: 120%;
}

#contentNoRightSidebar h3 {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}

#contentNoRightSidebar blockquote {
  background-color: #ebf4ff;
  border-left: 3px solid #99c1f1;
  margin: 0 0 5px 15px;
  padding: 5px 10px 1px 8px;
}

#contentNoRightSidebar h1 a, #contentNoRightSidebar a h1,
#contentNoRightSidebar h2 a, #contentNoRightSidebar a h2,
#contentNoRightSidebar h3 a, #contentNoRightSidebar a h3 {
  text-decoration: none;
}

#contentNoRightSidebar h1 a:visited, #contentNoRightSidebar a:visited h1,
#contentNoRightSidebar h2 a:visited, #contentNoRightSidebar a:visited h2,
#contentNoRightSidebar h3 a:visited, #contentNoRightSidebar a:visited h3 {
  color: #2c60a6;
  text-decoration: none;
}

#contentNoRightSidebar h1 a:hover, #contentNoRightSidebar a:hover h1,
#contentNoRightSidebar h2 a:hover, #contentNoRightSidebar a:hover h2,
#contentNoRightSidebar h3 a:hover, #contentNoRightSidebar a:hover h3 {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #1A7CC6;
}

#contentNoRightSidebar .pagetitle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #484848;
}

#contentNoRightSidebar ul, #contentNoRightSidebar ol {
  padding: 0 0 0 20px;
}

#contentNoRightSidebar ul {
  list-style: square;
}

#contentNoRightSidebar ul li, #contentNoRightSidebar ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#content a {
  text-decoration: none;
}

#content a:visited {
  color: #2c60a6;
}

#content a:hover {
  color: #1A7CC6;
}

#content img {
  margin: 0 10px 10px 0;
}

#content h1 {
  margin-top: 0;
  font-size: 190%;
  line-height: 115%;
}

#content h2 {
  font-size: 160%;
  line-height: 120%;
}

#content h3 {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}

#content blockquote {
  background-color: #ebf4ff;
  border-left: 3px solid #99c1f1;
  margin: 0 0 5px 15px;
  padding: 5px 10px 1px 8px;
}

#content h1 a, #content a h1,
#content h2 a, #content a h2,
#content h3 a, #content a h3 {
  text-decoration: none;
}

#content h1 a:visited, #content a:visited h1,
#content h2 a:visited, #content a:visited h2,
#content h3 a:visited, #content a:visited h3 {
  color: #2c60a6;
  text-decoration: none;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #1A7CC6;
}

#content .pagetitle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #484848;
}

#content ul, #content ol {
  padding: 0 0 0 20px;
}

#content ul {
  list-style: square;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#sidebar-left {
  list-style: none;
  float: left;
  width: 18%;
  margin-left: 15px;
  font-size: 110%;
  display: inline;
  line-height: 125%;
}

#sidebar-right {
  list-style: none;
  float: right;
  width: 23%;
  margin-right: 15px;
  font-size: 110%;
  display: inline;
  line-height: 125%;
}

#sidebar-left h2, #sidebar-right h2 {
  margin-top: 0px;
  font-size: 120%;
  font-weight: normal;
  color: #fff;
  background-color: #4a83cd;
  border-top: 4px solid #4477bb;
  border-bottom: 4px solid #548fdd;
  padding: 1px 0 1px 10px;
  line-height: 110%;
}

#sidebar-left h2 a, #sidebar-right h2 a{
  color: #cde9a7;
  text-decoration: none;
}

#sidebar-left ul, #sidebar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar-left ul li, #sidebar-right ul li {
  margin: 0 0 20px 0;
}

#sidebar-left ul ul, #sidebar-right ul ul {
  padding: 0 0 0 8px;
}

#sidebar-left ul ul li, #sidebar-right ul ul li,
#sidebar-left ul ul ul li, #sidebar-right ul ul ul li {
  margin: 5px 0;
}

#postmeta {
  font-size: 80%;
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #0f4b78;
  color: #999;
  clear: both;
  line-height: 100%;
}

#postmeta a {
  text-decoration: none;
}

#postmeta a:visited {
  color: #2c60a6;
}

#postmeta a:hover {
  text-decoration: none;
}

#postmeta p {
  line-height: 100%;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#postmeta .editlink {
  float: right;
  margin-top: 5px;
}

.postnav {
  width: 86%;
  float: left;
  list-style: none;
  line-height: 110%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

.postnav li.left {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.postnav li.center {
  display: block;
  float: inherit;
  padding: 0;
  margin: 0;
}

.postnav li.right {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

#comments {
  clear: both;
  float: none;
  margin-top: 50px;
}

#comments ul li, #comments ol li {
  margin-bottom: 40px;
  border-bottom: 1px dotted #0f4b78;
}

#comment-area {

}

#comment-form {

}

.commenter {
  /*color: #548fdd;*/
  color: #777;
}

.comment-moderation {
  color: red;
}

.comment-info {

}

#footer {
  position: relative;
  margin: -25px 0 0;
  clear: both;
  height: 17px;
  line-height: 17px;
  color: #fff;
  padding: 0 15px 0 15px;
  font-size: 110%;
  border-top: 4px solid #4477bb;
  border-bottom: 4px solid #548fdd;
  background: #4a83cd;
}

#footer a {
  color: #b9d6f9;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
}

#footer p {
  margin: 0;
}

#footer-left {
  float: left;
  text-align: left;
}

#footer-right {
  float: right;
  text-align: right;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#4a83cd;
  margin: 0 0 3px 0;
  padding: 2px 4px 2px 4px;
  border:#4477bb 1px solid;
  color:#d8e9fd;
}

.selectNews {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
  background-color:#EBEBEB;
  padding: 3px 4px 3px 4px;
  border:#000 0px solid;
  color:#222;
}

.jumpTable {
  border:#000 1px solid;
  background-color: #EBEBEB;
  font-size:11px;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#4477bb;
  border:#4477bb 1px solid;
  color:#fff;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 0 3px 0;
  background-color:#ebf4ff;
  padding: 3px 4px 3px 4px;
  border:#4477bb 1px solid;
  color:#222;
}

#searchform #s:hover {
  background-color:#d8e9fd;
  color:#222;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.alignnone {
   float: none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 10px 0 10px 10px;
   margin: 5px 10px 5px 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 90%;
   line-height: 120%;
   padding: 0 10px 0 0;
   margin: 0;
}

#wp-calendar {
  margin: 0 auto;
  line-height: 150%;
}

table#wp-calendar{
  width: 90%;
}

#wp-calendar a {
	text-decoration: none;
  font-weight: bold;
}

table#wp-calendar tfoot td a{
  border: 0;
  font-weight: normal;
}

table#wp-calendar th, table#wp-calendar td {
  text-align: center;
}

.widget_tag_cloud {
  line-height: 200%;
}

#Informatie_Navigatie ul
{
	text-align: center;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size:11px;

}

#Informatie_Navigatie a
{
	border: 1px solid #4a83cd;
	display:block;
	text-align: center;
	padding: 2px 5px;
	width: 163px;
	background-color: #EBEBEB;
	text-decoration: none;
}
#Informatie_Navigatie a:visited {
	color: #4a83cd;
}

#Informatie_Navigatie a:hover
{
	display:block;
	color: #fff;
	background-color: #4a83cd;
	text-align: center;
	text-decoration: none;
}

.imageBorder{
	border: 1px solid #000;
}

.tableChronology {
	background-color:#CCCCCC;
	border: solid 1px #000;
}

.tableAbout {
	background-color:#EBEBEB;
	border: solid 1px #000;
}

.tableWhite {
	background-color:#FFFFFF;
	border: dotted 1px #000;
}

.tableWhiteSolid {
	background-color: #FFFFFF;
	font-size:11px;
	border: solid 1px #333333;	
}

.tableCaseHeader
{
	border: solid 1px #333333;
	background-color: #CCC;
	border-bottom-color : #FFFFFF;
}

.tableCaseMain
{
	border: solid 1px #333333;
	background-color: #FFFFFF;
}

.tableWhite ul {
    margin-left: 0;
    padding-left: 5px;
}

.tableWhite li {
    margin-left: 0;
    padding-left: 0;
}

a[href$=".PDF"], a[href$=".pdf"] {
	padding: 30px 30px 20px 45px;
	background: url("http://www.llanosoil.com/esp/wp-content/themes/sapphire_stretch_2/img/pdficon.gif") left center no-repeat;
}

a[href$=".DOC"], a[href$=".doc"] {
	padding: 30px 30px 20px 45px;
	background: url("http://www.llanosoil.com/esp/wp-content/themes/sapphire_stretch_2/img/wordicon.gif") left center no-repeat;
}

a[href$=".XLS"], a[href$=".xls"] {
	padding: 30px 30px 20px 45px;
	background: url("http://www.llanosoil.com/esp/wp-content/themes/sapphire_stretch_2/img/excelicon.gif") left center no-repeat;
}

a[href$=".PPT"], a[href$=".ppt"] {
	padding: 30px 30px 20px 45px;
	background: url("http://www.llanosoil.com/esp/wp-content/themes/sapphire_stretch_2/img/powerpointicon.gif") left center no-repeat;
}

.MediaHeaders {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 140%;
}

