/*  
Theme Name: Healthy Pets
Theme URI: http://www.healthypets.techbrainiac.info
Author: TechBrainiac
Description: Nice Theme for Wordpress
Version:1
*/

* {
	font-family: "Trebuchet MS", arial;
	color: #fff;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}
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}



body {
	background:  #2f3331;


}
/*--------------------------------------Wrap----------------------------------------*/

#pagina {
	background-image:url(images/wrap.jpg);
	background-repeat:repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*--------------------------------------end Wrap----------------------------------------*/


/****************************************header*****************************************/
#header {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 489px;
}

/*--------------------------------------menu-------------------------------------------*/

#meniu {
	margin-left:25px;
	margin-top:8px;
	float: left;
	width: 650px;
}
#meniu ul {
	float: left;
	margin-top: 0px;
}

#meniu ul li {
	float: left;
	text-align: center;
}

#meniu ul li a {
	float: left;
	display: block;
	height: 30px;
	width:130px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding-top:12px;
	letter-spacing: 1px;
	color:#3a3e3f;
}

#meniu ul li a:hover {
	color: #d98e32;

}

#meniu ul li.current_page_item a {
	color: #d95407;



}

#meniu ul li.current_page_item a:hover {
	color: #d98e32;

}
/*--------------------------------------end menu-------------------------------------------*/
/*--------------------------------------search-------------------------------------------*/

#searchform {
	float: right;
	height: 25px;
	margin-right:14px;
	margin-top:4px;
}


#searchform fieldset {
	float: right;
	display: inline;
	padding-top: 0px;
	height: 20px;
	width:290px;
}


#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#searchinput {
	width: 180px;
	height: 15px;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 6px;
	background:none;
	color:#fffbc6;
}


#searchbutton {
	height: 25px;
	font-weight: bold;
	font-size:16px;
	color: #3a3e3f;
	text-align: center;
	cursor: pointer;
	float:right;
	margin-right:15px;
	margin-top:-21px;
	background:none;
}
/*--------------------------------------end search-------------------------------------------*/

/*--------------------------------------blog title-------------------------------------------*/

#logo {
	height:50px;
	float: left;
	display:block;
	margin-top: -4px;
	margin-left:25px;
}

#logo h1 {
	padding-top: 10px;
	font-size: 32px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:capitalize;
	
}

#logo h1 a {
	text-transform:capitalize;
	font-size: 32px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #d98e32;

}

#logo h1 a:hover {
	text-transform:capitalize;
	color: #e4f2e7;
}

#logo .description {
	color:#cbf23d;
	display:block;
	font-family:monospace,Helvetica,sans-serif;
	font-size: 16px;
	padding-top:2px;
	padding-left:54px;
	line-height: 1.4em;
}


/*--------------------------------------end blog title-----------------------------------------*/

/***************************************end header*********************************************/






/***************************************Content(left)*******************************************/

#column {
	float: left;
	width: 655px;
	margin-left: 15px;
}

.post {
	margin-top: 10px;
}

.post a {
	color: #d98e32;
}

.post a:hover {
	color: #d98e32;
}

.post-top {
	width: 655px;
	height: 40px;
	background: url(images/topc.jpg) no-repeat;
	overflow: hidden;
}

.post-bottom {
	overflow: hidden;
	idth: 655px;
	height: 36px;
	background: url(images/bottomc.jpg) no-repeat;
	margin-left:0px;

}
.post-bottom1 {
	overflow: hidden;
	idth: 655px;
	height: 36px;
	background: url(images/bottomc1.jpg) no-repeat;
	margin-left:0px;

}
.entry {
	margin-left:0px;
	background: url(images/wrapc.jpg);
	background-repeat:repeat-y;
	width: 655px;

}

.post-top h2 {
	width:550px;
	margin-left: 27px;
	margin-right: 15px;
	margin-top: 11px;
	font-family:arial;
	font-size: 20px;
	font-weight:bold;
}

.post-top h2 a {
	width:550px;
	font-family:arial;
	text-transform:capitalize;
	font-size: 18px;
	color:#d95407;
	font-weight:bold;

}
.post-top h2 a:hover{
	color:#2f3331 ;
	font-size: 18px;
}


.content {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left:14px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
	width:626px;
	text-align:justify;
	color:#e4f2e7;
	font-size: 12px;
	font-family:verdana;
	line-height: 1.5em;
	text-align:justify;
}
.content img{
	float:left;
	border: 4px solid #4b4c4c;
	width:180px;
	height:140px;
	margin-right:7px;
	margin-top:5px;
	}
.content img a:hover{
		border: 2px solid #fcf2c1;
}
.content p a {	
color:#e4f2e7;
}

.content .more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.content h1 {
	letter-spacing: 0px;
	font-size: 20px;
	color: #3a3e3f;
	margin:-42px 0 12px 18px;
}

.content h2 {
	width:500px;
	color: #3a3e3f;
	margin:-42px 0 12px 18px;
	font-family:arial;
	text-transform:capitalize;
	font-size: 18px;
	font-weight:bold;
}

.content h3 {
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #b70000;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}


.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color: #333;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}



blockquote {
	padding: 10px;
	padding-left: 40px;
	background-position: 8px 8px;
	margin-bottom: 15px;
}

blockquote p {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}
/***************************************post bottom elm*****************************************/
.tags1  {
	margin-left:24px;
	margin-top:9px;
	margin-right: 1px;
	float:left;
	color: #2f3331;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.tags1 a {
	color: #2f3331;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;

}

.tags1 a:hover {
	color: #2f3331;		
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.tags2 {
	margin-top:9px;
	margin-right:24px;
	float:right;
	color: #e4f2e7;
	text-align:right;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.tags2 a {
	color: #e4f2e7;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	}

.tags2 a:hover {
	color: #e4f2e7;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	}





/***********************************end post bottom elm*****************************************/


.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #ccc;
}

.alignleft {
	float: left;
	display: inline;
	background: #000;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	background: #000;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: inline;
}

.alignnone {
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 12px;
	color: #999;
}
/***************************************end Content(left)***************************************/





/***************************************Comments**************************************/
#combox {
	margin-left:12px;
	margin-right:12px;
	margin-top:20px;
	

}

h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left:10px;
	padding-top:10px;
	color:#e4f2e7;
}

h3#comments {
	color:#e4f2e7;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
}

ol.commentlist {
	list-style-type: none;
	padding-bottom: 20px;
}

ol.commentlist li {
	background: #bfd615;
	margin-top: 20px;
	margin-left:12px;
	width:602px;
}

ol.commentlist li.alt {
	width: 602px;
	background: #bfd615;
	margin-top: 20px;
	margin-left:12px;
}

img.avatar {
	border:3px solid #f2f0ce; 
	margin-right:3px;
	}


.commentbody {
	background:#2f3331;
	width:602px;
	margin-bottom:10px;
	padding-top:10px;
	float: left;
	display: inline;
}

.commentbody em {
	font-size: 11px;
}
p.comment_author, p.comment_author a {
	padding-left:10px;
	font-weight: bold;
	color: #fefffe;
	font-size: 11px;
}

p.comment_author a:hover {
	padding-left:10px;
	font-weight: bold;
	color: #fefffe;
}

p.comment_time {
	padding-left:10px;
	line-height: 1.5em;
	color: #fefffe;
	font-size: 10px;
	float:left;
	font-family: tahoma;
	text-transform: uppercase;
}
p.comment_time a{
	color:#fefffe;}
.comment_text {
	line-height: 1.5em;
	color: #fefffe;
	padding-left:10px;
	text-align:justify;
	margin-top: 15px;
	font-size: 11px;
}
.comment_text p {
	line-height: 1.5em;
	color: #fefffe;
	margin-right:10px;
	text-align:justify;
	margin-top: 20px;
	font-size: 11px;
	padding:5px 5px 5px 5px;
	}
.reply form {

	
	padding: 10px;
}

.reply p {
	color:#fefffe;
	margin-top: 10px;
	font-size: 11px;
}
.reply p a {
	color:#fefffe;
	}
	
.reply p a:hover {
	color:#fefffe;
	}
.reply fieldset {
	
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply textarea {
	
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	width: 200px;
	padding: 5px;
	color: #fefffe;
	background:#636564;

}

.replytext:focus {
	background:#636564;

}

.replyarea {
	background:#636564;
	line-height: 1.5em;
	padding: 5px;
	width: 497px;
	height: 120px;
	color: #e4f2e7;
}

.replyarea:focus {
	background:#636564;
}

.replybutton {
	background: #636564;
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #fefffe;
	cursor: pointer;
}


/***************************************end Comments**************************************/










/***************************************Sidebar(right)******************************************/




#sidebar {
	width:295px;
	margin-top:11px;
	float:right;
}

.sidebar {
	float: right;
	width: 295px;
	margin-right: 18px;
	font-size: 11px;
}

.sidebar a {
	color: #366799;
}

.sidebar a:hover {
	color: #5ea2e7;
}

.sidebar ul li h2 {
	margin-top: 0px;
	padding-top:8px;
	display: block;
	width: 295px;
	height: 39px;
	background-image:url(images/h2side.jpg);
	background-repeat:no-repeat;
	color: #d95407;
	letter-spacing:1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 20px;
}

.sidebar ul li div {
	padding: 10px;
	line-height: 1.4em;
	font-size: 11px;
}
.sidebar ul ul {
	padding: 10px;
	margin-top:0px;
	margin-left:-6px;
}

.sidebar ul ul ul {
	padding: 0px;
	border: 0;
	background: #000;
}

.sidebar ul li ul li {
	display: block;
	margin-left:11px;
	margin-top:0px;
	width: 295px;
	height: 28px;
	padding-left: 0px;
	padding-top: -3px;
	padding-bottom: 0px;
}

.sidebar ul li ul li a {
	display: block;
	background-image:url(images/subtitle.jpg);
	background-repeat:no-repeat;
	color: #484f47;
	height:27px;
	width:270px;
	padding-top:4px;
	padding-left:25px;
	font-family:verdana;
	font-size:11px;
	line-height: 1.4em;
}
.sidebar ul li ul li a:hover{
	background-image:url(images/subtitle1.jpg);
	background-repeat:no-repeat;
	display: block;
	color: #73320d;
		font-family:verdana;
	font-size:11px;

	line-height: 1.4em;
	
}
.sidebar ul li ul li:hover {
	color:#000;
		

}
#box {
	width: 250px;
	margin-left:31px;
	margin-bottom:25px;

}


.ads{
	float: right;
	display: inline;
	width: 125px;
	height: 130px;
	margin-left: 0px;
	margin-right: 0px;
}

.ads img {
	float: right;
	display: block;
	border:8px solid #e8e9e8;
	width: 125px;
	height: 130px;
}


/*--------------------------------------end Sidebar 2-----------------------------------------*/




/***************************************end Sidebar(right)**************************************/
/*--------------------------------------Content Nav--------------------------------------*/

#navigation {
	clear: both;
	padding: 10px 0px;
}

.previous-entries a {
	float: left;
	font-size:12px;
	color:#00010d;
	font:verdana;
}
.previous-entries a:hover{
	font-size:12px;
	color:#00010d;
	font:verdana;

}
.next-entries a {
	float: right;
	font-size:12px;
	color:#00010d;
	font:verdana;
}
.next-entries a {
	float: right;
	font-size:12px;
	color:#00010d;
	font:verdana;
}

/*--------------------------------------Content Nav--------------------------------------*/
/***************************************Footer**************************************/
#footer {
	width: 1000px;
	height:40px;
	background:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top: 15px;
	margin-left:auto;
	margin-right:auto;
}

#footercontent {
	width: 1000px;
	margin-top:19px;
	font-size: 12px;
	text-align:center;
	font-family:Arial;
	color:#e4f1e7;
}
#footercontent a, a:hover{
		color:#e4f1e7;
		font-family:Arial;
		font-size: 12px;
}



/***************************************end Footer**************************************/

/***************************************Other**************************************/
.result {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	width:627px;
}

.result h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #e4f2e7;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #e4f2e7;
	font-weight: bold;
}

.result .rcomment a {
	color:#e4f2e7;
	font-weight: bold;
}

.result .rcomment a:hover {
	color: #e4f2e7;
}

.result .rsummary {
	padding: 10px 5px 0px 5px;
}

.result .rsummary p {
	font-size: 12px;
	margin:0;
	padding:0;
	width:550px;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #e4f2e7;
}

.result .rcat a {
	color: #e4f2e7;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #e4f2e7;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #e4f2e7;
}

.result .rtags a {
	color: #e4f2e7;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #e4f2e7;
}
/***************************************end Other**************************************/





