body {
	color: #222;
  background-color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
td, th, input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.25em 0 0.15em 0;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
p {
	line-height: 120%;
	margin: 0.1em;
}
a img {
	border: none;
}
form, fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
form.stacked label {
	display: block;
	margin-top: 5px;
}
fieldset.controls {
	border: none;
	margin-top: 10px;
}
fieldset.controls input {
	font-weight: bold;
	padding: 0.05em 0.25em;
}
input.delete_button {
	color: #900;
	font-weight: bold;
}
label {
	font-weight: bold;
}
input {
	padding: 0.1em;
}
.field_note {
	font-size: 10pt;
	font-style: italic;
	color: #999;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors label {
	color: #900;
}
#error_explanation {
	border: solid 1px #999;
	margin-bottom: 5px;
	padding: 0;
}
#error_explanation h2 {
	background-color: #900;
	border-bottom: solid 1px #999;
	color: #F0F0F0;
	font-size: 16pt;
	margin: 0;
	padding: 2px 5px;
}
#error_explanation h3 {
	font-size: 12pt;
	padding-left: 3px;
}
#error_explanation ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

a:link, a:visited, a:hover, a:active {
	color: #0052AC;
}
a:hover, a:active {
	color: #014;
}

/* Layout */
#wrapper {
  background: #FFFFFF url(/images/ui2/header_bg.png) repeat-x 0 0;
  border-top: solid 1px #D1A72A;
}
.page_column {
	margin: 0 auto;
	width: 950px;
}
#content {
	background: url(/images/ui2/content_cap2.png) no-repeat center 0;
	padding: 12px 1px 0 1px;
  position: relative;
  z-index: 1;
}
#inner_content {
  background-color: #FFF;
  min-height: 460px;
  padding: 0 9px 30px 9px;
}
#flash_notice {
	background-color: #EEE;
	border: solid 1px #CCC;
	margin: 0 auto 10px auto;
	padding: 3px;
	text-align: center;
	width: 400px;
}
h1.category_heading {
	font-size: 16pt;
	margin: 2px 0 12px 0;
}
.highlighted {
	background-color: #FFFFCC;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	padding: 5px 3px;	
}
img.cheap_button_example {
	vertical-align: middle;
}

/*Tweets*/
#tweets {
	width: 685px;
}
.tweet {
	border-top: solid 1px #F0F0F0;
  font-size: 10pt;  
	line-height: 120%;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
}
#tweets .first {
	border-top: none;
	margin-top: 10px;
}
.lamed, .lamed a, .lamed .invalid_warning {
	color: #CCC !important;
}
.lamed .tweet_meta, .lamed .tweet_controls, .lamed .avatar, .lamed .vote_count {
	display: none;
}
.lamed .tweet_body {
	font-size: 10pt;
}
.lamed + .lamed {
	margin-top: -10px;
}
.tweet .invalid_warning {
	color: #900;
}
.cheap_badge {
	float: left;
	margin-right: 10px;
	padding: 0 3px 4px 3px;
	text-align: center;
	width: 69px;
}
.vote_count {
  background: #CCCCCC url(/images/tweets/rating_sprite.png) 0 -5px repeat-x;
	border: solid 1px #CCC;
	color: #222;
	display: block;
	font-size: 18pt;
	font-weight: bold;
  padding: 8px 3px 1px 3px;
	text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;  
}
.vote_count .vote_count_label {
	font-size: 8pt;
	font-weight: normal;
}
.tweet_content {
	float: left;
	width: 600px;
}
.tweet_body {
	float: left;
	width: 100%;
}
.tweet_body .avatar {
	background-color: #F5F5F5;
	height: 48px;
	overflow: hidden;
	width: 48px;
	text-decoration: none;
}
.tweet_controls {
	font-size: 9pt;
	float: left;
	z-index: 1;
}
.tweet_controls a {
	font-size: 9pt;
}
.tweet_controls img {
	vertical-align: middle;
}
.tweet .user_action {
  background: url(/images/tweets/rating_sprite.png?20100304) 0 -60px no-repeat;
  display: block;
  height: 18px;
  margin-top: 2px;
  width: 69px;
}
.tweet .cheap_badge .user_action .vote_trigger {
  float: left;
  height: 100%;
  width: 45px;
}
.tweet .cheap_badge .user_action .lame_trigger {
  float: left;
  height: 100%;
  width: 24px;  
}
.voted .user_action {
  background-position: center -78px;
}
.lamed .user_action {
  background-position: center -96px;
}
.tweet_menu {
	background-color: #FFF;
	border: solid 1px #333;
	padding: 3px 2px;
	position: absolute;
	width: 120px;
	z-index: 1000;
}
.tweet_menu_body {
	max-height: 200px;
	overflow: auto;
}
.tweet_lameness_menu {
	width: 110px;
}
.category_suggestion_menu {
	width: 150px;
}
.tweet_menu a {
	color: #222;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
}
.tweet_menu a:hover {
	background-color: #EEE;
}
.tweet_menu .title {
	border-bottom: solid 1px #CCC;
	display: block;
  font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}
.avatar {
	float: left;
	margin: 0px 5px 3px 0;
}
.lame_container {
	display: inline;
}
.tweet_meta {
	color: #BBB;
	font-size: 9pt;
	line-height: 100%;
	margin: 2px 0;
}
.tweet_meta a {
	color: #BBB;
}
.tweet form.tweet_type {
  display: inline;
  margin: 0;
  padding: 0;
}
.tweet form.tweet_type input {
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}
.tweet form.tweet_type div {
  display: none;
}
.pagination_nav {
	text-align: center;
	margin: 10px 0;
}
.empty_message {
	margin: 20px 0;
	text-align: center;
}
#category_header {
	margin-top: 8px;
	width: 685px;
}
#category_rss_subscribe {
	float: right;
}
h1.explanation {
	margin: 0 0 0;
	font-weight: bold;
	font-size: 10pt;
}
#tweet_instructions {
	font-size: 10pt;
	margin-top: 2px;
	width: 679px;
}
.new_tweets_message {
	background-color: #EEE;
	margin: 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	width: 685px;
}
.new_tweets_message .new_tweet_count {
  font-weight: bold;
}
.tweet .share_link {
	font-size: 10pt; 
	width: 112px;
	margin-bottom: 3px;
}
.tweet .share_options_trigger {
  text-decoration: none;
}
.tweet .share_options_trigger span {
	text-decoration: underline;
}
.tweet .tweet_official a {
 font-weight: bold;
}
.tweet .tweet_official img {
  margin-right: 2px;
}
.tweet .item_preview {
  background-color: #F5F5F5;
  border: solid 1px #DDD;
  clear: left;
  margin: 3px 0;
  padding: 4px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tweet .item_preview_more {
  bottom: -12px;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tweet .item_preview_more a {
  background-color: #F5F5F5;
  border: solid 1px #DDD;
  border-top: none;
  color: #666;
  display: block;
  font-size: 8pt;  
  margin: 0 auto;
  text-decoration: none;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tweet .item_preview_more a:hover {
  color: #000;
}
.tweet .item_preview:hover .item_preview_more {
  display: block;
}
.tweet .item_preview_more_arrow {
  background: url(/images/tweets/item_preview_arrows_sprite.png) 0  center no-repeat;
}
.tweet .item_preview_more_arrow img {
  height: 6px;
  width: 6px;
}
.tweet .item_preview_more a:hover .item_preview_more_arrow {
  background-position: -18px center;
}
.tweet .item_preview.expanded .item_preview_more_arrow {
  background-position: -6px center;
}
.tweet .item_preview.expanded .item_preview_more a:hover .item_preview_more_arrow {
  background-position: -12px center;
}
.tweet .item_preview_more_content {
  display: none;
  clear: both;
  padding-top: 10px;
}
.tweet .item_preview_more_content img {
  display: block;
  float: right; 
  margin: 0 0 5px 5px;
}
.tweet .item_preview_more_content h4 {
  margin-top: 0;
}
.tweet .item_preview_more_content p {
  margin-bottom: 1em;
}
.tweet .item_preview_thumbs {
  float: right; 
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.tweet .item_preview_thumbs li { 
  display: inline;
  margin: 0; 
  padding: 0 0 0 2px;
}
#filter_nav {
	float: right;
	font-size: 10pt;
	margin: 5px 0 0 0;
}
#filter_nav a {
	padding: 1px 2px;
}
#filter_nav a.selected {
	font-weight: bold;
	text-decoration: none;
}
/* end tweets */

#section_bar, #category_controls {
  background-color: #F5F5F5;
  border: solid 1px #DDD;
  padding: 3px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#section_bar {
  overflow: hidden;
}
#section_bar a, #category_controls a {
  border: solid 1px #F5F5F5;
  color: #222;
  float: left;
  font-size: 14px;
  margin-right: 4px;
  padding: 3px 6px 2px 6px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#section_bar a:hover, #section_bar a.selected,
#category_controls a:hover, #category_controls a.selected {
  background-color: #FFF;
  border-color: #AAA #CCC #CCC #AAA;
  border-style: solid;
  border-width: 1px;    
}
#category_controls {
  width: 685px;
}
#category_controls .section_controls {
  overflow: hidden;
}
#category_controls .filter_controls {
  position: absolute;
  right: 3px;
  top: 4px;
}
#category_controls .filter_controls label {
  font-size: 9pt;
  float: left;
  margin-right: 1px;
  padding: 4px 2px 0px 2px;
}
#category_controls .filter_controls .filter_menu {
  float: left;
  position: relative;
}
#category_controls .filter_controls .filter_menu a {
  font-size: 9pt;
}
#category_controls .filter_controls .filter_menu>a {
  background-color: #E9E9E9;
  border-color: #CCC #AAA #AAA #CCC;
  border-style: solid;
  border-width: 1px;   
  display: block;
  float: none;
  padding: 2px 3px;
}
#category_controls .filter_controls .filter_menu>a span {
  background: url(/images/bullet_arrow_down.png) no-repeat right center;
  padding-right: 10px;
}
#category_controls .filter_controls .filter_menu:hover ul {
  display: block;
}
#category_controls .filter_controls .filter_menu ul {
  background-color: #F5F5F5;
  border: solid 1px #CCC;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#category_controls .filter_controls ul li {
  margin: 0;
  padding: 0;
}
#category_controls .filter_controls ul li a {
  display: block;
  float: none;
  margin: 0;
  width: 60px;
}
/* login */
#login_form label {
	display: block;
	margin-top: 5px;
}
#login_form .checkbox_container label {
	display: inline;
	font-size: 10pt;
	margin: 0;
}
#login_form #login, #login_form #password {
	width: 98%;
}
/* login dialog */
#login_dialog {
	width: 300px;
}
#login_dialog #why_login {
	font-size: 10pt;
	margin-top: 10px;
}
#login_dialog h2 {
	font-size: 12pt;
}
#login_dialog .login_new_account_link_container {
	display: none;
}
/*top twitterers*/
#top_twitterers_widget {
	font-size: 10pt;
	margin-top: 20px;
	padding: 3px;
}
#top_twitterers_widget h2 {
	font-size: 14pt;
}
#top_twitterers_widget .top_twitterer {
	margin-bottom: 3px;
	padding: 2px 0px 2px 8px;
	border-bottom: solid 1px #EEE;
}
#top_twitterers_widget .top_twitterer a {
	display: block;
	font-weight: bold;
	margin-left: -4px;
}
#top_twitterers_widget_controls {
	border-bottom: solid 1px #0052AC;
	font-size: 10pt;
	padding: 2px 0 1px 2px;
}
#top_twitterers_widget_controls a {
	padding: 1px 3px;
	background-color: #E0E0E0;
	text-decoration: none;
}
#top_twitterers_widget_controls a:hover, #top_twitterers_widget_controls a.selected {
	background-color: #0052AC;
	color: #FFF;
}	
#top_twitterers_widget_content {
	padding-top: 2px;
}
/*text pages*/
#info_nav {
	border-bottom: solid 1px #DDD;
	margin: 0 0 10px 10px;
	padding: 0 0 4px 0;
}
.text_column {
	margin-left: 10px;
	width: 700px;
}
.text_column p, .text_column ul, .text_column ol {
  font-family: Georgia, serif;
  font-size: 11pt;
  line-height: 1.5em;
  margin: 0.2em 0 0.8em 0;
}
.text_column ul {
	color: #292929;
	font-family: Georgia, serif;
	margin-bottom: 0.8em; 
	margin-top: 0.2em; 
}
.text_column h2
, .text_column h3 {
	margin-top: 1.25em;
}
.text_column h2.subheading {
	margin-top: 0;
	margin-bottom: 0.8em;
}
.text_column blockquote {
	background-color: #F5F5F5;
	border: solid 1px #EEE;
	margin: 0.1em 0 0.1em 1em;
	padding: 10px;
}
.sponsored_tweets {
	background-color: #DAE7F6;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin-top: 10px;
	position: relative;
	padding: 1px 4px 3px 1px;
	width: 685px;
}
.sponsored_tweets .sponsored_message {
	position: absolute;
	color: #999;
	bottom: 3px;
	right: 5px;
	font-size: 9pt;
}
.sponsored_tweets .sponsored_message a {
	color: #999;
}
.sponsored_tweets .sponsored_tweet .tweet {
	margin-bottom: 0;
}
.sponsored_tweets .sponsored_tweet .first {
	border-top: none;
	margin-top: 0 !important;
}
.sponsored_tweets .sponsored_tweet .tweet .lame_container {
	display: none;
}
.sponsored_tweets .sponsored_tweet .tweet_meta {
	display: none;
}
img.ai {
	height: 0;
	width: 0;
	position: absolute;
	left: -10000px;
}
#category_sponsor {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
}
/*form errs*/
.form_errors {
	border: solid 1px #CCC;
	/*border-left: solid 10px #900;*/
	background-color: #F5F5F5;
  margin: 10px 0;	
}
.form_errors ul {
  margin-bottom: 5px;
	margin-top: 5px;
}
.form_errors .form_errors_title {
  background-color: #DDD;
	border-bottom: solid 1px #CCC;
	font-weight: bold;
  padding: 2px 5px;
}
.form_errors .form_errors_field_name {
	font-weight: bold;
}
#application_status_message {
	background-color: #111;
	color: #FFF;
	font-size: 10pt;
	margin: -5px 2px 15px 2px;
	padding: 5px 5px 3px 5px;
	text-align: center;
	zoom: 1; /*hl*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.button {
  background: #BBBBBB url(/images/button_background.png) repeat-x 0 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #333333 !important;
  cursor: default;
  display: inline-block;
  font-size: 10pt;
  padding: 3px 8px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.button:hover {
  background-position: 0 -10px;
}
.button.rss_button {
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
  vertical-align: bottom;
}
.button.rss_button span {
  background: url(/images/icons/rss_small.png) no-repeat left center;
  padding-left: 12px;
  display: inline-block;
}


#header {
  height: 70px;
  position: relative;
}
#header .logo {
  display: block;
  height: 50px;
  left: 6px;
  position: relative;
  top: 10px;
  width: 154px;
}
#bacon {
  background: url("/images/ui2/pig_small.png") no-repeat scroll left top transparent;
  height: 49px;
  margin-left: 2px;
  position: fixed;
  width: 66px;
  z-index: 0;
  left: auto;
  top: 40px;
}
/* search */
#header .search_form {
  background-color: #FFF;
  bottom: 10px;
  display: block;
  height: 24px;  
  opacity: 0.7;
  position: absolute;
  right: 0;
  width: 170px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#header .search_form input {
  border: none;
  font-size: 10pt;
  height: 20px;
  padding: 0;
  top: 2px;  
}
#header .search_form #q {
  border: none;
  color: #666;
  left: 4px;
  position: absolute;
  width: 145px;
}
#header .search_form #q_submit {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 21px;
}

/* super nav */
#header .super_nav {
  font-size: 10pt;
  padding-top: 3px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
#header .super_nav .super_nav_ctas {
  display: none;
}

/* site nav */
#header ul.main_nav {
  bottom: 10px;
  left: 180px;
  position: absolute;
  z-index: 100;
}
#header ul.main_nav,
#header ul.main_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header ul.main_nav li {
  margin: 0;
  padding: 0;
}
#header ul.main_nav>li {
  float: left;
}
#header ul.main_nav>li>a {
  padding: 3px 8px 3px 8px;
  line-height: 16px;  
}
#header ul.main_nav>li.selected>a {
  color: #FFF;
  background-color: #222 !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#header ul.main_nav>li a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#header ul.main_nav>li a:hover {
  text-decoration: underline;
}
#header ul.main_nav>li.menu_button>a span {
  background: url(/images/top_nav/down_arrow_small_black.png) no-repeat right center;
  padding-right: 10px;
}
#header ul.main_nav>li.menu_button.selected>a span {
  background-image: url(/images/top_nav/down_arrow_small_white.png);
}
/* site nav flyout */
#header ul.main_nav>li>ul {
  background-color: #FAEDC3;
  display: none;
  margin-top: 1px;
  padding: 6px 6px 0 6px;
  position: absolute;
  overflow: hidden;
  width: 480px; 
  z-index: 100;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
}
#header ul.main_nav>li:hover>ul {
  display: block;
}
#header ul.main_nav>li>ul>li {
  float: left;
  padding-bottom: 10px;
  width: 160px;
}
#header ul.main_nav>li>ul>li.i0,
#header ul.main_nav>li>ul>li.i3,
#header ul.main_nav>li>ul>li.i6,
#header ul.main_nav>li>ul>li.i9 {
  clear: left;
}
#header ul.main_nav>li>ul>li>ul {
  margin-left: 6px;
}
#header ul.main_nav>li>ul>li>ul li a {
  font-size: 10pt;
  font-weight: normal;
}

#footer {
  border-top: solid 4px #F0D074;
  background-color: #222;
  color: #777;
  font-size: 10pt;
  padding: 10px 5px;
}
#footer a {
  color: #7B8DA1;
}
#footer .footer_column {
  float: left;
  margin-right: 20px;
}
#footer p {
  margin: 4px 0 6px 0;  
}
#footer #footer_legal {
  float: right;
  width: 300px;
  font-size: 9pt;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li {
  margin: 0;
  padding: 2px 0;
}
#footer li.footer_list_header {
  font-weight: bold;
}
#footer #footer_twitter_disclaimer {
  font-size: 8pt;
}

/*Base Sidebar*/
#sidebar {
  clear: both;
  float: right;
  width: 180px;
  margin: 5px 5px 0 0;
}
#sidebar .adsense_120 {
  margin: 15px auto 0 auto;
  width: 122px;
}
#sidebar .sponsor_notice {
  margin: 8px 0 12px 0;
  text-align: center;
}
#sidebar .sponsor_notice a {
  font-size: 9pt;  
  font-weight: bold;
  padding: 3px;
}
#sidebar_sponsor_title {
  color: #999;
  font-size: 9pt;
  font-weight: normal;
  margin: 1px 0;
  text-align: center;
}
/*End Base Sidebar*/
/*Full Sidebar Sponsor*/
.full_sidebar_sponsor {
	border-top: solid 1px #EEE;
	font-size: 10pt;
	margin-bottom: 5px;
	padding: 2px;
}
.full_sidebar_sponsor h3 a {
  display: block;
  font-size: 12pt;
  margin: 1px 0 2px 2px;
}
.full_sidebar_sponsor .bio {
	color: #222;
	display: block;
	font-size: 10pt;
	line-height: 105%;
	margin: 0 2px;
	text-decoration: none;
}
.full_sidebar_sponsor .link {
	color: #0052AC;
	display: block;
	font-size: 9pt;
	margin: 3px 0 3px 2px;
	text-decoration: none;
}
.full_sidebar_sponsor .follow_section {
  display: block;
  margin: 0 2px;
  padding: 3px 0 0 0;
  position: relative;
  text-decoration: none;
}
.full_sidebar_sponsor .profile_image {
  display: block;
  height: 36px;
  margin: 0;
  overflow: hidden;
  width: 36px;
}
.full_sidebar_sponsor .follow_button {
  font-size: 8pt;
  left: 42px;
  position: absolute;
  top: 10px;
}
/*Small Sidebar*/
.small_sidebar_sponsor {
  background-color: #F5F5F5;
  margin: 4px 0;
  padding: 1px 3px;
}
.small_sidebar_sponsor h3 {
  font-size: 10pt;
  margin-bottom: 0;
}
.small_sidebar_sponsor .bio {
  color: #222;
  display: block;
  font-size: 9pt;
  line-height: 10pt;
  text-decoration: none;
}
/*End Small Sidebar*/
/*FU*/
#featured_users_sidebar {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  height: 362px;
  margin-bottom: 5px;
  overflow: hidden;
}
#featured_users_title {
  color: #CCC;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
#featured_users_sidebar iframe {
  border: none;
  overflow: hidden;
}
/*End FU*/

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('/images/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }


.tipsy { 
  background-repeat: no-repeat;
  filter: alpha(opacity=85);
  font-size: 9pt;
  opacity: 0.85; 
  padding: 5px;
}
.tipsy-inner { 
  background-color: black;
  color: white;  
  max-width: 200px;
  padding: 4px 5px;
  text-align: center; 
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tipsy-north { background-image: url(/images/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(/images/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(/images/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(/images/tipsy-west.gif); background-position: left center; }


#wrapper {
  background-image: url(/images/ui2/header_bg_store.png);
  border-top-width: 0;
}
#store_header {
  padding-bottom: 5px;
}
#store_header #store_logo {
  float: left;
}
#store_header #store_info {
  float: right;
  padding-bottom: 35px;
  position: relative;
  width: 550px;
}
#store_header #store_info #store_description {
  font-size: 10pt;
  line-height: 120%;
}
#store_header #store_follow {
  bottom: 4px;
  left: 0;
  position: absolute;
}
#store_header #store_link {
  position: absolute;
  left: 130px;
  bottom: 4px;
}
#store_header h1 {
  font-size: 14pt;
}
#store_header h2 {
  font-size: 10pt;
  font-weight: bold;
}
#store_header #store_logo {
  display: block;
  cursor: pointer;
  height: 125px;
  width: 350px;
}
#store_header #store_logo img {
  display: block;
  height: 100%;
  width: 100%;
}
#store_content {
  clear: both;
}
#store_content #sidebar {
  margin: 0;
  width: 200px;
}
#store_content #tweets .first {
  margin-top: 0;
}
#store_content #store_body {
  padding-top: 10px;
}
#store_nav {
  position: relative;
}
#store_nav ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 2px 0; 
}
#store_nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#store_nav ul li.selected .background {
  display: block;
}
#store_nav ul li:hover .background {
   display: block;
}
#store_nav ul li .background {
  background-color: #FFF;
  display: none;    
  height: 100%;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*ie8*/
  position: absolute;
  top: 0;
  width: 100%;
}
#store_nav ul li a {
  color: #222;
  display: block;
  font-size: 10pt;
  margin: 2px 0;
  padding: 3px 0 2px 5px;
  position: relative;
  text-decoration: none;
}
#store_nav ul li.selected a {
  color: #222;
  font-weight: bold;
}
#store_nav #store_nav_bottom_cap {
  background: url(/images/stores/nav_bottom_cap.png?1) no-repeat left center;
  bottom: 0;
  height: 9px;
  position: absolute;
  width: 100%;
}

#store_q {
  border: none;
  display: block;
  margin-top: 4px;    
  width: 140px;
}
#store_q.unselected {
  color: #999;
  font-style: italic;
}
#store_nav form {
  background: url(/images/stores/search_form.png?1) no-repeat 5px center;
  margin-bottom: 5px;
  height: 24px;
  padding: 2px 0 2px 7px;
  position: relative;
}
#store_nav form input {
  font-size: 10pt;
}
#store_q_submit {
  height: 24px;
  left: 145px;
  position: absolute;
  top: 0;
  width: 30px;
}
#sidebar {
  position: relative;
}
#store_ads h3 {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}
#sidebar #ad_frame {
  border: none;
  height: 600px;
  width: 100%;
}
/*Modify header*/
#header {
  height: 25px;
  padding-top: 10px;
}
#header a {
  font-size: 10pt;
  padding-right: 10px;
}
#store_back {
  position: absolute;
  top: 3px;
}
#store_get_link {
  position: absolute;
  left: 175px;
  top: 7px;
}
#store_twitterers {
  width: 650px;
}
#store_twitterers .twitterer {
  clear: left;
  font-size: 10pt;
  padding-top: 20px;
}
#store_twitterers .twitterer_first {
  padding-top: 10px;
}
#store_twitterers .twitterer h3 {
  margin-top: 0;
}
#store_twitterers .twitterer .twitterer_data {
  margin: 4px 0;
}
#store_twitterers .twitterer .twitterer_body {
  margin: 0 0 0 82px;
}
#store_twitterers .twitterer .twitterer_profile_image {
  float: left;
  margin: 0;
  overflow: hidden;
  text-align: center;
  width: 73px;
}
#store_twitterers .twitterer .twitterer_follow {
  clear: left;
}
#store_twitterers .twitterer .twitterer_follow_link {
  font-size: 8pt;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 98%;
}
#store_rss_subscribe {
  float: right;
}
#store_body_header {
  width: 685px;
}