/*
Theme Name: Nico Rosberg 2010
Theme URI: http://www.nicorosberg.com
Description: Nico Rosberg 2010
Version: 1.0
Author: Into Digital
Author URI: http://www.into-digital.fi
Tags: fixed width widgets
Text Domain: nico

*/



/* Layout */
html {
	padding: 0;
	margin: 0;
	background-color: #000;
	background-position: center 124px;
	background-repeat: no-repeat;
	/* img from header.php */
}
body {
	margin: 0;
	padding:0;
	min-height: 500px;
	text-align: center;
	background: transparent url(gfx/header_bg.gif) repeat-x;
	overflow: scroll; /*scrollbars always visible, so ajax-loaders won't "jump" them in/out */
}
body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
input, textarea {
	color: #333;
}

#wrapper {
	border: 0px solid blue;
	margin: 0 auto;
	padding: 0 0 0 190px;/*224px*/
	width: 800px;
}

#page {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid blue;
	padding: 60px 0 0 0;
	
}

#header {
	text-align: left;
	margin: 0 auto;
	width: 950px; /*998px;*/
	height: 40px;
	padding: 25px 20px 0 20px;
	border: 0px solid green;
}
#header h1 {
	display: inline;
}
#nico_rosberg {
	float: left;
	margin-top: 7px;
}
#nico_rosberg_in_short {
	color: #a8a386;
	font-size: 13px;
	line-height: 15px;
	display: block;
	float: left;
	padding: 0 0 0 60px;
	font-weight: normal;
}
#oldSite {
	padding: 13px 0 0 0;
	display: block;
	font-size: 15px;
	text-align: right;
	color: #a8a386;
}

#container_leftPage_middlePage {
	padding: 0;
	margin: 0;
	float: left;
	width: 650px;
	border: 0px solid purple;
}

#leftPage {
	padding: 0 0 40px 0;
	margin: 0;
	float: left;
	width: 150px;
	border: 0px solid red;
}

#middlePage {
	border: 0px solid green;
	width: 480px;
	padding: 0 10px 40px 10px;
	margin: 0;
	float: left;
}
#rightPage {
	padding: 0 0 40px 0;
	margin: 0;
	float: left;
	width: 150px;
	border: 0px solid orange;
}

#container_topBox {
	padding: 0 10px 0 0;
}


#ticker {
	padding: 20px 0 0 0;
	margin: 0;
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	float: left;
}
	.tickerTitle {
		float: left;
		font-size: 15px;
		line-height: 15px;
		padding: 20px 10px 0 0;
		color: #fff;
	}
	
	#ticker ul,
	#ticker ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#ticker,
	#ticker a:link,
	#ticker a:visited,
	#ticker a:hover,
	#ticker a:active {
		color: #fff;
		text-decoration: none;
	}
	#ticker a:hover,
	#ticker a:active {
		color: #d1c6a2;
	}


/* Typography */

a:link,
a:visited,
a:hover,
a:active {
	color: #cfbc7d;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #a8a386;
}

/* Various */ 
.Clear {
	clear: both;
}

.Hidden {
	display: none;
}

a img {
	border: 0;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	background: #fff;
	color: #fff;
	border: none;
	height: 4px;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
.editLink {
	display: block;
	clear: both;
	text-align: right;
}
	.editLink a {
		width: 100px;
		padding: 5px 10px;
		background: #8e6d03;
		border: 1px solid #c2a547;
		font-size: 11px;
		font-weight: bold;
		margin: 20px 0 20px 20px;
		color: #fff;	
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5x;
		text-align: center;
		direction: ltr;
	}
	
.Right,
.alignright {
	float: right;
}
	
.Left,
.alignleft {
	float: left;
}

/* Various / misc */


/* Feed list * start */
.feedList ul,
.feedList {
	list-style: square;
}
.feedList .rssIcon {
	list-style: none;
	display: block;
	padding: 0 0 0 27px;
	margin: 0;
	background: url(gfx/feed-icon-14x14.png) no-repeat left 2px;
}
/* Feed list * end */


/* Next prev -navi*/

.navigation {
	display: block;
	text-align: center;
	margin: 15px 0;
	color: #fff;
	}
	.navigation a:link,
	.navigation a:visited,
	.navigation a:hover,
	.navigation a:active {
		color: #fff;
	}

.notice,
#filtered_list_loading,	
#noJavascriptAlert {
	display: block;
	text-align: center;
	padding: 20px 0;
	margin: 20px auto;
	clear: both;
	border: none;
}	
#filtered_list_loading {
	font-style: italic;
	color: #fff;

/*	text-shadow: #000000 1px 1px 1px;*/
    background: url(gfx/89.gif) top center no-repeat;
}
#filtered_list_loading span { display: none;}
/* footer * start */
#Footer {
	display: block;
	clear: both;
	width: 760px;
	height: 34px;
	padding: 20px 20px 0 20px;
	margin: 0 0 50px 0;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background: transparent url(gfx/footer_bg.png) no-repeat;

}
#Footer li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}
#Footer li.alignright {
	float: right;
}
#Footer a:link,
#Footer a:visited,
#Footer a:hover,
#Footer a:active {
	color: #000;
}
#Footer a:hover,
#Footer a:active {
	text-decoration: underline;
}
/* footer * end */

/* The Box */

.theBox {
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
}
/*
#container_topBox .theBox {
	padding: 0 0 10px 0;
}
*/
	.theBox .bottom,
	.theBox .top2,
	.theBox .top {
		display: block;
		height: 4px;
		padding: 0;
		margin: 0;
	}
	/*
	.theBox .top {
		background: transparent url(gfx/box_top.png) no-repeat;
	}
	#container_topBox .theBox .top {
		background: transparent url(gfx/box_top3.png) no-repeat;
	}
	.theBox .top2 {
		background: transparent url(gfx/box_top2.png) no-repeat;
	}
	.theBox .bottom {
		background: transparent url(gfx/box_bottom.png) no-repeat;
	}
	#container_topBox .theBox .bottom {
		background: transparent url(gfx/box_bottom2.png) no-repeat;
	}
	*/
	.theBox .titleBlack,
	.theBox .caption,
	.theBox .content {
		background: #000;
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.rtl .titleBlack h2,
	.rtl .titleWhite h2,
	.rtl .content {
		text-align: right;
		direction: rtl;
	}
	.theBox .meta {
		background: #fff;
		color: #000;
	}
	.theBox .meta .sharer a:link, 
	.theBox .meta .sharer a:visited, 
	.theBox .meta .sharer a:hover, 
	.theBox .meta .sharer a:active {
		color: #004565;
	}
	
	a.articleLink:link, 
	a.articleLink:visited, 
	a.articleLink:hover, 
	a.articleLink:active {
		color: #fff;
		text-decoration: none;
	}
	.articleLink p {
		margin: 0;
		padding: 0 0 20px 0;
	}
	.theBox .titleBlack,
	.theBox .titleWhite {
		display: block;
		padding: 0;
		margin: 0;
	}
		.theBox .titleBlack h2
		{
			display: block;
			padding: 10px 20px;
			margin: 0;
			font-size: 20px;
			font-weight: bold;
			line-height: 25px;
		}
		.theBox .titleWhite h2 {
			display: block;
			padding: 10px 27px;
			margin: 0;
			font-size: 20px;
			font-weight: bold;
			line-height: 25px;
		}
		#container_topBox .theBox .titleBlack h2,
		#container_topBox .theBox .titleWhite h2 {
			font-size: 25px;
			line-height: 30px;
			padding-left: 25px;
		}
	.theBox .titleBlack {
		background: #000;
		border-bottom: 4px solid #fff;
	}
	.soloBox .theBox .titleBlack {
	border-bottom: none;
	}
	.theBox .titleBlack,
	.theBox .titleBlack a:link,
	.theBox .titleBlack a:visited,
	.theBox .titleBlack a:hover,
	.theBox .titleBlack a:active {
		color: #fff;
		text-decoration: none;
	}
	.theBox .titleWhite {
		color: #000;
		background: #fff url(gfx/white_title_bg.gif) right 0 no-repeat;;
	}
	.theBox .titleWhite,
	.theBox .titleWhite a:link,
	.theBox .titleWhite a:visited,
	.theBox .titleWhite a:hover,
	.theBox .titleWhite a:active {
		color: #000;
		text-decoration: none;
	}
	.theBox .content {
		padding: 1px 20px 20px 20px;
		color: #d1c6a2;
	}
	h3 {
		color: #fff;
		padding: 15px 0 4px 0;
	}
	.theBox .caption {
		padding: 10px 20px 10px 20px;
		margin: 0;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 15px;
		clear: both;
		line-height: 20px;
	}	
	.theBox .meta {
		padding: 4px 17px 0 17px;
		margin: 0;
	}
	.theBox .meta small {
		font-size: 11px;
		line-height: 14px;
	}
	.theBox .meta .alignleft {
		text-align: left;
		width: 262px;
	}
	#container_topBox .theBox .meta .alignleft {
		width: 402px;
	}
	.theBox .meta .alignright {
		text-align: right;
		width: 180px;
		border: 1px solid transparent; /* Removing this might cause "more/share"-JS-menu to appar in 2 lines in Safari*/
	}
	.goldenBox .meta {
		background: #c9bf9f;
	}
	.goldenBox .titleWhite,
	.goldenBox .titleBlack {
		color: #000;
		border-color: #c9bf9f;
	}
	.goldenBox .caption,
	.goldenBox .content {
		color: #fff;
		border-color: #c9bf9f;
	}
	.goldenBox .titleWhite,
	.goldenBox .titleBlack {
		background: #c9bf9f url(gfx/golden_bg.gif) no-repeat right top;
	}
	.goldenBox .titleBlack a:link,
	.goldenBox .titleBlack a:visited,
	.goldenBox .titleBlack a:active,
	.goldenBox .titleBlack a:hover {
		color: #000;
	}
/* box end*/

/* small box start */

.theBox_small {
	display: block;
	width: 150px;
	padding: 0 0 10px 0;
	margin: 0;
}

	.theBox_small .bottom,
	.theBox_small .bottom2,
	.theBox_small .top2,
	.theBox_small .top {
		display: block;
		width: 100% ;
		height: 4px;
		padding: 0;
		margin: 0;
	}
	/*
	.theBox_small .top {
		background: transparent url(gfx/smallbox_top.png) no-repeat;
	}
	.theBox_small .top2 {
		background: transparent url(gfx/smallbox_top2.png) no-repeat;
	}
	.theBox_small .bottom {
		background: transparent url(gfx/smallbox_bottom.png) no-repeat;
	}
	.theBox_small .bottom2 {
		background: transparent url(gfx/smallbox_bottom2.png) no-repeat;
	}
	*/
	.theBox_small .content {
		background: #000;
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.theBox_small .contentWhitePlain {
		background: #fff;
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.theBox_small .contentWhite {
		background: #fff url(gfx/smallbox_bg.gif) left -8px repeat-y;
	}

/* small box end */


/* BOX CORNERS START */

.r_t1, .r_t2, .r_b1, .r_b2 {
	display: block;
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
	background-color: transparent;
	
}
.r_t1 { background-image: url(gfx/r_t1.png); float:left;  }
.r_t2 { background-image: url(gfx/r_t2.png); float:right; }
.r_b1 { background-image: url(gfx/r_b1.png); float:left;  }
.r_b2 { background-image: url(gfx/r_b2.png); float:right; }

.goldenBox .r_t1 { background-image: url(gfx/r_t1_gold.png); }
.goldenBox .r_t2 { background-image: url(gfx/r_t2_gold.png); }
.goldenBox .r_b1 { background-image: url(gfx/r_b1_gold.png); }
.goldenBox .r_b2 { background-image: url(gfx/r_b2_gold.png); }

.r_fill_narrow,
.r_fill_medium,
.r_fill_wide,
.r_fill_page {
	background-color: #fff;
	height: 4px;
	display: block;
	float: left;
}
.goldenBox .r_fill_narrow,
.goldenBox .r_fill_medium,
.goldenBox .r_fill_wide {
	background-color: #c9bf9f;
}
.r_fill_narrow { width: 142px; }
.r_fill_medium { width: 472px; }
.r_fill_wide { width: 632px; }
.r_fill_page { width: 792px; }

/* BOX CORNERS END */



.meta .comments {
		display: block;
		width: 28px;
		height: 28px;
		background-position: 50% 50%;
		background: url(gfx/comments_small.gif) no-repeat;
		margin: 0 13px 0 0;
		float: left;
}

.liker {
	display: block;
	width: 110px;
	padding: 3px 0 0 0;
	margin: 0 4px 0 14px;
	height: 28px;
	float: right;
	text-align: left;
	color: #fff;
	/*background: transparent url(gfx/like_bg.png) no-repeat left center;*/
}

.connect_widget_like_button {
	padding: 2px 0 0 0;
	margin: 0;
}

.connect_widget_not_connected_text {
	padding: 0;
	margin: 0;
}

.goldenBox .liker {
	width: 182px;
	padding: 3px 0 0 0;
	margin: 0 4px 0 0px;
	float: right;
	text-align: left;
	color: #fff;
	/*background: transparent url(gfx/like_bg_golden.png) no-repeat left center;*/
}
.sharer {
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
	float: right;
}
.oneLiner {
	float: left;
	display: block;
	padding-top: 5px;
	font-size: 13px;
}

/* Navigation * start *
#navigation {
	display: block;
	padding: 10px 0;
	margin: 0;
	list-style: none;
}
	#navigation li {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#navigation li a:link,
	#navigation li a:visited,
	#navigation li a:hover,
	#navigation li a:active {
		display: block;
		padding: 8px 0 8px 25px;
		margin: 0;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		font-size: 20px;
		line-height: 20px;
	}
	#navigation li a:hover,
	#navigation li a:active {
		color: #5d4f22;
	}
	
	#navigation li.current_page_item a:link,
	#navigation li.current_page_item a:visited,
	#navigation li.current_page_item a:hover,
	#navigation li.current_page_item a:active {
		color: #7e6f3f;
	}

* Navigation * end */




/* filters navi * start */
.filters .title {
	color: #000;
	background: #fff;
	font-size: 11px;
	line-height: 11px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.filters a:link,
.filters a:visited,
.filters a:hover,
.filters a:active {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	cursor: hand;
}
.filters a:hover {
}
.ui_lang,
.filters {
	list-style: none;
	margin: 0;
	padding: 1px 0;
}
.filters li ul.sublevel li,
.filters li {
	display: block;
	padding: 0;
	margin: 0;
	background: #000;
}
.filters li.toplevel a.toplevel span {
	display: block;
	font-weight: bold;
}
.filters li ul.sublevel a.toplevel,
.filters li ul.sublevel a.sublevel {
	display: block;
	margin: 0;
	padding: 0;
}
.filters li ul.sublevel a.sublevel span {
	display: block;
}
.filters li ul.sublevel a.sublevel span,
.filters li.toplevel a.toplevel span {
	padding: 10px 0 10px 7px;

}

.filters li ul.sublevel {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.filters a span {
	display: block;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.filters .selected {
	color: #d1c6a2;
}
/* filters navi * end */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: none;
	text-align: center;
	background-color: transparent;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #d1c6a2;
}
/* End captions */



/* Comments * start*/
.thread-alt {
}
.thread-even {
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: none;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	display: block;
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #fff;
}
.commentlist li:last-child {
	border-bottom: none;
	padding: 0;
}

.comment-author {
	font-weight: bold;
}
.says {
}
.comment-meta {
	font-size: 11px;
}
/* Comments * end*/


/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	display: block;
	padding: 0;
	width: 127px;
	text-align: left;
	}

#searchform #s {
	width: 65px;
	height: 18px;
	border: 0;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	float: left;
	font-size: 13px;
	line-height: 13px;
	}

#searchsubmit {
	/*padding: 1px;*/
	padding: 5px 5px 5px 0;
	margin: 0;
	height: 23px;
	float: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	
	display: block;
	float: left;
	color: #000;
	border: none;
	background: #fff url(gfx/smallbox_bg.gif) left top no-repeat;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 5px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	display: block;
	background: #fff;
	color: #000;
	font-weight: bold;
	border: none;
	background: #fff url(gfx/smallbox_bg.gif) left top no-repeat;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
}
/* End Form Elements */


/* jquery tooltip 1.3 */
#tooltip {
	position: absolute;
	z-index: 3000;
	color: #000;
	background-color: #fff;
	padding: 3px 5px;
/*	opacity: 0.85; */
	border: 1px solid #000;
	
	-moz-box-shadow: 	rgba(67,67,67,1) 0 1px 5px;
	-webkit-box-shadow: rgba(67,67,67,1) 0 1px 5px;
	-khtml-box-shadow: 	rgba(67,67,67,1) 0 1px 5px;
	box-shadow: 		rgba(67,67,67,1) 0 1px 5px;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 11px;
	line-height: 11px;
}

/* jquery tooltip * end */



/* Sidebar for widgets * start */
#sidebar ul li:before {
	content: "\00BB \0020";
	padding: 0;
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ol li {
	list-style: decimal outside;
	}

.widget {
	padding:0;
	margin: 0;
}
.widget .widgettitle {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 23px;
	font-size: 20px;
}
.widget .content {
	padding: 15px 10px;
}

.widget_ffb .content {
	padding: 0;
}


.blogroll li,
.blogroll {
	padding: 0 0 10px 0;
	margin: 0;
}
/* Sidebar for widgets * end */


/* some navi * start */
#navigation,
.some {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
	#navigation li,
	.some li {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#navigation li a,
	.some li a:link,
	.some li a:visited,
	.some li a:hover,
	.some li a:active {
		display: block;
		padding: 10px 55px 10px 10px;
		margin: 0;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}
	
	#navigation li a:hover,
	#navigation li a:active,
	#navigation li.current_page_item a:link,
	#navigation li.current_page_item a:visited,
	#navigation li.current_page_item a:hover,
	#navigation li.current_page_item a:active {
		color: #d1c6a2;
	}

	/* SoMe icons */
	.some li a.facebook {
		background: url(gfx/facebook_big.gif) 100px center no-repeat;
	}
	.some li a.feed {
		background: url(gfx/rss_big.gif) 100px center no-repeat;
	}
	.some li a.twitter {
		background: url(gfx/twitter_big.gif) 100px center no-repeat;
	}
/* some navi * end */


/* WP-calendar * start */
#wp-calendar caption {
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* WP-calendar * end */

/* facebook-fan-box */

#facebook-fan-box .content {
	padding-top: 25px;
	background: #fff url(gfx/facebook_badge_title.gif) no-repeat center top;
}



/*
.liker a:link,
.liker a:visited,
.liker a:active,
.liker a:hover {
	color: #fff;
	display: block;
	text-align: center;
	width: 70px;
}
*/
/* Likes btn start */
.iLikeThis { 
	font-size: 11px;
	display: block;
	background-image: none;
	height: 20px;
	margin: 0 auto;
	padding: 3px 6px 0 0;
	/*
	background-image: url(gfx/like_link.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;
	*/
}
.goldenBox .iLikeThis { /*
	background-image: url(gfx/like_link_golden.gif);*/
	color: #000;
}
.iLikeThis .counter { 
	font-size: 11px;
	/*
	background-image: url(gfx/like_bg.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	float: left;*/
	text-align: center;
	display: block;
	width: 60px;
	padding: 0;
	background-image: none;
	/*
	width: 19px;
	padding: 0;
	
	padding: 0px 5px 0px 15px;*/
}
.goldenBox .iLikeThis .counter { /*
	background-image: url(gfx/like_bg_golden.png);*/
	color: #000;
}
.iLikeThis .counter a:link,
.iLikeThis .counter a:visited,
.iLikeThis .counter a:hover,
.iLikeThis .counter a:active { 
	/*
	background-image: url(gfx/like_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	*/
	cursor:pointer;
	text-decoration: none;
	/*
	float: right;
	display: block;
	padding: 0 0 0 2px;
	margin: 0;
	width: 25px;
	height: 20px;*/
	color: #fff;
}
.goldenBox .iLikeThis .counter a:link,
.goldenBox .iLikeThis .counter a:visited,
.goldenBox .iLikeThis .counter a:hover,
.goldenBox .iLikeThis .counter a:active { /*
	background-image: url(gfx/like_bg_golden.png);*/
	color: #000;
}
.iLikeThis .counter a.image {
	display: none;
}

/* Likes btn end */


/* Photos start */
.ngg-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid red;
	display: none;
}
/* photos end */