/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*---:[ core layout elements ]:---*/


<script type="text/javascript"><!--
google_ad_client = "pub-3299727973750030";
/* 728x15, created 6/9/10 */
google_ad_slot = "8383505460";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>



body.custom {
&nbsp;&nbsp; &nbsp;background: #8db6b6 url('http://www.petinsurancecomparison.org/wp-content/uploads/2010/03/block2_bg.png') 50% 0 repeat;
}
#container { width: 938px; margin: 0 auto;  }
	#page { padding: 0px 0px 0px 0px ; background-color:#ffffff; border: 1px solid; border-color: #e5e5e5;  }
		#header, #footer { padding:0px; border: none}
		#content_box { width: 100%; background: #FFF url('../images/dot-ddd.gif') 51.3em 0 repeat-y; }
#topnav {
	background: url(images/nav_bg.jpg) no-repeat left;
	width: 100%;
	margin: 14px 0px;
	text-align:right;
	height:42px;
}
#Topnavbuttons{
	
float:right;	height:42px;
	right:22px;
	top:14px;	
}
/*---:[ content elements ]:---*/
	#header { padding-top: 0; padding-bottom: 0; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: 2.2em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 2.2em; }
	#footer { background: url(images/footer.jpg) no-repeat center bottom; height:135px; }

/*---:[ #header styles ]:---*/
#header #logo { font-size: 1.4em; line-height:0px ;text-align:center}
#header #tagline { font-size: 1.4em; line-height: 1.429em; }
.footer_link{
	width:100%;
	vertical-align:middle;
	line-height:135px;
	margin:auto;
	text-align:center;
	font-size:14px;
}
.menu li ul.submenu , .menu li ul.submenu li ul, .menu li ul.submenu:hover, .menu li ul.submenu li ul:hover, .menu li ul.submenu li:hover ul{
	background:transparent url(images/nav_bg.jpg) repeat scroll 0 0;
	margin:0;
	height:auto;
}
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-parent > a:hover, .menu .current-cat-parent > a:hover{
	background:none;
}
.menu, .menu li ul{
	background:transparent url(images/nav_bg.jpg) repeat scroll 0 0;
	height:42px;
	margin:15px 0;
}
.menu a, .menu a:hover, .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover{
	background:none;
}
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover{
	background:none;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover{
	background:none;
}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover{
	background:none;
}
.menu, .menu a, .menu li ul { border:none; }

.no_sidebars #content{
	background:#FFF;	
}

.box_code{
	margin: 0 0 10px 0pt; background: transparent none repeat scroll 0% 0%; font-size: 15px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; overflow-x: hidden; height: 60px; width: 600px;	
}

custom #my-feature-box {padding: none; margin: none
width: 100%;


}
.custom #feature_box {padding: 0; border: none;
margin: 0;}









<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15567550-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>