/* twa-homepage.css
 *  Additional stylesheet, for home page *only*.
 *  This is the default stylesheet for home page of tibetanwomen.org
 *   - developed for web standards.
 *   - additional stylesheets will be loaded *after* this
 *     stylesheet for non-conforming browsers.
 * HISTORY:
 *  09 mar 2007 jw - converting to all div/css, no table.
 *  08 mar 2007 jw - some minor modifications for consistency.
 *  08 mar 2007 cb - created for new twa design.
 */
 

/* *** { Standard stuff: initial values for all pages */


/* ***  { Page Parts: Main page structure *** */


/* { *** Home page only *** */

/* we want h1 to display on home page as text */
div#top h1 {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
  letter-spacing: .04em;
  color: #006600;
}

div#tribute_hp {
	background-color:#FFFFCC;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #669900;
	margin-top: 3px;
	margin-right:3px;
}


td#actions {
  margin: 0;
  padding: 0;
}
td#search {
  padding-top: 0;
}

/* all the h3s on page to have same style: */
td#sidebar h3, td#actions h3, td#search h3, td#newsroom h3 {
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:center;
	background-color: #FFE94B;
	margin: 0;
    margin-bottom: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #669900;
}

/* news items */
td#newsroom {
  vertical-align:   top;
  background-color: #DBED9A;
}
td#newsroom h3 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
    margin-bottom: 0;
	text-align:right;
}
td#newsroom h3 span.subnavs {
  float: left; 
  margin-left: 1em;
}
td#newsroom h3 span.subnavs a {
  margin-right: 1em;
  font-size: 70%; 
}
td#newsroom h3 span.subnavs span.arrowchar {
  font-size:    110%; 
}

td#newsroom div.line, td#flashmovie div.line {
  background-color: #ffffff;
  height: 4px;
  margin: 0;
}

table#news_items {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

td.image {
vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
}

td.image img{
  float: left;
  width: 120px;
  height: 80px;
  border: 2px solid #669900;
}
td.story {
  vertical-align: top;
  width: 465px;
  padding-bottom: 10px;
}
td.story p {
  font-size: 90%;
  float: left;
  margin-top: 0;
  margin-left: 30px;
  padding: 0;
}
td.story p a {
  font-weight: bold;
  color: #006600;
}
td.story p span.dateline {
  margin-left: .5em;
}

/* "Take Action" box */
td#actions h3 {
  margin-top: 4px;
}
td#actions ul {
	color: #006600;
	list-style-type: disc;
    list-style-image: url(/images/bullets/twa_listImg-home.gif);
	list-style-position: inside;
	background-color: #dbed9a;
	margin: 0;
	padding: 3px 3px 8px 5px;
}
td#actions ul li {
    letter-spacing: 0;
}
td#actions ul li a:link {
	color: #006600;
	text-decoration: none;
}
td#actions ul li a:visited {
	color: #006600;
	text-decoration: none;
}
td#actions ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}
td#actions ul li a:active {
	text-decoration: none;
}


/* "Search Site" box */
/* override div#search in nav css */
div#searchform {
  padding-top: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  display: table;
}
div#searchform h3 {
	margin-top: 0px;
}
 

/* the flash movie */
td#flashmovie {
  background-color: #FFE94B;
  border-left: 4px solid #ffffff;
}
div#flash {
  display: table;
}


/* e o f */

