/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header .col-full  { width: 1100px; }
.col-full  { width: 1100px; }
#sidebar  { width: 300px; }
.col-right  { margin-right: 40px; }

.widget input.s  {width: 68%; }
.widget input.s  {margin-top: 5px; }


#logo  { float:left; padding: 7px 0; }
#logo img  { padding-top: 7px; }

.nav a:hover, 
.nav li.current_page_item a:link, .nav li.current_page_item a:visited, 
.nav li.current_page_parent a:link, .nav li.current_page_parent a:visited,
.nav li.current-menu-ancestor a:link, .nav li.current-menu-ancestor a:visited  { background-color: #B14A4A; }

.post .title  { line-height: 1; }
#comments h3  { line-height: 1; }


.wpcf7-submit {
	display: inline-block;
	margin: 5px;
	padding: 7px 13px;
	border: 1px solid #000;
	border-bottom-color: #000;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	text-transform: uppercase;
	font: bold!important;
	
	/*Border radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Background*/
	background: #000; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #333333),
					color-stop(1, #000)
				);
	background: -moz-linear-gradient(
					center top,
					#333333 20%,
					#000 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

.wpcf7-submit:hover {
	text-decoration: none !important;
	/*Background*/
	background: #333333; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #333333),
					color-stop(1, #212121)
				);
	background: -moz-linear-gradient(
					center top,
					#333333 20%,
					#212121 100%
				);
}

#follow-list a { background: #FFF url(http://www.germanpulse.com/wp-content/uploads/2011/05/follow_icons.png) no-repeat 0 0; width: 50px; height: 50px; display: block; overflow: hidden; text-indent: 100px; float: left; margin-right: 5px; }
#follow-list #follow-list-facebook { background-position: 0 0; }
#follow-list #follow-list-facebook:hover { background-position: 0 -50px; }
#follow-list #follow-list-twitter { background-position: -50px 0; }
#follow-list #follow-list-twitter:hover { background-position: -50px -50px; }
#follow-list #follow-list-google { background-position: -100px 0; }
#follow-list #follow-list-google:hover { background-position: -100px -50px; }
#follow-list #follow-list-linkedin { background-position: -150px 0; }
#follow-list #follow-list-linkedin:hover { background-position: -150px -50px; }
#follow-list #follow-list-rss { background-position: -200px 0; }
#follow-list #follow-list-rss:hover { background-position: -200px -50px; }

#email-signup a { background: #FFF url(http://www.germanpulse.com/wp-content/uploads/2012/06/signup.png) no-repeat 0 0; width: 150px; height: 30px; display: block; overflow: hidden; text-indent: 250px; float: left; margin-top: 5px; }
#email-signup #email-signup-button { background-position: 0 0; }
#email-signup #email-signup-button:hover { background-position: 0 -30px; }


img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}