﻿
	  
	  
	  .topmostnav {
		  height:29px;
		  width:100%;
		  display:block;
		  background-color: #346da4;
		  *background-color: #3e81c5;
		  background-image: -moz-linear-gradient(top, #3e81c5, #346da4);
		  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e81c5), to(#346da4));
		  background-image: -webkit-linear-gradient(top, #3e81c5, #346da4);
		  background-image: -o-linear-gradient(top, #3e81c5, #346da4);
		  background-image: linear-gradient(to bottom, #3e81c5, #346da4);
		  background-repeat: repeat-x;
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e81c5', endColorstr='#ff346da4', GradientType=0);
		  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		  border-bottom:#FFF 4px solid;
			box-shadow: #666 0 0 2px, #999 0 0 8px, #F1F1F1 0 0 12px;
			margin-bottom: 7px;
	  }


.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
input#s,
#searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.dribbble-shot img,
.flickr_badge_image a img {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

	
	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}

	
	.search-toggle .handle {
		height: 5px;
		width: 14px;
		top: 36px;
		left: 0px;
		background: #555;
		border-radius: 2px 0 0 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	
	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #FFF; }


.top_google_ad{
	width:728px;
	height:90px;
	margin:10px 0 0 0;
	background-color:#000000; 
	}

#footer{background:#e5e5e5;background:-moz-linear-gradient(top, #e5e5e5 0%, white 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, white));background:-webkit-linear-gradient(top, #e5e5e5 0%, white 100%);background:-o-linear-gradient(top, #e5e5e5 0%, white 100%);background:-ms-linear-gradient(top, #e5e5e5 0%, white 100%);background:linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0);margin-left:auto;margin-right:auto;padding-top:16px;position:relative;text-align:center;}
