/*  
Theme Name: IT cafe_
Description: IT cafe_ theme based on the woothemes
Version: 1.1
Author: Design.Eclipse SP
Author URI: http://www.design.eclipse-sp.ua
*/

/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #25170E url(images/bg.jpg) no-repeat center 0;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.post p, .post ul, .post ol, .post table {padding:0 0 10px 0;  }
.txt0 {padding:0!important;}
.excerpt {
margin:10px 0;
}
em { color: #d9e3ea }
.arch_link {
margin:10px 0 0 0;
display:block;
}

/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
}
h1 { font-size:30px; }
h2 { font-size:22px; }
h3 { font-size:22px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #6099ff;
	font-family: Arial;
	margin: 10px 0;
}
h4 {
	color: #a3d5ea;
	font-family: Arial;
	font-size: 14px;
	margin: 10px 0;
}
.vcard {
font-size:18px;
float:left;
}
.commentmetadata {
float:right;
font-size:11px;
}
.rules {
display:block;
margin:10px 0 0 0;
font-size:11px;
}
.logged-in  {
display:block;
margin:0px 0 10px 0;
font-size:11px;
}
/* Anchors */
a, a:link, a:visited {
	color: #99dd00;
	/*text-decoration: none;*/
}
a:active, a.active {
	color:#99dd00;
}
a:hover {
	color:#fff!important;
}
/* Lists */
#main div.box1 ul {
	padding:20px;
	list-style:inside;
}
#main div.box1 ol {
	padding:20px;
	list-style:inside;
	list-style-type:decimal;
}
#sidebar .box1 { margin:7px 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol { 
	list-style-type:none;
}

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
	font:1.00em Arial; color:#fff;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		height: 200px;
		width: 100%;
		
	}
	.wood_h {
	background:url(images/wood.png) repeat-x scroll 66px 0px;
	height:74px;
	margin-bottom:-81px;
	}
		#logo { margin: 0 }

			#logo a {
				/* background: url(images/logo.png) no-repeat; */
				cursor:pointer;
				display:block;
				left:-39px;
				position:absolute;
				top:80px;
			}
	.eclipsesp {
	background: url(images/bg-footer-logo.png) no-repeat;
	display:block;
	float:right;
	height:55px;
	margin:35px 0 0;
	width:296px;
	}
	#content {
		padding: 0 0 4em;
		width: 100%;
	}
	.home {
	margin:280px 0 0 0;
	}
		.home #main {
			float: left;
			width: 521px;
		}
		#main {
			float: left;
			width: 660px;
		}
		.home #sidebar_h {
			float: right;
			width: 420px;
		 
		}
		.home .hi {display:none;}
		
		#sidebar {
		float:right;
		width:279px;				
		}
		.home_sidebar #sidebar {
		width:100%!important;				
		}
		#sidebar h3 { margin:0 0 15px 0; }
	
#footer {
	width: 100%; height: 90px;
	background: url(images/bg-footer.png) repeat-x;
}
	#footerWrap {
		color: #dadada;
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}
#footer {margin-top: -97px; bottom: -7px }


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	height: 38px;
	width: 750px;
	position: absolute;
	top: 10px; left: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fff;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #A8FF00;
	color:#222!important;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 52px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #footerWrap #copy {
	position: absolute;
	top: 52px; left: 0;
}
	#footer #footerWrap #copy a {
		color: #6099ff;
	}
.hohi {
	-x-system-font:none;
color:#FFFFFF;
font-family:Arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
position:absolute;
margin: 0px;
width:400px;
top:-300px;
left:15px;
}
.hi {
	-x-system-font:none;
color:#FFFFFF;
font-family:Arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:18px;


}
	.hi p a {
		
		font: 12px/30px Arial, Helvetica, sans-serif;
		margin-top:10px;
	}

h3#myWritings {
	background: url(images/bg-h2-mywritings.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px 20px;
}

h3#myVideos {
	background: url(images/bg-h2-myvideos.png) no-repeat;
	width: 138px; height: 33px;
	margin: 0 0 10px 20px;
}

h3#myPhotos {
	background: url(images/bg-h2-myphotos.png) no-repeat;
	width: 137px; height: 34px;
	margin: 0 0 10px 10px;
}
h3#myLifestream {
	background: url(images/bg-h2-mylifestream.png) no-repeat;
	width: 189px; height: 34px;
	margin: 0 0px 10px 20px;
}
h3#myFavblog {
	background: url(images/bg-h2-myfavblog.png) no-repeat;
	width: 150px; height: 32px;
	margin: 0 0px 10px 20px;
}
h3#myCameras {
	background: url(images/bg-h2-camera.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px 20px;
}
h3#myBanners {
	background: url(images/bg-h2-friends.png) no-repeat;
	width: 160px; 
	height: 34px;
	margin: 0 0 10px 20px;
}
h3#myRegistration {
	background: url(images/bg-h2-registration.png) no-repeat;
	width: 200px; 
	height: 34px;
	margin: 0 0 10px 10px;
}
h3#myTags {
	background: url(images/bg-h2-tags.png) no-repeat;
	width: 200px; 
	height: 34px;
	margin: 0 0 10px 10px;
}
h3#myСomments {
	background: url(images/bg-h2-comments.png) no-repeat;
	width: 225px; 
	height: 34px;
	margin: 0 0 10px 10px;
}

#camera.box1 {
padding:20px!important;
}
#flickr .box1  {
padding:15px 0 15px 15px !important;
}
h2.lifestream_date { display:none; } 
p.lifestream_credits { display:none; } 


div.box1, ol.commentlist li, form#comments { background: url(images/bg-box.png) repeat !important; background: #111; }

div.box-ponorama {
	padding-bottom: 20px !important;
}

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 5px 20px 10px;
}
	div.box1 ul, div.box1 ul.blog-list li p { margin: 0 }

		div.box1 ul.blog-list li {
			border-bottom: 1px dashed #3f566e;
			padding: 0 0 15px;
		}

	div.box1 p.link {
		text-align: right;
		margin: 0 0 15px;
	}
	
	div.box1 ul.left-list {
		float: left;
		width: 230px;
		padding: 10px 0 10px 10px;
	}

	div.box1 ul.right-list {
		float: right;
		width: 230px;
		padding: 10px 10px 10px 0;
	}
	
		div.box1 ul.left-list li, div.box1 ul.right-list li, div.box1 ul.list3 li {
			line-height: 13px;
			border-top: 1px dashed #3f566e;
			padding: 8px 0;
		}
		
		div.box1 ul.list3 {
			margin: 15px 0 0;
		}

		div.box1 ul.list3 li {
			padding: 15px 0;
		}
		
		div.box1 ul.list3 li ul {
			margin: 0;
			border: none !Important;
		}

		div.box1 ul.list3 li ul li {
			margin: 0 0 0 15px;
			padding: 15px 0 0;
			border: none !Important;
		}
		
		div.box1 ul.left-list li a, div.box1 ul.right-list li a, div.box1 ul.list3 li a { color: #dadada }

div.box2 {
	background-color: #141517;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
}

.txt0, .txt0 a, .continue { 
	color: #a3d5ea; 
}
.post .txt0, .post .txt0  a {
color:#5c7e38;
font-size:11px;
}
.post .txt0 a:hover {
color:#A8FF00;
}
h3.txt1 {
	background: url(images/ico-1.gif) no-repeat 15px 25px;
	padding: 20px 0 0px 45px;
	color:#fff!important;
}

#sidebar h3 {
	color: #fff!important;
	font-weight: normal;
}

#sidebar a {
	color: #6099ff;
}

ol.commentlist  { margin:0; }

ol.commentlist li {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}
	ol.commentlist li p { clear:both; padding:10px 0 0 0 }

		ol.commentlist li img.avatar {
			float:right;
			padding:0 10px 0 10px;
		}

		ol.commentlist li p a { color: #6099ff; }
		
	ol.commentlist li ul li {
		/*padding: 15px 0px 5px 20px;*/
		margin:0;
	}

ol.commentlist .comment-meta a, 
ol.commentlist .comment-meta a:hover { 
	 
	padding-bottom:5px; 
	color:#5C7E38!important;
	font-size:11px;
	text-decoration: none;
	cursor: default!important;
}
ol.commentlist .children { margin:5px 0 0 0; }

h3.title { color: #fff!important; margin: 0 0 14px 20px }
#sidebar h3 { color: #fff!important; margin: 0 0 14px 20px }
div.post { padding: 5px 0px }
.post strong { font-weight: 700;}
.post em { font-style: italic}


.home .post { border-bottom: 1px dashed #777777}

div.post img { 
	border:1px dashed #777777; 
	padding:5px !important; 
}

div.post a:hover img { 
	border:1px dashed #fff; 
}



.box1 .navigation { padding: 10px 0; }

h2.hd-page {
	margin: 20px 0;
}
div.box1 ul.list2 li, div.list3 li {
	border-bottom: 1px dashed #777;
	padding: 8px 0;
}
div.list3 .lifestream li { border:none; }


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 7px;
}
input.text { width: 168px }
select.select { width: 200px }
textarea.textarea { width: 585px; height: 100px; background-color: #fff }

button.button {
	color: #fff;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 13px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				position: absolute;
				top: 5px; left: 195px;
			}
			
	form.form p.submit { margin: 15px 0 0 0 }
	
	form.form p.submit input { padding: 5px 10px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }
	
	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 32px;
	position: absolute;
	top: 10px; right: 0;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 8px; left: 8px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 5px; right: 10px;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}
		

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Sidebar Tabber
-------------------------------*/

ul.idTabs {
	width: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.idTabs li {
	display: inline;
	margin-right:5px;
	float:left;
}

ul.idTabs li a {
	display:block;
	float:left;
	height:16px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}
#tabs .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#tabs .inside ul li {
	line-height: 13px;
	border-bottom: 1px dashed #555;
	padding: 15px 0;	
}
#tabs .inside ul#comm li {
	background:url(images/ico-6.gif) no-repeat left center;
	padding-left:28px;
}
#tabs .inside ul#pop li {
	background:url(images/ico-2.gif) no-repeat left center;
	padding-left:28px;
}
.sb1 {
display:none;
}
.home .sb2 {
display:none;
}
.home .sb1 {
display:block;
}
#tagcloud {
	padding:15px;
	line-height:20px;
}
#tagcloud a {
padding:5px;
}
#tabs .inside ul{
	margin:0;
	padding:0px 15px 10px 15px !important;
}
.home #tabs {
	width:234px;
	margin:8px 0 20px;
}
.home div#myfavblog {
	width:234px;
}



/*-------------------------------
Widgets
-------------------------------*/


.widgetized .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}

table#wp-calendar { margin:0 !important; }

#wp-calendar caption {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	font-family: Georgia;
}

#wp-calendar thead {
	color: #6099ff;
	font-weight: bold !important;
}

#wp-calendar #next, #wp-calendar #prev {
	padding: 10px 0 0 !important;
}

#flickr {
	clear: both;
	padding-bottom:5px;
}

#flickr .flickr_badge_image a {
		float: left;
		display: inline;
		margin: 0 10px 10px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#flickr .flickr_badge_image a:hover {
	border: 1px dashed #fff;
}
#browseFlickr{
	background: url(images/bg-flickr.png) no-repeat;
	width: 91px; height: 11px;
	margin: 0 25px 10px 12px;
	float:right;
}
#video {
	padding: 20px;
}

#sidebar #advert_125x125 { padding:10px 10px 5px; margin: 0 0 18px;	}
#sidebar #advert_125x125 img { margin:0 1px 0px 1px; }

#portfolio {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#portfolio a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#portfolio a:hover {
	border: 1px dashed #fff;
}


/*-------------------------------
Lifestream
-------------------------------*/
table.lifestream td {
padding:10px 10px 10px 0 !important;
vertical-align:top;
}
.list3 .first, .list3 h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #fff;
}

.list3 .lifestream-icon {
	float: left;
	padding: 0 15px 0 0;
}

.list3 .lifestream-post {
	font-size: 14px;
}

.list3 .lifestream-post p {
	margin: 0 !important;
}
.lifestream .lifeitem  {
border-bottom:1px dashed #777777;
}

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }


/* ----------------------------------------------- */

.ltdpost-container{
	width:960px;
	overflow: hidden;
}
.ltdpost-container-inner {
	width: 1006px;
}


.post.ltd .txt0, .post.ltd .content_ltd  {
display:none;
}

.limtd {
	position: relative;
	width:165px;
	height:250px !important;
	float:left;
	margin: 0px 46px 46px 0px !important;
	padding: 5px 20px;
}

.limtd h3{
	font-size:18px;
	height:38px;
	margin:10px 0px !important;
	line-height:18px;
}

.limtd .post {
	padding: 0px;
}

.limtd .thumb a img {
	-padding: 5px;
}
.thumb {
float:left;
margin-right:15px;
}
.grey {
	color:#ccc;
}
.price_ltd  {
	padding:6px 6px 0 0;
	font-size:25px;
	position:absolute;
	bottom: 20px;
	right: 0px;
	color:#333;
	width:100px;
	height:25px;
	background:#a8ff00;
	font-weight:bold;
	text-align:right;
}
.price  {
	padding:6px 6px 0 0;
	font-size:25px;
	position:relative;
	bottom: 20px;
	right: -20px;
	color:#333;
	width:100px;
	height:25px;
	background:#a8ff00;
	font-weight:bold;
	text-align:right;
	float:right;
	margin-top:25px;
}

.price_ltd span, .price span {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	margin-right:-5px;
}
.wm {
	font-weight:normal;
	font-style:italic;
color:#333;
background:#a8ff00;
}
.wm_b {
background:#a8ff00;
background-image:none !important;
}
.home_pic {
background: url(images/pic.png) no-repeat 0 0;
width:791px;
height:418px;
margin:90px 0 0 315px;
}

#gallery-1 .gallery-item a img {
	border: 1px dashed #888888 !important; padding: 5px !important;
}
#gallery-1 .gallery-item a:hover img { 
	border: 1px dashed #ffffff !important;
}

/* ------------ Pager styles ----------------------- */

.wp-pagenavi {}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	padding: 1px 5px; 
	margin: 2px;
	text-decoration: underline;
	border: none;
	color: #a8ff00;
	background-color: none;	
}
.wp-pagenavi a:hover {	
	border: none;
	color: #ffffff;
}
.wp-pagenavi span.pages {
	padding: 1px 5px; 
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	border: 1px solid #5c7e38;
	border: none;
	background-color:none;
}
.wp-pagenavi span.current {
	padding: 1px 5px; 
	margin: 2px;
	color: #ffffff;
}
.wp-pagenavi span.extend {
	padding: 1px 5px;  
	margin: 2px;	
	border: none;
	color: #ffffff;
	background-color: none;
}
.lifestream {
	/*
width:50%;
float: left;
	*/
}
.clearer {
clear:both;
}
.lifedate {
display:none;
}
/* ------------ Pager styles END ------------------- */


/* ------------ Photo contest ---------------------- */
.photo-contest-item img {
	border:1px dashed #888888;
	padding:5px !important;
}
.photo-contest-item {
	padding-top:20px !important;
}

.photo-contest-item .anonce {
	padding-top:10px;
}

.photo-contest-item .post-ratings {
	padding-left:10px;
	text-align:center;
	width:140px;
}

.photo-contest-link-to-all {
	text-align: right;
	padding-right:10px;
}

#fancy_title {
	/*display:none!important;*/
}
.photo-contest-folding-button {
	text-decoration:none;
	border-bottom:1px dashed #99DD00;
	font-size:16px;
}
.photo-contest-folding-area {
	padding:14px 5px;
}
.photo-contest-text {
	padding:10px 5px;
}
h5 {
	margin:20px 0 5px 0;
	font-size:14px;
	font-weight:bold; 
}
.banner-click-area {
display:block;
height:370px;
left:500px;
position:absolute;
top:90px;
width:456px;
z-index:10000;
}

/* ------------ Photo contest END ------------------ */

#nav .cat-item-4 {
	display:none;
}

.home .middle-section {
/*	background-color: red;*/	
	width:255px;
	float:left;
}
.home .banners-section {
	/*background-color:blue;*/
	display:block;
	float:right;
	width:165px;
}
.home .fr {
	display:block!important;	
}
.lifestream-container {
	width:234px;
}
.banners-section .box1 a {
	display:block;
	padding:10px 10px 0px 10px;
}
.banners-section .box1 {
	padding:10px 10px 20px 10px !important;
}
.addthis_toolbox {


}

.share.box1 {
border-top:1px dashed #CCCCCC;
margin:10px 0 0;
padding:25px 5px 5px;
}
.wc_tables  {
border-right: 1px solid #99DD00;
border-bottom: 1px solid #99DD00;
}
.wc_tables td {
border-left: 1px solid #99DD00;
border-top: 1px solid #99DD00;
padding: 5px;
text-align: center;
background: #f9f9f9;
color: #000;
}
.wc_tables td.leftcell {
border-left: 1px solid #99DD00;
border-top: 1px solid #99DD00;
padding: 5px;
text-align: left;
background: none;
color: #fff;
}

.wc_tables th {
border-left: 1px solid #99DD00;
border-top: 1px solid #99DD00;
background: #99DD00;
color: #333;
text-align: center;
padding: 5px;
font-weight: bold;
}
.wc_left {
float: left;
width: 450px;
}
.wc_right {
float: right;
width: 450px;
}
.legend {
padding: 7px!important;
font-size: 11px;
color: #555!important;
}
.world {
border-left: 1px solid #99DD00;
border-top: 1px solid #99DD00;
width: 450px;
margin:0 0 20px;
}
.world td {
border-right: 1px solid #99DD00;
border-bottom: 1px solid #99DD00;
padding:5px;
}
.world th {
border-right: 1px solid #99DD00;
border-bottom: 1px solid #99DD00;
background:#99DD00;
color: #000;
padding:5px;
}

.time, .chet {
width: 50px;
background: #f9f9f9;
color: #000;
text-align: center;
}
.wc2010_logo {
background: url(images/cup2010_logo.png) no-repeat 0 0;
height:228px;
margin:78px 0 0 782px;
position:absolute;
width:200px;
z-index:10000;
}

h1, h2, h3, h4, #footer #footerWrap #copy a, #sidebar a, ol.commentlist li p a {
	color: #99dd00 ; 
}

.post h1, .post h2, .post h3, .post h4, .sp_events h3 {
	color: #fff;
}

p.txt0, p.txt0 a, .continue { 
	color: #99dd00 ; 
}

#tec-content {
	background:url("images/bg-box.png") repeat scroll 0 0 transparent !important;
	-moz-border-radius:6px 6px 6px 6px;
}

.tec-othermonth {
	border: none!important;
}



table.tec-calendar, .tec-calendar td {
	border:4px solid transparent !important;
}

.tec-calendar thead th {
	background-color: transparent!important;
	color: #99DD00!important;
	font-weight:bold;
}

table.tec-calendar { 
	margin-top:0px!important;
}

.tec-control-block {
height:20px;
margin:0 auto;
position:relative;

background:url("images/bg-box.png") repeat scroll 0 0 transparent !important;
-moz-border-radius:6px 6px 6px 6px;
padding:10px;

}

.tec-prev-month {
	position:absolute;
	left:0;
	margin:0 14px;
}

.tec-next-month {
	position:absolute;
	right:0;
	margin:0 14px;
}

.tec-calendar hr {
	border: none;
	border-bottom: 1px solid #777777;
}

.tec-calendar-buttons-top {
	height:20px;
	margin-bottom:20px;
	margin-top:-30px;
	right:0;
	text-align:right;
}

.tec-current-month {
	margin:0 auto;
	text-align:center;
	width:200px;
}

.tec-current-month h3 {
	margin:0 !important;
	color: #fff !important;
}

#new_tags_section .list2 {
	padding: 15px 0px;	
}

#new_сomments_section {
	width:235px;
}

#new_сomments_section li.last_comment,
#myfavblog li.last-link {
	border: none;
}

.single-events-sidebar .dig-in {
	display:none;	
}

.lifestream_meta {
	display: none!important;
}

.lifestream-paging {
	display: none!important;
}

.page-h3-title {
	color: #fff;
}

.comment-edit-link {
	display: none;
	
}

.attachment-post-thumbnail {
	float:left;
	margin-right:12px;
	margin-top:5px;
}

.addthis-bottom-area {
	border-top:1px dashed #CCCCCC;
	padding-top:20px;
}
#fancy_bg {
	background-color:#000!important;
}

.ngw-gallery {
	border:1px dashed #777777;
	float:left;
	margin:5px;
	padding:5px;
}

.photo-gallery-page-data {
	margin-bottom: 15px;
}

.ngg-thumbnail img.Thumb:hover,
.ngw-gallery:hover {
	border:1px dashed #fff;	
}

.wp-smiley {
	border:none!important;
	padding:0px!important;
}

#main {
	position:relative;
}

.it-ticket {
	height: 165px;
	width: 230px;
	background:url("images/it-ticket.png") no-repeat scroll 0 0 transparent;
	float:right;
	margin-top: -15px;
	margin-right:-30px;
	position: relative;
}

.it-ticket-data {
	color:#472c1d;
	font-family:arial,regular;
	font-size:14px;
	padding:16px 0 0 55px !important;
}

.it-ticket-day-of-the-week {
	color:#7a5744;
	font-size:14px;
	padding:0 0 0 55px !important;
	font-family:arial,regular;
}

.it-ticket-free {
	color:#472C1D;
	font-family:arial,regular;
	font-size:19px;
	padding:6px 0 8px 55px !important;
	width:50px;
}

.it-ticket-price {
	color:#472c1d;
	font-size:28px;
	padding:6px 0 8px 55px !important;
	font-family:arial,regular;
}

.it-ticket-second-price {
	color:#2A170D;
	font-family:arial,regular;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 55px !important;
	width:110px;
}

.it-ticket-btn {
	bottom:10px;
	left:63px;
	margin:auto;
	position:absolute;
	width:121px;
}

.btinput {
	background-color:#99DD00;
	color:#25170E;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-right:30px;
	padding:0 10px 3px !important;
	text-decoration:none;
	width:110px;
	height:20px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border:medium none;
	font-weight:bold;
}









