/* SS Folio default CSS layout
Author: Victor Gaultney
Date:	2010-09-06
*/

body {
	text-align: left;
} /* ------ don't add padding here ------ */

p {
	margin: 0px 0px 6px 0px
}

img {
	border: 0;
}


/* ------ yui3 grids sizing ------ */

/*
  left-column width = 246
	margin/gutter width = 14
*/

#hd, #bd, #ft {
    padding-left: 274px;  /* left-column width + left-margin width + gutter-width */
    padding-right: 14px;  /* right margin width */
    padding-top: 8px;
}

#hdleft, #bdleft, #ftleft {
    width: 246px;         /* left-column width */
    margin-left: -260px;  /* (left-column width + margin width) * -1 */
    margin-right: 14px;   /* gutter width */
}

#hdright, #bdright, #ftright {
    width:100%;
}


/* ------ header unit details ------ */
#hdleft {
	text-align: right;
	vertical-align: bottom;
}

#hdright {
	vertical-align: bottom;
}

#nav {
	padding-bottom:  7px;
}

#nav h2 {
	position: absolute;
	top: -9999px;
}  /* hides nav h2 from sight, but keeps it in data stream */

#nav li {
	display: inline;
	padding-right: 7px;
}

#page_heading_alt {
	padding-left: 10px;
}


/* ------ footer unit details ------ */
#ft {
	margin: 16px 0 0 0;
}

#navfoot li {
	display: inline;
	padding-right: 7px;
}

#navabout ol,
#navabout ul,
#navfoot ol,
#navfoot ul {
	margin-top: 3px;
}

#navabout li {
	padding-bottom: 1px;
}

#page_caption,
#page_duration  {
	margin: 10px 0 0 0;
	padding: 0px 10px 3px 10px;
}

/* ------ regions ------ */
.reg h2 {
	margin: 0;
	padding: .3em 10px .25em 10px;
	border: none;
}

.reg .bd {
	margin: 0;
	padding: 7px 10px 3px 10px ;
}

.reg h3 {
	margin: 16px 0 8px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #d7d3cc;
	width: 100%;
}

/* Make high-numbered headings look like headings. */
.reg p.dHeading  {
	margin: 8px 0 0 0;
}

.reg p {
	margin: 6px 0px 6px 0px;
}

#bdleft .reg {
  margin-bottom: 10px;
}

/* The way SS handles CSS (applying reset_min.css) causes the default behavior of lists to be nullified.
   So restore the correct behavior for anything generated by the Duck list: markup.
   
   We use ol > li (parent > immediate child) to avoid ambiguity when different labels are used within the
   same outline.
*/

ul.dListUnordered > li {
	list-style-type: square;
	margin: 0 0 0 30px;
}

ol.dListDecimal > li {
	list-style-type: decimal;
	margin: 0 0 0 30px;
}

ol.dListUpperAlpha > li {
	list-style-type: upper-alpha;
	margin: 0 0 0 30px;
}

ol.dListLowerAlpha > li {
	list-style-type: lower-alpha;
	margin: 0 0 0 30px;
}

ol.dListUpperRoman > li {
	list-style-type: upper-roman;
	margin: 0 0 0 30px;
}

ol.dListLowerRoman > li {
	list-style-type: lower-roman;
	margin: 0 0 0 30px;
}


.noBulletsNoIndent ul.dListUnordered li {
	list-style-type: none;
	margin: 0 0 0 0;
}

/* ------ for entries ------ */
.entry,
.entry_file,
.entry_av,
.entry_sw {
	margin: 5px 0px 15px 0px;
}

.entry_single {
	margin: 0px 0px 0px 0px;
} /* ------ unused? ------ */

.entry h3,
.entry_file h3,
.entry_av h3,
.entry_sw h3,
.scr_features h3 {
	margin: 16px 0px 8px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d7d3cc;	/* med gray */
}

.scr_features {
	padding-bottom: 0px;
}

h3 .type {
	text-align: right;
	margin-left: 5px;
	padding: 1px 4px 1px 4px;
} /* ------ for software entries ------ */

.entry ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
}

.entry ul ul li {
	list-style-type: square;
	margin: 0 0 0 45px;
}

.comment_row ul li,
.my_comment_row ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
}


/* ------ headings within entries ------ */

h4 {
	margin: 12px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eae6de;
	width: 100%;
}

h4 .type {
	text-align: right;
	margin-left: 5px;
	padding: 1px 4px 1px 4px;
} /* ------ for software entries ------ */

h5 {
	margin: 10px 0 4px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #eae6de;
	width: 100%;
}

h6, h7, h8, h9 {
	margin: 8px 0 0 0; 
	padding-bottom: 0px;
	border-bottom: none;
	width: 100%;
}


/* ------ definition lists ------ */
dl, dt, dd {
	display: inline;
}

dd {
	padding: 0px 0px 0px 10px;	
}

/* ------ for search results ------ */
#RegSearchResults h3 {
	margin: 8px 0 8px 0;
}

.search_hit {
	padding: 0px 0px 6px 0px;	
	text-align: left;
}

.search_hit h4 {
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.search_hit p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.search_hit li {
	display: inline;
}

.search_hit dd {
	padding: 0px 5px 0px 5px;
}

.search_hit_char {
	width: 2em;
}

/* ------ class used for the navigation bar search form ------ */
.search_nav_inline {
	float: none;
	display: inline;
}

/* ------ for special document styles ------ */
/*
.ssdoc h3 {
	margin: 16px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #d7d3cc;
	width: 100%;
}

.ssdoc h4 {
	margin: 16px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eae6de;
	width: 100%;
}

.ssdoc h5 {
	margin: 12px 0 4px 0;
	padding-bottom: 2px;
	border-bottom: none;
	width: 100%;
}
*/

/* ------ for lists in ssdoc ------ */
.ssdoc li {
	list-style-type: square;
	margin: 0 0 0 30px;
}

.sublist {
	margin-bottom: 5px;
}

/* ------ tables ------ */
table {
	width:100%;
	margin-bottom: 7px;
}

th, td {
	padding: 2px 3px 1px 0px;
	vertical-align: text-bottom;
	border-bottom: none;
}

/* Narrow column for icons */
.dDataViewTable tr td.fixed14 {
	width: 14px;
	padding-left: 6px;
	padding-right: 0px;
}

.dDataViewTable table {
	width:100%;
	margin-bottom: 2px;
	border-bottom: 4px solid #d7d3cc;
}

.dDataViewTable th,
.dDataViewTable td {
	padding: 2px 3px 1px 8px;
	border-bottom: 1px solid #d7d3cc;
	vertical-align: text-bottom;
}

.dDataViewTable .hd {
	margin: 16px 0px 4px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d7d3cc;
}

.numtitle .dDataViewTable .hd {
	margin: 6px 0px 4px 0px;
	padding-bottom: 2px;
	border-bottom: none;
}

.dDataViewTable .bd {
	margin: 0;
	padding: 0px 10px 0px 0px ;
}

.dDataViewTable p {
	margin: 0 0 3px 0;
}

.dDataViewTable .Table_Gutter {
  width: 0px;
  border-bottom:  none; 
}

/* For making two separate tables look like they are one: */
/* NOT USED
.Table_Narrow_Col {
	overflow: hidden;
	width: 70px;
}

.Table_Wider_Col {
	overflow: hidden;
	width: 200px;
}
*/

/* ------ forms ------ */
fieldset {
	width: 100%;    
	margin: 5px 0 18px 0;    
}

fieldset legend {  
	padding-bottom: 2px;
	border-bottom: 1px solid #d7d3cc;
	width: 100%;
}

fieldset ol {
	padding: .8em 0 0 0;   
	list-style: none;  
}

fieldset li {
	clear: left; 
	width: 100%;    
	padding-bottom: .4em;   
}

fieldset fieldset {
	width: 100%;    
	margin: 5px 0 0 0;    
	padding: 0;
}

fieldset fieldset legend {  
	padding-bottom: 2px;
	border-bottom:  none;
}

fieldset fieldset ol {
	padding: .6em 0 0 0;   
	list-style: none;  
}

fieldset fieldset li {
	clear: left;    
	width: 100%;    
	padding-left: 0em;
	padding-bottom: .4em;   
}

fieldset .dChallenge_Submit .dTextbox,
fieldset fieldset .dChallenge_Submit .dTextbox {
	width: 40px;
}

fieldset .dTextbox,
fieldset fieldset .dTextbox {
	width: 76%;
}

label {    
	position: relative;
	float:  left;   
	width: 20%;    
	text-align: left; 
}

label em {        
	position: absolute;        
	left: 90%;        
}

.label_guide {
	margin:  0 0 .4em 21%;
	display: block;
	width:  75%;
}


/*------- obsolete -----------
.dChallenge_Submit li {
	float: none;    
	display: inline;
	padding: 0 7px 0 0;
}

.dChallenge_Submit label {
	float: none;    
}
----------------------------*/

.dSearch li {
	float: none;    
	display: inline;
}

input[readonly] {
	border: 0px;
}

#RegLinks label {    
	float:  left;   
	width: 35%;    
	text-align: left; 
}

#AddCommentLink label {    
	float:  left;   
	width: 35%;    
	text-align: left;
}

#AddCommentLink .bd {        
	padding-left: 0;
	max-width: 225px;
}

#RegIdentity label {    
	float:  left;   
	width: 30%;    
	text-align: left; 
}

/* ------ special classes ------ */
.action_button {
	float: right;
}

.comment_index {
	margin: 0px 8px 0px 8px;
	vertical-align: text-top;
}

.comment_table {
	
}

.comment_row {
	border-bottom: 1px solid #CCCCCC;
}

.my_comment_row {
	border-bottom: 1px solid #CCCCCC;
}

.comment_author {
	width: 140px;
	padding-bottom: 8px;
}

.comment_bar {
  margin-top: 0px;
	padding: 1px 5px 0px 8px;
	border-bottom: 4px solid #c5beb2;
}

.comment_bar p {
  margin-top: 3px;
  margin-bottom: 3px;
}

.contains_media {
	overflow: auto;
}   /* prevents graphic from extending into citations */

.mediacontainer {
	float:  left;
	padding: 0 20px 0 0;
}

.mediacontainerthumb {
	float:  left;
	padding: 0 12px 0 0;
}

.USV_sprite_wrapper {
    display:  inline-block;
    overflow: hidden;
    position: relative;
    /* For IE 7 */
    zoom:     1;
    *display: inline;
    vertical-align: text-bottom;
}

.license_choice_box,
.license_details_box {
	padding: 8px 8px 8px 15px;
}

#lang_links ol {
	padding: 6px 0px 0px 0px;
}

#lang_links ol li {
	display: inline;
	padding: 0 .5em 0 0;
}

.glossary_links ul {
	padding: 6px 0px 0px 0px;
}

.glossary_links ul li {
	display: inline;
	padding: 0 .5em 0 0;
}

.add_button,
.add_button_narrow {
	padding: 0.3em 0;
}

.add_button_narrow {
	margin-left: 10px; /* indent to match text above */
	width: 200px;      /* otherwise button will be entire width of region */
}

.add_button a,
.add_button_narrow a {
	display:  block;
	padding: 5px 5px 5px 36px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

/* paragraphs (jump-links) have margin above and below them, so make the forms (data-inserts) the same: */
.add_button form,
.add_button_narrow form {
	margin-top: 6px;
	margin-bottom: 6px;
}

.download_button {
	padding: 0.3em 0;
}

.entry_file .download_button {
	padding: 0.1em 0;
}

.download_button a {
	display: block;
	padding: 5px 5px 5px 36px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

.download_button a img {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-left: 8px;
}

.download_button .filename {
	margin: 0px 3px;
}


.pending {
	margin-top: 0;
	padding: 3px 5px 3px 8px;
}

.Indent {
	margin-left: 30px;
}

.Warning {
	padding: 0px 5px 0px 8px;
	border: 1px solid #dba19d;
	margin-bottom: 10px;
}
        
.Note {
	padding: 0px 5px 0px 8px;
	border: 1px solid #e8c379;
	margin-bottom: 10px;
}

.Question {
	margin-top: 15px;
}

.Answer {
	padding-left: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0e9db;  /* tan */
}

a span.dMoreLink::before { content: "Continue reading..."; }

/* ------ hardcoded ids for autocomplete controls ------ */
#myAutoComplete {
	width: 15em;
	padding-bottom: 2em;
}

/* ------ hardcoded classes for the associations-management control set ------ */
.dAssocMgt {
	padding-bottom: 20px;
	float: left;
}

.dAssocMgtHidden {
	position: absolute;
	top: -9999px;
}

#hidden_moderate {
	position: absolute;
	top: -9999px;
}

.hidden_associations {
	position: absolute;
	top: -9999px;
}

/* ------ for citations ------ */

#sample_graphic {
  margin: 5px 0px 0px 0px;
	padding: 0px;
}

#sample_citation {
  margin-top: 0px;
	padding: 5px 8px 5px 8px;
}

.cite_list {
  margin-top: 5px;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #d7d3cc;
}

.cite_list_detail {
  margin-top: 0px;
	padding: 5px 5px 5px 8px;
}

table .cite_list,
table .cite_list_detail {
	margin-bottom: 5px;
}

.cite_list td,
.cite_list_detail td {
	padding: 1px 3px 0px 0px;
	vertical-align: baseline;
	border-bottom: none;
}

.cite_type {
	padding:  0 1em 0 0;
	width: 6em;
}

.cite_list p,
.cite_list_detail p {
	margin: 0px 0px 0px 0px;
}

.cite_detail p {
	margin: 0px 0px 6px 0px;
}


/* ------ for properties ------ */
.prop_list {
	padding: 5px 5px 0px 8px;
	border-bottom: 1px solid #d7d3cc;
}

table, prop_list {
	margin-bottom: 5px;
}

.prop_list td {
	padding: 1px 3px 0px 0px;
	vertical-align: baseline;
	border-bottom: none;
}

.prop_type {
	padding:  0 1em 0 0;
	width: 6em;
}

/* ------ for needs ------ */

.need {
	margin: 5px 0px 15px 0px;
	border-bottom: none;
}

.need h3 {
	margin: 16px 0px 8px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d7d3cc;
}

.need li {
	list-style-type: square;
	margin: 0 0 0 30px;
}

.need_list {
	padding: 5px 5px 0px 8px;
	border-bottom: 1px solid #d7d3cc;
}

table, need_list {
	margin-bottom: 5px;
}

/* For when we have two tables that should look like one (eg, character features): */
table.tbl_continue {
	margin-bottom: 0px;
}

.need_list td {
	padding: 1px 3px 0px 0px;
	vertical-align: baseline;
	border-bottom: none;
}

.need_type {
	padding:  0 1em 0 0;
	width: 8em;
}

.need_list p {
	margin: 0px 0px 0px 0px;
}

/* ------ for subjects & script list pages ------ */

#subject_tabs_container,
#scrlist_tabs_container {
	display: inline-block;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

#subject_tabs_list li,
#scrlist_tabs_list li {
	display: inline;
	float:  left;
	line-height: 110%;
}

#subject_tabs_list li a,
#scrlist_tabs_list li a {
	display:  block;
	height: 3.0em;
	padding: 5px 8px 0 8px;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

#scrlist_tabs_list li a {
	height: 2.0em;
}
/* ------ for phoneme charts ------ */

.yui-skin-sam .yui-navset .yui-nav {
  border: none;
}

.yui-skin-sam .yui-navset .yui-nav .selected {
	margin: 0;
}

.yui-skin-sam .yui-navset .yui-nav li {
  padding: 0;
	margin: 0;
}

.yui-skin-sam .yui-navset .yui-nav li a,
.yui-skin-sam .yui-navset .yui-nav li a:focus,
.yui-skin-sam .yui-navset .yui-nav li a:hover  {
	line-height: 110%;
	padding: 0px;
	margin: 0px;
	border-left: 4px solid #646464;
	border-right: 2px solid #646464;
	border-top: none;
	border-bottom: none;	
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus,
.yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	line-height: 110%;
	padding: 0;
	margin: 0px;
	border-left: 4px solid #646464;
	border-right: 2px solid #646464;
	border-top: none;
	border-bottom: none;	
}

.yui-skin-sam .yui-navset .yui-nav a em,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
  padding: 4px 8px 6px 8px;
}

.yui-skin-sam .yui-navset .yui-content {
  border:  none;
  margin:  0;
  padding: 10px 10px 10px 10px;
}

.phoneme_table table {
	width:100%;
	margin-bottom: 2px;
	border-bottom: 4px solid #d7d3cc;
}

.phoneme_table th,
.phoneme_table td {
	padding: 1px 2px 1px 8px;
	border-bottom: 1px solid #d7d3cc;
	vertical-align: text-bottom;
}

.phoneme_table .phoneme_header_top {
	padding-bottom: 0px;
	border-bottom: none;
}

/* To keep vowel type and diphthong sub-type from being separated too far: */
.phoneme_table .vowel_type {
  width: 100px;
}

.phoneme_table .phoneme_voice {
  text-align: right;
}

.phoneme_table .diph_subtype {
  text-align: right;
  width: 50px;
  padding-right: 20px;
}

.phoneme_table .no_border {
	border-bottom: none;
}

/* ------ for accordion on add_info page and others ------ */

#RegAdd, #RegSearchHits {
	border:  none;
}

.yui-skin-sam .yui-accordionview div.yui-accordion-content {
	overflowx: hidden;
	margin-left: 24px;
	border: none;
	background:  none;
}

.yui-skin-sam .yui-accordion-toggle .indicator {
	background: none;
	border: none;
}
.yui-skin-sam .yui-accordion-toggle.active .indicator {
	background: none;
	border: none;
}

.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:focus,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:hover,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:focus,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:hover,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.activepanel:focus,
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.activepanel {
	color: #660000;
	background: none;
	border: none;
	background-color: #d7d3cc;
	padding: 6px 3px 1px 8px;
	outline: 0;
	text-decoration: none;
}

.yui-skin-sam .yui-accordionview li.yui-accordion-panel {
	display: block;
	border-bottom: 1px solid #adadad;
}

/* SS Folio default CSS for datatables */

.yui-skin-sam .yui-dt {
    margin: 0;
    padding: 0 11em 0 0;
}

.yui-skin-sam .yui-dt table {
    margin: 0;
    padding: 0;
	font-family: Cambria, "Charis SIL", Helvetica, "Bitstream Charter", "Times New Roman", Times, serif;
    font-size: 96%;
    border:1px solid #d7d3cc;
}

/* striping */ 
.yui-skin-sam tr.yui-dt-even { background-color:#FFF; } /* white */
.yui-skin-sam tr.yui-dt-odd { background-color:#f2eee6; } /* light tan */
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, 
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #fcefde; } /* tan sorted */
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, 
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #e7dccb; } /* dark tan sorted */

/* selected row */
.yui-skin-sam tr.yui-dt-selected td,
.yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
	background-color:#660000
}

/* SS Folio default CSS for dialogs */

#relation_script_entries_panel_filter_container {
	padding: 9px 20px 9px 0 px;
}

/* Tooltips */
.dTooltip span,
.tooltip span,
.tooltip_home span,
.tooltip_home_find span,
.tooltip_phon span {
	display: none;
	padding: 2px 5px 3px 5px;
	margin: 30px 0px 0px 0px;
	width: 130px;
    position: absolute;
/*	border-radius: 5px 5px;  */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.dTooltip:hover span,
.tooltip:hover span,
.tooltip_home:hover span,
.tooltip_home_find:hover span,
.tooltip_phon:hover span {
	display:	inline;
	position:	absolute;
	z-index:	999;
	border:		1px solid #fcdeb4;
}


/* For null phoneme, span is NOT a tool-tip, so cancel out effect of tool-tip styling: */
.dTooltip span.null_phoneme {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	width:   auto;
	position: static;
	border-radius: 0px;
	-moz-border-radius: 0x;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px;
	-moz-box-shadow: 0px 0px;
}

.dTooltip:hover span.null_phoneme {
	display: inline;
	position: static;
	z-index: auto;
	border: 0px;
}


/* ------ home/welcome page ------ */

.bdright-l .reg {
	padding-right: 7px;
}

.bdright-r .reg {
	padding-left: 7px;
}

.bdright-l .reg .bd,
.bdright-r .reg .bd {
	padding-top: 0px;
}

.home_button a {
	display:  block;
	padding: 5px 5px 5px 10px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

.home_feat_box {
	min-height: 95px;
	display: block;
	padding: 15px 10px 10px 95px;
	margin-bottom: 10px;
}

.home_feat_box a:hover {
	cursor: pointer;
	text-decoration: none;
}

.home_feat_box .hd {
	padding-bottom: 5px;
}

#RegScriptsFeat,
#RegLangsFeat {
	margin-right: 9px;
}

#RegCharsFeat,
#RegWSFeat {
	margin-left: 9px;
}

#lang_links_home ol {
	padding: 0px 0px 5px 0px;
}

#lang_links_home ol li {
	display: inline;
	padding: 0 .5em 0 0;
}

/* ------ new home/welcome page ------ */

#RegHomeFind,
#RegHomeExplore,
#RegHomeContrib,
#RegHomeLearn,
#RegSupport {
 margin-bottom: 20px;
}

#RegHomeFind ul {
  padding:  15px 5px 20px 15px;
}

#RegHomeFind li {
	display: inline;
}

#RegHomeFind form {
  float:  none;
	display: inline;
	padding-right: 14px;
}

#RegHomeExplore .bd {
  padding:  10px 5px 0px 5px;
}

.explore_button a,
.explore_button_alt a {
	display:  block;
	padding: 5px 5px 5px 10px;
}

.explore_button p,
.explore_button_alt p {
  margin: 0px 5px 0px 10px;
}

.explore_col_a,
.explore_col_b,
.explore_col_c,
.explore_col_d {
  margin-bottom: 20px;
}

.reg_feat {
  margin: 0px 5px 0px 10px;
  padding: 0;
}

.reg_feat .hd {
	display:  block;
	margin: 0;
	padding: 2px 4px 2px 10px ;
}

.reg_feat .mediacontainer {
  padding: 7px 0px 7px 0px;
}

#RegFeatScr .bd,
#RegFeatChar .bd,
#RegFeatLang .bd,
#RegFeatTopic .bd {
	padding: 4px 7px 5px 10px ;
}

.featured {
  clear:  left;
}

#RegHomeContrib .bd {
  padding:  5px 5px 10px 7px;
}

.reg_contrib {
  padding: 0px 5px 0px 5px;
}

#RegHomeLearn .bd {
  padding:  5px 5px 10px 5px;
  text-align: center;
}

#RegLearnIntro {
  margin-right:  0px;
}

#RegLearnSubmit {
  margin-left:  0px;
}

#RegHomeRecent {
	margin-right: 7px;
}

#RegHomeNeeds {
	margin-left: 7px;
}

#RegHomeNeedsTable {
	margin-left: 7px;
	margin-right: -7px;
}

/* ------ support ads ------ */


/* ------ topic lists ------ */

.topic_list_main {
  margin-top: 0px;
}

.topic_list_main h3 {
	position: absolute;
	top: -9999px;
}

.topic_list_main h4 {
  padding: 0;
  margin-top: 0px;
  margin-bottom:  0px;
  border: none;
}

.topic_list_main .bd {
  padding: 0px 10px 0px 0px;
  margin-top: 12px;
}

.topic_list_main p {
  margin-top: 0px;
  margin-bottom:  0px;
  border: none;
  font-style: italic;
}

.topic_level_0 h4 {
  margin-top: 10px;
}

.topic_level_1 {
  padding-left: 40px;
}

.topic_level_1 h4 {
  margin-top: 4px;
}

.topic_level_2 {
  padding-left: 80px;
}

.topic_level_2 h4 {
  margin-top: 0px;
}

.topic_list_side {
  margin-bottom: 10px;
}

.topic_list_side p {
  margin-top: 0px;
  margin-bottom:  0px;
}

.topic_list_side .topic_level_0 {
  margin-top: 6px;
}

.topic_list_side .topic_level_1 {
  padding-left: 20px;
}

.topic_list_side .topic_level_2 {
  padding-left: 40px;
}

.topic_list_side .tooltip span {
	display: none;
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 0px 100px;
	width: 120px;
    position: absolute;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.topic_list_side .tooltip:hover span {
  display:inline;
	position:absolute;
	z-index:  999;
	border:1px solid #fcdeb4;
}

.blog_cite p {
  margin-top: -5px;
}

.recent_post h3 {
  margin-top: 6px;
  margin-bottom:  0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.recent_post p {
  margin-top: 0px;
  margin-bottom:  0px;
}

.recent_posts_list_side {
  margin-bottom:  10px;
}


/* ------ footnotes ------ */

.footnote_ref, .footnote_ref:link {
	font-size: 80%;
	font-weight: bold;
	vertical-align: super;
}

.footnote_number {
	font-size: 80%;
	vertical-align: super;
	text-align: right;
	width: 10px;
}

.footnote_text {
	font-size: 92%;
	line-height: 140%;
	padding: 2pt;
}

.footnote_rule {
	text-align: left;
	width: 20%;
}


/* ------ table of contents ------ */

.TOCTitle {
  font-weight: bold;
  font-size: 130%;
  margin: 0;
}

.TOC1 {
   margin: 10px 2px 0px 0px;
}

.TOC2 {
   margin: 0px 2px 0px 15px;
}

.TOC3 {
   margin: 0px 2px 0px 30px;
}

.TOC4 {
   margin: 0px 2px 0px 45px;
}


/* ------ techie formatting ------ */

.code {
	padding: 6px 10px;
}
