/* Drupal 6 Framework - Created by Andre Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
12.CSS Support

[Font sizes - based on 75%/12px body font-size]
36px = 3em
30px = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
15px = 1.2em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equation for font sizing: 
-Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";
@import "system-menus.css";
@import "editor.css";

@import url(http://fonts.googleapis.com/css?family=Cabin:600);


/**
 * 1.GLOBAL
 */
body {
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  line-height:2;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, Helvetica Neue,  sans-serif;
  font-weight: normal;
  color:#004495;
}

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: .5em; 
}

h2 {
  font-size: 2em;
  color:#003f96;
}

h3 {
  font-size: 1.5em;
  line-height: 2em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-bottom: 1.25em; 
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; 
}

h6 {
  font-size: .8333em;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

p {
  margin: 0 0 10px 0;
}

p a:link {
  text-decoration: underline;
}

a:link, a:visited {
  color: #069;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active {
  color: #069;
  outline: none;
  text-decoration: underline;
}

/* Common Styling */
li ul, li ol, .block li ul { margin: 0; }
ul, ol, .block ul { margin: 0 1.5em 1.5em 0; padding: 0 0 0 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table { margin-bottom: 1.5em; width:100%; }
th, tr, td { padding: 0.1em 0.5em; vertical-align: middle; }
hr { background: #666; border: none; clear: both; float: none; height: 1px; margin: -1px 0 1.5em; width: 100%; }
fieldset { border: 1px solid #ccc; margin: .5em 0; padding: 1em; }

#sidebar-right .content { background:#f0f0f0; padding:10px;}

#sidebar-right .menu a { color:#113270;}

#sidebar-right h2 { font-size:1.4em;}

#blgm_belgiumHeader {
padding: 0 0.5em 0.3em 0;
margin: 0em;
background: #FFFFFF;
}
#blgm_belgiumHeader {
display: block;
}

#blgm_beLink {
color: #333333;
margin-right: 25px;
padding: 0.9em 1em 0.5em 0em;
font-size: x-small;
font-family: arial,verdana,sans-serif;
text-align: right;
}

#blgm_belgiumHeader div.blgm_wrapper {
background: transparent url(images/blgm_line.gif) bottom right repeat-x;
position: relative;
padding: 0 0 4px 0;
zoom: 1;
width: 92.95%;
margin: 0 auto;
}

#blgm_beLogo {
position: absolute;
width: 30px;
bottom: -.3em;
right: 0px;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  padding: 0 0px;
  width:93%;
}

/* add this class to div#wrapper in page.tpl to show grid */
.showgrid {
  background: url(images/grid.gif) repeat-y;
}

/**
 * 3.MAIN
 */
/* 1 column: global values*/
#main {
  margin: 0 0 1.5em;
  position: relative;
}

/* 3 columns */
body.two-sidebars #main {
  float: left;
  margin: 0 20px 0 240px;
  padding: 0;
  /* width: 460px; */
	width: 70%;
}

/* 2 columns: sidebar-first */
body.sidebar-left #main {
  float: right;
  margin: 0;
  padding: 0;
  /* width: 700px; */
	width: 70%
}

/* 2 columns: sidebar-second */
body.sidebar-right #main {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  /* width: 700px; */
	width: 70%
}

/**
 * 4.SIDEBARS
 */
/* 3 columns: sidebar-first */
body.two-sidebars #sidebar-left {
  float: left;
  margin: 0 20px 0 -720px;
  padding: 0;
  /* width: 220px; */
}

/* 3 columns: sidebar-second */
body.two-sidebars #sidebar-right {
  float: left;
  margin: 0;
  padding: 0px;
  /* width: 220px; */
}

/* 2 columns: sidebar-first */
body.sidebar-left #sidebar-left {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  /* width: 220px; */
}

/* 2 columns: sidebar-second */
body.sidebar-right #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 27%;
}

/**
 * 5.HEADER
 */
#header {
  margin: 0;
  padding: 0 0 0;
  position: relative;
}

#header #logo {
  float: right;
  margin: 0 1em 0 0;
}

#header #site-name-slogan {
  float: left;
  margin:1em 0 0;
}

#header #site-name {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}

#header #site-name a:hover {
  text-decoration: none;
}

#header #site-slogan {
  margin: 0;
}

#search-theme-form {
  float: right;
  margin: 1em 0 0;
}

/* Hides "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * 6.NAVIGATION
 */
#navigation {
background: #ddd;
  margin: 0 0 1.5em;
  padding: 0;
}

#navigation ul.primary-links {
  float:left;
  margin: 0;
  padding: 0;
}

#navigation ul.primary-links li {
  float: left;
  margin: 0;
  padding: 0;
  height:45px;
}

#navigation ul.primary-links li a {
  display: block;
  float: left;
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  font-family: normal 15px/27px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size:1.1em;  
  background:#ddd;
  border:1px solid #ddd;
  border-radius:5px;

  margin:5px 15px;
}

#navigation ul.primary-links li a.active, #navigation ul.primary-links li a:hover{
	background:#0eb2f6 url(images/btn-bckgrnd.jpg) repeat-x bottom left;
	border:1px solid #ddd;
	border-radius:5px;
	
  	color: #fff;
  	outline: none;
  	text-decoration: none;
	padding: 0 1em;
  	height: 30px;
  	line-height: 30px;
	text-shadow:0 -1px 0 rgba(0, 0 ,0, .3);

}

#navigation ul.secondary-links {
  background: #eee;
  margin: 0;
  padding: 0;
}

#navigation ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#navigation ul.secondary-links li a {
  display: block;
  float: left;
  line-height: 3em;
  padding: 0 1em;
}

#skip-link {
  position: absolute;
}

.breadcrumb {
  padding-bottom: 1.5em;
}

/* menus and item lists */
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */
.tabs-wrapper {
  margin: 1px 0 1.5em;
}

ul.primary {
  margin: 0;
  padding: 1px 0 0;
}

ul.secondary {
  line-height: 3em;
  margin: 0 0 -1px;
  padding: 0;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */
#page-title {
  font-size: 2.5em;
  line-height: 2em;
  margin-bottom: 0;
  color:#66747b;
}

.node {
  margin-bottom: 1.5em;
}

/* tags */
.terms {
  margin: 0 0 1.5em 0;
}

.terms span {
  font-weight: bold;
}

/* profile */
.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

/**
 * 8.COMMENTS
 */
#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
}

/**
 * 9.BLOCKS
 */
.block {
  margin-bottom: 1.5em;
  position: relative;
}

/* login block */
#user-login-form {
  padding: 0;
  text-align: left;
}

#user-login-form .form-item {
  margin: 1em 0;
}

#user-login-form .item-list ul li {
  background: none;
  margin: 1em 0;
  padding: 0;
}

/* block configuration links */
section.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

section.block:hover div.edit {
  display:block;
}

section.block div.edit a {
  color: #999;
  margin-right: 10px;
}

section.block div.edit:hover a {
  color: #000;
}

/* views configuration links */
div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

/**
 * 10.FOOTER
 */
#footer {
  clear: both;
padding: 1.5em 0;
position: relative;
border-top: 1px solid #d2d0d1;
float: left;
margin:40px 0 0;
width: 100%;
}

#footer:before {
	content:" ";
	position:absolute;
	width:90px;
	height:70px;
	top:-23px;
	background: url(images/appedix-footer-blocks.png) no-repeat;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.416667em;
}

#footer .content { position:relative; left: 120px; display:table}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.5em;
}

/**
 * 11.CSS SUPPORT
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}



.block-comment .item-list li {
  list-style-type: square;
  list-style-image: url(images/leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
  border-bottom:1px solid #e1e1e1;

}

.block-comment .item-list li {
	font-style:italic;
	font-size:.8em;
	line-height:15px;
	color:#666;
}
.block-comment .item-list li a {color:#da2128; font-weight:bold;
	float:left;
  	font-style:normal;
	font-size:11px;
	text-align: left;}
	
	
/* Form wrapper styling */
#search {
    
    padding: 0;
    margin: 0 20px 0 0;
	position:relative;
	top:-3px;
   
}
 
/* Form text input */
 
#search input[type=text] {
    width: 210px;
    height: 7px;
    padding: 10px 5px;
    float: left;    
    font: normal 15px/27px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #fff url(images/search-icon.png) no-repeat 5px center;
    border-radius: 4px;   
	text-indent: 25px;   
}
 
#search input:focus {
    outline: 0;
    background: #fff  url(images/search-icon.png) no-repeat 5px center;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
#search input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
#search input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
#search input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
#search input[type=submit] {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height:27px;
    width: auto;
	padding:0 15px;
    font: normal 15px/27px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: url(images/btn-bckgrnd.jpg) repeat-x;
    border-radius: 4px;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin:0 0 0 5px;
}   
   
#search button:hover{     
    background: #e54040;
}   
   
#search button:active,
#search button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
#search button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
#search button:hover:before{
    border-right-color: #e54040;
}
 
#search button:focus:before,
#search button:active:before{
        border-right-color: #c42f2f;
}      
 
#search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    


@media print { 
 /* All your print styles go here */
 #navigation, #sidebar-right, #footer { display: none !important; } 
  #main { width: 100% !important; } 
}
	
	