/*
Theme Name: WorldPetTravel.com WP Theme
Theme URI: http://www.worldpettravel.com/
Description: This is the official WorldPetTravel Wordpress Theme.
Version: 1.0
Author: Ramiro Suarez
Author URI: http://www.quasarcr.com/
Tags: white, three columns, pets
*/

body {
	font-size: 62.5%;
	font-family: Arial, Sans-Serif, Verdana;
	background: #fff url('images/wpt-background.gif') repeat-y top center;
	color: #333;
	padding: 0;
	margin: 0;
}

.off {
	display: none;
}
.on {
	display: block;
}

.estimatetable input {
	border: 1px solid #999;
	padding: 4px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.estimatetable select {
	border: 1px solid #999;
	padding: 4px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.estimatetable select .required {
	border: 1px solid #98552c;
}

.estimatetable .required {
	border: 1px solid #98552c;
}
.req {
	color: #98552c;
}
.good {
	background: #98cb1e;
	color: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
}
.error {
	background: #e42218;
	color: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 16px 0px 16px 0px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #777;
}



h2 {
	color: #00698d;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.9em;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

h2  a {
	color: #00698d;
}


h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin: 16px 0px 16px 0px;
	color: #00698d;

}

h4 {
	color: #00698d;
	font-weight: bold;
	font-size: 1.2em;
}


li {
	list-style-image: url(images/bullet.gif);
	line-height: 14px;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #669900;
}

hr {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	border: 1px solid thick #777;
}



#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	color: #777;
}



#header {
	padding: 0px;
	margin: 0px;
	width: 980px;
	height: 110px;
	background: #fff;
}

#logo {
	margin: 6px 0px 0px 16px;
	padding: 0px;
	float: left;
}

#logo h1 {
	display: none;
}



#rss {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

#header #search {
	position: relative;
	float: right;
	margin: 24px 10px 0px 0px;
	padding: 0px;
}

#header #search p {
	font-size: 1.4em;
	font-weight: bold;
}

#searchform div #s {
	border: 2px solid #00698d;
	background: #fff;
	color: #333333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-border: 6px;
}



#searchform div #searchsubmit, #submit {
	border: 2px solid #c3dce4;
	background: #00698d;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-border: 6px;
}

#wptmenu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
        list-style: none;
}

#menu {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	color: #fff;
	background: #00698d;
	list-style: none;
	height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-bottom: 6px solid #194d5f;
}


#menu li {
	margin: 0px;
	padding: 0px;
	float: left;	
        list-style: none;
}

#menu li a {
	top: 0;
	font-size: 1.2em;
	margin: 0px;
	padding: 14px 14px 0px 16px;
	color: #fff;
	background: #00698d;
	float: left;
	display: block;
	width: auto;
	height: 24px;
	text-decoration: none;
}

#menu li ul {
	position: absolute;
	display: none;	
	list-style: none;
	width: auto;
	min-width: 220px;
	margin: 40px 0px 0px 0px;
	padding: 6px;
	background: #194d5f;
}
#menu li ul li, #menu li ul li a {
	display: block;	
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	white-space: nowrap;
	background: #194d5f;
	height: 24px;
	color: #ddd;
}
#menu li ul li a:hover {
	color: #fff;
	height: 24px;
}

#menu li a:hover {
	display: block;
	color: #ddd;
	height: 32px;
	background: #194d5f;
}




.latest_news_block {

	position: relative;

	float: left;

	margin: 8px 0px 0px 16px;

	padding: 0px;

	width: 200px;

	height: 110px;

	display: block;

	overflow: hidden;

}

.latest_news_block h3 {

        margin: 0px;

	padding: 0px;

	color: #999;

}

.latest_news_block ul {

	list-style-position: inside;

        margin: 0px;

        padding: 0px;

}



.latest_news_block ul li {

	font-size: 0.9em;

        padding: 0px 0px 0px 1em;

        text-indent: -1em;

        margin: 0px;

}

.latest_news_block ul li a {

	color: #ccc;

}

#content {
	display: block;
	margin: 8px 8px 20px 12px;
	padding: 0px;
	font-size: 1.2em;
	position: relative;
	float: left;
	width: 605px;
	background: #fff;
}

#content-full {
	display: block;
	margin: 8px 8px 20px 12px;
	padding: 0px;
	font-size: 1.2em;
	position: relative;
	float: left;
	width: 960px;
	background: #fff;
}

#sidebar {

	display: block;

	background: #fff;

	width: 330px;

	padding: 0px;

	margin: 8px;

	position: relative;

	float: left;

	font-size: 1.1em;

}



#main-left {

	width: 170px;

	padding: 0px;

	margin: 0px;

	position: relative;

	float: left;

	background: #fff;

}

#main-right {

	width: 420px;

	padding: 0px;

	margin: 0px;

	position: relative;

	float: right;

	background: #fff;

	text-align: justify;

}





#content hr {

	display: block;

	color: #777777;

}



/* Post */



.post {
	margin: 0px;
	padding: 0px;
}



.post .entry {
	text-align: justify;
}

.entry h2 {
	color: #00698d;
}


.date_author_cats {

	font-size: 0.9em;

	padding: 0px;

	margin: 16px 0px 0px 0px;

	color: #777;

}



.posted_in {

	font-size: 0.9em;

	padding: 0px;

	margin: 0px 0px 16px 0px;

	color: #777;



}



.date_author_cats span, .posted_in span {

	color: #06c;

}



.post_info {

	background: #e9eeef;

	width: 98%;

	-moz-border-radius: 6px;

	-webkit-border-radius: 6px;

	-khtml-border-radius: 6px;

	padding: 4px;

	margin: 0px;

	text-align: right;

}



.post_info img {

	vertical-align: middle;	

}





/* End Post */







.widget {

	list-style: none;

}

#sidebar .widgettitle, #sidebar h2 {

	list-style: none;

	font-size: 1.2em;

	font-weight: bold;

	padding: 0px;

	margin: 16px 0px 16px 0px;

	color: #333333;

	border-bottom: 1px solid #777;



}



.pagenav {

	list-style: none;

}



#sidebar ul, .cat-item {

	list-style-image: url(images/quasar-li.png);

	list-style-position: inside;



	margin: 0px;

	padding: 0px;

}

#sidebar ul li {

	padding: 0px 0px 0px 1em;

	text-indent: -1em;

	margin: 0px;	

}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

#footer {
	width: 960px;
	clear: both;
	background: #fff;
	padding: 0px;
	margin: 10px;
	color: #999;
	border-top: 1px solid #ddd;
	text-align: center;
}

#comment {
	color: #333333;
	border: 1px solid #777;
	width: 530px;
}

blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 0;
	padding-right: 20px;
	border-left: 0 none;
	border-right: 5px solid #ddd;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
	}
a img {
	border: none;
}

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

	}

/* End Images */



/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

   /* optional rounded corners for browsers that support it */

   -moz-border-radius: 3px;

   -khtml-border-radius: 3px;

   -webkit-border-radius: 3px;

   border-radius: 3px;

}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#wpt-featured {
	width: 320px;
	height: 212px;
	position: relative;
	float: left;
	background: #fff;
	padding: 8px;
	margin: 0;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#testimonials {
	width: 320px;
	padding: 10px;
	margin: 16px 0 0 0;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #00698d;
	color: #fff;
}

#testimonials h3 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #00698d;
}

#wpt-social-media {
	width: 90%;
	padding: 10px;
	margin: 0 0 10px 14px;
	list-style: none;
        clear: both;
}

#wpt-social-media li {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	padding: 6;
	margin: 2;
	list-style: none;
}

#footer-menu {
	margin: 0 auto 0 auto;
	clear: both;
	width: 600px;
	text-align: center;
	font-size: 1em;
}

#footer-menu li {
	margin: 0px;
	padding: 4px;
	float: left;
	list-style: none;
	border-right: 1px solid #999;
	text-align: center;
}

#footer-menu li a {
	top: 0;
	font-size: 1.2em;
	margin: 0px;
	padding: 4px;
	color: #666;
	background: #fff;
	float: left;
	display: block;
	text-decoration: none;
}


#footer-menu li a:hover {
	color: #333;
}

#footer-menu .page-item-510 {
	border-right: none;
}
