/*
Theme Name: GLEAM Theme
Theme URI: http://www.gleam-uk.org/
Description: The GLEAM Theme Clean.
Version: 1.1
Author: Nick Marr
Author URI: http://www.ridibundus.com/
Tags: green

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body { 
        font-family: Arial, Verdana, Helvetica, Sans-Serif; 
        font-size: 62.5%; /* Resets 1em to 10px */
        line-height: 1.0em; /* 1em; */
        color:#464646; 
     /*   font-weight: bold; */
        }

#page {
        font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	text-align: left;
        line-height:1.4em; /* 1.3em */
        font-size: 1.4em; /* 1.6em; */
        font-weight: normal;
	}

#header {
	}

#headerimg 	{
	/* margin: 7px 9px 0; */
        position: absolute;
        top:0px;
        left:0px;
        z-index: 2;
	height: 200px;
	width: 770px;
	}

#headerimg a:link, #headerimg a:visited{

}

#headerimg a:hover{
 text-decoration: none;
 color: transparent; 
}

#content {
	/*font-size: 1.2em;*/
        width: 768px;
        background: #ffffff;
        margin: 0px;
        padding: 0px;
        border: 1px solid #ffffff;
        position:relative;
        z-index: 100;
	}

#content-inner {
        margin: 20px;
        padding: 20px;
        border:1px solid #666600;
}

#footer {
        border: none;
        display: none;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

/* End Typography & Colors */



/* Begin Structure */

body { 
 	margin: 0px 0px 20px 0px;
	padding: 0px;
        background: #F6F3EF url('images/green_gradient800.jpg') repeat-x;
        }


#page {
	background-color: transparent;
	margin: 20px auto;
	padding: 0;
	width: 770px;
	border: 0px solid #959596;
        color: #333333;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 770px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.post {
	margin: 0 0 0px;
	/* text-align: justify; */
	}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
*/

html>body .entry ul {
	margin-top: 0px;
	}

li{ margin: 12px 0px 0px 0px;}
li li{ margin: 0px 0px 0px 0px;}
/* 12 */
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}



select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}


.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebarsearchwrapper{
   position:absolute;
   width:1px;
   height:1px;
}
#searchsidebar{
        position: absolute;
        top:0px;
        right:10px;
        z-index:3;
}

.searchphrase{
color: red;
}
/* End Sidebar */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Ridibundus */

h4{color:#666600;}

.newp p {
margin: 0px 0px 20px 0px;
}

.imgborder {
border: 1px solid #666600;
padding: 5px;
}

.underTitleBlock, .undertitleblock {
visibility:hidden; 
height:20px;	
}

.NavInfo{
color:#666666;
font-family:arial,verdana,helvetica,sans-serif;
font-size:1em;
font-weight:bold;
line-height:1.3em;
}

.joiningformtable, .joiningformtable td{
color:#666666;
font-weight: bold;
}

/*
td{font-family:arial, verdana, helvetica, sans-serif; font-size:1em; line-height:1.3em;color:#666666; font-weight:bold;}
*/

a:link, a:visited{text-decoration:none; font-weight: bold; color: #55bb22; /* 3344dd */  /*55bb22; */ /* color:#669933;*/}
a:hover {color:#ff0000;}

strong, b {color:#333333; }

.boldheader, .boldHeader{font-size:1.2em; font-weight: bold;color:#666600;}
.boldtext, .boldText{font-size:1.0em; font-weight: bold;color:#333333;}
.boldtextui, .boldtextui{font-size:1.0em; font-weight: bold;color:#666666;text-decoration:none;border-bottom:2px solid #333333; }
.boldHeaderIndentedEofT { font-size:1.2em; font-weight: bold;color:#666600;margin-bottom: -1.0em;}

.mainTable{background: transparent; }
.cardTable{position:relative; z-index:300; background:#ffffff; width:770px; margin: 0px; padding: 0px 0px 20px 0px;}
.cardTable a:link, .cardTable a:visited{text-decoration:none; color:#669933;}
.cardTable a:hover {color:#ff0000;}

#bannerdivwrapper {position:relative; z-index:2; top:0px; left:0px;width:770px;height:105px; border:0px solid blue;
}
#bannerdiv {position:absolute; z-index:2; top:0px; left:0px;width:770px;height:150px; padding:0px;background:#ffffff; border:0px solid red;
}
#printlogoguidance{display: none; height:150px; width: 600px;  }
#printlogo{display: none; height:150px; width: 600px;  }

.printlogo-img {width:250px; height:85px;z-index:1000;background:#ffffff; margin: 0px auto 0px auto;}

.printlogo-text {z-index:1000;width:420px;margin: 0px auto 0px auto;}

#smallleftlogo {position:absolute; top:10px;left:15px;width:90px;z-index:900;background:#ffffff;border:0px solid red;}

#menu {position:relative; z-index: 101;}
.menuBar{background:transparent;  text-align:center; width:770px;}

.menuStyle {background:#bbbbbb; border-right:1px solid #666600; border-bottom:1px solid #999999; text-align:center; color:#666666;font-size:0.85em; font-weight:bold; padding: 0px 5px 0px 5px;}

.menuStyle a:link, .menuStyle a:visited{ text-align:center; color:#666600;}
.menuStyle a:hover{ text-align:center; }

.menuStyleHit{background:#FFFFFF; border:0px solid #ffffff;  border-right:2px solid #666600; text-align:center;font-size:0.85em;font-weight:bold;padding: 0px 5px 0px 5px;}

.menuStyleHit a:link, .menuStyleHit a:visited{color:#666600;}


.overTab{background:#FFFFFF; border-right:1px solid #666600; border-bottom:1px solid #999999; text-align:center; font-size:0.85em; font-weight:bold; color:#666666;padding: 0px 5px 0px 5px;}


.subMenuBar{background:transparent;  text-align: left; width:680px; border-left: 1px solid ccc;}

.subMenuStyle {background:#dedede; border-right:1px solid #666666; border-bottom:1px solid #999999; text-align:center; color:#666666; font-size:1.9em; font-weight:bold;}

.subMenuStyle a:link, .subMenuStyle a:visited{ text-align:center; color:#666600;}
.subMenuStyle a:hover{ text-align:center;  }

.subMenuStyleHit{background:#FFFFFF;border:0px solid #ffffff;  border-right:2px solid #666666; border: 1px solid #cccccc; border-bottom none;text-align:center;font-size:0.9em;font-weight:bold;}
.subMenuStyleHit a:link, .subMenuStyleHit a:visited {color:#666666;}

.subMenuOverTab{background:#FFFFFF; border-left:0px solid #ccc;border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-top: 1px solid #ccc; text-align:center; font-size:0.9em; font-weight:bold; color:#666666;}

#textcontentdiv { position:relative;top:20px;left:0px; border:1px solid #666600; width:730px; z-index:1000;background:#ffffff;}
/*  */

#textcontent-inner-div{position:relative; top:20px; left:0px; z-index:1000; text-align:left; margin:0px; padding: 0px; width:690px; border:0px solid red;}

/*   */

.frontPageMain{font-size:100%;text-align:justify;}

.frontPageDoE{font-weight: normal;}
.dateupdate{color: #666600; font-size: 0.75em;}

.underlinetext{text-decoration: underline;}

#breadcrumbs {padding: 0px; margin: 0px 0px 20px 0px; font-size: 12px; font-weight: normal;}

#faqscombo {position:relative;top:20px;left:0px;
height: 100%;
}

.faqlistheader{display:inline; float:left; text-decoration:underline;}
.backtofaqslist{display:inline; float: right;  font-weight: normal; margin-left: 20px;}

#frontPagePanel { position:relative;top:10px;left:10px;z-index:1000;width:230px;font-size: 14px; font-weight:normal;line-height: 16px;text-align:left;}

#frontPagePanel ul { margin: 15px 0px 0px 15px; padding: 0px;}


.list-indent-1 {
margin-left: 20px;
}
.list-indent-1:first-line {padding-left: 10px;
}
#frontPagePanel ul { margin-top:23px;
}
#frontPagePanel li { margin: 14px 0px 14px 0px; padding: 0px;}

#frontPagePanelNewsletters {
line-height: 15px;
}
.appxbox {
background: #ededed; 
padding: 10px;
}

.entry ul.appx4ul, .appxforul {
list-style-type:none;
margin-top:-37px; 
padding-top:0px;
}

.entry .terms-sep {
margin: 20px 0px 40px 0px;
border-top: 1px solid #999999; position: relative; width: 30%; left: 33%;
}

.entry .name-block {
Margin: 20px 0px 50px 0px;
}

/* tooltip styling. uses a background image (a black box with an arrow) */ 

.entry div.tooltip { 
   /* background:transparent url(http://flowplayer.org/tools/img/tooltip/white_big.png) no-repeat scroll 0 0; */
background: #ededed;
border: 2px solid #666600;
    font-size:12px; 
    line-height:16px; 
    font-weight: normal;
    /* height:100px; */
    padding:10px; 
    width:320px; 
    margin-bottom: 0px;
    display:none; 
    color:#666666; 
    text-align: left;
} } 
 
/* tooltip title element (h3) */ 
.entry div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#666666; 
}

.user-test-table  {
border: 1px solid #666666;
border-collapse: collapse;}

.user-test-table td {
padding: 5px;
border: 1px solid #666666;}

@media print {
#printlogo{display: block; color: #000000; }
body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12px; font-weight: normal;} 
#bannerdivwrapper {display: none;}
#smallleftlogo {display: none;}
.menuBar{display:none;}
#breadcrumbs { display: none; color: #000000;}
#textcontentdiv { width: 100%; border: 0px solid red; font-weight: normal;}
.mainTable {color: #000000; width: 100%;}
.frontPageDoE {color: #000000;}
.boldheader, .boldHeader{color: #000000;}
.cardTable{color: #000000; width: 100%;}
a:link, a:visited { text-decoration : underline; color : #0000ff; }
.cardTable a:link, .cardTable a:visited { text-decoration : underline; color : #0000ff; }
td {color: #000000;}

.user-test-table {cborder: 1px solid #000000;}
.user-test-table td {border: 1px solid #000000;}

.backtoparent{ display: none; }
.appxbox{ background: #ffffff; }
#faqscombo { display: none;}
.backtofaqslist { display: none;}
#header {display: none;}
#headerimg {display: none;}
#footer { display: none;}
#searchsidebar {display:none;}

}

/* End Ridibundus */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
