/*****************
browsers interpret margin and padding a little differently, we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

#headermenu2 {
	float: right;
	color: #BBBBBB;
	font-size: 100%;
	margin: 1px 1px 0 0;
}



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



#headermenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.language {
font-size:10px;
height: 26px;
/*margin:0 0 0 764px;*/
/*position:absolute;*/
top:30px;
z-index:0;
float: right;
padding:20;

}

ul.menu_horiz {
/*display:block;*/
float: left;
color: #fff; 
list-style-type:none;
}
#menu_horiz li {
float: left;
margin:5 5 5 5;
color: #fff; 
list-style-type:none;
display:block;
padding: 33 20 20 20;
}


/*if img is inside "a" it would have borders, we don't want that */
img {border: 0;}

/* default link styles  */
a,
a:link 
a:active {
   /*text-decoration: none;*/
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
  color: #FFFFFF; 
}

a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #AAAAAA;                /* a different color can be used for visited links */
}

a:visited {
   /*text-decoration: underline;*/
   background-color: inherit;
   /*color: #18507C;*/                /* a different color can be used for visited links */
}




/*****************
basic layout 
*****************/
body {
   font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
   font-size: 75%;
   background-image:url('../images/bg/bg-blugreen.jpg');
	 background-position:top;
	 background-repeat:repeat-x;
   /*line-height: 1em;*/   
  
   background-color: #182312; 
   /*background-color: #280000; */
   color: #dddddd;
  /* margin:1em; /* gives some air for the pagewrapper */*/
}


.site {
  margin:0 auto;
  padding:0 3em;
  text-align:left;
  width:69em;
}

/* center wrapper, min max width */
div#pagewrapper {
   /*border: 1px solid black;*/
   /*background: #dddddd url(uploads/theme/bg!.jpg) 0px; */
   margin: 0 auto;     /* this centers wrapper */
   border-left: 12px solid #BB0000;
   border-right: 12px solid #BB0000;
   /*max-width: 70em; /* IE wont understand these, so we will use javascript magick */
  /* min-width: 60em;*/
   width: 920px;
   min-height: 100%;

   /*background-color: #FFFFFF;*/
  
}


/*** header ***
we will hide text and replace it with a image we need to assign a height for it */

div#headermenu {
   /*float:right;*/
   height: 22px; /* adjust according your image size */
   margin:0px 0px 0px 0px;
   padding:5px;
   text-align:right;
   /*background: #ffffff; */          
}

div#header {
   height: 152px; /* adjust according your image size */
   margin:0px 0px 0px 0px;
   /*background: #ffffff; */          
}

div#header h1 a {
/* you can set your own image here */
   /*background: #ffffff url(../images/header.jpg) no-repeat 0 0px; */
   display: block; 
   height: 152px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

#logo {
float:left;
margin:0px 0px 0px 0px;
text-align:left;
width: 100%; 
}
div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative,  */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#mainheader {
   
    /*background-color: #1d291d;
    /*color: FFFFFF; */
    height: 82px ;
   /*padding: 20px;
   /*padding-bottom: 90px;*/
   width: 880px;  
   float: left; 
}

div#main {
   /*570*/
   float: left;
   width: 578px;
   padding: 2px 25px 25px 25px ;
   /*background-color: #FFFFFF;*/
  
}


div#mainL {
   float: left;
   width: 260px;
   padding: 20px ;
   background-color: #314127;
}
div#mainM {
   float: left;
   width: 260px;
   padding: 20px ;
   

}
div#mainR {
   float: right;
   width: 260px;
   padding: 20px ;
   background-color: #314127;
}


div#sidebar {
   /*250*/
   /*border:1px solid #314127;*/
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 240px;    /* sidebar width, if you change this please also change #main margins */
   display: inline; 
   padding: 15px 25px 45px 25px ;
   background-color: #314127;
}


div#footerbox {
   /*570*/
   float: left;
   width: 580px;
   padding: 25px ;
   }

div#footer {
   clear:both;       /* keep footer below content and menu */
  margin: 0 auto;
   width: 880px;
   color: #fff;
   background-color: #1b2615; 
   height: 160px; 
   /*background:#BBCCD9 url(../images/bg-footer!!.jpg) repeat-x scroll 0 0;*/
   padding: 20px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em 0.5em 0.5em 0.5em;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}




/********************
CONTENT STYLING
*********************/
div#content {
   
  /*background-color: #FFFFFF;*/
   /*padding: 30px;*/
   /*padding-bottom: 90px;*/
   width: 100%;
   background-color: #182312;
   float: left;
   
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #ff0000; 
   font-size: 1.7em; 
   text-align: left; 
/* some air around the text */
   padding-top: 44px;
   margin-bottom: 20px;
/* set borders around header */
   border-bottom: 1px solid #ff0000; 
   
   /*line-height: 1.5em;*/
/* and some air under the border */
   /*margin: 0 0 0.5em 0;*/
}
div#content h3 {
   color: #E3AC00; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #99CC33; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   margin: 0 0 0em 0;
   /*color: #ff0000;*/ 
   /*text-decoration: none;*/
}
h6 {
   color: #E3AC00; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 1.5em 0.5em 0.25em 0;
}
/* END HEADINGS */



.col {
   float:left;
   width:380px;
}


/* form */

form {
/*background:#F8F8F8 none repeat scroll 0 0;*/
border:1px solid #6677A0;
margin:10px 20px;
padding:15px 25px 25px;
}

input.button {
-x-system-font:none;
background:#B4DB6F none repeat scroll 0 0;
border-color:#B6DE8F #91BD37 #91BD37 #B6DE8F;
border-style:solid;
border-width:1px;
color:#FFFFFF;
font-family:Arial,Sans-serif;
font-size:12px;

font-weight:bold;

line-height:normal;
margin:0;
padding:2px 3px;
}





/* eContainer NEWS' */


.eContainer
{
	width: 100%;
	float: left;
	position:relative;
	padding-bottom: 25px;
}

.eImage {
	float: left;
	text-align: center;
}


.eImage img {
/*	background: #fff;*/
	border: 1px solid #806D58;
	padding: 0px;
}

.eSummaryLink {   
   font-weight: bold;
   padding-bottom: 0.3em;
   /*width: 250px;*/
   color: #ffffff ;
   /*text-decoration:underline;*/
}

.eSummaryLink a {
   /*text-decoration: none;*/
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   text-decoration: none;
   color: #FFFFFF; 
}

.eSummaryLink a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #FFAAAA;                /* a different color can be used for visited links */
}

.eSummary {
   width: 470px;
    float: left;    
    padding: 0.9em 0.5em 1em; /* padding for the news article summary */
    /*margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.eSummaryDate {
  width: 100%;
  /*font-style: italic;*/
  float: left; 
  /*font-weight: bold;*/
  padding-bottom: 0.5em;
  color: #E8C400; 
  /*height: 10px;*/ 
 }



.eSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.eSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}


.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}







/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.2em 0.5em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
