/**
 * shared.css
 * Holds common styles
 * Deprecated in favor of common.css. When all styles are migrated,
 * remove this file from the repo
 **/

/* take this out when we include the real header.*/
#contentwrap { /* margin:60px 10px 10px 10px; */ }

/* header shit. */
#forum_hd_content { height:44px; margin: 10px; margin-top: 0; }
#forum_ft_content { height:44px; margin: 10px; }

/* data classes that are re-used on the header and footer. */
.forum_data_new_topic { width:24%; float:left; height:44px; }
.forum_data_pagination { width:60%; float:right; text-align:right; height:44px; }
.forum_data_pages { font-size:14px; font-weight:bold; width:15%; float:left; height:44px; }

/* customizations for the header to align-bottom. */
#forum_hd_content .forum_data_new_topic, #forum_hd_content .forum_data_pages, #forum_hd_content .forum_data_pagination
	{ position: relative; }
#forum_hd_content .forum_data_new_topic a, #forum_hd_content .forum_data_pages span, #forum_hd_content .forum_data_pagination .forum_all_pagination
	{ position: absolute; bottom:0; }
#forum_hd_content .forum_data_pagination .forum_all_pagination
	{ right: 0; }

#forum_hd_content.forum_hd_content_2 {
background:transparent url(https://graphics.gaiaonline.com/images/template/quick/quick_2.gif) bottom left no-repeat;
}

a.url_postnewtopic {
	line-height:20px; padding: 4px 38px;
	background:transparent url(https://graphics.gaiaonline.com/images/template/button/forum_newtopic.gif) left center no-repeat; }
a.url_postnewtopic span { display:none; }


#forum_data_pages { font-size:14px; font-weight:bold; height:24px; width:15%; float:left; }
#forum_ft_jumpbox { width:59%; float:left; clear:left; margin-top:5px; }
#forum_ft_content #forum_hd_new_topic { width:44%; }
#forum_ft_content #forum_hd_pagination { margin:0; }

#ForumBreadcrumbs { margin-left:10px; margin-bottom:10px; }
#ForumBreadcrumbs a { font-weight: bold; }

#gaia_content #nli_welcome {
  width: 650px;
}