/*
Design by TemplateFusion
http://templatefusion.org
Released for free under a Creative Commons Attribution 2.5 Canada License
*/

body {
  margin: 0;
  padding: 0;
background: #FFFFFF url(http://bernardpflorianifoundation.viviti.com/files/images/bg.jpg) repeat-x;
  font-size: 13px;
  color: #666666;
}

body, th, td, input, textarea, select, option {
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#666666;
}

h1 {
  letter-spacing: -2px;
  font-size: 3em;
}

h2, h3 {
  letter-spacing: -1px;
  font-size: 2em;
}

p, ul, ol {
  line-height: 200%;
}

img {
border: 0px;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

/* Header */

#header {
width: 100%;
height: 200px; 
margin: 0 auto;
/* background: url(images/img02.jpg) no-repeat left center; */
}

#logo {
  float: left;
  padding: 90px 0 0 0;
}

#site_heading, #site_subheading {
  margin: 0;
  color: #FFFFFF;
  padding-left: 60px;
visibility:hidden !important;
}

#logo a {
color: #FFFFFF; text-decoration: none;
}


#primary_navigation {
  width: 100%;
  margin: auto;
  margin-top:10px;
text-align: center;
}

#primary_navigation ul { 
  display: inline;
list-style: none;
margin: 0;
padding: 0;
border: none;
  line-height: 110% !important;
}

#primary_navigation li { 
  display: inline;

}
#primary_navigation li a { 
  
text-align: center;
display: inline;
color: #777;
    padding: 0px 10px 0px 10px;
text-decoration: none;
  border-right: 1px dotted #bbb;
}
#primary_navigation li a:hover {
  background-color: #444;
  color: #fff;
} 


#primary_navigation li.last a { border: none; }
/* Page */

#page {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

/* Content */

#location_0 {
  float: right;
  width: 48%;
}
#location_0, #location_1 {  padding-bottom: 20px; }
.blog_post {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.blog_post .title {  margin: 0; }
.blog_post .title a { text-decoration: none; color: #666;}

.date {
  margin: 0;
  font-size: 10px;
}

#location_0 .blog_post .metadata {
  padding: 5px 10px;
  border: 1px solid #EFEFEF;
  background: #F9F9F9;
}

#location_0 .blog_post .metadata .comments {
  padding-left: 20px;
  float: left;
  background: url(images/img05.gif) no-repeat left center;
}

/* Sidebar */

#location_1 {
  float: left;
  width: 48%;
}

#location_1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#location_1 li {
  padding-left: 10px;
  background: url(images/img06.gif) no-repeat left center;
  border-bottom: 1px dotted #CCCCCC;
}
#location_1 li.nav_label { background: none; }
#location_1 h2 span {
  margin: 0;
  display: block;
  padding: 0;
}

#location_1 a {
  text-decoration: none;
}

#location_1 a:hover {
  color: #999999;
}

/* Footer */

#footer {
  clear: both;
  padding: 18px 0;
  background: url(images/img07.gif) repeat-x;
  text-align: center;
  font-size: smaller;
}

/* Special Formatting */
/* Table Styling */

table {

  border-collapse: collapse;

  margin: 10px 15px;  

}

th strong {

  color: #fff;

}
#copyright { 
  margin: auto; 
  width: 720px;   
}

th {

  background: #717170;

  background-image:url(images/table-bg.jpg); background-repeat:repeat-x;
  
  height: 29px;

  padding-left: 11px;

  padding-right: 11px;

  color: #fff;

  text-align: left;

  border-left: 1px solid #999999;

  border-bottom: solid 2px #FFF;

}

tr {

  height: 30px;

}

td {

  padding-left: 11px;

  padding-right: 11px;

  /* border-left: 1px solid #FFE1C3; */

  border-left: 1px solid #FFF;

  border-bottom: solid 1px #ffffff;

}

td.first,th.first {

  border-left: 0px;

}

tr.row-a {

  background: #F8F8F8;

}

tr.row-b {

  background: #EFEFEF;

}

/* form styling */

form {
  padding: 5px;
  border: 1px solid #EEEEEE; 
  background-color: #FAFAFA; 
}



