/**
 * AskJolene basic stylesheet for the DARK version
 *
 */

/**
 * Reset
 *
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	outline: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}
:focus {
	outline: 0;
}

/**
 * Main
 *
 */
html {
  height: 100%;
}
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #222 url("http://www.askjolenestatic.com/img/bg.png") repeat-x;
  min-width: 960px;
  color: #ccc;
  height: 100%;
}
table {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  outline: none;
  text-decoration: none;
  color: #0097f1;
}
a:hover {
  text-decoration: underline;
  color: #59cdff;
}
.white {
  color: #fff;
}
#content,
#content_suggestions {
  clear: both;
  background: #282828;
  padding: 10px;
  overflow: hidden;
}
#content_nobg {
  clear: both;
  overflow: hidden;
}
#content_movieplayer {
  clear: both;
  overflow: hidden;
  padding: 0 10px;
}
#content_movieplayer_header {
  clear: both;
  overflow: hidden;
  padding: 10px 0 0 0;
  background-color: #333;
  margin: 0 10px 0 0;
}
.invisible {
  display: none;
}
#askjolene {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 990px;
  margin: 0 auto -160px auto;
  padding: 30px 0 0 0;
}
span.comma {
  color: #777;
}
span.new {
  color: #0097f1;
  font-weight: bold;
}
ul.sitemap_ul {
    float: left;
    width: 22%;
}
div.maintenance_message {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  border: 1px solid #ffea02;
  background: #5e591e;
  padding: 10px;
  margin: 0 0 10px 0;
}


/**
 * Top menu
 *
 */
#home_menu {
  clear: both;
  overflow: hidden;
  margin: 20px 0 0 0;
}
#home_menu_bg {
  width: 960px;
  background-color: #333;
  padding: 0 0 30px 0;
}
#menu_container {
  clear: both;
  overflow: hidden;
}
#content_nobg #menu_container {
  border-bottom: 2px solid #333;
}
ul#top_menu {
  float: left;
  height: 40px;
}
ul#top_menu li {
  background: #000;
  position: relative;
  float: left;
  margin: 0 3px 0 0;
  width: 160px;
  height: 40px;
  line-height: 38px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
#home_menu ul#top_menu li {
	width: 157px;
}
ul#top_menu li div {
}
ul#top_menu li.topmenu_hover {
  background: url("http://www.askjolenestatic.com/img/bg_topmenu_hover.png") repeat-x;
}
ul#top_menu li.topmenu_hover a {
  color: #fff;
}
ul#top_menu li.selected_top_menu {
  background: #333;
  border: none;
  color: #0097f1;
}
ul#top_menu li a {
  text-decoration: none;
  text-shadow: #000 0 1px 1px;
}
ul#top_menu li a:hover {
  color: #fff;
}
ul#top_menu li.selected_top_menu a {
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 1px 1px;
}


/**
 * AskJolene logo
 *
 */
h1#logo {
  clear: both;
  float: left;
  margin: 0 0 0 10px;
  /* Normal logo: */
  background: url("http://www.askjolenestatic.com/img/askjolene_logo_small.png") no-repeat;
  /* Christmas logo: background: url("http://www.askjolenestatic.com/img/askjolene_logo_small_xmas.png") no-repeat; */
  height: 42px;
  width: 246px;
  text-indent: -13370px;
  cursor: pointer;
  line-height: 0px; /* Fuck you, IE6. */
  font-size: 0px; /* Fuck you, IE6. */
  color: #222;
}
#content_nobg h1#logo {
  margin: 0 0 16px 10px;
}
h1#home_logo {
  clear: both;
  margin: 0 auto;
  width: 735px;
  height: 140px;
  /* Normal logo: */
  background: url("http://www.askjolenestatic.com/img/askjolene_logo_huge.png") no-repeat bottom center;
  /* Christmas logo: background: url("http://www.askjolenestatic.com/img/askjolene_logo_huge_xmas.png") no-repeat bottom center; */
  text-indent: -13370px;
}


/**
 * Searchbox
 *
 */
form.searchbox {
  float: left;
  padding: 3px 0 20px 10px;
}
div#home_searchbox_container form.searchbox {
  float: left;
  margin: 30px 0 0 0;
}
div#home_searchbox_container {
  margin: 0 auto;
  width: 555px;
  overflow: auto;
}
div#home_searchbox_container form.searchbox {
  padding: 0;
}
div#bottom_searchbox_container {
  margin: 0 auto;
  clear: both;
  padding: 10px 0 30px 0;
  width: 630px;
  overflow: auto;
}

form.searchbox div.searchbox_query {
  float: left;
  border: 2px solid #000;
  background: #fff;
  height: 28px;
  width: 461px;
}
form.searchbox input.q_submit {
  float: left;
  width: 80px;
  height: 28px;
  border: 0;
  margin: 0 0 1px 1px;
  padding: 0;
  border: 2px solid #000;
}
form.searchbox input.home_qr,
form.searchbox input.qr {
  background: none;
  border: 0;
  padding: 0;
  margin: 2px 0 0 4px;
  width: 98%;
  font-size: 18px;
}
.option_on {
  color: #fff;
}


/**
 * Search options (below search box)
 *
 */
form.searchbox div.search_options {
  padding: 0 0 0 2px;
  font-size: 12px;
  clear: both;
  float: left;
  width: 466px;
  color: #aaa;
}
form.searchbox div.search_options br {
  margin: 0 0 5px 0;
}
form.searchbox div.search_options input {
  vertical-align: middle;
}


/**
 * Result info + filter options
 *
 */
#result_info {
  clear: both;
  float: left;
  width: 100%;
  background: #333;
  border-bottom: 1px solid #222;
  margin: 0;
}

#result_info_table {
  width: 100%;
}
#result_info_table td {
  color: #ccc;
  font-size: 12px;
  vertical-align: middle;
  padding: 10px 0;
  line-height: 18px;
}
td#result_text {
  padding-left: 12px;
}
td#result_text strong {
  color: #fff;
}
td#result_text.suggestions_result_text {
  font-size: 18px;
}
td#liststyles,
td#lightswitches {
  width: 60px;
}
td#lightswitches a,
td#liststyles a {
  display: block;
  float: left;
  height: 14px;
  line-height: 13px;
  margin: 0 10px 0 0;
  padding: 0 0 0 18px;
  font-size: 11px;
}
td#liststyles a.list_details {
  background: url("http://www.askjolenestatic.com/img/list_details.png") no-repeat 0 -3px;
}
td#liststyles a.list_classic {
  background: url("http://www.askjolenestatic.com/img/list_classic.png") no-repeat 0 -3px;
}
td#lightswitches a.theme_dark {
  background: url("http://www.askjolenestatic.com/img/theme_dark.png") no-repeat 0 -3px;
}
td#lightswitches a.theme_bright {
  background: url("http://www.askjolenestatic.com/img/theme_bright.png") no-repeat 0 -3px;
}
td#lightswitches a:hover,
td#liststyles a:hover {
  background-position: 0px -43px;
  text-decoration: none;
  color: #fff;
}
td#lightswitches a.active,
td#liststyles a.active {
  background-position: 0px -3px;
}



/**
 * Dropdown stuff
 *
 */
.advanced_dropdown,
.dropdown {
  position: relative;
  cursor: pointer;
  float: left;
  height: 18px;
  line-height: 18px;
  z-index: 100;
}
.search_options div,
#advanced_options_table div {
  float: left;
  line-height: 18px;
}
.advanced_dropdown {
  background: url("http://www.askjolenestatic.com/img/dropdown_right.png") no-repeat 100% 0px;
}
.dropdown {
  background: url("http://www.askjolenestatic.com/img/dropdown_right.png") no-repeat 100% -36px;
}
#advanced_options_table .dropdown {
  margin: 0 4px;
}
.dropdown span.dropdown_current {
  color: #0097f1;
  font-weight: bold;
  display: block;
  padding: 0 16px 0 4px;
  background: url("http://www.askjolenestatic.com/img/dropdown_left.png") no-repeat 0px -36px;
}
.advanced_dropdown span.dropdown_current {
  color: #666;
  display: block;
  padding: 0 18px 0 6px;
}
.activedropdown {
  z-index: 9000;
  background: url("http://www.askjolenestatic.com/img/dropdown_right.png") no-repeat 100% -72px;
}
.activedropdown span.dropdown_current {
  background: url("http://www.askjolenestatic.com/img/dropdown_left.png") no-repeat 0px -72px;
  color: #fff;
}
#qplus_dropdown {
  margin: 0 0 0 8px;
  background-position: 100% -18px;
}
#qplus_dropdown span.dropdown_current {
  background-position: 0px -18px;
}
#qplus_dropdown.activedropdown {
  background: url("http://www.askjolenestatic.com/img/dropdown_right.png") no-repeat 100% -54px;
}
#qplus_dropdown.activedropdown span.dropdown_current {
  background: url("http://www.askjolenestatic.com/img/dropdown_left.png") no-repeat 0px -54px;
}
div.dropdown_options {
  display: none;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  left: 0;
  top: 18px;
  padding: 4px 0;
}
div.dropdown_options a {
  display: block;
  color: #fff;
  padding: 5px 20px 5px 5px;
  border-top: 1px dotted #00aafd;
  background: #0097f1;
}
div.dropdown_options a:hover {
  background: #007bec;
  text-decoration: none;
}
#result_text div.dropdown,
#result_text div#no_mce_text {
  float: left;
  margin: 0 20px 0 0;
}
div.dropdown_options div {
  position: absolute;
  height: 4px;
  line-height: 0px; /* Fuck you, IE6. */
  font-size: 0px; /* Fuck you, IE6. */
  margin: 0;
  padding: 0;
}
div.dropdown_options div.bottom_right {
  bottom: 0;
  right: 0;
  width: 90%;
  background: url("http://www.askjolenestatic.com/img/dropdown_edge.png") no-repeat 100% -14px;
  border-top: 1px dotted #00aafd;
}
div.dropdown_options div.bottom_left {
  bottom: 0;
  left: 0;
  width: 90%;
  background: url("http://www.askjolenestatic.com/img/dropdown_edge.png") no-repeat 0px -14px;
  border-top: 1px dotted #00aafd;
}
div.dropdown_options div.top_right {
  top: 0;
  right: 0;
  width: 90%;
  background: url("http://www.askjolenestatic.com/img/dropdown_edge.png") no-repeat 100% 0px;
}
div.dropdown_options div.top_left {
  top: 0;
  left: 0;
  width: 90%;
  background: url("http://www.askjolenestatic.com/img/dropdown_edge.png") no-repeat 0px 0px;
}



/**
 * Related results
 *
 */
#related_searches {
  clear: both;
  font-size: 12px;
  margin: 20px 0 20px 0;
}
#related_searches caption {
  font-size: 14px;
  color: #ccc;
  padding: 0 0 6px 0;
}
#related_searches caption strong {
  color: #fff;
}
#related_searches td {
  width: 120px;
  padding: 0 30px 0 0;
  line-height: 22px;
}


/**
 * Results container - layout table that holds the results and ads
 *
 */
table#results_container {
  width: 100%;
  clear: both;
  overflow: auto;
  float: left;
  margin: 0;
}
table#results_container td {
  vertical-align: top;
}
table#results_container td#galleries_results_td,
table#results_container td#movies_results_td,
table#results_container td#cams_results_td,
table#results_container td#stories_results_td,
table#results_container td#directory_results_td { /* ads_td is styled somewhere else in this document! */
  padding: 0 0 0 0;
}
div.result_row {
  float: left;
  clear: left;
/*  overflow: hidden; -- Do not use this, since Google Chrome apparently doesn't understand this, it will render the results beneath each other. When you perform a rollover, it will render them correctly, making for very funky, albeit undesirable behaviour. */
}


/**
 * Siteboost ads
 * 
 */  
div.aj_siteboost_container {
  clear: both;
  float: left;
  overflow: hidden;
  background: #000;
  padding: 10px 0 20px 10px;
  margin: 0 0 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
div.aj_siteboost_container div.sponsored_link_text {
  color: #aaa;
  font-size: 12px;
}
div.aj_siteboost div.result_grid div.adthumbcontainer {
  margin-top: 5px;
  border-color: #333;
  width: 170px;
  border-top: 0;
}
div.aj_siteboost div.result_grid {
  margin-bottom: 0;
}
div.aj_siteboost div.result_grid img.thumb {
  background: #333;
}
div.aj_siteboost_tourtext {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px 0 0; 
}


/**
 * Advanced search options
 *
 */
form.searchbox div#advanced_options {
  float: left;
  clear: both;
  width: 526px;
  background: #333;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #aaa;
  padding: 6px 10px;
  margin: 3px 0 0 2px;
}
div#advanced_options h1 {
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 0 0 4px 0;
}

div#advanced_options table {
  font-size: 11px;
  width: 100%;
}
div#advanced_options table td {
  height: 26px;
  padding: 2px 0;
  border-bottom: 1px dotted #000;
}
div#advanced_options table td.no_border {
  border: none;
}
div#advanced_options table td.label {
  color: #fff;
  padding: 4px 10px 4px 0;
  text-align: right;
  font-weight: bold;
}
div#advanced_options table.movies td.label {
  width: 120px;
}
div#advanced_options table.galleries td.label {
  width: 180px;
}
div#advanced_options .augment {
  font-size: 11px;
  font-style: italic;
  color: #ccc;
}



/**
 * Result - grid
 *
 */
div.result_grid {
  float: left;
  position: relative;
  padding: 0 0 16px 0;
  margin: 0 25px 0 0;
}
td#home_results_td div.result_grid {
  margin: 0;
}
div.result_stories div.search_details a.sitename,
div.result_list div.search_details a.sitename,
div.result_grid div.search_details a.sitename {
  font-weight: bold;
  overflow: hidden;
}
div.result_stories div.search_details a.sitename:hover,
div.result_list div.search_details a.sitename:hover,
div.result_grid div.search_details a.sitename:hover {
}
div.result_grid div.thumbcontainer {
  float: left;
  border: 1px solid #777;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 10;
}
div.result_grid img.thumb {
  margin: 2px;
}
div.result_grid div.search_details {
  color: #666;
  font-size: 10px;
  padding: 2px 0 0 0;
  overflow: hidden;
  width: 165px;
  clear: left;
}
div.result_grid div.search_details a {
  font-weight: bold;
  text-decoration: none;
  color: #0097f1;
}
div.result_grid div.search_details a:hover {
  text-decoration: underline;
  color: #59cdff;
}
div.result_grid div.search_details a.result_title {
  clear: both;
  font-size: 11px;
  line-height: normal;
  display: block;
  height: 30px;
  overflow: hidden;
  margin: 0 0 2px 0;
  line-height: 130%;
}
div.result_grid div.search_details a.cam_result_title {
  clear: both;
  font-size: 11px;
  line-height: normal;
  display: block;
  margin: 0 0 2px 0;
}
div.result_grid div.search_details table {
  font-size: 10px;
}
div.result_grid div.search_details table td {
  vertical-align: top;
}
div.result_grid div.search_details table a {
  font-weight: normal;
  color: #0097f1;
}
div.result_grid div.date_and_specs {
  height: 14px;
  position: absolute;
  width: 140px;
  right: 2px;
  bottom: 2px;
}
div.result_grid div.date_and_specs div {
  float: right;
  cursor: pointer;
  background: #000;
  color: #fff;
  line-height: 14px;
  font-size: 9px;
  padding: 0 6px;
  text-align: center;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
  opacity: .75;
  font-weight: bold;
}
.fresh {
  color: #ffde00;
  font-weight: bold;
}
div.results_from {
  margin: 0 0 4px 0;
}
div.results_from span {
  font-size: 18px;
  color: #ccc;
}
div.results_from span strong {
  color: #fff;
}
div.results_from a {
  float: right;
  font-size: 14px;
  padding: 2px 42px 0 0;
}
#search_in_site_message {
  font-size: 14px;
  clear: both;
  color: #ccc;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
#search_in_site_message span strong {
  color: #fff;
}
div.result_grid .res_date {
}
div.result_grid .res_views {
}


/**
 * Result - list
 *
 */
div.result_list {
  position: relative;
  overflow: hidden;
  color: #666;
  padding: 10px 0 10px 0;
  font-size: 11px;
  position: relative;
  border-top: 1px dotted #000;
}
div.result_list div.search_details {
  max-width: 550px;
  float: left;
  padding: 0 0 0 10px;
}
div.result_list a.result_title,
div.result_list div.search_details a.cam_result_title {
  font-size: 14px;
}
div.result_list div.thumbcontainer {
  float: left;
  border: 1px solid #777;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 10;
}
div.result_list img.thumb {
  margin: 2px;
}
div.result_list p.summary {
  color: #ccc;
  padding: 4px 0;
  line-height: 14px;
}
div.result_list p.summary strong {
  color: #fff;
}
div.result_list span.sitename {
  color: #fff;
  font-weight: bold;
}
div.result_list table td {
  padding: 0 0 2px 0;
  vertical-align: top;
}
div.result_list div.date_and_specs {
  height: 14px;
  position: absolute;
  width: 140px;
  right: 2px;
  bottom: 2px;
}
div.result_list div.date_and_specs div {
  float: right;
  cursor: pointer;
  background: #000;
  color: #fff;
  line-height: 14px;
  font-size: 9px;
  padding: 0 6px;
  text-align: center;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
  opacity: .75;
  font-weight: bold;
}
div.result_list table.camgirl_info {
  margin: 6px 0 0 0;
}
div.result_list table.camgirl_info td {
  color: #ccc;
  padding: 0 40px 2px 0;
  margin: 0 10px 0 0;
}
div.result_list table.camgirl_info td.label {
  color: #666;
  padding: 0 0 2px 0;
  text-align: left;
}


/**
 * Result - stories list
 */
div.result_stories {
  overflow: hidden;
  color: #666;
  padding: 10px 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 11px;
  position: relative;
  border-top: 1px dotted #000;
  width: 100%;
}
div.result_stories div.search_details {
  max-width: 680px;
  float: left;
}
div.result_stories a.result_title {
  font-size: 14px;
  margin: 0 0 4px 0;
}
div.result_stories p.summary {
  color: #ccc;
  padding: 6px 0;
  line-height: 15px;

}
div.result_stories p.summary strong {
  color: #fff;
}
div.result_stories span.sitename {
  color: #fff;
  font-weight: bold;
}
div.result_stories table td {
  padding: 0 0 2px 0;
}
.story_rating {
  vertical-align: text-bottom;
  padding: 0 0 1px 0;
}
.all_chapters {

}


/**
 * Results - homepage
 *
 */
#homepage_top_results {
  clear: both;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
}
#homepage_results_messages {
  width: 790px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #000;
}
#homepage_results_messages h1 {
  float: left;
  font-size: 18px;
  color: #ccc;
  line-height: 20px;
}
#homepage_results_messages h1 strong {
  color: #fff;
}
#homepage_results_messages h2 {
  float: right;
  color: #666;
  line-height: 20px;
}
#homepage_results_messages h2 strong {
  color: #999;
}
#homepage_results {
  position: absolute;
}
#homepage_results div.result_grid {
  margin-left: 0px;
  margin-bottom: 0px;
  border-top: none;
}
#homepage_results table {
  font-size: 10px;
  color: #666;
}
#homepage_results table td { /* .last */
  vertical-align: top;
  padding: 0 0 2px 0;
}
#homepage_results table a.sitename {
  font-weight: bold;
  color: #fff;
}
#homepage_results a.result_title {
  clear: both;
  font-size: 11px;
  line-height: normal;
  display: block;
  height: 28px;
  overflow: hidden;
  margin: 0 0 2px 0;
}
#homepagemessage {
  text-align: center;
  padding: 24px 0 0 0;
  color: #bbb;
  font-size: 14px;
}
a.whitelink {
  color: #fff;
}
#themeswitcher {
  width: 410px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  color: #666;
  font-size: 16px;
}
#themeswitcher div {
  float: left;
  padding: 0 10px 0 0;
}
#themeswitcher strong {
  color: #fff;
}
#themeswitcher a {
  display: block;
  float: left;
  padding: 0 10px 0 16px;
  text-decoration: none;
  color: #0097f1;
}
#themeswitcher a.theme_dark {
  background: url("http://www.askjolenestatic.com/img/theme_dark.png") no-repeat 0px 0px;
}
#themeswitcher a.theme_bright {
  background: url("http://www.askjolenestatic.com/img/theme_bright.png") no-repeat 0px 0px;
}
#themeswitcher a:hover {
  background-position: 0px -40px;
}
#themeswitcher a:hover {
  color: #fff;
}
#featured {
  clear: both;
  float: left;
  width: 100%;
  background: #333;
  border-bottom: 1px solid #222;
  margin: 30px 0 0 0;
}
#featured h1 {
  float: left;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 10px 10px;
  line-height: 18px;
}
#featured_bottom {
  clear: both;
  float: left;
  width: 100%;
  background: #333;
  border-top: 1px solid #222;
  height: 38px;
  margin: 0 0 20px 0;
}
#homepage_categories {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  background: #282828;
  overflow: hidden;
  clear: both;
  float: left;
  width: 960px;
  margin: 30px 0 30px 0;
  padding: 10px 0;
  font-size: 13px;
}
#homepage_categories ul {
  line-height: 24px;
  float: left;
  width: 14%;
}
#homepage_categories ul li {
  text-align: center;
}


/**
 * Result - icons on hover
 *
 */
div.thumb_icons {
  display: none;
  height: 9px;
  position: absolute;
  right: 4px;
  top: 4px;
}
div.thumb_icons a {
  display: block;
  float: left;
  height: 9px;
  cursor: pointer;
  text-indent: -1337px;
}
div.thumb_icons a.thumb_icon_remember {
  width: 39px;
  background: url("http://www.askjolenestatic.com/img/remember.png") 0 -9px;
}
div.thumb_icons a.thumb_icon_report {
  width: 28px;
  background: url("http://www.askjolenestatic.com/img/report.png") 0 -9px;
  margin: 0 0 0 2px;
}
div.thumb_icons a:hover {
  background-position: 0 0;
}


/**
 * Result - rollover thumb for movies
 *
 */
.rollover_thumb {
  display: none;
  position: absolute;
  width: 160px;
  height: 120px;
  top: 18px;
  left: 8px;
  border: 1px solid #f00;
}


/**
 * No results
 *
 */
#no_results {

}
#no_results h1 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #ccc;
}
#no_results h1 img {
  vertical-align: bottom;
}
#no_results h1 strong {
  color: #fff;
}
#no_results h2 {
  margin: 0 0 20px 0;
  color: #666;
  font-size: 14px;
  clear: both;
}
#no_results ul {
  margin: 0 0 20px 0;
}
#no_results ul li {
  color: #fff;
  margin: 0 0 8px 30px;
  list-style-type: disc;
}
#did_you_mean {
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px 0;
}


/**
 * Image ads styles
 */
#ads_td {
  width: 165px;
}
div.aj_imgad_container {
  min-width: 160px;
  padding: 0 0 0 10px;
  border-left: 1px dotted #000;
  float: right;
}
div.aj_imgad {
  float: right;
  width: 154px;
  background: #000;
  text-align: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
div.aj_imgad.iframefix {
  padding-top: 10px;
}
a.aj_imgad_smalllink {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #0097f1;
  text-decoration: underline;
}
a.aj_imgad_titlelink {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
.aj_imgad_text {
  margin: 2px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
}
.aj_imgad_img {
  margin: 0 auto;
  border: 1px solid #000;
  width: 138px;
}
.aj_imgad_img img {
  border: 2px solid #000;
}


/**
 * Pagination
 */
.pagination {
  clear: both;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #333;
  border-top: 1px solid #222;
}
.pagination a.current {
  color: #fff;
  background: #0097f1;
}
.pagination a {
  text-decoration: none;
  color: #fff;
  padding: 4px 10px 4px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #000;
}


/**
 * Report
 *
 */
#report {
  z-index: 1337;
  background: #333;
  border: 4px solid #000;
  width: 320px;
  display: none;
  position: fixed;
  padding: 8px 10px;
  color: #ccc;

}
#report_wrapper {
  overflow: hidden;
}
#close_report {
  position: absolute;
  top: 9px;
  right: 8px;
  background: url("http://www.askjolenestatic.com/img/clear.png") no-repeat bottom center;
  float: right;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
#close_report.active {
  background-position: top center;
}
#report h1 {
  color: #ff0a00;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
#report h2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
#report p {
  margin: 0 0 8px 0;
}
#report textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 2px 0;
  width: 99%;
  height: 40px;
  border: 1px solid #000;
  overflow: auto;
}
#report input {
  vertical-align: middle;
}
#report input.email {
  margin: 2px 0 4px 0;
  padding: 2px;
  width: 70%;
  border: 1px solid #000;
}
#report #report_submit,
#report #report_cancel {
  background: url("http://www.askjolenestatic.com/img/bg_button.png") repeat-x center center;
  border: 1px solid #000;
  padding: 2px 4px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#report #report_submit {
  float: left;
}
#report #report_cancel {
  float: right;
}
#report #thanks {
  display: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}


/**
 * Story styles
 *
 */
#stories_directory {
  clear: both;
  padding: 20px 0 0 20px;
  width: 100%;
  overflow: hidden;
  background-color: #333;
}
#stories_directory span.new {
  font-weight: bold;
  font-style: italic;
}
#stories_directory div.tag {
  min-height: 50px;
  width: 200px;
  padding: 0 40px 10px 0;
  float: left;
}
#stories_directory div.tag a.taglink {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
#story {
  width: 100%;
  clear: both;
  color: #ccc;
  margin: 0 0 20px 0;
  font-family: Georgia, serif;
}
#story h1 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 10px 0;
  font-variant: small-caps;
  color: #fff;
}
#story h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-variant: small-caps;
  color: #fff;
}
#story h3 { /* Author's notes */
  clear: both;
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0 0 4px 0;
  color: #fff;
  border-bottom: 1px dotted #000;
  text-indent: 20px;
}
#story_details {
  width: 80%;
  margin: 20px auto 20px auto;
  padding: 10px 0 10px 10px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
#story_details table {
  font-family: Georgia, serif;
  margin: 0 auto;
}
#story_details table td {
  vertical-align: top;
  padding: 0 10px 4px 0;
  font-weight: bold;
  color: #fff;
}
#story_details table td.label {
  text-align: right;
  font-weight: normal;
}
#story_text {
  color: #ccc;
  clear: both;
  cursor: default;
  padding: 0 10px;
}
#story_text.active {
  background: url("http://www.askjolenestatic.com/img/backdrop.png") repeat-x;
}
#story_text p {
  padding: 10px 0;
  line-height: 19px;
  font-size: 13px;
}
#authors_notes {
  padding: 10px 10px 10px 20px;
  line-height: 18px;
  font-size: 13px;
  font-style: italic;
}
.part_split {
  padding: 0 10px;
  color: #666;
}
.story_chapters {
  color: #ccc;
  line-height: 20px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.story_rating_big {
  vertical-align: text-bottom;
}
#story_response {
  padding: 20px 0 0 0;
}
#story_response p {
  text-indent: 20px;
  padding: 10px;
  line-height: 19px;
  font-size: 13px;
}


/**
 * Voting (stories)
 *
 */
#vote_wrapper {
  float: left;
  margin: 0 0 0 30px;
}
#thanks_for_voting {
  float: left;
  margin: 0 0 0 30px;
  display: none;
}


/**
 * Page bottom
 *
 */
#page_bottom {
  clear: both;
  padding: 0px 0 20px 0;
  overflow: auto;
}


/**
 * Footer
 *
 */
#footer {
  height: 160px;
  background: url("http://www.askjolenestatic.com/img/bg_footer.png") repeat-x;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer table {
  margin: 0 auto;
}
#footer table th h1 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dotted #fff;
  padding: 0 0 2px 0;
  margin: 10px 0 4px 0;
}
#footer table th,
#footer table td {
  vertical-align: top;
  padding: 0 50px 0 0;
}
#bump_footer {
  clear: both;
  padding: 0;
  margin: 0;
  height: 160px;
}
#homepage_footer {
  clear: both;
  font-size: 10px;
  line-height: 16px;
  padding: 10px 0 0 0;
  text-align: center;
  color: #555;
}
#homepage_footer a {
  color: #555;
  text-decoration: underline;
}
#homepage_footer a:hover {
  color: #fff;
}


/**
 * Tube player
 *
 */
div#movieplayer {
  float: left;
  overflow: auto;
  width: 100%;
}
h1.movie_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 8px 0;
  float: left;
  width: 800px;
  overflow: hidden;
  padding: 0 0 0 10px;
}
a.back_to_results {
  float: right;
  font-size: 16px;
  padding: 9px 10px 0 0;
  font-weight: bold;
}
div#movieplayer #tube_movie_container_wrapper {
  margin: 10px 0 0 0;
  border: 8px solid #000;
  background: #000;
  float: left;
  width: 640px;
  height: 500px;
}
div#movieplayer #tube_description_container {
  clear: left;
  margin: 0 6px;
}
div#movieplayer #more_from_this {
  clear: both;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  padding: 20px 0 10px 0;
}
div#movieplayer #more_from_this span {
  font-size: 12px;
  font-weight: normal;
}
div#movieplayer #more_from_this span strong {
  color: #fff;
}


/**
 * Tube 300x300 screenshot
 */
#tourpage {
  width: 300px;
  height: 325px;
  background: #282828;
  float: right;
  margin: 11px 0 0 0;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 25px;
}
.tourpage_text {
  text-align: center;
  height: 24px;
  line-height: 22px;
  background: #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  color: #fff;
}
.tourpage_text a {
  font-weight: bold;
}
.tourpage_button {
  text-align: center;
  position: absolute;
  height: 32px;
  bottom: 0;
  width: 100%;
  background: url("http://www.askjolenestatic.com/img/underlay_90.png");
}
.tourpage_button button {
  background: url("http://www.askjolenestatic.com/img/bg_button.png") repeat-x center center;
  border: 1px solid #000;
  padding: 1px 4px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 5px 0 0 0;
}


/**
 * Tube related videos
 */
div.more_from_suggestions, #result_info_table td.more_from_suggestions {
  clear: both;
  padding: 10px 10px 10px 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  text-align: center;
  background: #333;
  border-top: 1px solid #222;
  overflow: hidden;
}
div.more_from_suggestions a, #result_info_table td.more_from_suggestions a {
  float: right;
}


/**
 * Tube ads
 */
.aj_lbanner_container,
.tube_ads_nichead,
.tube_ads_widget {
  float: left;
  clear: both;
  background: #000;
  padding: 0px 20px 20px 20px;
  margin: 0 0 20px 20px;
  overflow: hidden;
}
.tube_ads_nichead {
  width: 728px;
  margin: 0 0 20px 0;
}
#page_bottom .aj_lbanner_container {
  float: left;
  margin: 0 0 0 0;
  width: 920px;
}
.sponsored_link_text {
  width: 200px;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
.small_sponsored_link_text {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}


/**
 * Directory
 *
 */
div#directory {
  clear: both;
  padding: 0 0 20px 0;
}
div#directory div#pebblepath {
  font-size: 18px;
}
div#directory table {
  padding: 0;
  margin: 0;
  width: 750px;
}
div#directory table td {
  vertical-align: top;
}
div#directory table p {
  margin-bottom: 8px;
}
div#directory table p a.dircat {
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
div#directory a.dirpath {
}
div#directory a.dirsub {
}


/**
 * Oops
 *
 */
#oops {
  clear: both;
  margin: 0 auto;
  padding: 10px;
}
#oops h1 {
  color: #ff0a00;
  font-size: 22px;
  font-weight: bold;
}
#oops p {
  font-size: 14px;
  margin: 20px 0 0 0;
}


/**
 * Bangbros banner fix
 *
 */
#shell_border {
  display: none;
}


/**
 * Splash
 *
 */
#splash {
  width: 600px;
  min-height: 300px;
  margin: 0 auto;
  text-align: center;
}
#splash h1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#splash h1#logo {
  margin: 30px auto;
}
#splash p {
  font-size: 12px;
  color: #ccc;
  margin: 0 0 40px 0;
}
#splash a {
  background: url("http://www.askjolenestatic.com/img/bg_button.png") repeat-x center center;
  border: 1px solid #000;
  padding: 4px 18px;
  margin: 0 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}


/**
 * Messagebord
 *
 */
.msgboard {
}
.msgboard .item {
  margin: 0 0 0 20px;
  border-bottom: 1px dotted #000;
  padding: 10px;
}
.msgboard .even {
  background: #333;
}
.msgboard .author {
  font-size: 16px;
  color: #fff;
}
.msgboard .text {
  padding: 4px 0;
}
.msgboard .date {
  font-size: 10px;
  color: #999;
}
.msgboardpager {
  margin: 0 0 0 20px;
}
div.inputarea,
div.text_allow {
  padding: 0 0 0 20px;
}
.msgboard label {
  padding: 0 0 0 20px;
}
.msgboard textarea {
  border: 1px solid #000;
  width: 400px;
  height: 80px;
}
#querybttn {
  background: url("http://www.askjolenestatic.com/img/bg_button.png") repeat-x center center;
  border: 1px solid #000;
  padding: 2px 4px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px 0 0;
}


/**
 * Searchbox suggestions
 *
 */
.autocomplete-w1 {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 10px 0 0 0;
  /* IE6 fix: */ _background:none; _margin:0;
}
.autocomplete {
  color: #333;
  border: 2px solid #000;
  background: #fff;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 0 0 -6px;
  /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden;
}
.autocomplete .selected {
  background: #ccc;
}
.autocomplete div {
  font-size: 16px;
  padding: 2px 5px;
  white-space: nowrap;
  font-weight: normal;
}
.autocomplete strong {
  font-weight: bold;
  color:#000;
}


/**
 * Member mini menu
 *
 */
#member_minimenu {
  float: right;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #444;
}
#member_minimenu img {
  vertical-align: middle;
  padding: 0 4px 2px 0;
}
.member_minimenu_active {
  font-weight: bold;
  color: #fff;
}
.member_minimenu_active:hover {
  color: #fff;
}


/**
 * Third party textads - unused for now
 *
 */
.sponsor_textad {
  clear: both;
  background: #000;
  padding: 6px;
  margin: 0 0 10px 0;
  position: relative;
  overflow: auto;
  cursor: pointer;
}
.sponsor_textad a {
  color: #fff;
  text-decoration: none;
}
.textad_thumb {
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.sponsor_textad a:hover {
  text-decoration: underline;
}
.sponsor_textad div {
  float: left;
}
.sponsor_textad div.last {
  padding: 0;
}
.sponsor_textad div.sponsor_textad_text {
  position: absolute;
  width: 120px;
  text-align: right;
  top: 1px;
  right: 4px;
  color: #666;
  font-size: 10px;
}
.sponsor_textad a.sponsor_textad_title {
  font-size: 14px;
  color: #ffde00;
}
.sponsor_textad a.sponsor_textad_title:hover {
  color: #fff;
}
.sponsor_textad_desc {
  line-height: 100%;
  font-size: 10px;
  padding: 0 20px 0 0;
  color: #ccc;
}


/**
 * Player page - new design incorporating two 300x250 ads
 *
 */
div.button_ads {
  background: #000;
  width: 300px;
  height: 586px;
  float: right;
  border: 1px solid #000;
  position: relative;
  margin: 10px 0 0 0;
}
div.button_ads div.small_sponsored_link_text {
  text-align: center;
  height: 26px;
  line-height: 22px;
  background: #000;
  border-bottom: 0;
  overflow: hidden;
  margin: 0;
}
div.button_ad {
  width: 300px;
  height: 250px;
  margin: 20px 0 0 0;
  overflow: hidden;
}



#tube_info_container {
  background: #333;
  width: 656px;
  height: 72px;
  overflow: hidden;
}
#tube_info_container table {
  margin: 10px;
  width: 636px;
  height: 52px;
}
#tube_info_container table td {
  padding: 0 0 0 4px;
  vertical-align: top;
  font-size: 12px;
}
#tube_info_container table td.label {
  font-weight: bold;
  color: #666;
  width: 55px;
}
#tube_info_container span.label {
  color: #666;
}
#tube_info_container table td a.small_tourlink {
}

