/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
/* remember to define focus styles! */
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



/* BASIC */


body {
    font-family: Arial,Tahoma,Century gothic, sans-serif;
    color: #222;
    font-size: 13px;
    background: url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/body.png);
    margin: 0 auto;
    padding: 0px 0px;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #008FA8;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

blockquote {
    color: #59666f;
    font-style: italic;
    font-family: Georgia;
    padding: 10px;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
    margin: 10px 0;
}

table td,table th {
    text-align: left;
    border: 1px solid #fff;
    padding: .4em .8em;
}

table th {
    background: #ddd;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
}

table td {
    border: 1px solid #fff;
    background: #eee;
    color: #555;
}

table tr.even td {
    background: #eee;
    border: none;
}

table tr:hover td {
    background: #FFF9DF;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
}

img.alignnone {
    display: inline;
    background: #eee;
    margin: 0 0 10px;
    padding: 5px;
}

img.alignright {
    display: inline;
    background: #eee;
    margin: 5px 0 10px 10px;
    padding: 5px;
}

img.alignleft {
    display: inline;
    background: #eee;
    margin: 5px 15px 7px 0;
    padding: 5px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 15px 10px 0;
}

.wp-caption {
    text-align: center;
    background: #eee;
    margin: 10px;
    padding: 4px 0 5px;
}

.wp-caption img {
    border: 0;
    margin: 0 0 5px;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #444;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.boxshadow {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}



/* OUTER  */

#wrapper {
    margin: 0 auto;

}

/* HEADER */

#masthead {
}

.head {
    background: url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/top.png);
    border-bottom: 1px solid #ee0000;
}

#top {
    height: 140px;
    width: 1000px;
    margin: 0px auto;
}

#blogname {
    width: 740px;
    float: left;

}

#blogname h1 {
    font-size: 42px;
    margin: 20px 0 0 0;
    font-weight: normal;
	font-family:Georgia;
}

#blogname h1 a:link, #blogname h1 a:visited {
    color: #fff;
}

#blogname h3 {
    font-size: 16px;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
}


/* TOP-MENU */
	
#botmenu {
    height: 43px;
    margin: 0px auto;
    background: url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/menu.jpg) repeat-x;
	border-bottom: 1px solid #900000;
}
	
#submenu {
    margin: 0px auto;
    width: 1000px;
    padding: 0px 0px;
}
	
#submenu ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0px;
	border-left: 1px solid #900000;
}
	
#submenu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999;
    text-shadow: 1px 1px 0px #980C25;
	font-size: 15px;
	font-weight:normal;
}

#submenu li span.menudescription{
	display:block;
	font-size:10px;
	line-height:14px;
}	

#submenu li a {
	color: #fff;
	display: block;
    margin: 0;
	padding: 13px 15px 0px 15px;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #890519;
	height:30px;
	border-left: 1px solid #d60202;
	border-right: 1px solid #900000;
	}
	
#submenu li a:hover, #submenu li a:active, #submenu li a .current_page_item a  {
color: #fff;
text-shadow:1px 1px 0px #890519;
background:#D4072D url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/menua.png) repeat-x;
border-left: 1px solid #be0808;
	}
	
#submenu li a.sf-with-ul {
	padding-right: 10px;
	}	
#submenu li .sf-sub-indicator{
	display:none;
}		
#submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited {
	color: #ddd;
	background:#990000;
	text-shadow:1px 1px 0px #890519;
	font-size:12px;
	text-shadow:none;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:30px;
	height:30px;
	border:1px solid #aa0000;
	text-transform: none;
	position: relative;
	}

#submenu li ul li a:hover, #submenu li ul li a:active {
	background:transparent;
	color: #fff;
	background:#bb0000;
	}
	
#submenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background:#8E001A;

	}

#submenu li ul a { 
	width: 150px;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -40px 0 0 176px;

	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}
	
.snowbar{
	height:100px;
	background:#b00424 url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/snowbg.jpg) top;
	}
	
/* SEARCH FORM	 */
	
#search {
    width: 250px;
    padding: 0px;
    margin: 35px 0px 0px 5px;
    display: inline-block;
    height: 31px;
    float: right;
    border: 1px solid #c10628;
	background:#a00c27;
}

#search form {
    margin: 0;
    padding: 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search p {
    margin: 0;
    font-size: 11px;
}

#s {
    width: 240px;
    background: transparent;
    margin: 3px 0px 0px 10px;
    padding: 5px 5px;
    height: 20px;
    border: none;
    font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
    color: #eee;
    float: left;
    display: inline;
}

#searchsubmit {
    background: #222;
    border: none;
    color: #fff;
    display: block;
    padding: 7px 7px;
    float: right;
    cursor: pointer;
}	
	
	
.stitle{
	padding-top:30px;
	}	
	
	
/* BELOW HEADER */	

#casing {
    width: 1000px;
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
}


/*Message box */

.messageb {
	position:relative;
    margin: 0px auto;
	margin-top:-50px;
	height:348px;
	border:1px solid #fff;
	background:#fff;
	width:998px;
	-webkit-box-shadow: inset 0px 0px 20px 0px #eeeeee;
	-moz-box-shadow: inset 0px 0px 20px 0px #eeeeee;
	box-shadow: inset 0px 0px 20px 0px #eeeeee; 

}

.messbin{
	height:300px;
	margin:25px;
	width:950px;
	background:#f2f2f2 url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/messb.jpg) left no-repeat;
}

.messbin p{
	width:600px;
	margin:25px 20px 0px 350px;
	float:left;
	font-size:20px;
	font-family:Georgia;
	font-style:italic;
	color:#8d5e2e;
	text-shadow:0px 1px 0px #fff;
	line-height:120%;
}
.messbin h1{
	width:600px;
	margin:30px 20px 0px 350px;
	float:left;
	font-size:26px;
	font-family:Georgia;
	font-style:italic;
	color:#aa0000;
	text-shadow:0px 1px 0px #fff;
	line-height:120%;
}
.leftfern{
	background:url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/lfern.pn);
	position:absolute;
	left:-70px;
	top:-70px;
	width:215px;
	height:255px;
}

.rightfern{
	background:url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/rfern.pn);
	position:absolute;
	right:-50px;
	top:-50px;
	width:200px;
	height:200px;
}

.mshadow{
	height:30px;
	background:url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/shadow.png) center no-repeat;
}


/* CONTENT AREA */

#content {
    width: 670px;
    float: left;
    margin-top: 30px;

}

.post {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    margin: 0px 0px 10px 0px;
    color: #333;
	text-align:justify;
    padding: 0;
}

.fullpost {
    margin: 30px 10px 20px 10px;
    color: #333;
    background: #fff;
    padding: 0px 0px 25px 0px;
}

.postimg {
    float: left;
    margin: 10px 20px 10px 0px;
	padding: 7px;
	border: 1px solid #ddd;
}

.title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-family:Georgia;
}

.title  h2 {
    margin: 0px 0px;
    padding: 25px 25px 10px 25px;
    font-size: 28px;
    font-weight: normal;
    color: #555;
    line-height: 120%;

}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited {
    color: #900000;
    background-color: transparent;
}

.title  h2 a:hover {
    color: #333;
    background-color: transparent;
}

.postmeta {
    padding: 5px 0px;
    font-size: 10px;
    text-transform: uppercase;
	margin:10px 25px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	
}

.author {
    color: #ce190e;
    padding: 2px 5px 2px 15px;
    background: url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/user.png) left center no-repeat;
}

.clock {
    color: #ce190e;
    padding: 2px 5px 2px 20px;
    background: url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/clock.png) left center no-repeat;	
}

.comm {
    color: #ce190e;
    padding: 2px 5px 2px 20px;
    background: none;
}

.comm a:link,
.comm a:visited {
    color: #ce190e;
}

.comm a:hover {
    color: #ce190e;
}

.botmeta {
    background:#f6f6f6;
    padding: 15px 25px;
    font-size: 10px;
    text-transform: uppercase;
	border-top: 1px solid #e8e8e8;	
}

.categori {
    padding: 5px 0 5px 15px;
    color: #000;
    background: url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/tag.png) left center no-repeat;
 
}

.categori a:link,.categori a:visited {
    color: #555;
}

.categori a:hover {
    color: #000;
}

.entry {
    margin: 0px 25px 25px 25px;
    padding: 0px 0px;
}

.entry a:link,
.entry a:visited {
    color: #00ABCC;
}

.entry a:hover {
    color: #00ABCC;
}

.entry ul, .entry ol {
    margin: .4em 0 1em;
    line-height: 140%;
}

.entry ul li, .entry ol li {
    list-style-position: outside;
    margin-left: 1.6em;
}

.entry p {
    margin: 5px 0px 5px 0px;
    padding: 5px 0 0 0;
    line-height: 150%;
}

a.morer {
    background: #555;
    padding: 5px 10px;
    float: right;
    color: #fff!important;
}


/* SIDEBAR */

#right {
    width: 300px;
    float: right;
    margin-top: 30px;
}

/* Banners */

.squarebanner {
    margin: 0px 0px 30px 0px;
	background:#fafafa;
	border:1px solid #e6e6e6;	
}

.squarebanner ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px 0px 10px 15px;
    overflow: hidden;
}

.squarebanner ul li {
    list-style-type: none;
    margin: 10px 15px 10px 0px;
    float: left;
    display: inline;
}

.squarebanner ul li.rbanner {
    margin-right: 0px;
}

/* WIDGETS */
.sidebar {
    float: left;
}

h3.sidetitl {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0px 9px 15px;
    background: #af0021 url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/h3.jpg) center right no-repeat;
	text-shadow: 1px 1px 0px #00688B;
	border:1px solid #aa0000;
}

.sidebox {
    width:298px;
	background:#fafafa;
	border:1px solid #e6e6e6;
    list-style: none;
    color: #666;
    margin: 0px 0 30px 0px;
	padding:0px 0px 20px 0px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0 10px;
    padding: 0 0 ;
}

.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0px #fff;
}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.sidebox ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 298px;
    list-style-type: none;
    margin: 0;
    font-size: 14px;
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #646464;
    text-decoration: none;
    display: block;
    padding: 7px 0 7px 5px;
	border-bottom: 1px solid #dfdfdf;
}

.sidebox ul li a:hover {
    color: #C10628;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.widget_meta ul li {
    padding-left: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.sidebox.widget_recent_entries ul li a {
    padding-left: 5px;
    border-bottom: 1px solid #f2f2f2;
}

ul#recentcomments li.recentcomments {
    padding: 7px 0px;
    padding-left: 5px;
    border-bottom: 1px solid #f2f2f2;
  
}

div#calendar_wrap {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 0;
}

table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}

#wp-calendar caption {
    font-size: 16px;
    color: #375752;
    font-weight: 400;
    font-family: BebasNeueRegular,Georgia,Century gothic, Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 5px 5px;
}

#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #fff;
    background: #555;
    padding: 7px 5px;
}

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

#wp-calendar td {
    background-color: #eee;
    color: #444;
    margin: 0!important;
}

#wp-calendar td a {
    border: none;
    color: #D1512A;
}

.sidebox ul ul ul,.sidebox ul ul ul ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}

/* COMMENTS */

#commentsbox {
    margin: 0px 0px 0px 0px;
}

h3#comments {
    padding: 10px 0px;
    font-size: 20px;
    margin: 30px 0px 20px 0px;
    color: #444;
}

ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

ol.commentlist li {
    line-height: 18px;
    background: #fafafa;
    margin: 5px 0 20px 0px;
    padding: 25px;
    border: 1px solid #e8e8e8;
}

ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited {
    color: #333;
    font-weight: 700;
    text-decoration: none!important;
}

cite.fn {
    color: #eee;
    font-style: normal;
}

ol.commentlist li .comment-author .avatar {
    float: right;
    border: 1px solid #eee;
    background: #fff;
    padding: 3px;
}

ol.commentlist li .comment-meta .commentmetadata {
    color: #000;
}

ol.commentlist li .comment-meta a {
    color: #eb4606;
    text-decoration: none!important;
}

ol.commentlist li p {
    line-height: 22px;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

ol.commentlist li .reply {
    margin-top: 10px;
    font-size: 10px;
}

ol.commentlist li .reply a {
    background: #ccc;
    border: 1px solid #aaa;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
	text-shadow:0px 1px 0px #eee;
	-webkit-box-shadow: inset 0px -1px #eee;
	-moz-box-shadow: inset 0px -1px #eee;
	box-shadow: inset 0px -1px #eee; 
}

ol.commentlist li .reply a:hover{
	-webkit-box-shadow: inset 0px 1px #eee;
	-moz-box-shadow: inset 0px 1px #eee;
	box-shadow: inset 0px 1px #eee; 	
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}

.comment-nav {
    height: 20px;
    padding: 5px;
}

.comment-nav a:link,.comment-nav a:visited {
    color: #0093AD;
}

#respond {
    margin: 10px 0;
    padding: 0;
}

#respond h3 {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 5px 0 0;
}

#commentform {
    padding: 10px 0;
}

#commentform a {
    color: #E1512A;
}

#commentform p {
    color: #999;
    margin: 5px 0;
}

#respond label {
    display: block;
    color: #999;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #02070F;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
}

#respond input#commentSubmit {
    width: 100px;
    border: 1px solid #e5e5e5;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;	
    color: #999;
	text-shadow:0px 1px 0px #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 5px;
	background:transparent;
	-webkit-box-shadow: inset 0px -1px #fff;
	-moz-box-shadow: inset 0px -1px #fff;
	box-shadow: inset 0px -1px #fff; 

}
#respond input#commentSubmit:hover{
	-webkit-box-shadow: inset 0px 1px #fff;
	-moz-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff; 
}

textarea#comment {
    background: #fff;
    border: 1px solid #ddd;
    width: 70%;
    color: #02070F;
    margin: 10px 0 0;
    padding: 5px;
}

ol.commentlist li .comment-author,ol.commentlist li .comment-author .fn {
    color: #333;
}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}

ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4,ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 50px;
}

/* Archive title and pagination */	
	
h1.pagetitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}	

/* Footer widgets */


#bottom {
    margin: 0px auto;
    width: 1000px;
	border-bottom:1px solid #93021d;
}

.bottomcover {
    margin: 0px auto;
	background:url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/foot.png);
}

h3.bothead {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-family: Arial,Tahoma,Century gothic,sans-serif;
    font-weight: normal;
	text-transform:uppercase;
	border-bottom:3px solid #c7032a;
	text-shadow:0px 1px 0px #660214;
}

.botwid {
    float: left;
    width: 215px;
    padding-bottom: 10px;
    font-size: 11px;
    margin: 20px 10px 20px 20px;
    color: #ddd;
    list-style: none;
}

.botwid ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.botwid li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.botwid ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}

.botwid ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.botwid ul ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.botwid ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 215px;
    list-style-type: none;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #c7032a;
	-webkit-box-shadow: 0px 1px 0px #93011C;
	-moz-box-shadow: 0px 1px 0px #93011C;
	box-shadow: 0px 1px 0px #93011C; 
}

.botwid ul li a:link, .botwid ul li a:visited {
    color: #eee;
    text-decoration: none;
    display: block;
    
}

.botwid ul li a:hover {
    color: #fff;
}

.botwid p {
    padding: 7px 0px;
    margin: 0;
    line-height: 150%;
}

.botwid table {
    width: 100%;
    text-align: center;
    color: #787d7f;
}			

/* --- FOOTER --- */

#footer {
    padding: 0px 0px;
    margin: 0px 0px;
    color: #fff;
    font-size: 12px;
	background:url(http://ma.judo.org.ua/wp-content/themes/judo-tournament/images/foot.png);

}

#footer a:link , #footer a:visited {
    color: #fff;
}

#footer a:hover {
    color: #fff;
}

.fcred {
	border-top:1px solid #c50d30;
    text-align: center;
    margin: 0px auto;
    line-height: 16px;
	width:1000px;
	padding:20px 0px;
}

/* Pagenavi */
#navigation {
    padding: 10px 0px ;
}

.wp-pagenavi {
    font-size: 12px;
    text-align: center !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-decoration: none;
    background: #493D3D!important;
    border: 1px solid #191313 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi span.current {
    text-decoration: none;
    background: #333 !important;
    border: 1px solid #111!important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi span.extend {
    text-decoration: none;
    background: #333 !important;
    border: 1px solid #111 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}	

#banners {
margin: 25px 0 0 13px;
}

#banners a img {
margin-left: 0px;
opacity:0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
-moz-opacity:0.3;  /* Mozilla 1.6  */
filter:alpha(opacity=30); /* IE 5.5+*/
}

#banners a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}

#banners2 a img {
opacity:0.1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
-moz-opacity:0.1;  /* Mozilla 1.6  */
filter:alpha(opacity=20); /* IE 5.5+*/
}

#banners2 a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}