/* @group Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #C6C6C6; margin: 0 -30px; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 25px; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0 0 5px red; -webkit-box-shadow: 0 0 5px red; box-shadow: 0 0 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #08C; color:#fff; text-shadow: none; }
::selection { background:#08C; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #08C; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* @end */

/* @group Global Styles */

body, select, input, textarea {
	color: #636363;
	font: 14px/26px "Lucida Grande", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #c1c4c9;
	background-image: url(../img/bg.jpg);
}

#banner-wrap {
	background-color: #5b5c5c;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.59375) 0px 0px 10px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.59375) 0px 0px 10px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.59375) 0px 0px 10px inset;
	border-bottom: 1px solid #EEE;
}

#banner {
	margin: 0 auto;
	width: 750px;
	height: 90px;
}

#backfill_1274273_div {
    float: left;
}

a, a:link, a:visited {
	color: #08c;
	text-decoration: none;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
}

a:hover, a:active {
	text-decoration: underline;
}

p, image-center, blockquote, pre, ol, ul {
	margin-bottom: 20px;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

h1, h2, h3, h4, h5 {
	color: #333;
	font-weight: normal;
	font-family: MuseoSans500, "Lucida Grande", Verdana, sans-serif;
}

h1 {
	letter-spacing: -1px;
	color: #1C67AC;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
}

h2 {
	margin: 25px 0 5px 0;
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 24px 0 2px 0;
}

blockquote, q {
	color: #919191;
	border-left: 3px solid #919191;
	padding-left: 17px;
	margin-left: 5px;
}

pre {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Menlo, Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}

code {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Menlo, Courier, monospace;
	font-size: 12px;
	padding: 2px 3px;
}

pre code {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border: none;
	padding: 0;
}

/* @end */

/* @group Header */

header {
	-webkit-box-shadow: inset 0 0 25px rgba(255,255,255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 25px rgba(255,255,255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 25px rgba(255,255,255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px 0;
	height: 40px;
	background: #156cc4;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 97%), -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 0.2%, rgba(0,0,0,0) 99.8%, rgba(0,0,0,0.2) 100%), -moz-linear-gradient(top, #156cc4 0%, #0060c6 49%, #004fbf 50%, #0051bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(5%,rgba(0,0,0,0)), color-stop(97%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(0.2%,rgba(0,0,0,0)), color-stop(99.8%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#156cc4), color-stop(49%,#0060c6), color-stop(50%,#004fbf), color-stop(100%,#0051bc));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), -webkit-linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), -o-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), -o-linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), -ms-linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
	background: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
}

header h1 a {
	padding: 7px 10px 6px 50px;
	font-size: 24px;
	line-height: normal;
	float: left;
	background: url(../img/logo.png) no-repeat 15px 7px;
	background-size: 25px;
}

header a:link, header a:visited {
	color: #f3f8f8;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

header a:hover, header a:active {
	text-decoration: none;
}

#search {
	display: block;
	position: relative;
	float: right;
	width: 268px;
	padding: 5px 0 8px 13px;
	border-left: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);

}

#search input {
	font-size: 12px;
	line-height: 12px;
	padding: 2px 5px 2px 22px;
	width: 225px;
	border: 1px solid #ccc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	background: #ffffff url(../img/search.png) no-repeat 5px 50%;
}

#search input:focus {
	outline: 0;
}

/* @end */

/* @group Dropdown Navigation */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	float: right;
}
.sf-menu ul {
	position: absolute;
	top: -99999px;
	width: 160px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:	inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 50px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

.pointy-outer, .pointy-inner {
	background: none;
	border-bottom-width: 0;
	height: 0;
	position: absolute;
	width: 0 !important;
}

.pointy-outer {
	border-bottom: 18px solid #fff;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	left: 50%;
	margin-left: -62px;
	top: -23px;
}

.pointy-inner {
	border-bottom: 15px solid rgba(0,0,0,0.77);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -18px;
	left: -15px;
}

.sf-menu > li {
	height: 60px;
}

.sf-menu > li > a {
	border-left: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15);
	padding: 13px 0;
	min-width: 80px;
	text-align: center;
	font-weight: bold;
}

.sf-menu > li:nth-child(1) > a {
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15), -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15), -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15), -1px 0 0 rgba(255,255,255,0.15);
}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a {
	background: rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
}

.sf-menu > li:nth-child(1) > a:hover, .sf-menu > li:nth-child(1).sfHover > a {
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.15);
}

.sf-menu li ul {
	background: rgba(0,0,0,0.7);
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	padding: 5px 1px;
}

.sf-menu li li a {
	color: #fff;
	padding: 3px 5px 4px 15px;
	text-shadow: none;
}

.sf-menu li li a:hover {
	background: #618bf0;
	background: -moz-linear-gradient(top, #618bf0 0%, #1d64ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#618bf0), color-stop(100%,#1d64ed));
	background: -webkit-linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	background: -o-linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	background: -ms-linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	background: linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
}


/* @end */

/* @group Main Content */

#container {
	margin: 0 auto;
	width: 960px;
}

#main {
	background-color: #f2f4f6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 3px rgba(255,255,255,1), 0 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 1px 3px rgba(255,255,255,1), 0 1px 4px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 3px rgba(255,255,255,1), 0 1px 4px rgba(0,0,0,0.4);
}

#content {
	-webkit-box-shadow: 1px 0 0 #fff;
	-moz-box-shadow: 1px 0 0 #fff;
	box-shadow: 1px 0 0 #fff;
	background-color: #ffffff;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	float: left;
	border-right: 1px solid #c8d1d9;
	padding: 20px 30px;
	width: 618px;
	min-height: 800px;
}

.alert {
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background-color: #fefac7;
	border: 1px solid #ccc;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 20px;
}

.buttonContainer {
	text-align: center;
	float: right;
}

.button {
	margin: 0 auto 5px;
	border: 1px solid #ccc;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	color: #42A6D7;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
	min-width: 80px;
	max-width: 200px;
	display: block;
}

.button:hover {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	text-decoration: none;
}

.button:active {
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #e7e6e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#e7e6e7));
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
}

.imageStyle {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 10px;
	max-width: 598px;
}

.articleAds {
	margin-top: 20px;
}

.articleAds .ad1.odd {
	margin-left: 20px;
}

.articleAds .ad2.even {
	margin-right: 20px;
	float: right;
}

/* @end */

/* @group Sidebar */

aside {
	float: right;
	width: 270px;
	margin-top: 10px;
}

.sm_32_icon, .sm_32_icon span { position: relative; margin: 0; padding: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.sm_32_icon { z-index: 2; display: inline-block; margin: 1px; width: inherit; height: inherit; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: .8; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

.sm_32_icon span { z-index: 3; display: block; width: 30px; height: 30px; background-image: url(../img/sm_32_icons.png); -webkit-transition: all .1s ease-in-out; -moz-transition   : all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }

.sm_32_icon:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }

.sm_32_icon:active span { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.sm_shadow { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); }

.sm_32_facebook { border: 1px solid #25386f; background: rgb(76,115,182); background: -moz-linear-gradient(top,  rgba(76,115,182,1) 0%, rgba(62,93,156,1) 41%, rgba(59,89,152,1) 52%, rgba(59,89,152,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,115,182,1)), color-stop(41%,rgba(62,93,156,1)), color-stop(52%,rgba(59,89,152,1)), color-stop(100%,rgba(59,89,152,1))); background: -webkit-linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); background: -o-linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); background: -ms-linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); background: linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); }

.sm_32_facebook span { -webkit-box-shadow: inset 0px 0px 1px 1px #72addb; -moz-box-shadow: inset 0px 0px 1px 1px #72addb; box-shadow: inset 0px 0px 1px 1px #72addb; }

.sm_32_gmail { border: 1px solid #8e0b00; background: rgb(199,22,0); background: -moz-linear-gradient(top,  rgba(199,22,0,1) 0%, rgba(176,17,0,1) 52%, rgba(176,17,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,22,0,1)), color-stop(52%,rgba(176,17,0,1)), color-stop(100%,rgba(176,17,0,1))); background: -webkit-linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); background: -o-linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); background: -ms-linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); background: linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); }

.sm_32_gmail span { -webkit-box-shadow: inset 0px 0px 1px 1px #e32100; -moz-box-shadow: inset 0px 0px 1px 1px #e32100; box-shadow: inset 0px 0px 1px 1px #e32100; }


.sm_32_googlepluscolor { border: 1px solid #1c1c1c; background: rgb(58,58,58); background: -moz-linear-gradient(top,  rgba(58,58,58,1) 0%, rgba(45,45,45,1) 52%, rgba(45,45,45,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,58,58,1)), color-stop(52%,rgba(45,45,45,1)), color-stop(100%,rgba(45,45,45,1))); background: -webkit-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); background: -o-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); background: -ms-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); background: linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); }

.sm_32_googlepluscolor { border-top: none; height: 31px; }

.sm_32_googlepluscolor { -webkit-box-shadow: inset 0px 0px 1px 1px #575757, 0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow: inset 0px 0px 1px 1px #575757, 0px 1px 1px rgba(0, 0, 0, .3); box-shadow: inset 0px 0px 1px 1px #575757, 0px 1px 1px rgba(0, 0, 0, .3); }

.sm_32_googlepluscolor:active { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); }

.sm_32_rss { border: 1px solid #ec5f01; background: rgb(250,173,3); background: -moz-linear-gradient(top,  rgba(250,173,3,1) 0%, rgba(248,140,2,1) 48%, rgba(248,139,2,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,173,3,1)), color-stop(48%,rgba(248,140,2,1)), color-stop(100%,rgba(248,139,2,1))); background: -webkit-linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); background: -o-linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); background: -ms-linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); background: linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); }

.sm_32_rss span { -webkit-box-shadow: inset 0px 0px 1px 1px #fdd605; -moz-box-shadow: inset 0px 0px 1px 1px #fdd605; box-shadow: inset 0px 0px 1px 1px #fdd605; }

.sm_32_twitter2 { border: 1px solid #2ab3e9; background: rgb(88,219,249); background: -moz-linear-gradient(top,  rgba(88,219,249,1) 0%, rgba(68,204,246,1) 52%, rgba(68,204,246,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,219,249,1)), color-stop(52%,rgba(68,204,246,1)), color-stop(100%,rgba(68,204,246,1))); background: -webkit-linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); background: -o-linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); background: -ms-linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); background: linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); }

.sm_32_twitter2 span { -webkit-box-shadow: inset 0px 0px 1px 1px #84edfc; -moz-box-shadow: inset 0px 0px 1px 1px #84edfc; box-shadow: inset 0px 0px 1px 1px #84edfc; }

.sm_32_facebook span { background-position        : 0px 0px; }
.sm_32_gmail span { background-position           : -420px 0px; }
.sm_32_googlepluscolor span { background-position : -570px 0px; }
.sm_32_rss span { background-position             : -840px 0px; }
.sm_32_twitter2 span { background-position        : -900px 0px; }

#follow {
	margin: 0 10px 10px 0;
	padding: 10px 25px 0 25px;
}

#follow ul {
	list-style-type: none;
	float: left;
	margin: 0;
}

#follow li {
	float: left;
	margin: 0 4px;
}

.tipsy { padding: 5px; font-size: 11px; line-height: 16px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

.ads a {
	margin: 0 10px 10px 0;
}

#blog-rss-feeds, #blog-archives, #blog-categories {
	display: none;
}

.email-subscribe {
	background-color: #fcfcfc;
	border: 1px solid #E1E1E8;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.email-subscribe h2 {
	margin: 0;
	text-align: center;
	color: #666;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0 0;
	padding: 5px 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid #E1E1E8;
}

.email-subscribe p {
	font-size: 12px;
	margin: 6px 10px;
	line-height: 18px;
}

.email-subscribe input {
  display: inline-block;
  width: 140px;
  height: 18px;
  padding: 4px;
  margin: 0 0 10px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.email-subscribe input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.sidebar-ad {
	background-color: #fcfcfc;
	border: 1px solid #E1E1E8;
	margin: 10px 10px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	height: 250px;
}


/* @end */

/* @group Footer */

footer {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	clear: both;
	padding: 20px 15px;
}

footer ul {
	float: right;
	list-style: none;
}

footer ul li {
	float: left;
	padding: 0 2px;
}

footer ul li:after {
    content: " | "
}

footer ul li:last-child:after {
    content: "";
}

footer, footer a:link, footer a:visited {
	color: #606060;
}

footer a:hover, footer a:active {
	color: #1C67AC;
}

#footerText {
	float: left;
}

#footerLinks {
	float: right;
}

/* @end */

/* @group Blog */

.blog-archive-headings-wrapper {
	padding: 40px 30px 35px;
	margin: -20px -30px 20px;
	border-bottom: 1px solid #c6c6c6;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	-moz-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #ffffff 75%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 75%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 75%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 75%,#efefef 100%);
	background: linear-gradient(top, #ffffff 75%,#efefef 100%);
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.blog-archive-month {
	font-size: 36px;
	display: inline;
	color: #fff;
	padding: 3px 20px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5), inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5), inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5), inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.5);
	background: #666;
	text-shadow: 0 1px 2px #000;
}

.blog-archive-link {
	display: none;
}

.blog-entry {
	padding: 20px 30px;
	margin: 0 -30px 10px;
	border-top: 1px solid #c6c6c6;
}

.blog-entry:nth-child(1) {
	border: none;
	padding-top: 0;
}

.blog-entry-title a {
	color: #1C67AC;
}

.blog-entry-title a:hover {
	color: #333;
	text-decoration: none;
}

.blog-entry-date {
	color: #888;
	font-size: 12px;
	margin: 20px 0;
}

.blog-entry-body {
	margin-top: 10px;
}

.blog-entry-comments {
	margin-top: 10px;
}

.blog-entry-comments-inline img {
	padding: 0;
	border: none;
	background-color: transparent;
}

/* styles the category link in the main entry */

.blog-entry-category a {
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	margin-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 10px;
	border: 1px solid #ccc;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.blog-entry-category a:hover {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	text-decoration: none;
}

.blog-entry-category a:active {
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #e7e6e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#e7e6e7));
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
}


.blog-comment-link {
	background: no-repeat left center url(../img/comments.png);
	padding-left: 18px;
	margin-right: 5px;
}

/* @end */

/* @group Contact Form */

#contactForm ul, #contactForm li {
	margin: 0;
	list-style:none;
	list-style-image: none;
}

#contactForm li {
	padding: 5px 5px 5px 140px;
	width: 400px;
}

#contactForm label {
	display: inline;
	float: left;
	margin-left: -140px;
	text-align: right;
	width: 120px;
}

#contactForm input, #contactForm select, #contactForm textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	background: #f2f2f2;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 16px;
	padding: 3px 6px;
	width: 100%;
}

#contactForm select {
	width: 414px;
}

#contactForm textarea {
	resize: vertical;
}

#contactForm button {

	width: 200px;
}

.spinnerContainer {
	float: right;
}

#response {
	padding-top: 10px;
}


/* @end */


/* @group Code Highlighting */

.applescript {
	font-family: 'Lucida Grande';
}

.as2 {
	font-weight: bold;
	color: #2800FF;
}

.as3 {
	color: #000000;
}

.as4 {
	color: #0000FF;
}

.as5 {
	color: #000000;
}

.as6 {
	color: #4F7F00;
}

.as7 {
	font-weight: bold;
	color: #000000;
}

.as8 {
	color: #000000;
}

.as9 {
	font-style: italic;
	color: #0000FF;
}

.as10 {
	font-weight: bold;
	color: #0000FF;
}

.as11 {
	font-weight: bold;
	color: #0015A0;
}

.as12 {
	color: #251151;
}

.as13 {
	color: #0000FF;
}

.as14 {
	color: #4F7F00;
}

.as15 {
	color: #6B04C3;
}

/* @end */

/* @group RapidSearch */

#rapidsearch-form, #rapidsearch-score {
	display: none;
}

#rapidsearch ol {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#rapidsearch ol li {
	border-top: 1px solid #E8E8E8;
	padding: 15px 0;
}

#rapidsearch .rapidsearch-excerpt {
	color: #555;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#rapidsearch .rapidsearch-link {
	display: block;
	color: #08C;
	font-size: 16px;
}

#rapidsearch .rapidsearch-url {
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	width: 618px;
	color: #aaa;
}

/* @end */

/* @group Archive Accordion */

.acToggle {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	background: linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 14px;
	color: #616161;
	padding: 3px 15px;
	width: 140px;
}

.acToggle:hover {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	background: linear-gradient(top, #f5f5f5 0%,#dbdbdb 100%);
	text-decoration: none;
}

.acToggle.active {
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #e7e6e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#e7e6e7));
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
	background: linear-gradient(top, #dbdbdb 0%,#e7e6e7 100%);
}

.acStretch {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 10px;
	width: 400px;
}


/* @end */

/* @group Disqus */

.dsq-brlink {
	display: none;
}

#disqus_thread {
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}


/* @end */

/* @group Helper Classes */

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	z-index: 29;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	z-index: 29;
}

.c { text-align: center; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* @end */

/* @group Fonts */

@font-face {
	font-family: 'MuseoSans500';
	src: url('type/museosans_500-webfont.eot');
	src: local('☺'), url('type/museosans_500-webfont.woff') format('woff'), url('type/museosans_500-webfont.ttf') format('truetype'), url('type/museosans_500-webfont.svg#webfontOPBtSDZZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  aside, header nav, #search { display: none !important; }
  #content { width: 90% !important; border-right-width: 0 !important;}
  header h1 a { font-size: 42px !important; padding: 25px !important;}
}


