/* Switch CSS */

#wptouch-desktop-switch {
	padding: 15px 15px 30px;
	font-size: 250%;
	background: url(../images/switch-stripe.png) repeat 0 0;
	color: #ccd8da;
	text-shadow: #000 0 -1px 1px;
	font-weight: bold;
	text-align: center;
	border-top: 5px solid #000;
	width: auto;
	clear: both;
	display: block;
	margin: 0 auto -20px;
}

