/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%; line-height: 120%; color:#000;background-color: #f6f5e4;
	background-image: url(images/bg.gif);text-align: left;
	background-repeat: repeat-x;font-family: Arial, Verdana, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;font-family: Georgia, 'Times New Roman', Times, serif;}
h1 {font-size:2.4em;line-height:1;margin-bottom:0.5em;font-style:italic;color: #000;}
h2 {font-size:1.6em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height: 1.8em;margin-bottom:1em; color: #666}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; line-height: 1.7em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color: #C60;text-decoration:underline;}
a:hover {color: #09F;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 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.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}

div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}

/*hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}*/
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



.gca #mainContent ul li  { list-style: none; list-style-type: none;}

.gca #mainContent ul li a {}


.gca { 
	background-image: url(../../images/bg.png);
	background-repeat: repeat-y;
}

.gca #container { 
	width:  90%;  /* this will create a container 80% of the browser width */
	min-width: 800px;
	margin: 0 0 10px 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.gca #header { 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.gca #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".gca #sidebar1 p" rule.
*/
.gca #sidebar1 {
	float: left; 
	width: 24em; /* since this element is floated, a width must be given */
	padding: 0 0 15px 0; /* top and bottom padding create visual space within this div  */
	text-align: right;
}
.gca #sidebar1 h3, .gca #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #006562
}

.gca #container #sidebar1 ul {
	margin-top: 3px;
}


/* first level nav */
.gca #container #sidebar1 li a {
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #006562;
	text-decoration: none;
}
.gca #container #sidebar1 li a:hover {
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #87c22d ;
	text-decoration: none;
}
.gca #container #sidebar1 li  {
	margin-bottom: 1.6em;
	list-style: none;
	list-style-type: none;
}
/* first level nav */





/* secondary nav */
.gca #container #sidebar1 ul li.on ul {
	margin-right: 10px;
}
.gca #container #sidebar1 ul li.on ul li a {
	font: 1em Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	margin-right: 6px;

}
.gca #container #sidebar1 ul li.on ul li a:hover {
	font: 1em Arial, Helvetica, sans-serif;
	color: #F90;
	text-decoration: underline;
	padding-right: 6px;
	margin-right: 0;
}

.gca #container #sidebar1 ul li.on ul li {
	font: 1em Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 7px;
 
	
}
/* on */
.gca #container #sidebar1 ul li.on ul li.on a {
	color: #C60;
}





/* start third level nav */
.gca #container #sidebar1 ul li.on ul li.on ul {
	margin-right: 13px;
}
.gca #container #sidebar1 ul li.on ul li.on ul li a {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li a:hover {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline;
	padding-right: 0;
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: 1px;
	padding-right: 5px;
	background-image: url(http://globalchallengeaward.org/icons/bullet-line.png);
	background-repeat: repeat-y;
	background-position: right; 
}
/* on */
.gca #container #sidebar1 ul li.on ul li.on ul li.on  a {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #C60;
	text-decoration: none;
	margin-right: 0;
}
/*  end third level nav */






/* start fourth level nav */
.gca #container #sidebar1 ul li.on ul li.on ul li ul {
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li ul.hide_4 li a {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li ul.hide_4 li a:hover {
	font: .9em Arial, Helvetica, sans-serif;
	color: #099;
	text-decoration: none;
	margin-right: 0;
}

.gca #container #sidebar1 ul li.on ul li.on ul li ul.hide_4 li {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 1px;
}
/*  end fourth level nav */







/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.gca #mainContent { 
	margin: 0 20px 0 26em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.gca #mainContent p { 
	font: 1.1em/1.7em Arial, Helvetica, sans-serif;	
	color: #000;

}
.gca #mainContent ul { 
	margin-bottom: 10px;
	padding-top: 10px;

}
.gca #mainContent ul li { 
	font: 1.1em/1.7em Arial, Helvetica, sans-serif;	

}
/*.gca #mainContent img { 
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	width:expression(this.width > 700 ? “90%” : this.width);
}*/
.gca #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
.gca #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.gca #footer p a {
		font: 1em Arial, Helvetica, sans-serif;	
		color: #8cbf2a;
		text-decoration: none;
		margin: 0 9px;
}
.gca #footer p a:hover {
		text-decoration:underline;
		margin: 0 9px;
		color: #f60;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr { padding: 0; margin: 5px 0 }





/* To Do Box */

.gca div#container div#leftnav table.todo  {
	margin: 15px 0 10px 24px;
	width: 162px
}
.gca div#container div#leftnav table.todo td.todo-top {
	background: url(../../images/note-top.png) no-repeat top;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
}
.gca div#container div#leftnav table.todo td.todo-top img {
	margin: 5px 0 5px 10px;
}
.gca div#container div#leftnav table.todo td.todo-top h1 {
	display: inline;
	color: #045191;
}
.gca #container #leftnav .todo .todo-middle {
	background: url(../../images/note-middle.png) no-repeat top;
	margin: 0;
	width: 162px;
	clear: both;
	padding: 0 0 0 15px;
}
.gca #container #leftnav .todo .todo-middle form {
	margin: 0;
	padding: 0;
}
.gca #container #leftnav .todo .todo-middle .todo-item {
	margin: 0;
	width: 130px;
	padding: 0;
	font-size: .87em;
}
.gca #container #leftnav .todo .todo-middle .todo-item td {
	margin: 0;
	padding: 0;
}
.gca #container #leftnav .todo .todo-middle .todo-item input {
	vertical-align: text-bottom;
	margin: 0;
}
.gca #container #leftnav .todo .todo-middle .todo-item .todo-text {
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.3em;
	color: #70700a;
	margin-bottom: 7px;
	padding-top: 0;
	padding-right: 3px;
	margin-top: 0;
	float: right;
}
td.add-item-link {
	text-align: left;
	font-weight: bold;
	width: 105px;
	font-size: .9em;
	line-height: 1.3em;
	color: #70700a;
	padding-bottom: 7px;
	padding-top: 10px;
	padding-right: 5px;
	margin-top: 0;
}

td.add-item-link p {
	padding: 0 0 8px 0;
	margin: 0;
	color: #900;
}
td.add-item-link p a {
	color: #900;
}
td.add-item-link p a:hover {
	color: #000;
}

.gca #container #leftnav .todo .todo-middle #finished-todo input {
	margin: 0;
	padding: 0;
}
.gca #container #leftnav .todo .todo-middle #finished-todo td {
	padding: 0;
	margin: 0;
}
.finished-todo {
	text-align: left;
	width: 162px;
}
.gca #container #leftnav .todo .todo-middle #finished-todo .finished-todo img {
	vertical-align: middle;
	border: none;
}

.todo-bottom {
	background: url(../../images/note-bottom.png) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 33px;
	width: 170px;
}
/*.gca #container #leftnav .todo .todo-middle #finished-todo .newtodo {
	font: bold .8em/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0 13px 8px 0;
	margin-top: 0;
}*/


/* revised for current code on site */
#leftnav table.todo td.todo-middle table#finished_todo_items td.newtodo {
	font: bold .8em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.3em; color:
	color: #999;
	margin-bottom: 7px; 
	padding-top: 0;
	padding-right: 3px;
	margin-top: 0;
	float: right;
	padding: 0 20px 0 0;
}

#leftnav table.todo td.todo-middle table#finished_todo_items td {
	padding: 0;
}


.gca #container #mainContent ul li { 
	list-style-image: url(../../icons/icon_leaf.png);
	line-height: 100%; color: 

}

.gca #container #mainContent ol li { 
	padding-bottom: 17px;
	line-height: 125%;
	color: #000


}
.gca #container #mainContent ul.obiki-list li, .gca #container #mainContent ul.obiki-list li p { 
	line-height: 125%;
	color: #000

}
.gca #container #mainContent ul.obiki-list li, .gca #container #mainContent ul.obiki-list li a { 
	margin-top: 17px;

}





