/*
Theme Name: Springburst
Theme URI: http://www.intego.com
Description: New theme for the Intego Mac Security Blog.
Author: Intego
Version: 1.1
*/




a, img {outline: 0; border: 0;}

body {
	background-color: #565656;
	background-image: url(images/background2.png);
	/* background-repeat: repeat-x; */
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #191919;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

#Content {
	width: 850px;
	margin: 0 auto 25px auto;
}

h1 {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 850px;
	height: 150px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

h1 a {
	width: 850px;
	height: 150px;
	display: block;
}

h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {border: none;}

/* h2 {float: right;} */

h2 a:link, h2 a:visited {
	color: #003a69;
	border: 0;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

h2 a:hover, h2 a:active, h2 a:focus {
	color: #002b4f;
	border: 0;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

p, ul, ol {line-height: 1.4em;}

a:link, a:visited {text-decoration: none;}

#main-content {
	background-color: #fff;
	width: 850px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
}

#articles {
	background-color: #fff;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#111608), to(#354118)); */
	width: 649px;
	min-height: 1206px;
	float: left;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 45px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
}

.article, #comments {
	padding: 0 25px;
	background-color: #fff;
}

.article + .article {padding-top: 75px;}

#articles .article:last-of-type {margin-bottom: 0;}

.article p {text-align: justify; line-height: 17px; margin: 15px 0;}
/* #articles .article:first-child {margin: 0;} */

.article li {margin-bottom: 5px;}

.article blockquote, .article pre {
	background-color: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 15px 0 15px 40px;
	border: 1px solid #bfbfbf;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

pre#tsunami {margin: 1em 0;}

.article blockquote:hover, .article pre:hover {
	border-color: #999;
}

.article pre {
	white-space: pre-wrap;
	line-height: 15px;
}

.article code {font-family: Courier, "Courier New", Monaco, monospace;}

.article blockquote p {margin: 0;}
.article blockquote ul {margin: 0;}

a:link, a:visited {
	color: #379626;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom-color .2s ease-in-out;
	-moz-transition: border-bottom-color .2s ease-in-out;
	transition: border-bottom-color .2s ease-in-out;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid #379626;
	-webkit-transition: border-bottom-color .1s ease-in-out;
	-moz-transition: border-bottom-color .1s ease-in-out;
	transition: border-bottom-color .1s ease-in-out;
}

.article-meta {
	border-top: 1px solid #BFBFBF;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;;
	padding-top: 8px;
	margin-top: 20px;
}

.article-meta p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

.article-meta p a:link, .article-meta p a:visited {color: #777;}
.article-meta p a:hover, .article-meta p a:active, .article-meta p a:focus {border-bottom: 1px solid #555;}

.article-meta p span {
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 15px;
	padding-left: 15px;
}

.article-meta p .date {background-image: url(images/date-small.png);}
.article-meta p .categories {background-image: url(images/categories-small.png);}
.article-meta p .comments {padding-left: 0;}

.article-meta .meta-social {float: right;}

.article-meta .meta-social .share-facebook {float: right; margin-left: 20px;}
.article-meta .meta-social .twitter-share-button {float: right;}


#sidebar {
	float: right;
	width: 200px;
	/* border: 1px solid rgba(0, 0, 0, .5); */
	border-left: 1px solid #999;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

/* #sidebar-default, #sidebar-archives {padding-bottom: 15px;} */

/*
#sidebar-default {
	width: 200px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
*/

/* .widget-list {padding: 0 10px;} */

h1, h2, h3 {font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;}

h2 {font-size: 28px; margin: 0 0 25px 0; line-height: 28px;}
h3 {font-size: 16px;}

/*
#sidebar-default #navigation {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 15px 0;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
*/

/*
#navigation li {
	
	border-bottom: 1px solid #b8b8b8;
	height: 40px;
	line-height: 40px;
}

#navigation li:hover {background-color: #ccc;}

#navigation li a {
	background-color: #e5e5e5;
	display: block;
	color: #555;
	padding: 0 0 0 10px;
	border: 0;
}

#navigation li a:hover {background-color: #a6ce39; color: #fff;}

#navigation #rss {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom: 0;
}

#navigation #rss a {
	background-color: #ff6600;
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: 155px 9px;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

#navigation #rss a:hover {
	background-color: #fff;
	background-image: url(images/rss-hover.png);
	background-position: 151px 5px;
	color: #ff6600;
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
	border: 4px #f60 solid;
}
*/

/*
#navigation #search-form {background-color: #e5e5e5; padding: 10px 0 0 15px; height: 30px;}

#navigation #search-form p {margin: 0; padding: 0;}

#navigation #search-form input {margin: 0;}
*/

/*
#navigation #twitter a:hover {background-color: #2276BB;}
#navigation #facebook a:hover {background-color: #3B5998;}
*/

h3 {margin: 15px 0 5px 0;}

.article h3 + p {margin-top: 5px;}

/*
#sidebar ul {margin: 10px 0 0 0; padding: 0 0 0 18px; font-size: 12px;}

#sidebar a {color: #222; border-color: #222;}

*/
/* #sidebar select {margin: 0 0 15px 20px;} */

.article-image {padding: 0 10px 0 0; display: block; float: left;}

.article-title {margin: 0 0 20px 0;}

/* .article-title h2 {float: right;} */

.clear {clear: both;}

.article-thumbnail {display: block; float: left; margin: 0 10px 0 0;}

/*
.widget li {margin-bottom: 5px;}

.widget li:last-child {margin: 0;}
*/

/*
.widget:nth-child(3) > ul {list-style-type: none; padding: 0;}

.widget:nth-child(3) li {margin: 0;}

.widget:nth-child(3) > ul > li > ul {margin-top: 0;}
*/

#previous-next {margin-top: 50px; margin-bottom: 60px; padding: 0 20px;}

#previous p, #next p {margin: 5px 0;}

#previous {float: left;}
#next {float: right;}

#copyright {text-align: center; font-size: 12px; margin: 5px 0 0 0;}

.article img {max-width: 585px;}

#footer {
	border-top: 1px solid #999;
	padding: 10px 20px;
	margin-top: 40px;
	background-color: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.single-post #articles {position: relative;}
.single-post #footer {position: absolute; bottom: 0; left: 0; right: 0;}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active, #copyright a:focus {color: #222;}

#copyright a:hover, #copyright a:focus {border-color: #222;}


#intego-alert {
	border: 1px solid #990000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(.5, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .1)));
	background-image: -moz-linear-gradient(0% 50% -90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .1) 100%);
	font-weight: bold;
	background-color: #c00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	/* font-weight: bold; */
	color: #fff;
	height: 45px;
	/* padding: 0 10px; */
	text-shadow: 0 0 1px #000;
	
	margin: 15px 0;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .2);
}

#intego-alert a {color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);}

#intego-alert a:hover, #intego-alert a:focus {border-color: #fff;}

#intego-alert p {
	background-image: url(images/alert.png);
	margin: 0;
	/* line-height: 50px; */
	height: 45px;
	padding: 10px 0 0 62px;
	background-repeat: no-repeat;
	background-position: 25px 8px;
}

#world-cup {border-collapse: collapse;}

#world-cup tr:hover {background-color: #dedede;}

#world-cup td, #world-cup th {padding: 5px 10px;}

#world-cup .red {background-color: #cc0000; color: #fff;}
#world-cup .green {background-color: #008000; color: #fff;}



/* More Intego */

#more-intego {
	background-image: url(images/background-more-intego.png);
	background-repeat: no-repeat;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	/* position: relative; */
	/* padding-top: 35px; */
}

#more-intego header {
	/* z-index: 5; */
	/* position: relative; */
}

#more-intego h3 {
	margin: 0;
	height: 35px;
	width: 200px;
	/*
z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
*/
	/*
line-height: 35px;
	color: #fff;
*/
	/*
background-color: #63a913;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93c426), to(#69ad15));
*/
	/* background-image: url(images/background-more-intego-header.png); */
	/*
font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
	text-align: center;
*/
	text-indent: -10000px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	/* -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 0 1px rgba(255, 255, 255, .5); */
}

#more-intego #more-folder {
	padding: 15px 0 16px 30px;
	/*
background-color: rgba(0, 0, 0, .25);
	-webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, .2), inset 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 4px 10px rgba(0, 0, 0, .2), inset 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: inset 0 4px 10px rgba(0, 0, 0, .2), inset 0 0 10px rgba(0, 0, 0, .3);
	margin: -6px 0 0 0;
*/
	margin: 0;
	list-style-type: none;
	height: 226px;
	text-align: center;
	/* border-color: #000; */
	/* border-left: 1px solid rgba(0, 0, 0, .3); */
	/* border-right: 1px solid rgba(0, 0, 0, .3); */
}

#more-intego #more-folder li {float: left; text-align: center; margin: 8px 0 8px 0;}

#more-intego #more-folder .clear {clear: right;}

#more-intego #more-folder .icon {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	margin: 0 auto 2px auto;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	-moz-transition: -moz-box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}

#more-intego #more-folder #twitter .icon {background-image: url(images/twitter.png);}
#more-intego #more-folder #facebook .icon {background-image: url(images/facebook.png);}
#more-intego #more-folder #youtube .icon {background-image: url(images/youtube.png);}
#more-intego #more-folder #rss .icon {background-image: url(images/rss.png);}
#more-intego #more-folder #intego-com .icon {background-image: url(images/intego-com.png);}
#more-intego #more-folder #newsletter .icon {background-image: url(images/newsletter.png);}

/*
#more-intego #more-folder .first {margin-right: 7px;}
#more-intego #more-folder .middle {margin: 0 6px;}
#more-intego #more-folder .last {margin-left: 7px;}
*/

#more-intego #more-folder #twitter {margin-top: 0;}
#more-intego #more-folder #facebook {margin-top: 0;}


#more-intego #more-folder #facebook {margin-left: 42px;}
#more-intego #more-folder #intego-com {margin-left: 38px;}
#more-intego #more-folder #newsletter {margin-left: 40px;}

/*
#more-intego #more-folder #facebook {margin: 0 4px;}
#more-intego #more-folder #intego-com {margin: 0; margin-left: -6px;}
#more-intego #more-folder #newsletter {margin: 0;}
#more-intego #more-folder #rss {margin-right: 6px;}
*/

/* #more-intego #more-folder #facebook {width: 52px;} */

#more-intego #more-folder a {display: inline-block; height: 66px; width: auto;}

#more-intego #more-folder a span {
	text-shadow: 0 2px 1px rgba(0, 0, 0, .3);
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	-webkit-transition: text-shadow .2s ease-in-out;
	-moz-transition: text-shadow .2s ease-in-out;
	transition: text-shadow .2s ease-in-out;
}


#more-intego #more-folder a:link,
#more-intego #more-folder a:visited,
#more-intego #more-folder a:hover,
#more-intego #more-folder a:active,
#more-intego #more-folder a:focus {
	text-decoration: none;
	border: none;
}

#more-intego #more-folder a:hover .icon,
#more-intego #more-folder a:active .icon,
#more-intego #more-folder a:focus .icon {
	-webkit-box-shadow: 0 0 4px rgba(255, 255, 255, .35);
	-moz-box-shadow: 0 1px 4px rgba(255, 255, 255, .35);
	box-shadow: 0 1px 4px rgba(255, 255, 255, .35);
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	-moz-transition: -moz-box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
}

#more-intego #more-folder a:hover span,
#more-intego #more-folder a:active span,
#more-intego #more-folder a:focus span {
	text-shadow: 0 2px 1px rgba(0, 0, 0, .6);
	-webkit-transition: text-shadow .1s ease-in-out;
	-moz-transition: text-shadow .1s ease-in-out;
	transition: text-shadow .1s ease-in-out;
}

#more-intego #about {
	margin: 30px 0 0 0;
}

#more-intego #about a {
	display: block;
	/* height: 30px; */
	background-color: rgba(0, 0, 0, .5);
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .7);
	font-weight: bold;
	line-height: 30px;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
	padding: 0 15px;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .1);
	color: #fff;
	border: none;
	
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

#more-intego #about a:hover,
#more-intego #about a:active,
#more-intego #about a:focus {
	background-color: rgba(99, 169, 19, 1);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	-webkit-transition: background-color .15s ease-out;
	-moz-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .5);
}

#free-trial a, #vbios a {display: block; height: 85px; border: none;}

#body-newsletter-subscribe {background-image: none; background-color: #fff;}

#newsletter-subscribe {background-color: #fff;}

.newsletter-form-error {color: #c00;}


/* SEARCH FORM */

#search {
	margin: 0;
	height: 25px;
	padding: 10px 10px 10px 15px;
	background-color: rgba(0, 0, 0, .45);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .20), 0 -1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .20), 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .20), 0 -1px 0 rgba(0, 0, 0, .25);
}

#search-form {
	margin: 0;
	padding: 0;
	/* background-color: red; */
	/* display: inline-block; */
}

#search-form input {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, "Ludica Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}

#search-forum input:focus {outline: none;}

#search-form #s {
	-webkit-appearance: none;
	width: 117px;
	height: 22px;
	/* line-height: 22px; */
	border: none;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
	font-size: 12px;
	padding-left: 24px;
	background-color: transparent;
	background-image: url(images/search.png), -webkit-linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .15));
	background-image: url(images/search.png), -moz-linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .15));
	background-repeat: no-repeat;
	background-position: 4px 4px, left top;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

#search-form #s:focus {outline: none;}

#search-form #searchsubmit {
	-webkit-appearance: none;
	border: none;
	width: 32px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 76, .4);
	color: #2a3413;
	background-color: #63a913;
	background-image: -webkit-linear-gradient(rgba(198, 255, 38, .3), rgba(198, 255, 38, 0));
	background-image: -moz-linear-gradient(rgba(198, 255, 38, .3), rgba(198, 255, 38, 0));
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .25), -1px 0 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .25), -1px 0 0 rgba(0, 0, 0, .6);
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .25), -1px 0 0 rgba(0, 0, 0, .6);
}

#search-form #searchsubmit:hover {cursor: pointer;}

#search-form #searchsubmit:active {
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .75), -1px 0 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .75), -1px 0 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .75), -1px 0 0 rgba(0, 0, 0, .6);
}

#search-form span {
	border: 1px solid rgba(0, 0, 0, .35);
	display: inline-block;
	height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
	-webkit-transition: -webkit-box-shadow .3s ease-in;
	-moz-transition: -moz-box-shadow .3s ease-in;
	transition: box-shadow .3s ease-in;
}

#search-form .focus {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 0 10px rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 0 10px rgba(255, 255, 255, .5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 0 10px rgba(255, 255, 255, .5);
	-webkit-transition: -webkit-box-shadow .15s ease-out;
	-moz-transition: -moz-box-shadow .15s ease-out;
	transition: box-shadow .15s ease-out;
}

#search-form .focus #searchsubmit {
	-webkit-animation-name: "pulse";
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes pulse {
	0% {background-color: #63a913;}
	100% {background-color: #4b800e;}
}

.widget {
	background-color: #eeefee;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 100px);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 100px);
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}

.widget h3 {
	height: 40px;
	background-color: #cbcbcb;
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
	font-size: 16px;
	padding-left: 15px;
	margin: 0;
	line-height: 40px;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 0 rgba(0, 0, 0, .2);
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.widget li a {
	padding: 8px 25px 8px 15px;
	width: 160px;
	display: inline-block;
	border: none;
	color: #404040;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

.widget li a:hover, .widget li a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	background-image: url(images/sidebar-arrow-hover.png), -webkit-linear-gradient(#067ad9, #0256c8);
	background-image: url(images/sidebar-arrow-hover.png), -moz-linear-gradient(#067ad9, #0256c8);
	background-position: 181px center, left top;
	background-repeat: no-repeat;
}

.widget_archive {border-bottom: 1px solid rgba(0, 0, 0, .2);}
.widget_archive select {margin: 10px 0 10px 15px; width: 160px;}

.widget_archive {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.blog-download {
	margin-top: 30px;
	margin-bottom: 20px;
	/* height: 40px; */
}

.blog-download h4 {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 14px;
}

.blog-download h4 a:link,
.blog-download h4 a:visited {color: #379626;}

.blog-download h4 a:hover,
.blog-download h4 a:active,
.blog-download h4 a:focus {color: #379626;}

.blog-download .promo {float: right; width: 535px;}

.blog-download .button {float: left; margin-right: 10px;}

.blog-download .button a {
	display: inline-block;
	border: none;
	width: 40px;
	height: 40px;
	background-image: url(images/blog-download.png);
	text-indent: -10000px;
}

.blog-download .vbicon {float: left; margin-right: 10px;}

.blog-download .vbicon a {
	display: inline-block;
	border: none;
	width: 40px;
	height: 40px;
	background-image: url(images/blog-download-vbicon.png);
	text-indent: -10000px;
}

.blog-download p {margin: 0;}
.blog-download p a:link, .blog-download p a:visited {color: #191919;}
.blog-download p a:hover, .blog-download p a:active, .blog-download p a:focus {color: #379626;}

.alignimgleft {margin-right: 15px; margin-bottom: 10px;}
.alignimgright {margin-left: 15px; margin-bottom: 10px;}
