@import 'categories.css';

* { margin: 0; padding: 0; }
html {
	background: #ccddff url('/bg.jpg') repeat-x 0 0;
        background-attachment:fixed;
        background-position: center center;
}
body {
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	text-align:justify;
}
a {
	color: #E60000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #01AA01;
	text-decoration: underline;
}
p {
	margin: 0px; 
	padding: 10px 0;
	text-indent: 0px;
}
h1 {margin: 20px 0 0;}

img {
	border: none;
	filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
}

h2 {
	font: normal 16px Arial, Verdana, sans-serif;
	margin: 5px;
	color: #000000;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
}
* html blockquote {height: 1%;}
blockquote p {
	margin: 0px;
}

#wrapper {
	width: 995px;
	margin: 0px auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 90px;
/*	border-bottom: 3px solid #EAEAEA; */
	margin-bottom: 0px;
	position: relative;
}
#top-nav {
	position: absolute;
	top: 0px;
	right: 0;
	list-style: none;
}
#top-nav li {
	float: left;
}
#top-nav a {
	color: #000000;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
	font-size: 12px;
}
#top-nav .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#searchform {
	position: absolute;
	top: 27px;
	right: 0;
}
#searchform input,
#search input {
	font: 11px Arial, Verdana, sans-serif;
	float: left;
}
#s, .search {
	width: 175px;
	padding: 2px 6px;
	border: 1px solid #222222;
	height: 14px;
}
#searchsubmit, .go {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 20px;
	width: 60px;
	cursor: pointer;
	margin-left: 10px;
}

.logo {
	top: -5px;
	position: absolute;
}

#logo {
	left: 210px;
	position: absolute;
	top: -15px;
	color: #222222;
	line-height: 1;
	font-size: 33px;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}

#nav {
	top: 65px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 24px;
	padding: 5px 0 0 0;
	clear: both;
	border-top: 1px dotted #222222;
	border-bottom: 1px solid #222222;
	font-family: Arial;
}
#nav li {
	font-size: 12px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}
#nav li a {
	margin: 0 20px 0 10px;
	color: #000000;
	font-weight: bold;
}
#nav li a:hover {color: #444;}
#nav li.current_page_item {
	background: url(i/arrow.gif) no-repeat center left;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	margin-top: 5px;
	width: 100%;
	margin-bottom: 0px;
}
#container-forum {
	margin-top: 5px;
	width: 995px;
	margin: 0px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 545px;
	float: left;
	padding: 0 10px 10px 0;
	overflow: hidden;

}
#content_forum {
	width: 600px;
	float: left;
	padding: 0;
	margin: 0;
}
#content h2 {
	font: normal 19px Arial, Verdana, sans-serif;
	padding: 1px 0 4px;
}
#content h2.pagetitle {
	padding-left: 3px;
}
#content h3 {
	font: normal 17px Arial, Verdana, sans-serif;
	padding: 1px 0 4px;
	margin-bottom: 0px;
}



#content p img .alignnone{
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    }

.wp-smiley {
	padding: 0px !important;
	margin: 0px !important;
	clear: both;
	text-indent: 0px;
	opacity: 0;
}
#content .post {
	margin: 0 0 5px;
}
#content .post h2, #content .post h3 {
	font-size: 18px;
	margin: 0 0 0px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 0px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 11px;
	padding: 0 0 7px;
}
.page {
	padding-left: 15px;
}
.entry {
	padding: 0px;
	margin: 0px;
}
.entry h1 {
	font-size: 18px;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 17px !important;
	font-weight: bold !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 15px !important;
	font-weight: bold !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 13px;
	font-weight: bold !important;
}

h4 {
	margin-bottom: 10px;
}

.entry p {
	font-size: 12px;
	width: 510px;
	color: #ffffff;
}
.line {
	clear: both;
	padding: 3px;
	margin: 0 0 0px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 0px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	padding: 10px 10px 0 0;
}
.navigation {
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
}
#order select {
	font: 13px Arial, Verdana, sans-serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 13px 10px;
}
#content ul.child-categories ul {
	margin-left: 10px;
}

h3 {
	font-size: 13px;
	color: #000000;
}

h3 #comments {
	padding-bottom: -10px;
	border: 1px solid #000;
}
#respond h3 {
	margin: 10px 0 0;
}

ol.commentlist {list-style: none; margin: 20px 0 0; padding:0;}
ol.commentlist li {border: 1px solid #DFDFDF; height: 1%; margin: 0 0 10px; padding: 5px 10px 8px; position: relative;}
ol.commentlist li ul.children li {margin: 0 0 2px;}
ol.commentlist li.comment-author-admin {border-color: #999;}
ol.commentlist li div.vcard cite.fn {font-style: normal; font-weight: bold;}
ol.commentlist li div.vcard img.avatar {border: 1px solid #DDD !important; padding: 2px !important; position: absolute; right: 8px; top: 8px; margin: 0 !important;}
ol.commentlist li div.comment-meta {font-size: 10px; font-weight: bold; color: #888;}
ol.commentlist li div.comment-meta a {color: #888; text-decoration: none;}
ol.commentlist li div.comment-meta a:hover {text-decoration: underline;}
ol.commentlist li div.reply {font-size: 13px; line-height: 16px; width: 100%; overflow: hidden; text-transform: lowercase; }
ol.commentlist li div.reply a {background: #F4F4F4; float: left; color: #AA0001; text-decoration: none; padding: 0 6px 2px; border: 1px solid #CCC;}
ol.commentlist li div.reply a:hover {background: #E60000; color: #FFF; border: 1px solid #E60000;}
ol.commentlist li ul.children {list-style: none; margin: 10px 0 0;}
#cancel-comment-reply small {font-size: 13px}
ol.commentlist li.even {background: #FFF;}
ol.commentlist li.odd {background: #F4F4F4;}

#commentform p {
	padding: 8px 0 3px;
}
#author, #email, #url, #comment, #submit {
	font: 13px Arial, Tahoma;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 528px;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
li.depth-1 #comment {width: 505px}
li.depth-2 #comment {width: 485px}
li.depth-3 #comment {width: 462px}
li.depth-4 #comment {width: 442px}
li.depth-5 #comment {width: 425px}
#submit {
	width: 115px;
	height: 24px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
#submit:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}



/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 440px;
	font-size: 12px;
	line-height: 17px;
}
* html #sidebars {height: 1%;}

#l-sidebar {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#r-sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}

#sidebars ul {
	margin: 0 0 0px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0px;
}
#sidebars li a {
	background: url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}
#sidebars h2 {
	font: normal 20px Arial, Verdana, sans-serif;
	padding: 0 0 3px 3px;
}
#sidebars h3 {
	font: normal 17px/19px Arial, Verdana, sans-serif;
	padding: 0 0 3px;
}
#sidebars .post {
	margin: 0 0 5px;
}
#sidebars p {
	padding: 0;
}
#sidebars .postmetadata {
	font-size: 11px;
}

#autoriz {
	margin: 0 0 20px;
}
#autoriz label {
	display: block;
	float: left;
	width: 58px;
	padding: 0 12px;
	font-size: 13px;
}
#autoriz input {
	float: left;
	font: 13px Arial, Verdana, sans-serif;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 0 2px;
}
.rememberme {
	padding: 0 0 0 12px;
}
#autoriz .rememberme label {
	cursor: pointer;
	padding: 0;
	width: 120px;
	margin: 2px 0 0;
	*margin: 3px 0 0;
}
#autoriz .rememberme input {
	width: 15px;
	padding: 0;
	border: none;
	margin: 2px 4px 0 0;
	*margin: -1px 4px 0 0 !important;
	*margin: -1px 2px 0 0;
}
#autoriz #enter {
	float: right;
	margin: 0 12px 0 0;
	border: none;
	background: #E60000;
	color: #FFF;
	width: 60px;
	height: 21px;
	cursor: pointer;
}
#autoriz p {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}
#autoriz a {
	margin: 0 7px;
}

#manage {
	margin: 0 0 20px;
}
#manage p {
	padding: 0 0 10px 5px;
	font-size: 13px;
	font-weight: bold;
}

.inner-box {
	padding:1em; 
}
 
.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10 {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}
 
.r10 { margin: 0 10px; }
.r9 { margin: 0 9px; }
.r8 { margin: 0 8px; }
.r7 { margin: 0 7px; }
.r6 { margin: 0 6px; }
.r5 { margin: 0 5px; }
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }
 
#rounded-box-10, #rounded-box-light, #rounded-box-dark { margin: 0px; margin-bottom: 10px; }
#rounded-box-10 .inner-box { padding: 0.4em 1em;}
#rounded-box-light .inner-box { padding: 10px 10px;}
#rounded-box-dark .inner-box { padding: 10px 10px;}
.inner-box, b {
	background-color: #000000;
	color: #ffffff;
	filter:alpha(opacity=88);
        -moz-opacity:0.88;
        opacity: 0.88;
}

#rounded-box-light .inner-box, #rounded-box-light b {
	background-color: #ffffff;
	color: #000000;
	filter:alpha(opacity=90);
        -moz-opacity:0.9;
        opacity: 0.9;
}

#rounded-box-dark .inner-box, #rounded-box-dark b {
	background-color: #000000;
	color: #ffffff;
	filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 995px;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}

#ads_copyright_div {
	display: none;
}
.search-excerpt { background: #009900 }

#sfversion {
	display: none;
}

.preview img  {float:left; margin:0 10px 0 0}

#socializ {
	position: fixed;
	margin-left: -70px;
	z-index: 1000;
  	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 6px 0;
	background: none;
	filter:alpha(opacity=80);
        -moz-opacity:0.8;
        opacity: 0.8;
	background-color: #000000;
}
* html #socializ {display: none}
#socializ:hover {
	background: #F6F6F6;
  	border: 1px solid #D4D4D4;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
}
#socializ a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 6px;
	background-color: #F6F6F6;
}
#socmore {
  	text-align: center;
	cursor: pointer;
	margin: -11px 0 4px;
	width: 32px;
}
#socializ img {
	margin: 0 !important;
	padding: 0 !important;
}

div.price-vip {
background: url(http:/mypets.by/price.gif) no-repeat 0% 0%;
font-family: Verdana;
font-size: 13px;
height: 40px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 90px;
}

strong.search-excerpt { background: red; }




img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}




#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -100px;
}
 
#back-top a {
	width: 88px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
 
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
 
/* arrow icon (span tag) */
#back-top span {
	width: 88px;
	height: 88px;
	display: block;
	margin-bottom: 7px;
	background: #000 url(http://mypets.by/up-arrow.png) no-repeat center center;
	filter:alpha(opacity=70);
        -moz-opacity:1;
        opacity: 1;
 
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
 
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


.jQtooltip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted;
}
.jQtooltip div {
  display: none;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 9000;
  width: 190px;
  padding: 8px 12px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #000;                              
  -webkit-box-shadow: 0 1px 3px #C4C4C4;
  -moz-box-shadow: 0 1px 3px #C4C4C4;
  box-shadow: 0 1px 3px #C4C4C4;
  border: 1px solid #DBB779;
  background: #FFF6BD;
  -moz-border-radius: 2px;
  border-radius: 2px;
}



#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
	font-family: Georgia;
	}
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
	text-align: center;
	font-size: 25px;
	}
#boxes #dialog {
	width:375px;
	height:553px;
	padding:10px;
	background-color:#000000;
	filter:alpha(opacity=10);
        -moz-opacity:0,1;
        opacity: 0,1;
	}
.close {
	float: right;
	margin-top: 8px;
	padding:5px;
	}
