/* COMBINED BASE+STYLES FILE */

/* 	Copyright 2008 Paul Hansen, Ecopixel - www.ecopixel.com */

/*  base.css ------------------------------------------------------------------
	Set general styles common to most projects.
	
	VERSION: 1.0.3

	HISTORY:
	1.0.3:	- navbread can now be ol#navcrumbs
			- nav is now navmain
			- merged reset and base for faster loads
	1.0.2: nav is now normal "text-decoration: none"
	1.0.1: Added text-decoration to navigation list.
	1.0: 2006-12-26
--------------------------------------------------------------------------- */
/*	BEGIN RESET 
	General idea from undohtml.css (CC) 2004-2005 Tantek Celik
	Also: Concepts from YUI's reset.css
	Also: http://style.cleverchimp.com/corestyle/base.html */

html,body,
h1,h2,h3,h4,h5,h6,p,blockquote,
dl,dt,dd,
table,th,td,
form,
pre,code,kbd,address,abbr,
a img,a:link img,:visited img { 
	font-weight: normal;
	font-style: normal;
	border: 0;
	margin: 0;
	padding: 0;	
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
}

/* Setting these specifically seems to create more cross-browser 
   issues than it fixes. Noted here for reference only. */
input,select,fieldset {
}

table {
	border-collapse: collapse; /* Equivalent to cellpadding="0" */
	border-spacing: 0; /* cellpadding="0", Gecko only, CSS2 */
	font-size: inherit; /* for html4 doctype, see: http://css-discuss.incutio.com/?page=UsingEms */
}
table.contenttable .td-0 {
	padding-right: 20px;
}

/* Set consistent cross-browser styling to lists */
ul,ol {
	margin-left: 0;
	padding-left: 2.5em;
}
ul li {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}

/* 	END RESET, BEGIN BASE */

/* A good starting point for most projects */
body {
	width: 100%;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* form legend: IE6 makes these blue */
legend {
	color #000;
}


/* For our nav elements, remove padding/margin and list styles
   We cover both direct and dir-wrapped ul here */
ul#navtop, ul#navmain, ul#navsub, ul#navcrumbs, ol#navcrumbs, ul#navpage, ul#navpagebot, ul#navbot, ul#navfoot,
#navtop ul, #navmain ul, #navsub ul, #navcrumbs ul, #navcrumbs ol, #navpage ul, #navpagebot ul, #navbot ul, #navfoot ul {
	margin: 0;
	padding: 0;
}

#navtop li, #navmain li, #navsub li, #navcrumbs li, #navpage li, #navpagebot li, #navbot li, #navfoot li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em; /* padding control */
}

#navtop a, #navmain a, #navcrumbs a, #navsub a, #navpage a, #navpagebot a, #navbot a, #navfoot a {
	text-decoration: none;
	line-height: 1em; /* most padding control */
}

/* Add consistent margins back to these elements */
h1 { margin: 1em 0 0.4em; font-size: 1.6em; }
h2 { margin: 1em 0 0.4em; font-size: 1.4em; }
h3 { margin: 1em 0 0.4em; font-size: 1.2em; }
h4,h5,h6 { margin: 1em 0 0.4em;	font-size: 1.0em; font-weight: bold; }

dl { margin: .5em 0; }

p,blockquote,ul,ol {
	margin: 1em 0;
}

/* We like this for line heights */
h3,h4,h5,h6,dt,dd,p,blockquote,ul,ol {
	line-height: 160%;	
}


/*  styles.css -----------------------------------------------------------------
	Copyright 2008 Paul Hansen / Ecopixel, LLC / www.ecopixel.com
	All Rights Reserved.

	Produced for the Himalayan Cataract Project
	www.cureblindness.org
	December 2008
------------------------------------------------------------------------------ */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #FFF;
}

#wrap-header {
	width:100%;
	position: relative;
}

#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 104px;
	background: url(bg-header.png) bottom right no-repeat;
}

#content-top {
	width: 100%;
	overflow: visible;
	background-color: #FFF;
	border-bottom: 1px solid #958D7C;
}


#wrap-main {
	clear: both;
	width:100%;
	position: relative;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	width: 750px;
	background: #FFF url(bg-main.png) top left repeat-y;
}

#content-side {
	width: 240px;
	position: relative;
	float: left;
}

#wrap-navsub {
	width: 240px;
	float: left;
}

#navsub {
}




/* --------------------------------
	Navigation
----------------------------------- */

/* Order must be :link, :visited, :hover, :active */

a:link {
	color: #B75300;
}

a:visited {
	color: #70664D;
}

a:hover {
	color: #4C8EC6;
}


#logo {
	display: block;
	width: 252px;
	height: 100px;
	position: absolute;
	left: -6px;
	bottom: 0;
}


#wrap-navtop {}

ul#navtop {
	position: absolute;
	top: 48px;
	right: 0;
	padding-top: 9px;
}

#navtop li {
	float: left;
	padding-bottom: 4px;
	background-color: #EAE8E1;
}

#navtop li.nav-a {
	background: none;
}

#navtop li a.access-nav:focus,
#navtop li a.access-nav:active {
	background-color: #B18841 !important;
	padding-bottom: 3px;
	border-right: none;
	color: #FFF;
}
#navtop li a.access-nav:hover {
	background: #7F602C !important;
	color: #FFF !important;
}

#navtop li.nav-first {
	background-color: none;
	background: url(bg-navtop-nav-firstlast.png) left bottom no-repeat;
}


#navtop li.nav-last {
	background-color: none;
	background: url(bg-navtop-nav-firstlast.png) right bottom no-repeat;
}

#navtop a:hover {
	background:#FFF url(bg-navtop-a.png) left center repeat-x;
	color: #474232 !important;
}

#navtop a {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding: 3px 0.8em;
	color: #70664D;
	background-color: #EAE8E1;
	border-right: 1px solid #C4BCAA;
}
#navtop li.nav-last a {
	border-right: none;
}

#navtop li.nav-1 a {
	color: #808A35;
}

#navtop li.nav-3 a {
	color: #A27400;
}


#wrap-navmain {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #24435D;
	float: left;
	overflow: visible;
}

/* need wrap-navmain-inner so that nav-last can escape the ul while
 I pad the ul to wrap nicely */
#wrap-navmain-inner {
	position: relative;
	padding-top: 0.3em;
	margin: 0 auto;
	width: 750px;
	overflow: visible;
}


ul#navmain {
	float: left;
	margin-right: 6em;
	overflow: visible;
}

#navmain li {
	padding: 0 4px 0.3em 0;
	float: left;  /* Required by IE */
}

#navmain a {
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 0.85em;
	background: #24435D url(bg-navmain-a.png) top left no-repeat;
}

#navmain a span {
	display: block;
	float: left;
	cursor: pointer;
	background: url(bg-navmain-a.png) top right no-repeat;	
}

#navmain a strong {
	cursor: pointer;
/*	font-weight: normal; */
}

#navmain a span span {
	background: url(bg-navmain-a.png) bottom right no-repeat;	
}

#navmain a span span span {
	padding: 0.5em 10px;
	background: url(bg-navmain-a.png) bottom left no-repeat;
}

#navmain a:hover {
	background-color: #4C8EC6;
}

#navmain a:focus,
#navmain a:active {
	background-color: #CD874D;
}

#navmain a.nav-act,
#navmain a.nav-act:hover {
	background-color: #FFF !important;
	color: #24435D;
}

/* for how to help */
#navmain li.nav-last {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 0.3em;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #B75300;
}

#navmain li.nav-last a {
	background-color: #B75300;
	font-weight: bold;
	color: #FFF;
}

#navmain li.nav-last a,
#navmain li.nav-last a span {
	white-space: nowrap;
	background-image: url(bg-navmain-nav-last-a.png) !important;
}

#navmain li.nav-last a:hover,
#navmain li.nav-last a.nav-hover {
	background-color: #CD874D;
}

#navmain li.nav-last a.nav-act,
#navmain li.nav-last a.nav-act:hover {
	color: #B75300 !important;
}

#donate-link {
	width: 101px;
	height: 23px;
	position: absolute;
	top: 9px;
	right: 105px;
	display:  block;
}

#enews-link {
	width: 92px;
	height: 23px;
	position: absolute;
	top: 9px;
	right: 206px;
	display:  block;
}


#help {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 135px;
	overflow: hidden;
	height: 95px;
	background: url(bg-help.jpg) top right no-repeat;
}

#help a {
	display: block;
	padding-top: 95px;
	line-height: 1em;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	font-size: 0.85em;
	white-space: nowrap;
}

#wrap-navsub {
	overflow: hidden;
	margin-bottom: 32px;
}

#wrap-navsub h3 {
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.85em;
	padding: 0.5em 10px;
	line-height: 110%;
	background-color: #70664D;
}

#navsub a {
	display: block;
	font-size: 0.85em;
	line-height: 110%;
	padding: 0.5em 10px;
	border-bottom: 1px dotted #FFF;
}

#navsub a:visited {
}

#navsub a:hover {
}

#navsub li.nav-cur a {
	font-weight: bold;
}

#navsub ul a {
	padding-left: 30px;
}

#navsub ul ul a {
	padding-left: 50px;
}

/* ---------------------------------------------------------------------------
	Content formatting
------------------------------------------------------------------------------ */

#content {
	float: right;
	padding-bottom: 1em;
	width: 500px;
	padding-left: 10px;
}

h1 {
	font-size: 1.4em;
	color: #24435D;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
	margin: 0.8em 0 0.4em 0;
	line-height: 110%;
}

h2 {
	color: #24435D;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.8em;
	padding-bottom: 0.2em;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B4A8;
}

h3 {
	color: #24435D;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content h4 {
	font-weight: bold;
	color:#6C665A;
}

p {
	margin: 0.2em 0 0.8em 0;
}

p strong, li strong {
	color: #6C665A; 
}

a {
	color:#B75300;
}

/* left bleed for csc-textpic-image */

.csc-textpic-left .csc-textpic-image {
	position: relative;
	left: -10px;
}

.csc-textpic-left .csc-textpic-image .csc-textpic-caption {
	padding-left: 10px;
}

#content-left {
	font-size: 0.85em;
	padding: 10px;
}

h5 a,
#content h5 a,
#content-left h5 a {
/*	margin: 0.2em 20px 1.1em 0; */
	padding:0 15px 0 0;
	background: url(bg-h5-a.png) right 40% no-repeat; 
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------ */
#wrap-footer {
	width:100%;
	position: relative;
	background-color: #EAE9E8;
	border-top: 1px solid #958D7C;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 750px;
	padding-bottom: 20px;
}

ul#navfoot {
	position: relative;
	padding-top: 1em;
	text-align: center;
	width: 750px;
}

#navfoot li {
	display: inline;
}

#navfoot a {
	display: inline;
	font-size: 0.85em;
	padding: 0.1em 0.85em;
	border-right: 1px solid #958D7C;
}

#navfoot li.nav-last a {
	border-right: none;
}

#footer-content {
	clear: both;
}

#footer-content p {
	font-size: 0.85em;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0.85em 0.85em 0.85em 0;
}



/* --------------------------------
	Accessibility
----------------------------------- */
/* hide by moving out of the way */
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}

/* show these on focus only */
a.access-nav {
	position: absolute;
	left: -999em;
}

a.access-nav:focus,
a.access-nav:active {
	position: static;
	left: 0;
}

/* --------------------------------
	Misc elements
----------------------------------- */


.csc-div {
	clear: both;
	height:0;
	border-top: 1px solid #CAC6BE;
	width:100%;
	margin: 0;
	padding: 0;
}

.csc-div hr {
	display: none;
}

.csc-textpic-caption {
	font-size: smaller;
	font-weight: bold;
	padding: 0.4em 0;
	color:#70664D;
	border-bottom:#B9B4A8 1px dotted;
}

br.clearboth {
	clear:both;
	height:0;
}

br.clearleft {
	clear:left;
	height:0;
}

br.clearright {
	clear:right;
	height:0;
}
div.news-list-container {
	padding-bottom:10px;
}

div.news-single-timedata {
	text-align:right;
	font-size: smaller;
}

div.news-list-container img,
div.news-latest-container img {
        float: left;
        display: block;
        padding: 0 10px 10px 0;
}

div.news-latest-container a {
	text-decoration:none;
}

div.news-single-item img {
	display: block;
}

div.news-single-img {
	float: right;
	width: 200px;
	padding-left: 10px;
	display: block;
}

p.news-single-imgcaption {
	font-size: smaller;
	font-weight: bold;
	padding: 0.4em 0;
	color:#70664D;
/*	border-bottom:#B9B4A8 1px dotted; */
}

div.csc-frame-frame1 {
	margin: .5em 0;
	background-color:#EAE9E8;
	padding: .3em 0.2em 0.2em 0.2em;
}
.csc-frame-frame1 .csc-header h2 {
	margin: 0;
}

.csc-frame-frame3 p {
	font-size: .85em;
	float: left;
	width: 150px;
	padding-right: 10px;
}
.csc-frame-frame3 {
	clear: both;
}

/*
.csc-frame-frame1 .csc-header,
.csc-frame-frame1 .csc-textpicHeader {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) top left no-repeat;

}
.csc-frame-frame1 .csc-header h1,
.csc-frame-frame1 .csc-header h2,
.csc-frame-frame1 .csc-header h3,
.csc-frame-frame1 .csc-textpic-text h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #D9DCC3;
}

.csc-frame-frame1 .csc-textpic-text {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) left bottom no-repeat;
}

.csc-frame-frame1 .csc-textpic-text p {
	margin: 0;
	padding: 0 0 1em 0;
}
*/


/* Fancier links in line */
/*#content h4 {
	border: 1px solid #FFCC66;
	padding: 0.2em;
}*/


/* forms */
form label:hover {
	background-color:#FFFFCC;
}






/* existing styles Sept 2007 *******************************/

.csc-mailform label,.csc-mailform input,.csc-mailform textarea {
	display: block;
	float: left;
	margin-bottom: 0.5em;
	text-align: left;
}

.csc-mailform label {
	text-align: right;
	width: 12em;
	padding-top: 0.1em;
	padding-right: 0.5em;
}

.csc-mailform legend {
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
}

fieldset.csc-mailform {
	border: 0;
	padding: 0;
}

.csc-mailform-field {
	padding-top: 0.5em;
	border-top: 1px solid #CCC;
	clear: both;
}

.csc-mailform-submit {
		
}

/* overlay new styles for Mailform Feb 2008 ***********************************/

/* span around "label" and property elements. */
.csc-mailform .csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}

.csc-mailform span.csc-mailform-check input {
	margin-right: 0.5em;
}

.csc-mailform span.csc-mailform-check label {
	text-align: left;
	display: block;
	width: auto;
	float: left;
}

.csc-mailform span.csc-mailform-radio {
	display: block;
	margin: 0;
}

.csc-mailform span.csc-mailform-radio br {
	clear: both;
}

.csc-mailform span.csc-mailform-radio input {
}

.csc-mailform span.csc-mailform-radio label {
	width: auto;
	float: none;
	padding-left: 0.4em;
	text-align: left;
	display: inline;
}

/* inside fieldsets for checkbox groups */
.csc-mailform fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* ----------- end of mailform */


