/*   

Theme Name: BT Dark Green

Theme URI: www.bloggingtips.com

Description: A Dark Green Blog Template with some nice css rollovers for links on the rightsidebar.

Author: BloggingTips.com

Author URI: http://www.bloggingtips.com/2007/03/19/blogging-tips-dark-green-wordpress-theme/

Version: 1.0

*/



/*	-------------------------------------------------------------

	GLOBAL BODY STYLES

	-------------------------------------------------------------	*/



* {

	padding: 0;

	margin: 0;

}



img {

	border: 0;

}



body {

	background: #222 url(images/bg.gif) repeat-x top left;

	font-family: Arial, Sans-Serif;

	font-size: 62.5%;

	color: #747272;

	line-height: 1.6em;

	text-align: center;

}



a {

	color: #33B9FF;

	text-decoration: none;

}



a:hover {

	color: #55DAFF;

	text-decoration: none;

}



hr {

  display: none;

}



.clear {

	clear: both;

}



/*	-------------------------------------------------------------

	CONTAINER

	-------------------------------------------------------------	*/



#container, #header {

	width: 780px;

	margin: 0 auto;

	text-align: left;

}



/*	-------------------------------------------------------------

	HEADER

	-------------------------------------------------------------	*/



	h1 a {

		background: url(images/nikkky.png) no-repeat;

		width: 360px;

		height: 68px;

		text-indent: -9999px;

		padding-bottom: 16px;

		margin-top: 16px;

		display: block;

	}



#content_wrap {

	border-top: 4px solid #444;

	padding-top: 16px;

	margin-top: 0;

}



/*	-------------------------------------------------------------

	MENU

	-------------------------------------------------------------	*/



#menu {

	list-style: none;

	float: left;

}



	#menu li {

		float: left;

	}

	

		#menu li a {

			padding: 8px 22px;

			background: #272727 url(images/menu_bg.gif) repeat-x top left;

			color: #33B9FF;

			font-size: 1.2em;

			font-weight: bold;

			border-right: 1px solid #222;

			display: block;

		}

		

		#menu li.on a, #menu li a:hover, #menu li.current_page_item a {

			background: #444 url(images/menu_bg_on.gif) repeat-x top left;

			color: #33B9FF;

		}



/*	-------------------------------------------------------------

	SEARCH FORM

	-------------------------------------------------------------	*/



#searchform {

	/*float: right;*/
        margin-left:305px;
        font-size:2em;

}



	#searchform input {

		padding: 2px;

		background: #222;

		border-top: 2px solid #414141;

		border-left: 1px solid #414141;

		border-right: 1px solid #414141;

		border-bottom: 1px solid #414141;

		width: 160px;

		font-family: Arial, Sans-Serif;

		font-size: 1.2em;

		color: #747272;

	}



	#searchform input.button {

		padding: 3px 6px;

		background: #414141;

		border: none;

		margin-bottom: 0;

		width: auto;

		font-family: Arial, Sans-Serif;

		font-size: 1.2em;

		color: #747272;

		cursor: pointer;

	}



	#searchpageoform #searchform {

		float: none;

	}

	

		#searchpageoform #searchform input {

			width: 200px;

		}

		

		#searchpageoform #searchform input.button {

			width: auto;

		}

		

/*	-------------------------------------------------------------

	MAIN CONTENT

	-------------------------------------------------------------	*/



h2#title {

	font-size: 2.4em;

	font-weight: normal;

	margin-bottom: 0.8em;

	padding-bottom: 6px;

	border-bottom: 4px solid #444;

	color: #555;

	line-height: 1em;

}



#main_content {

	width: 580px;

	float: left;

}

	

	#main_content .entry {

		padding-bottom: 10px;

		border-bottom: 4px solid #444;

		margin-bottom: 16px;

	}

	

		#main_content .entry h2 {

			font-size: 2.2em;

			font-weight: normal;

			margin-bottom: 0.2em;

			background: transparent url(http://nikkky.georgo.org/wp-content/themes/hello-kitty/images/tic.png) no-repeat 2px 50%;
			padding: 10px 0 10px 35px;
			clear:left;

		}

		

		#main_content .entry p.date {

			font-size: 1.2em;

			font-weight: bold;

			color: #444;

			margin-bottom: 1em;

		}

		

		#main_content .entry .text {

			font-size: 1.2em;

		}

		

			#main_content .entry .text p {

				margin-bottom: 1em;
				text-align: justify;

			}

			

			#main_content .entry .text ul, #main_content .entry .text ol {

				margin: 0 0 1em 2em;

			}

			

			#main_content .entry .text blockquote {

				padding: 1em 1em 0 1em;

				background: #2C2C2C;

				border-top: 1px solid #414141;

				border-bottom: 1px solid #414141;

				margin: 1em;

			}

			

			#main_content .entry .text img {

				padding: 3px;

				margin: 3px;

				border: 1px solid #414141;

				margin-bottom: 1em;

			}

		

		#main_content .entry .meta {

			font-size: 1.2em;

		}



/*	-------------------------------------------------------------

	RIGHT COLUMN

	-------------------------------------------------------------	*/



#right_column {

	width: 185px;

	float: right;

	font-size: 1.2em;

}



	#right_column ul {

		list-style: none;

		width: 185px;

		border-bottom: 10px solid #222;

		float: left;

	}

	

		#right_column ul li {

			float: left;

			width: 185px;

		}

		

			#right_column ul li a {

				display: block;

				color: #747272;

				padding: 8px 10px;

				border-bottom: 1px solid #414141;

			}

			

			#right_column ul li a:hover {

				color: #55DDFF;

				background: #2C2C2C;

			}

			

		#right_column ul li.head {

			color: #33B9FF;

			padding: 8px 10px 8px 35px;

			font-weight: bold;

			background: #444 url(http://nikkky.georgo.org/wp-content/themes/hello-kitty/images/tic.png) no-repeat 2px 50%;

			width: 140px;

		}

		

		#right_column .linkcat h2 {

			display: none;

		}

		

		#right_column ul ul {

			border-bottom: none;

		}



/*	-------------------------------------------------------------

	COMMENTS

	-------------------------------------------------------------	*/

	

h3 {

	font-size: 1.6em;

	margin-bottom: 1em;

}



.commentlist {

	list-style: none;

}



	.commentlist li {

		padding: 0 1em 1em 1em;

		background: #2C2C2C;

		border-top: 1px solid #414141;

		font-size: 1.2em;

		margin-bottom: 1em;

	}

	

		.commentlist li p {

			margin-top: 1em;

		}

		

		.commentlist li em.meta {

			font-size: 0.9em;

		}



/*	-------------------------------------------------------------

	COMMENT FORM

	-------------------------------------------------------------	*/



h3#respond {

	margin-top: 1em;

}



#commentform {

	padding: 1em;

	background: #2C2C2C;

	border-top: 1px solid #414141;

	font-size: 1.2em;

	margin-bottom: 1em;

}



	#commentform p {

		margin-bottom: 1em;

	}



	#commentform input {

		padding: 2px;

		background: #222;

		border-top: 2px solid #414141;

		border-left: 1px solid #414141;

		border-right: 1px solid #414141;

		border-bottom: 1px solid #414141;

		width: 200px;

		font-family: Arial, Sans-Serif;

		font-size: 1em;

		color: #747272;

	}

	

	#commentform textarea {

		padding: 2px;

		background: #222;

		border-top: 2px solid #414141;

		border-left: 1px solid #414141;

		border-right: 1px solid #414141;

		border-bottom: 1px solid #414141;

		width: 550px;

		height: 100px;

		font-family: Arial, Sans-Serif;

		font-size: 1em;

		color: #747272;

	}

	

	#commentform input.button {

		padding: 3px 6px;

		background: #414141;

		border: none;

		margin-bottom: 0;

		width: auto;

		font-family: Arial, Sans-Serif;

		font-size: 1em;

		color: #747272;

		cursor: pointer;

	}



/*	-------------------------------------------------------------

	FOOTER

	-------------------------------------------------------------	*/



#footer {

	border-top: 4px solid #444;

	margin-top: 1em;

}



	#footer p {

		width: 780px;

		margin: 0 auto;

		text-align: left;

		font-size: 1.2em;

		padding: 8px 0 20px 0;

	}





#main_content .entry .text img.wp-smiley, .wp-smiley {
	border: 0px;
	background: transparent;
	padding: 0;
	margin: 0;
}


/* Kalendar */
.calendar {
	border:#444 1px solid;
	background: transparent;
	font-size:9pt;
	width:183px;
}
.calendar th {
	text-align:center;
	font-weight:bold;
	background: transparent;
	margin:0;
	padding:1px;
}

.calendar td {
	background: transparent;
	text-align:center;
	margin:0;
	padding:1px;
	width:25px;
}
.calendar td.weekend {
	font-weight:bold;
}
.calendar td.today {
	background-color:#222;
	font-weight:bold
}


#right_column .calendar td a {
	background-color:#1084CE;
	color:#000000 !important;
	display:block;
	text-decoration:none;
	padding: 	0;
}
.calendar td a:hover {
	color:#ffffff !important;
	background-color:#111;
	display:block;
}
.calendar td.today a {
	color:#ffffff;
}
.cpos {
	position:relative;
}

.cpos .cevents {
	text-align:left;
	position:absolute;
	z-index:2;
	background-color:#222;
	border:1px solid #444;
	color:#ddd;
	margin:0 2px 2px 2px;
	padding:3px;
	left:-290px;
	width:275px;
	font-size:10pt;
	opacity:0.85;
}
.cpos .cevents ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.fotoalba {
	border:1x solid #1084CE;
	margin:1px;
}
.fotoalba a{text-align:center}
.ublog {margin-bottom:10px;font-size:8pt;text-align:justify;}

.lastfm{z-index:10;cursor:default;position:fixed;right:0pt;top:0pt;background-color:#333;color:#ccc;opacity:0.7;display:none;padding:2px 4px 2px 5px;font-size:1.3em;}.lastfm a{color:#fff;text-decoration:underline;}.lastfm strong{color:#fff}
