/**
 * AskJolene.com BlogCentral stylesheet
 *
 * Adds to the default stylesheet
 *
 * lblue:	4c7ed6
 * dblue:	0f4fc6
 * rood:	
 * lgray:	eee (d: 525552)
 *
 */

body {
	font-family: Verdana, Verdana, sans-serif;
/*	background: url("../img/body_bg.gif") 0 60px repeat-x;*/
	background: url("http://www.askjolenestatic.com/img/bg_body_bright.png") repeat-x;
	font-size: 12px;
}

a {
	color: #0f4fc6;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #f30;
}

.redtxt {
	color: #f30;
}

.bluetxt {
	color: #0f4fc6;
}

/**
 * Header styles
 */
#header_container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 85px;
	z-index: 900;
}

#logo_container {
	position: absolute;
	top: 18px;
	width: 262px;
	height: 42px;
	background: url("http://www.askjolenestatic.com/img/askjolene_logo_small.png") no-repeat;
	cursor: pointer;
}

#header_textlinks {
	position: absolute;
	top: 31px; /* 31px / 14px */
	right: 5px;
}

#header_textlinks a {
	color: #0f4fc6;
}
#header_textlinks a:hover {
	color: #f30;
}

#header_buttonlinks {
	width: 1000px;
	position: absolute;
	top: 63px;
}

.logged_in_name_link {
	text-decoration: none;
	font-weight: bold;
}

#header_small_buttons {
	overflow: auto;
	float: right;
}
#header_large_buttons {
	overflow: auto;
	float: right;
	padding-left: 6px;
}

#header_breadcumb {
	position: absolute;
	top: 66px;
	font-weight: bold;
	color: #4c7ed6;
}
.header_breadcumb_link {
	color: #0f4fc6;
}
.header_breadcumb_link:hover, .header_breadcumb_link_active:hover {
	color: #f30;
}
.header_breadcumb_link_active {
	color: #000;
}

/* Static list of links, always on screen */
#my_favorites_static {
	display: none;
	position: absolute;
	top: 31px;
	right: 5px;
}

/* Pulldown list of links */
#my_favorites_container {
	display: inline;
	position: relative;
}
#my_favorites_pulldown {
	display: none;
	position: absolute;
	top: 17px;
	left: -5px;
	background: #fff;
	border: 1px solid #0f4fc6;
	padding: 6px 10px 6px 6px;
	line-height: 24px;
}

/**
 * Blog styles - main
 */

#main_content_container_wrapper
{
	padding-top: 15px;
}

#main_content_container {
	position: relative;
	min-width: 1000px;
	min-width: auto !important;
	width: 1000px;
	margin: 0 auto;
}

/**
 * Blog styles - entrance page
 */

/* left column */
#bc_sidebar_small {
	width: 200px;
	float: left;
}

#bc_sidebar_small_top {
	width: 200px;
	height: 10px;
	background: url("http://blog.askjolenestatic.com/img/sidebar_small_top.gif") no-repeat;
}

#bc_sidebar_small_bottom {
	width: 200px;
	height: 10px;
	background: url("http://blog.askjolenestatic.com/img/sidebar_small_bottom.gif") no-repeat;
}

.sidebar_panel {
	background: #eee;
	padding: 10px 20px;
}
.sidebar_headline {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.extra_bottom_margin {
	margin-bottom: 4px;
}
.blog_letter {
	margin: 10px 0 1px 0;
	font-size: 16px;
	font-weight: bold;
}
.all_categories_link {
	color: #f30;
}

#my_favorite_blogs_container {
	margin: 10px 0 10px 0;
	padding: 8px;
	background: #ddd;
	border: 1px solid #ccc;
}

#my_favorite_blogs_container a {
	display: block;
	padding: 2px 0;
}

#my_favorite_blogs_container strong {
	font-size: 14px;
}

#my_favorite_blogs_small_list {
	
}

#my_favorite_blogs_big_list {
	display: none;
}
.active_category_link {
	font-weight: bold;
	color: #f30;
}


/* right column */
#bc_right_column {
	width: 780px;
	float: left;
	display: block;
	padding-left: 20px;
}

#blog_central_title {
	color: #0f4fc6;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#blog_central_title span {
  line-height: 28px;
}
#blog_message {
	border: 1px solid #9fbaec;
	background: #e6effd;
	padding: 10px;
	margin-bottom: 10px;
}

#blog_message div {
	color: #f30;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

#blog_message a {
	font-weight: bold;
}


#blog_alert_message {
	border: 1px solid #f30;
	background: #ffe9e3 url("http://blog.askjolenestatic.com/img/warningsign.gif") 10px 8px no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	color: #0f4fc6;
}

#blog_alert_message div {
	text-indent: 24px;
	color: #f30;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

#blog_sort_options {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#blog_filter_options {
	position: absolute;
	top: 0;
	right: 0;
	width: 244px;
	height: 14px;
}

#blog_filter_selection {
	position: absolute;
	top: 2px;
	right: 0;
	width: 80px;
	z-index: 99999;
}

#blog_results_container {
	overflow: auto;
}

.blog_results_row {
	overflow: auto;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfddf6;
}

.blog_result {
	width: 146px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
	font-size: 10px;
	color: #525552;
    overflow:hidden;
}

.blog_image_container {
	position: relative;
	width: 140px;
	height: 140px;
	background: #f0f5fe;
	border: 1px solid #cedef7;
	text-align: center;
	margin-bottom: 6px;
}

.blog_image_container img {
	margin-top: 10px;
	border: 1px solid #000;
}

.blog_title {
	font-size: 12px;
	color: #0f4fc6;
	font-weight: bold;
}

.blog_rating {
	margin-top: 4px;
}

.blog_more {
	font-weight: bold;
	font-size: 12px;
}

.my_favorite_blog_sign {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	background: url("http://blog.askjolenestatic.com/img/my_favorite_blog_overlay.gif") no-repeat;
}

/**
 * Top blog posts settings
 */
#top_blog_posts {
	position: relative;
	border: 1px solid #ffbed7;
	background: #ffecf3 url("http://blog.askjolenestatic.com/img/hottest_posts.gif") top right no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
	color: #7f7679;
	line-height: 15px;
	min-height: 100px;
}
#top_blog_posts strong {
	color: #000;
}
#top_blog_posts span {
	color: #000;
}

#top_blog_posts h1 {
	margin: 0 0 6px 0;
	padding: 0;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
}
#top_blog_posts {
	margin-top: 4px;
}
#top_blog_posts a {
	font-weight: bold;
}

.small_heart {
	vertical-align: middle;
	margin-right: 2px;
}
#more_posts {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.blog_post_result {
	width: 140px;
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
	color: #525552;
	padding-right: 10px;
}
.blog_post_image_container {
	position: relative;
	width: 140px;
	height: 130px;
	background: #fff5f9;
	border: 1px solid #ffdeeb;
	text-align: center;
	margin-bottom: 6px;
	padding-top: 10px;
}
#top_blog_posts_small_list {
	
}
#top_blog_posts_big_list {
	display: none;
}
.more_blog_posts_links {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
}



/**
 * General
 */ 
 
#no_blogs_found {
	border: 1px solid #9fbaec;
	background: #e6effd;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #f30;	
}
#error_page_table {
	border: 1px solid #ccc;
	background: #eee;
	padding: 20px;
}



/**
 * Pagination
 */ 
 
div.pagination {
	clear: both;
	padding: 3px;
	margin: 10px 3px 3px 3px;
	text-align:center;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;

	background-position:bottom;
	text-decoration: none;

	color: #0f4fc6;		
}
div.pagination a:hover, div.meneame a:active {
	border: 1px solid #0f4fc6;
	background-image:none;
	background-color:#0f4fc6;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #f30;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}


/**
 * Default styles from old stylesheets
 */
.bg0 {
	background: #ddd;
	color: #000000;
}
.bg1 {
	background: #eee;
	color: #000000;
}
.personal {
	background: #eee;
	color: #000000;
}

/**
 * Edit blog post
 */
#edit_blog_post_container {
 	background: #eee;
	border: 1px solid #ccc;
	padding: 20px;
} 
#edit_blog_post_container h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
} 
#edit_blog_post_container label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: 2px;
}
#edit_blog_post_container .inputfield {
	border: 1px solid #ccc;
	width: 400px;
	padding: 1px;
	font: 12px Arial, sans-serif;
}
#edit_blog_post_container .textfield {
	color: #fff;
	border: 1px solid #ccc;
	width: 680px;
	height: 360px;
	overflow: auto;
	padding: 2px;
}
#edit_blog_post_container em {
	color: #666;
}

/**
 * Edit blog settings
 */
#edit_blog_settings {
 	background: #eee;
	border: 1px solid #ccc;
	padding: 20px;
}
#edit_blog_settings .options_wrapper {
	overflow: auto;
	margin-bottom: 20px;
	clear: both;
}
#edit_blog_settings h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}
#edit_blog_settings h4 {
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #bbb;
	margin-bottom: 6px;
}

#edit_blog_settings fieldset {
	border: 0;
	margin-bottom: 18px;
}

#edit_blog_settings label {
	float: left;
	width: 200px;
	font-weight: bold;
	padding-top: 2px;
	clear: both;
}
#edit_blog_settings .inputfield {
	font: 12px Arial, sans-serif;
	border: 1px solid #ccc;
	width: 400px;
	padding: 3px 1px;
}
#edit_blog_settings em {
	color: #666;
}
#edit_blog_settings div.picture_info_container {
	float: left;
	margin-bottom: 20px;
}
#edit_blog_settings div.picture_container {
	border: 1px solid #9fbaec;
	background: #e6effd;
	margin-top: 30px;
	padding: 20px;
	float:right;
	text-align: center;
	font-weight: bold;
}
.inputfield_divider {
	margin: 5px 0;
	padding: 0;
	clear:both;
	background: #ddd;
	height: 1px;
	border-bottom: 1px solid #fff;
	line-height:1px;
	font-size:1px;
}
.new_feature {
	font-weight: bold;
	color: #f09;
}
#edit_blog_colorpick_container {
	overflow: auto;	
}

#edit_blog_loading {
	background: url('http://blog.askjolenestatic.com/img/loading.gif') center center no-repeat;
	height: 200px;
}
#edit_blog_colorpick_container label {
	width: 200px;
}
#edit_blog_colorpick_container input {
	width: 60px;
}
#edit_blog_colorpick_container td {
	margin: 0;
	padding: 0;
	font-size: 8px;
	line-height: 100%;
	border: 0;
}

.customcolor_preview {
	border: 1px solid #000;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 6px;
}
.color_label {
	width: 200px;
	float: left;
	padding-top: 5px;
}
.mceTextEditor {
	color: #fff;
}

#blog_color_preview {
	height: 880px;
	width: 640px;
	float: right;
}

#blog_color_preview_iframe_container {
	border: 1px solid #ccc;
	height: 800px;
	width: 630px;
	overflow: hidden;
}
#submitbutton_div {
	height: 40px;
}
#submitbutton_div_wait {
	height: 40px;
	font-size: 16px;
	color: #f30;
	font-weight: bold;
}

/**
 * Info block
 */
.info_block {
	margin: 10px 0 10px 0;
	padding: 8px;
	border: 1px solid #ccc;
	background: #ddd url("../img/i.png") 10px 8px no-repeat;
}

.info_block div {
	padding-top: 3px;
	text-indent: 34px;
	color: #f30;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}

#querybttn_bigger {
	background: url("http://blog.askjolenestatic.com/img/button_vervolg_breed.gif");
	width: 136px;
	height: 19px;
	border:0px none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,Verdana,Sans;
	font-weight:bold;
	margin-bottom:6px;
	margin-left:6px;
	margin-top:3px;
	vertical-align:middle;
}

/**
 * Banners
 */

.blogcentral_banner_container {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfddf6;
	text-align: center;
}
.blogcentral_banner_container_2 {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

#page_bottom
{

}



/**
 * Searchbox
 * 
 */
#searchbox_blog {
  padding-top: 0;
}
#blog_searchbox_container {
  float: right;
  width: 332px;
}

#blog_searchbox_container div.searchbox_query {
  float: left;
  border: 2px solid #999;
  background: #fff;
  height: 24px;
  width: 230px;
}
form.searchbox input.blog_qr {
  background: none;
  border: 0;
  padding: 0;
  margin: 2px 0 0 4px;
  width: 98%;
  font-size: 15px;
  color: #aaa;
} 
#blog_searchbox_container form.searchbox input.formactive {
  color: #000;
}
form.searchbox input.q_submit {
  border: none;
} 