/*

Theme Name: Gentle

Theme URI: http://www.hablogs.com/demo/index.php?wptheme=Gentle

Description: A very gentle and nice Wordpress theme.

Version: 1.0

Author: Elad Domb

Author URI: http://wordpress.reviewitonline.net

*/



/*

CSS General Reset

*/

* {

	font-family: arial;

	font-size: 12px;

	outline: 0;

	padding: 0;

	margin: 0;

	border: 0;

	text-decoration: none;

	vertical-align: baseline;

	white-space: normal;


}

html {margin-top: -28px!important; }

html, body {line-height: 1; margin-top: 0px!important; }

hr {display: none}

blockquote:before, blockquote:after, q:before, q:after {content: ''}

blockquote, q {quotes: "" ""}

ul {list-style-type: none}

ol {list-style-type: decimal}

.clear {clear: both}



/*

Layout CSS Information

*/

body {

	background: #2c6d27;

	text-align: center;

}



#container {

	width: 1000px;

	border-left: 4px solid #f0f0f0;

	border-right: 4px solid #f0f0f0;

	background: #f0f0f0; 

	margin-right: auto;

	margin-left: auto;

	text-align: left;

}



/*

Very Top Bar

*/

#top {

	width: 1000px;

	background: #2c6d27;

	border-bottom: 1px solid #CCCCCC;

	height: 24px;

}



#pagemenu {

	float: left;

	height: 24px;

	margin-left: 20px;

	display: inline;

	border-left: 1px solid #ddd;

	background: #fff;

	z-index: 20;

}



#pagemenu li {

	float: left;

	display: block;

	height: 24px;

}



#pagemenu li ul li {

	height: 24px;

	border-bottom: 1px solid #ddd;

	width: 100%;

}



#pagemenu li a {

	display: block;

	padding-left: 10px;

	padding-right: 10px;

	font-weight: bold;

	font-size: 12px;

	text-transform: lowercase;

	line-height: 24px;

	border-right: 1px solid #ddd;

}



#pagemenu li a:hover {

	background: #ffffff;

	color: #666;

}



#pagemenu li.current_page_item a {

	background: #ddddd4;

	color: #333;

}



#pagemenu li.current_page_item a:hover {

	background: #ddddd4;

	color: #333;

}



#pagemenu ul {

	display: none;

	z-index: 99;

	position: absolute;

}



#pagemenu ul li a {

	display: block;

	background: #FFF;

}



#pagemenu li ul a:hover {

	display: block;

	background: #FFF;

}



#pagemenu ul a {

	display: block;

}



#pagemenu ul ul {

	margin-top: -25px;

	display: none;

	margin-left: 199px;

	position: absolute;

}



#pagemenu li:hover ul ul {

	display: none;

}

#pagemenu li:hover ul {

	display: block;

}

#pagemenu ul li:hover ul {

	display: block;

}

#pagemenu li ul li {

	display: block;

	width: 100%;

}



#pagemenu li.page_item ul {

	border-top: 1px solid #ddd;

	width: 200px;

}



#pagemenu li.page_item a {

	display: block;

}



#pagemenu li.page_item a:hover {

	display: block;

}



#pagemenu li.page_item ul li a {

	display: block;

	text-align: left;

	height: 24px;

	line-height: 24px;

	border-right: 1px solid #ddd;

	border-left: 1px solid #ddd;

	background: #FFF;

	padding-left: 10px;

	padding-right: 10px;

	text-transform: lowercase;

	font-size: 0.7em;

	font-weight: bold;

	color: #666;

}



#pagemenu li.page_item ul li a:hover {

	display: block;

	text-align: left;

	height: 24px;

	line-height: 24px;

	border-right: 1px solid #a6dc00;

	border-left: 1px solid #ddd;

	background: #FFF;

	padding-left: 10px;

	padding-right: 10px;

	text-transform: lowercase;

	font-size: 0.7em;

	font-weight: bold;

	color: #ff9000;

}



/*

Search bar

*/

#searchbar {

	float: right;

	display: inline;

	margin-right: 20px;

	font-size: 0.7em;

	margin-top: 1px;

}



.searchform {

	display: inline;

	vertical-align: middle;

	float: right;

}



.searchform fieldset {

	display: inline;

	vertical-align: middle;

}



.searchform label {

	display: inline;

	vertical-align: middle;

}



.searchform input {

	display: inline;

	vertical-align: middle;

}



.searchform .searchlabel {

	color: #ffffff;

	font-weight: bold;

	margin-right: 5px;

	font-family: arial;

}



.searchform .searchterm {

	border: 1px solid #cccccc;

	width: 150px;

	padding: 1px;

	color: #999;

	background: #fff;

}



.searchform .searchterm:focus {

	border: 1px solid #bbb;

	color: #2c6d27;

	background: #fff;

}



.searchform .searchbutton {

	border: 1px solid #ddd;

	text-transform: uppercase;

	background: #2c6d27;

	cursor: pointer;

	color: #fff;

	font-size: 0.9em;

	height: 21px;

}



.searchform .searchbutton:hover {

	background: #01bc0a;

}



.searchformI {

	vertical-align: middle;

	font-size: 0.7em;

}



.searchformI fieldset {

	display: inline;

	vertical-align: middle;

}



.searchformI label {

	display: inline;

	vertical-align: middle;

}



.searchformI input {

	display: inline;

	vertical-align: middle;

}



.searchformI .searchlabel {

	color: #666;

	font-weight: bold;

	text-transform: uppercase;

	margin-right: 5px;

	font-family: arial;

}



.searchformI .searchterm {

	border: 1px solid #ddd;

	width: 200px;

	padding: 3px;

	color: #999;

	background: #fff;

}



.searchformI .searchterm:focus {

	border: 1px solid #bbb;

	color: #2c6d27;

	background: #fff;

}



.searchformI .searchbutton {

	border: 1px solid #ddd;

	text-transform: uppercase;

	background: #2c6d27;

	cursor: pointer;

	color: #fff;

	font-size: 0.9em;

	height: 21px;

}



.searchformI .searchbutton:hover {

	background: #01bc0a;

}



/*

Header CSS

*/

#header {

	width: 1000px;

	height: 100px;

	margin-top: 0px;

	margin-bottom: 0px;

	background: url(images/header/rotate.php) left no-repeat;

	text-align:center;

}



#header_logo {

	height: 44px;

	width: 200px;

	margin: auto auto; 

	padding-top: 27px;

	

}



#header_logo h1.blogtitle {

	margin-right: 0px;

	background: url(images/final-logo.png) no-repeat top center;

	padding-top: 0px;

	border: 1px solid #FFF;

}



#header_logo h1.blogtitle a {

	color: #333;

	font-family: "Trebuchet MS";

	letter-spacing: -1px;

	height: 44px;

	width: 200px;

	display:block;



}



#header_logo h1.blogtitle a span {

	display:none;

}



#header_logo h1.blogtitle a:hover {

	color: #ff9600;

}



#header_logo .description {

	float: left;

	color: #666;

	font-weight: bold;

	font-size: 0.7em;

	line-height: 1.4em;

	padding-top: 44px;

	display:none;

}



#header_ad {

	float: right;

	width: 468px;

	height: 60px;

	display: inline;

	margin-right: 20px;

}



#header_ad img {

	display: block;

}



/*

Page Menu CSS

*/

#bar {

	width: 1000px;

	height: 84px;

	background: url(images/menu.gif) repeat-x;

	border-top: 1px solid #DDDDD4;

}



#bar #toprss {

	float: right;

	display: inline;

	height: 28px;

	margin-right: 10px;

}



#bar #toprss a {

	float: right;

	display: block;

	color: #fff;

	font-size: 10px;

	text-transform: uppercase;

	font-weight: bold;

	background: url(images/rssround.png) no-repeat left center;

	padding-left: 25px;

	height: 28px;

	line-height: 28px;

}



#bar #toprss a:hover {

	color: #01BC0A;

}



#catmenu {

	float: left;

	display: inline;

	height: 28px;

	z-index: 20;

}



#catmenu li {

	float: left;

	display: block;

	height: 28px;

	border-right: 1px solid #fff;

}



#catmenu li ul li {

	height: 24px;

	border-right: 0;

	border-bottom: 1px solid #ddd;

	width: 100%;

}



#catmenu li a {

	display: block;

	font-size: 11px;

	font-weight: bold;

	text-transform: uppercase;

	color: #FFF;

	line-height: 28px;

	padding-left: 10px;

	padding-right: 10px;

}



#catmenu li a:hover {

	background: #01bc0a;

}



#catmenu li.current-cat a {

	font-size: 12px;

	color: #fff;

	background: #01bc0a;

}



#catmenu li.current-cat a:hover {

	color: #fff;

	background: #01bc0a;

}



#catmenu ul {

	display: none;

	z-index: 99;

	position: absolute;

	border: 1px solid #dddddd;

}



#catmenu ul li a {

	display: block;

	background: #FFF;

	font-size: 12px;

}



#catmenu li ul a:hover {

	display: block;

	background: #FFF;

}



#catmenu ul a {

	display: block;

}



#catmenu ul ul {

	margin-top: -25px;

	display: none;

	margin-left: 150px;

	position: absolute;

	

}



#catmenu li:hover ul ul {

	display: none;

}



#catmenu li:hover ul {

	display: block;

}



#catmenu ul li:hover ul {

	display: block;

}



#catmenu li ul li {

	display: block;

	width:100%;

}



#catmenu li.cat-item ul {

	width: 150px;

}



#catmenu li.cat-item a {

	display: block;

	

}



#catmenu li.cat-item a:hover {

	display: block;

}



#catmenu li.cat-item ul li a {

	display: block;

	text-align: left;

	font-size: 11px;

	height: 24px;

	line-height: 24px;

	padding-left: 10px;

	padding-right: 10px;

	color: #666;

	text-transform: none;

	background: #f0f0f0;

	

}



#catmenu li.cat-item ul li a:hover {

	display: block;

	text-align: left;

	font-size: 11px;

	height: 24px;

	line-height: 24px;

	padding-left: 10px;

	padding-right: 10px;

	color: #666;

	text-transform: none;

	background: #fff;

	

}



/*

Blog Information Section

*/

#bloginfo {

	width: 993px;

	background: #ffffff no-repeat top center;

	border-top: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

	border-left: 1px solid #CCCCCC;

	border-right: 1px solid #CCCCCC;

	color: #999;

	margin-top:10px;

	margin-left:5px;

}



#bloginfo a {

	color: #676767;

}



#bloginfo a:hover {

	color: #d43e1b;

}



#bloginfobox {

	margin: 5px;

}



#bloginfo ul {

	width: 990px;

}



#bloginfo ul li {float: left}

#bloginfo ul li ul li {float: none}



#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {

	width: 330px;

}



#bloginfo ul li.posts h2 {

	display: block;

	background: url(images/ico_posts.png) no-repeat;

	background-position: 10px center;

	padding-left: 30px;

	font-size: 12px;

	line-height: 1.7em;

	font-weight: bold;

	color: #C52405;

	}

	

/*Modifikacia za Index footer*/



#bloginfo ul li.posts ul {

	overflow:hidden;

	height: 300px;

}



#bloginfo ul li.comments h2 {

	display: block;

	background: url(images/ico_comments_red.gif) no-repeat;

	background-position: 10px center;

	padding-left: 30px;

	font-size: 12px;

	line-height: 1.7em;

	font-weight: bold;

	color: #C52405;

}



#bloginfo ul li.tags h2 {

	display: block;

	background: url(images/ico_tags_red.png) no-repeat;

	background-position: 10px center;

	padding-left: 40px;

	font-size: 12px;

	line-height: 1.7em;

	font-weight: bold;

	color: #C52405;

}



#bloginfo ul li.posts ul {

	width: 310px;

	padding: 10px;

}



#bloginfo ul li.comments ul {

	width: 310px;

	padding: 10px;

}



#bloginfo ul li.tags ul {

	width: 310px;

	padding: 10px;

}



#bloginfo ul li.posts ul li {

	border-bottom: 1px solid #ddd;

	padding-top: 4px;

	padding-bottom: 4px;

}



#bloginfo ul li.comments ul li {

	border-bottom: 1px solid #ddd;

	padding-top: 4px;

	padding-bottom: 4px;

}



#bloginfo ul li.tags ul li {

	border-bottom: 1px solid #ddd;

	padding-top: 4px;

	padding-bottom: 4px;

}



#bloginfo ul li.comments ul li a {

	display: block;

	font-size: 12px;

	background: url(images/ico_comment.png) no-repeat left 3px;

	padding-left: 20px;

	line-height: 1.3em;

	font-weight: bold;

}



#bloginfo ul li.comments ul li a span {

	font-weight: normal;

}



#bloginfo ul li.comments ul li a:hover span {

	color: #666;

}



#bloginfo ul li.comments ul li a:hover {

	background: url(images/ico_commento.png) no-repeat left 3px;

}



#bloginfo ul li.tags ul li a {

	line-height: 1.3em;

	color: #666666;

	font-size: 12px;

	text-transform: lowercase;

}



#bloginfo ul li.tags ul li a:hover {

	color: #d43e1b;

}



.r_time {

	display: block;

	font-size: 12px;

	line-height: 1.3em;

}



.r_head a {

	display: block;

	font-weight: normal;

	font-size: 12px;

	line-height: 1.3em;

	font-weight: bold;

}



/*

Content Layout

*/

#content {

	width: 1000px;

	background: #F0F0F0

}



#content #column {

	float: left;

	width: 570px;

	margin-left: 0px;

	margin-right: 0px;

	display: inline;

}



#content #sidebar {

	float: right;

	width: 398px;

	display: inline;

	background: #ffffff;

	border-right: 1px solid #ddd;

	border-left: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	padding-left: 10px;

	padding-right: 10px;

	padding-bottom: 10px;

	margin-top: 5px;

	border-bottom:1px solid #CCCCCC;

	border-right:1px solid #CCCCCC;

	border-top:1px solid #CCCCCC;

	border-left:1px solid #CCCCCC;

}



/*

Sidebar Widgets

*/

#sidebar h2 {

	font-size: 12px;

	font-weight: bold;

	font-family: arial, tahoma;

	line-height: 1.5em;

	color: #ffffff;

	margin-top: 10px;

	border: 1px solid #ddddd4;

	background: #c52405;

	padding-left: 15px;

	text-transform: uppercase;

}



#sidebar p {

	margin: 0px 0px 7px 0px;

}



/*#sidebar .box {

	margin-top: 5px;

	padding-left: 5px;

	padding-right: 5px;

	font-size: 12px;

	color: #676767;

}

*/



.videobox {


	width: 395px;


	margin-top: 5px;

	text-align:center;

	color: #666666;

	

}



.center {

	text-align: center;

	margin-right: auto;

	margin-left: auto;

}









#sidebar a {

	font-weight: bold;

	

}

#sidebar a:hover {

	color: #C52405;

}



.sidebar1 {

	width: 398px;

}



.sidebar2 {

	width: 190px;

	float: left;

	display: inline;

	

}



.sidebar1 ul ul, .sidebar2 ul ul {

	font-size: 0.7em;

	color: #999;

	line-height: 1.4em;

}



.sidebar1 ul div, .sidebar2 ul div {

	font-size: 12px;

	color: #676767;

	line-height: 1.4em;

}



.sidebar1 ul div div, .sidebar2 ul div div {

	font-size: 1em;

}



.sidebar1 li li {

	background: url(images/bullet.gif) center left no-repeat;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 15px;

	border-bottom: 1px solid #ddd;

}



.sidebar2 li li {

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 5px;

	border-bottom: 1px solid #ddd;

}



.sidebar1 li li li {

	font-size: 1.2em;

	background: none;

	background-position: none;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom: 0;

	border-left: 1px solid #ccc;

}



.sidebar2 li li li {

	font-size: 1.2em;

	background: none;

	background-position: none;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom: 0;

	border-left: 1px solid #ccc;

}



/*

Feed CSS

*/

.rssfeed {

	background: url(images/rssimg.gif) no-repeat;

	background-position: left 0px;

	padding-left: 30px;

}



.rssfeed a {

	border-bottom: 1px solid #ddd;

}



.emailfeed {

	background: url(images/rssemail.gif) no-repeat;

	background-position: left 0px;

	padding-left: 30px;

}



.feedform {

	font-size: 1em;

}



.feedemail {

	border: 1px solid #ddd;

	width: 200px;

	padding: 3px;

	color: #999;

	background: #fff;

}



.feedemail:focus {

	border: 1px solid #bbb;

	color: #ff9600;

	background: #fffff4;

}



.feedsubmit {

	border: 1px solid #ddd;

	text-transform: uppercase;

	background: #366799;

	cursor: pointer;

	color: #fff;

	font-size: 1em;

	height: 22px;

}



.feedsubmit:hover {

	background: #21a9e9;

}



/*

Sidebar Ads CSS


*/

.ads  {

text-align: center;
margin: 5px 0px 0px 0px;

}


ul.ads li {

	float: left;

	display: inline;

	margin-right: 3px;

}



/*ul.ads img {

	display: block;

	float: left;

}

*/

/*

Footer CSS

*/

#footer {

	width: 980px;

	padding: 10px;

	margin-top: 10px;

	background: #2C6D27;

	font-size: 12px;

	color: #ffffff;

	text-align: right;

}



#footer a {

	color: #ffffff;

	font-weight: bold;

}



#footer a:hover {

	color: #D43E1B;

}



.copyright {

	float: left;

	line-height: 2em;

}



.credit {

	float: right;

	color: #ffffff;

	line-height: 1.4em;

}



a.sitename {

	border-bottom: 1px solid #ffffff;

}



a.footrss {

	background: url(images/rssimg.gif) no-repeat left center;

	padding-left: 22px;

	margin-left: 10px;

	padding-top: 5px;

	padding-bottom: 5px;

}



.credit a {

	font-weight: bold;

	color: #666;

}



.credit a:hover {

	color: #ff9600;

}



/*

General Styles THE POST

*/

.post {

	margin-top: 5px;

	background: #FFF;

	padding: 10px;

	border-bottom: 1px solid #ccc;

	border-right: 1px solid #ccc;

	border-top: 1px solid #ccc;

	border-left: 1px solid #ccc;

}



.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {

	line-height: 1,2em;

	margin: 0px 0px 5px 0px;

}



.post p {

	line-height: 1.2em;

	margin: 0px 0px 7px 0px;

	padding-right: 10px;

}



.post h1 {font-size: 18px}

.post h2 {font-size: 16px}

.post h3 {font-size: 14px}

.post h4 {font-size: 14px}

.post h5 {font-size: 14px}

.post h6 {font-size: 14px}

.post p {font-size: 12px}

.post h1 {color: #2c6d27;letter-spacing:0px;}

.post h2 {color: #C52405;letter-spacing:0px;}

.post h3 {

	font-size: 14px;

	font-weight: bold;

	font-family: arial, tahoma;

	line-height: 1.5em;

	color: #c52405;

	margin-top: 20px;

	border: 1px solid #ddddd4;

	background: #f0f0f0;

	padding-left: 15px;}

.post h4 {color: #C52405}

.post h5 {color: #C52405}

.post h6 {color: #C52405}

.post p {color: #676767}



.post ul, .post ol {

	font-size: 16px;

	color: #676767;

	margin: 0px 0px 7px 0px;

}

.post li, .post li li {

	line-height: 1.5em;

	color: #676767;

	background: transparent;

	border:none!important;

	padding-left: 5px;

	margin-left:25px;

	}

.post ol {margin-left: 16px}



.post ul ul, .post ol ol {

	font-size: 16px;

	margin-bottom: 5px;

	margin-top: 5px;

}

.post ul li, .post ul li ul li {

	background: none repeat scroll 0 0 #F0F0F0;

	background-position: left 8px;

	padding-left: 15px;

	padding-top: 2px;

	padding-bottom: 2px;

	background: transparent url(images/bullet-green.gif) center left no-repeat;

	padding-left: 15px;

}



.post ol li, .post ol li ol li {

	padding-top: 2px;

	padding-bottom: 2px;

}



.post img {

	vertical-align: middle;

	

}



.post img a: hover {

	vertical-align: middle;

	

}



.more-link {

	font-weight: bold;

	font-size: 1.1em;

	font-family: "Trebuchet MS";

	display:block;

	

}



.post ins {

	text-decoration: underline;

}



.post del {

	text-decoration: line-through;

}



.post code {

	display: block;

	border: 1px solid #ddd;

	width: 450px;

	padding: 10px;

	background: #fffff4;

	color: #999;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 10px;

}



.post blockquote {

	display: block;

	border: 1px solid #ddd;

	width: 450px;

	padding: 10px 10px 0px 10px;

	background: #FFF;

	color: #333;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 10px;

}





.post blockquote p {

	background: url(images/blockquote.gif) no-repeat;

	background-position: left top;

	padding-left: 40px;

	color: #01bc0a;

	font-weight: bold;

}



a {

	color: #666666;

	font-weight: bold;

	

}



a:hover {

	color: #C52405;

	font-weight: bold;

}



.post h2 a {

	color: #2c6d27;

	font-size: 18px;

	font-weight: bold;

}



.post h2 a:hover {

	color: #C52405;

	font-weight: bold;

}



.post .entry {

	margin-top: 10px;

	margin-bottom: 10px;

}



.post .postinfo {

	color: #aaa;

	font-size: 10px!Important;

	border-top: 1px solid #EEEEEE;

	line-height: 1.4em;

	padding-top: 2px;

	padding-bottom: 2px;

}



.post .info {

		float: left;

	font-size: 11px!Important;

	padding-top: 5px;

}



.post .info a {

	padding-top: 4px;

	padding-bottom: 4px;

	height: 15px;

	background: url(images/ico_author.gif) no-repeat left center;

	padding-left: 18px;

	font-size: 11px!Important;

}



.post .commentnum {

	float: right;

	background: url(images/ico_commentw.gif) no-repeat left center;

	padding-left: 20px;

	padding-top: 5px;

	font-size: 11px;

}



.post .category {

	font-size: 11px;

	color: #AAAAAA;

	background: url(images/ico_cat.gif) no-repeat;

	background-position: left 3px;

	padding-left: 20px;

	padding-top: 7px;

	padding-bottom: 7px;

	border-bottom: 1px solid #EEEEEE;

}



.post .tags {

	background: url(images/ico_tags.png) no-repeat;

	background-position: left 3px;

	padding-left: 35px;

	font-size: 12 px;

	color: #999999;

	line-height: 1.5em;

	padding-top: 5px;

	border-top: 1px solid #eee;

	float: right;

	text-transform: lowercase;

}



.post .ratings {

	font-size: 0.75em;

	line-height: 1.3em;

	color: #666;

	margin: 0px 0px 10px 0px;

}



.post .views {

	font-size: 0.75em;

	color: #666;

	margin: 0px 0px 10px 0px;

}



/*

Post Images - Alignments

*/

img.alignleft, img.alignright, img.aligncenter, img.alignnone {

	border: 0px solid #DDDDD4;



}



.alignleft {

	float: left;

	display: inline;

	margin-right: 10px;

	margin-bottom: 2px;

}



.alignright {

	float: right;

	display: inline;

	margin-left: 10px;

	margin-bottom: 2px;

}



.aligncenter {

	display: inline;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

}





.alignnone {

	display: inline;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

}



p.wp-caption-text {

	color: #676767;

	text-align: center; 

	margin: 0px;

}



/*

Default Navigation _Next entries _Previous entries

*/

.nav {

	margin-top: 10px;

	font-size: 0.75em;

}



.nav a:hover {

	color: #333;

}

	



.nav_left {

	float: left;

	display: inline;

}



.nav_right {

	float: right;

	display: inline;

}



/*

Other Post Boxes

*/

.post_header {

	padding-top: 10px;

	margin-left: 10px;

	padding-right: 10px;

	border-bottom: 1px solid #e4e7cf;

}



.post_header h1 {

	font-size: 1em;

	color: #444;

}



.post_author, .post_follow {

	background: #f0f0f0;

	padding: 10px;

	font-size: 0.75em;

	color: #666;

	line-height: 1.5em;

	border: 1px solid #eeeee4;

	font-family: "Trebuchet MS"

}



.post_follow a {

	font-weight: bold;

}



/*

Comments

*/

.commentlistdiv {

	margin-top: 10px;

	padding: 10px;

	background: #FFF;

	border: 1px solid #ddd;

	font-size: 0.7em;

	color: #999;

}



.commentlistdiv h1 {

	font-size: 11px;

	color: #C52405;

	border-bottom: 1px solid #eee;

	line-height: 1.5em;

}



.commentlist li {

	background: #fff;

	border-bottom: 1px solid #ddd;

	padding: 20px;

}



.commentlist li.alt {

	background: #fff;

}



.pane_l {

	float: left;

	display: inline;

	width: 160px;

	min-width: 160px;

	max-width: 160px;

	border-right: 2px solid #ddddd4;

	padding-right: 20px;

	margin-right: 20px;

}



.pane_r {

	display: block;

	line-height: 1.5em;

	margin-left: 201px;

}



.c_author {

	font-weight: bold;

	margin: 0px 0px 7px 0px;

}



.c_avatar {

	display: block;

	margin: 0px 0px 7px 0px;

}



.c_date {

	color: #aaa;

	font-size: 0.9em;

	margin: 0px 0px 7px 0px;

}



.c_approved {

	color: #aaa;

}



/*

Trackbacks / Pinbacks

*/

.post_ping {

	background: #e9f7ff;

	padding: 10px;

	border: 1px solid #eeeee4;

	font-family: "Trebuchet MS";

	font-size: 0.7em;

	color: #666;

	line-height: 1.5em;

}



.post_ping h1 {

	font-size: 1.2em;

}



.post_ping ol {

	margin-left: 20px;

}



.post_ping ol li {

	padding-top: 3px;

}



/*

Reply

*/

.reply {

	margin-top: 10px;

	padding: 10px;

	background: #FFF;

	border: 1px solid #ddd;

	font-size: 0.7em;

	color: #666;

}



.reply h1 {

	font-size: 14px;

	color: #C52405;

	line-height: 1.5em;

	border: 1px solid #ddddd4;

	background: #f0f0f0;

	padding-left: 15px;

}



.reply label {

	font-family: "Trebuchet MS";

	font-weight: bold;

	margin-top: 5px;

	margin-bottom: 5px;

	vertical-align: middle;

	color: #666;

	margin-left: 5px;

}



.replytext {

	width: 200px;

	background: #FFF;

	margin-top: 5px;

	margin-bottom: 5px;

	vertical-align: middle;

	color: #666;

	border: 1px solid #eee;

	padding: 3px;

}



.replytext:focus {

	background: #fffff9;

}



.replyarea {

	width: 500px;

	height: 140px;

	background: #FFF;

	margin-top: 5px;

	margin-bottom: 5px;

	vertical-align: middle;

	color: #666;

	border: 1px solid #eee;

	padding: 3px;

}



.replyarea:focus {

	background: #fffff9;

}



.replybutton {

	cursor: pointer;

	font-weight: bold;

	background: url(images/commentbutton.gif) no-repeat;

	width: 100px;

	height: 22px;

	margin-top: 5px;

	margin-bottom: 5px;

	vertical-align: middle;

	color: #fff;

}



.replybutton:hover {

	background: url(images/commentbutton_on.gif) no-repeat;

}

#nextgen-gallery-sidebar-widget a {

	margin: 2px;

	

}



.related_post a {

	font-weight: bold;



}





.wp-caption {

	color: #676767;

	border: 1px solid #DDDDD4;

	text-align: center;   

	padding-top: 5px;

	background: none repeat scroll 0 0 #F0F0F0;

	line-height: 1.6em;

	

	}

	

.wp-caption img{

	display: block;

	text-align: center!important;

	margin-left: 5px;

	margin-right: 5px;

	

	}



/*WP - Featured post*/

.featuredpost a {

	font-weight: bold;

	font-size: 12px;



	}

	

.featuredpost a:hover {

	color: #01BC0A!important;

	}

	

.featuredpost li {



	padding-left: 15px;

	padding-top: 2px;

	padding-bottom: 2px;

	padding-left: 5px;

	margin-left: 25px;

	}



.featuredpost h1 {

	padding-bottom: 10px;

	}



.featuredpost h1 a {

	font-size: 18px;

	font-weight:bold;

	color: #2C6D27!important;

	padding-bottom: 10px;

	display:block;

	

	}

	



/*WP - Related post*/

.related_post {

	background: none repeat scroll 0 0 #F0F0F0;

	border: 1px solid #ddddd4;

	padding-left: 15px;

	}



.related_post li {

	border: 1px solid #ddddd4!important;

	margin-left: -15px!important;

	}

	

	

/*Related posts variant 2*/



.RPBC  {

	

	background: none repeat scroll 0 0 #F0F0F0;

	

	}

	

.RPBC ul {

	margin-bottom: -0px!important;



	}

	

.RPBC li {

	border: 1px solid #ddddd4!important;

	margin: 2px!important;

	padding-left:2px!important;

	background:none!important;

	vertical-align: middle!important;

	width: 190px;

	float: left;

	

	}

	

.RPBC a {

	display:block;

	width: auto;

	height:62px;

	overflow: hidden;

	background: #F0F0F0!important;

	margin:2px;

	margin-left: 0px!important;

	}

	

.RPBC a:hover {

	background: #ffffff!important;

	}

	

.RPBC img {

	vertical-align: middle!important;

	float:left;

	margin-right: 5px;

	

	

	}

	

	/*PROBA 2*/

.post bg thickbox {

	width:200px!Important;

	}

	

.bg {

	width: 250px!important;

	height:250px;

	float:left;

	margin-left: 10px!important;

	overflow: hidden!important;

	}

	/*Reklama*/

.reklama {

	text-align:center;

	border: 0px solid #DDDDD4;

	background: #ffffff none repeat scroll 0 0;

	margin: 5px;

	

	}

	

.about {

	border: 1px solid #DDDDD4;

	width: 395px;

	background: #F0F0F0;

	margin-top: 5px;

	text-align:left;

	color: #666666;

	padding:5px;

	line-height: 1.2em;

	}

	

.centre {

	text-align: centre;

	

	}

	

/*Associated posts*/



.associated-posts  {

	

	background: none repeat scroll 0 0 #F0F0F0;

	

	}

	

.associated-posts ul {

	margin-bottom: -0px!important;



	}

	

.associated-posts li {

	border: 1px solid #ddddd4!important;

	margin: 2px!important;

	padding-left:2px!important;

	background:none!important;

	vertical-align: middle!important;

	width: 235px;

	float: left;

	height: 62px;

	padding-top: 0px!important;

	}

	

.associated-posts a {

	display:block;

	width: auto;

	height:60px;

	overflow: hidden;

	background: #F0F0F0!important;

	margin: 2px;

	}

	

.associated-posts a:hover {

	background: #ffffff!important;

	}

	

.associated-posts img {

	width: 60px;

	height: 60px;

	vertical-align: middle!important;

	float:left;

	margin-right: 5px;

	margin-left:0px!important;

	margin-top: 2px;

	

	}

	

	

/*Related posts variant 2*/



.RPBC2  {

	

	background: none repeat scroll 0 0 #F0F0F0;

	width: 980px;

	height: inherit;

	

	}

	

.RPBC2 ul {

	margin-bottom: -0px!important;



	}

	

.RPBC2 li {

	border: 1px solid #ddddd4!important;

	margin: 2px!important;

	padding-left:2px!important;

	background:none!important;

	vertical-align: middle!important;

	width: 190px;

	float: left;

	

	}

	

.RPBC2 a {

	display:block;

	width: auto;

	height:62px;

	overflow: hidden;

	margin: 2px;

	background: #F0F0F0!important;

	}

	

.RPBC2 a:hover {

	background: #ffffff;

	}

	

.RPBC2 img {

	vertical-align: middle!important;

	float:left;

	margin-right: 5px;

	

	}

	

	

/*Related posts variant 3*/



.RPBC3  {

	

	background: none repeat scroll 0 0 #F0F0F0;

	width: 600px;

	height: inherit;

	

	}

	

.RPBC3 ul {

	margin-bottom: -0px!important;



	}

	

.RPBC3 li {

	border: 1px solid #ddddd4!important;

	margin: 2px!important;

	padding-left:2px!important;

	background:none!important;

	vertical-align: middle!important;

	width: 265px;

	float: left;

	

	}

	

.RPBC3 a {

	display:block;

	width: auto;

	height:62px;

	overflow: hidden;

	background: #F0F0F0!important;

	margin-right:2px;

	}

	

.RPBC3 a:hover {

	background: #ffffff!important;

	}

	

.RPBC3 img {

	vertical-align: middle!important;

	float:left;

	margin-right: 5px;

	

	}

	

/* Hover effect main */



ul.gallery2 {

	width: 1100px; /*--Adjust width according to your scenario--*/

	list-style: none;

	margin: 0; padding: 0;

}

ul.gallery2 li {

	float: left;

	padding: 0!important;
	
	margin-bottom: 5px;
	
	margin-right: 2px;

	text-align: center;

	border: 1px solid #ccc!important;

	-moz-border-radius: 1px; /*--CSS3 Rounded Corners--*/

	-khtml-border-radius: 1px; /*--CSS3 Rounded Corners--*/

	-webkit-border-radius: 1px; /*--CSS3 Rounded Corners--*/

	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/

	background: none;

	line-height: normal;

	

}

ul.gallery2 li a.thumb2 {

	width: 190px; /*--Width of image--*/

	height: 115px; /*--Height of image--*/

	padding: 2px;

	border-bottom: 1px solid #ccc;

	cursor: pointer;

	background:#FFF;

}

ul.gallery2 li span { /*--Used to crop image--*/

	width: 190px;

	height: 115px;

	overflow: hidden;

	display: block;

}

ul.gallery2 li a.thumb2:hover {

	background: #333; /*--Hover effect for browser with js turned off--*/

	

}

ul.gallery2 li h2 {

	font-size: 12px!important;

	font-weight: normal;

	text-transform: uppercase;

	padding: 5px;

	margin-bottom: -0px!important;

	background: #ffffff;

	border-top: 1px solid #fff; /*--Subtle bevel effect--*/

	margin-top:none!important;

	}

ul.gallery2 li a:hover {

	color: #777;

	

}

ul.gallery2 li a {font-size: 14px!important;text-decoration: none; color: #777; display: block;}


/*--Image gallery--*/
.wGallery img{
	width: 80px!important;
	Height: 80px!important;
	background: none!important;
	}
	
.wGallery li {
	float: left;
	margin: 1px;
	background: none!important;
	}
	/*--VIDEO--*/
#player1, #player2, #player3 {text-align: center;}

