body
{
	font: 80%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #E0F4F9;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #006699;
	text-decoration: underline;
}
a:visited
{
	color: #76a3b6;
	text-decoration: undeline;
}
a:hover
{
	color: #CC0000;
}
img
{
	border: none;
}
p
{
	padding: 0px 0px 15px;
	margin: 0px;
}
ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* H1 */
h1
{
	margin: 0px;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #FFFFFF;
	}
	h1 a,
	h1 a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	h1 a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
		border: none;
		background: none;
	}
/* H2 */
h2
{
	color: #006699;
	margin: 0px 0px 2px;
	width: 100%;
	font-size: 1.5em;
    line-height: 1em;
	padding-bottom: 3px;
	}
	h2 a,
	h2 a:visited
	{
		color: #006699;
		text-decoration: none;
	}
	h2 a:hover
	{
		color: #56bdea;
		text-decoration: none;
	}

/* H3 */
h3
{
	font-size: 125%;
	line-height: 100%;
	font-weight: bold;
	color: #175f7e;
	margin: 10px 0px 5px;
}
/* H4 */
h4
{
    font-weight: normal;
    font-size: 130%;
    line-height: 100%;
	color: #758d38;
	margin: 10px 0px 5px;
}

form
{
	margin:0px;
	padding:0px;
}

#page
{
	margin: 0px auto;
	width: 1010px;
	background:#fff;
	border-top: 2px solid #b9e8f4;
}

/* header area */
#header
{
	background: #000 url(images/head-bg.gif) repeat-x;
	height: 126px;
	position: relative;
	color: #D16683;
}
#headerimg
{
	position: relative;
	padding: 10px 0px 0px 10px;
	margin: 0px auto;
	width: 1010px;
	}
	#headerimg h1
	{
		line-height: 40px;
		padding-right: 10px;
		margin-right: 10px;
		float:left;
		border-right: 1px solid #669966;
		}
		#headerimg h1 a,
		#headerimg h1 a:visited
		{
			display: block;
			color: #C0DF72;
		}

		#headerimg h1 a:hover 
		{
			color: #a6e5f4;
		}
	#headerimg .description
	{
		float:left;
		margin-top:15px;
		color: #a6e5f4;
		font-size: 14px;
	}

ul#nav
{
	position:relative;
	width: 1004px;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	clear:both;
	height: 26px;
	top: 19px;
	text-align: center;
	line-height: normal;
}
ul#nav li
{
	float: left;
	height: 26px;
	background: url(images/navtabr.gif) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
}
ul#nav .page_item a
{
	color: #13475f;
	display: block;
	background: url(images/navtabl.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 10px;
	font: bold 12px Arial;
	line-height: 26px;
}
ul#nav li:hover
{
	background-position: 100% -36px;
}
ul#nav .page_item a:hover
{
	background-position: 0px -36px;
	border: none;
}

ul#nav li.current_page_item
{
	color: #13475f;
	text-decoration: none;
	background: url(images/navtabactiver.gif) top right no-repeat;
}
ul#nav .current_page_item a,
ul#nav .current_page_item a:visited
{
	color: #13475f;
	text-decoration: none;
	background: url(images/navtabactivel.gif) top left no-repeat;
}

/* content area */
#content
{
	padding: 10px 0px 30px 13px;
	float: left;
	width: 620px;
	overflow: hidden;
	}
	#content img
	{
		border: 1px solid #D3EAF3;
		padding: 5px;
	}
	#content img.wp-smiley
	{
		padding: 0;
		vertical-align: middle;
	}

.post
{
	clear:both;
	padding-top: 15px;
	padding-bottom: 30px;
}

.entry
{
	background:url(images/crv_btm.gif) no-repeat bottom;
	padding-bottom:7px;
	width: 580px;
	display: table;
}
.entrytop
{
	background:url(images/crv_top.gif) no-repeat top;
	padding-top: 11px;
	width: 580px;
	display: table;
}

.entry h2
{
	width: 440px;
	padding-left: 20px;
	float: left;
}
.inpost-date
{
	float: right;
	background: url(images/post-date.gif) no-repeat left center;
	color:#9ec13f;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 20px 0 38px;
}
.post-date
{
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month
{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day
{
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-meta
{
	background: url(images/vcard.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
	margin: 10px 0 0 10px;
	font-size: 12px;
}
.post-cat
{
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
}
.post-comments
{
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
}
.post-calendar
{
	float:left;
	background: url(images/post-date.gif) no-repeat left center;
	color:#9ec13f;
	font-size: 11px;
	font-weight: bold;
	padding-left: 38px;
}
.post-content
{
	clear: both;
	padding: 10px;
	}
	.post-content p
	{
		font-size: 110%;
	}
	.post-content a
	{
		text-decoration: underline;
	}
	.post-content .authorNote
	{
		border-left: 5px solid #e0f4f9;
		background: #f5fdff;
		padding: 10px;
		margin: 10px 0;
	}

.post-info
{
	padding: 0px 15px;
	height: 15px;
	color: #3e98ad;
	font-size: 12px; 
	font-weight: bold;
	margin-top: -10px;
	}
	.post-info a
	{
		color: #006699;
		text-decoration: none;
	}
	.post-info a:hover
	{
		color: #56bdea;
		text-decoration: underline;
		border: none;
		background: none;
	}
.post-content blockquote
{
	background: #f2f8fb;
	border-right: 2px solid #dbeff6; 
	border-bottom: 2px solid #dbeff6; 
	padding: 8px;
}
.navigation
{
	clear: both;
	padding: 10px 0px;
	}
	.navigation a,
	.navigation a:visited
	{
		color: #59770e;
	}
.previous-entries a
{
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a
{
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* COMMENTS AREA */
#comments,
#respond
{
	border-bottom: 1px dotted #4395BC;
	padding-bottom: 5px;
	clear: both;
}
.commentlist
{
	margin: 0;
    padding: 0;
	line-height: 130%;
	width: 590px;
	overflow: hidden;
	}
	.commentlist li
	{
		margin: 10px 0;
		padding:0;
		list-style:none;
		width: 100%;
		overflow: hidden;
	}

.comment-btm
{
	padding:10px 20px;
	}
	/* = cite = */
	.comment-btm blockquote
	{
		border: 1px dotted #4395BC;
		background: #dcf3fb;
		color: #9f9e9e;
		font-style: italic;
		margin-top: 0;
		padding: 0;
		}
		.comment-btm blockquote p
		{
			margin: 0;
			padding: 7px;
		}


#content .commentlist .commentAuthor
{
    display: inline;
}
#content .commentlist .commentAuthor,
#content .commentlist .commentAuthor a,
#content .commentlist .commentAuthor a:visited
{
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
#content .commentlist .commentAuthor img
{
    float: left;
    margin-right: 10px;
    border: none;
}
#content .commentlist small
{
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

.whoAuthor
{
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	}
	.whoAuthor a
	{
		text-decoration: none;
	}
	#content .whoAuthor img
	{
		padding: 0;
	}

#commentform
{
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
	}
	#commentform div.block
	{
		padding: 6px 0px;
		margin: 0px;
		}
		#commentform div.block p.subscribe-to-comments
		{
			padding: 0;
		}

	#commentform label
	{
		color: #787878;
		font-size: 87%;
	}
	#commentform input
	{
		width: 200px;
		background:#f2f8fb;
		border: 1px solid #dbeff6;
		padding: 3px;
		margin-top: 3px;
	}
	#commentform textarea
	{
		width: 580px;
		height: 115px;
		background:#f2f8fb;
		border: 3px solid #dbeff6;
		padding: 2px;
		margin-top: 3px;
	}
	#commentform textarea:focus,
	#commentform input[type="text"]:focus
	{
		background: #ffffff;
	}
	#commentform #submit
	{
		background: url(images/btn-bg.gif) repeat-x;
		border: 1px solid #7FD4F4;
		font-weight: bold;
		color: #006699;
		float: left;
		width: 200px;
		height: 28px;
		cursor: pointer;
	}
	#commentform span.required
	{
		color: #ff9115;
	}

	#commentform #acp-preview
	{
		background: url(images/btn-bg.gif) no-repeat;
		border: 1px solid #7FD4F4;
		font-size: 12px; 
		font-weight: bold;
		color: #006699;
		float: left;
		width: 144px;
		height: 28px;
		cursor: pointer;
		margin-left: 10px;
	}

/* = sidebar = */
#sidebar
{
	float: right;
	padding: 20px 10px 20px 0px;
	width: 350px;
	color: #666666;
	overflow: hidden;
}

#sidebar .left-part
{
	float: left;
	width: 165px;
}
#sidebar .right-part
{
	float: left;
	width: 165px;
	margin-left: 20px;
}

/* = sidebar title (h2) = */
#sidebar h2,
#sidebar .sidebartitle
{
	font-size: 1.2em;
	line-height: 1em;
	color: #006699;
	border-bottom: 1px dotted #1888B8;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* sidebar list level1 */
#sidebar ul
{
	margin: 0;
	padding: 0;
	}
	#sidebar ul li
	{
		list-style: none;
		margin: 5px 0;
		padding: 0;
		border: none;
		}
		/* = sidebar list level2 = */
		#sidebar ul li ul
		{
			padding: 0;
			margin-bottom: 20px!important;
			}
			#sidebar ul li ul li
			{
				padding: 2px 0 2px 0px;
				}
				/* = sidebar list level3 = */
				#sidebar ul li ul li ul li
				{
					padding: 1px 0 1px 10px;
					border: none;
				}

			#sidebar ul li ul.subscribe li
			{
				padding-left: 20px;
				background: transparent url(images/mini-rss.gif) no-repeat 0 5px;
				}
				#sidebar ul li ul.subscribe li.centerAlign
				{
					text-align: center;
					background: none;
					padding-left: 0;
				}

/* = statistic = */
ul.statistic
{
	padding-left: 20px !important;
}
/* = ads = */
ul.reklama
{
	padding-left: 0px !important;
}
/* = blogroll = */
ul.linkcat li,
.linkcat li
{
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/* = category widget = */
ul.list-cat li {
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/* = archives widget = */
ul.list-archives li
{
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/* = pages widget = */
ul.list-page li
{
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}

/* = sub-pages = */
ul.list-page li ul div
{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 10px !important;
}

/* TEXT WIDGET */
.textwidget
{
	padding-top: 5px;
}

/* = search form = */
#searchform
{
	margin: 0px 5px 0 0;
	float: right;
	position:relative;
	background: url(images/search-bg.png) no-repeat;
	width: 220px;
	height: 48px;
	text-align: center;
	top: 45px;
	clear:right;
	z-index: 999;	
	}
	#searchform br
	{
		display: none;
	}
	#searchform #s
	{
		width: 150px;
		height: 20px;
		padding: 3px 5px 0px 5px;
		border: 1px solid #2bbbdc;
		background: #fff;
		margin-right: 2px;
		margin-top: 13px;
		color: #000000;
		font-weight: normal;
	}
	#searchform input
	{
		background: none;
		border: none;
		height: 25px;
		width: 27px;
		font-size: 12px; 
		font-weight: bold;
		color: #FFF;
		background: url(images/search_button_arrow.png);
		vertical-align: middle;
		margin-top: 13px;
	}
	#searchform input#searchsubmit
	{
		cursor: pointer;
	}

/* FOOTER AREA */
#footer
{
	width: 970px;
	margin: 0px auto;
	padding: 0 20px;
	color: #56bdea;
	clear: both;
	background:#132f3c url(images/footer-bg.gif) repeat-x;
	border-top: 1px solid #7FD4F4;
	height: 50px;
	line-height: 50px;    	
}
#footer a,
#footer a:visited
{
	color: #56bdea;
}
#footer a:hover
{
	color: #ffffff !important;
}	

.counters
{
	padding: 20px 0;
	text-align: center;
}
.counters img
{
	margin: 0 5px;
}


.valid
{
	background:url(images/valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}

/* ALIGNMENTS */
.center
{
	text-align: center;
	overflow: hidden;
}
img.center,
img[align="center"]
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
img.alignleft,
img[align="left"]
{
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright
{
	float: right;
}
img.alignright,
img[align="right"]
{
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear
{
	clear:both;
}

hr.clear
{
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* My styles */
table.football-table
{
	width: 300px;
	background: #f4fafd;
	border: 1px solid #316e91;
}

table.football-table tr.header
{
	background: #316e91;
	color: #F4FAFD;
	font-weight: bold;
}
table.football-table td { padding-left: 5px; }
table.football-table td.win { font-weight: bold; }
table.football-table td.winner { font-weight: bold; color: #002e48}
table.football-table td.lose { font-weight: bold; }
table.football-table td.team { font-weight: bold; color: #679ab7; }

table.table-style
{
	background: #f4fafd;
	bordeR: 1px solid #316e91;
}
table.table-style tr.header
{
	background: #316e91;
	color: #F4FAFD;
	font-weight: bold;
}
table.table-style td { padding-left: 5px; }
table.table-style tr.blue { background: #d9f0fb; }
table.table-style tr.light-blue { background: #ececff; }
table.table-style td.font-blue { color: #058dc2; }
table.table-style td.bold { font-weight: bold; }
table.table-style td a.on-top { color: #d9f0fb; }

.spacer { clear: both; line-height: 1; font-size: 1px; height: 1px; width: 1px; }
#reklama { clear: both; width:960px;margin:0px auto; font-size: 11px; }
#reklama a:hover { color: #006699 !important; }

img.wp-smiley { border: none !important; }

/* COMMENTS */
#content .commentlist li .comment-top
{
	width: 590px;
	height: 13px;
	background: url('images/bg-comment-top.gif') no-repeat;
	padding: 0;
	margin: 0;
}
* html #content .commentlist li .comment-top
{
	margin-bottom: -5px; 
}
#content .commentlist li.author .comment-top {
	background: url('images/bg-comment-top-author.gif') no-repeat;    
}

#content .commentlist li .comment-content img {
	padding-left: 0 !important;
}
#content .commentlist li .comment-content p img {
	padding: 0;
	vertical-align: middle;
}
#content .commentlist li .comment-content p
{
	padding: 8px 0;
}
#content .commentlist li .comment-content .arrow
{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(images/comment-arrow.gif) 0 0 no-repeat;
	top: -40px;
	left: 50px;
}
#content .commentlist li.author .comment-content .arrow
{
	background: url(images/comment-arrow-red.gif) 0 0 no-repeat;
}
.commentlist li .comment-content
{
	margin: 0;
	width: 590px;
	background: url(images/bg-comment-content.gif) repeat-y;
	position: relative;
	}
	.commentlist li .comment-content .inner
	{
		padding: 10px 25px;
	}
	.commentlist li.author .comment-content
	{
		background: url(images/bg-comment-content-author.gif) repeat-y;
	}

.commentlist li .comment-bottom
{
	width: 590px;
	height: 15px;
	background: url(images/bg-comment-bottom.gif) no-repeat;
}
.commentlist li.author .comment-bottom
{
    background: url(images/bg-comment-bottom-author.gif	) no-repeat;    
}

/* cite */
#content .commentlist li .comment-content blockquote
{
	border: 1px dotted #4395BC;
	background: #dcf3fb;
	color: #9f9e9e;
	font-style: italic;
	margin: 0 10px 10px 50px;
	padding: 0;
	}
	#content .commentlist li .comment-content blockquote p
	{
		margin: 0;
		padding: 7px;
		}
		#content .commentlist li.author .comment-content blockquote {
			border-color: #ffbfbf;
			background: #ffe6e6;
		}
/* /cite */

/* banners */
#content .top-banner
{
	text-align: center;
	width: 500px;
	position: absolute;
	top: 148px;
	margin-left: 40px;
}
#content .bottom-banner
{
	margin-top: 20px;
	text-align: center;
	width: 100%;
	}
	#content .bottom-banner img
	{
		border: none;
	}
/* /banners */ 

a.rus-link
{
	background: url('http://publicweb.ru/images/flags/russia_sm.gif') 0 0 no-repeat;
	padding-left: 25px;
}
a.eng-link
{
	background: url('http://publicweb.ru/images/flags/greatbritain_sm.gif') 0 0 no-repeat;
	padding-left: 25px;
}

pre
{
	font-size: 13px;
	width: 100%;
	overflow: auto;
	border: 1px solid #e0f4f9;
}

#smilesBlock
{
    display: none;
}

#smilesBlock img
{
    border: none;
    cursor: pointer;
}

.bannerSpacer
{
    clear: both;
    font-size: 1px;
    line-height: 1;
    height: 10px;
}

.wp-polls .pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background-image: url('http://publicweb.ru/wp-content/plugins/wp-polls/images/default/pollbg.gif');
	border: 1px solid #c8c8c8;
}

/*
.topBannerPlace
{
    clear: both;
	height: 75px;
}
*/

.message
{
    display: block;
    border: 1px solid #c8eff7;
    padding: 10px;
    margin-top: 10px;
    background: #fbfeff;
    text-align: center;
	clear: both;
}

/*buttons on comments form*/
#comment_quicktags
{
    text-align: left;
    margin-left: 0%;
}
#comment_quicktags #ed_comment_toolbar
{
    display: inline;
}
#comment_quicktags input.ed_button
{
    border: 1px solid #ff9115;
    background: #fff6e8;
    color: #000000;
    margin: 1px;
    width: 100px;
    cursor: pointer;
}
#comment_quicktags input.ed_button:focus
{
    background: #FFFFFF;
    border: 1px solid #686868;
    width: 100px;
}
#comment_quicktags #ed_strong
{
    font-weight: bold;
    width: 25px;
}
#comment_quicktags #ed_block
{
    width: 60px;
}
#comment_quicktags #ed_pre
{
    width: 45px;
}
#comment_quicktags #ed_link
{
    width: 60px;
}
#comment_quicktags #ed_em
{
    font-style: italic;
    width: 25px;
}

.clearB {
    clear: both;
}

.ad a {
    color: #006699;
}
.ad a:hover {
    color: #c00;
}

.displayNone
{
	display: none;
}


#portfolio a
{
	text-decoration: none;
	color: #fff;
	display: block;
}
#portfolio a:hover
{
	color: #fff;
}
	#portfolio a span
	{
		opacity: 0;
		padding: 0 5px;
		text-align: center;
		display: block;
	}
	#portfolio a	img
	{
		position: relative;
		padding: 0;
		border: none;
		vertical-align: top;
	}
	#portfolio li
	{
		background: #000;
		float: left;
		width: 140px;
		height: 140px;
		overflow: hidden;
	}
	#portfolio .description	
	{
		display: none;
	}
	.description,
	.description dl
	{
		overflow: hidden;
	}
	.description dt
	{
		float: left;
		width: 260px;
	}
	.description dd dt
	{
		float: none;
		width: auto;
		font-weight: bold;
	}
	.description dd
	{
		margin: 0 0 10px 260px;
	}
	.description dd dd
	{
		margin: 0;
	}
	
.aligncenter
{
	margin: 0 auto;
	}
	.aligncenter .wp-caption-text
	{
		text-align: center;
		color: #aaa;
	}
	
.shareBox
{
	overflow: hidden;
	margin: 0 10px 20px;
	}
	.shareBox ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.shareBox li
	{
		float: left;
		margin-right: 10px;
	}
	.shareBox .shareIcon
	{
		background: url(images/btn/social-icons-sprite.png) 0 0 no-repeat;
		width: 26px;
		height: 27px;
		display: block;
		text-indent: -999em;
	}
	.shareBox .shareTwitter
	{
		background-position: -52px 0;
	}
	.shareBox .shareTwitter:hover
	{
		background-position: -52px -27px;
	}
	.shareBox .shareVkontakte
	{
		background-position: 0 0;
	}
	.shareBox .shareVkontakte:hover
	{
		background-position: 0 -27px;
	}
	.shareBox .shareFacebook
	{
		background-position: -78px 0;
	}
	.shareBox .shareFacebook:hover
	{
		background-position: -78px -27px;
	}
	.shareBox .shareBuzz
	{
		background-position: -26px 0;
	}
	.shareBox .shareBuzz:hover 
	{
		background-position: -26px -27px;
	}
	.shareBox .shareMoiMir
	{
		background-position: -130px 0;
	}
	.shareBox .shareMoiMir:hover
	{
		background-position: -130px -27px;
	}
	.shareBox .shareLJ
	{
		background-position: -104px 0;
	}
	.shareBox .shareLJ:hover
	{
		background-position: -104px -27px;
	}
	.shareBox.likeIt
	{
		text-align: left;
	}
	.shareBox.likeIt li
	{
		float: none;
		margin-left: 120px;
		margin-bottom: 10px;
		}
		.shareBox.likeIt li.title
		{
			float: left;
			width: 110px;
			margin-left: 0;
			margin-bottom: 0;
		}
