/* @group Boilerplate - Don't change this */

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 #eee; margin: 0 -40px; 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; }
em { font-style:italic; }
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 General Styles */

body, select, input, textarea { 
	color: #4e4e4e;
	font: 14px/23px "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

body {
    background: #eee;
    padding-top: 150px;
}

a:link, a:visited {
	color: #0080ff;
	text-decoration: underline;
	-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 {
	color: #0080ff;
	text-decoration: none;
}

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

ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

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

h1, h2, h3, h4, h5 {
	color: #333;
}

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

h2 {
	margin: 20px 0;
	font-size: 24px;
	line-height: 28px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
}

blockquote, q {
	color: #888;
	border-left: 2px solid #bbb;
	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 */

#topBar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 40px 0;
	height: 55px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	z-index: 5;
}

header .logo {
	margin-right: 10px;
	background: url(../images/cmc-only.png) no-repeat 0 0;
	width: 100px;
	height: 43px;
	float: left;
}

header h1 a, header h1 a:link, header h1 a:visited {
	margin: 0 0 15px 0;
	height: 43px;
	font-size: 28px;
	line-height: 43px;
	color: #444;
	text-decoration: none;
}

#search {
	float: right;
	width: 185px;
	margin: 8px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search input {
	display: block;
	line-height: 14px;
	padding: 4px 10px 4px 25px;
	width: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255, 0.6);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255, 0.6);
	border: 0;
	background: #fefefe url(../images/search.png) no-repeat 6px 50%;
}

#search input:focus {
	outline: 0;
}

nav {
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
	z-index: 3;
	background: #474747;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	//border-bottom: 1px solid #c6c6c6;
}

nav a, nav a:link, nav a:visited {
	color: #ccc;
	text-decoration: none;
}

nav a:hover, nav a:active {
	color: #fff;
}

nav.small {
	display: none;
}

nav ul {
	position: relative;
}

nav ul li {
	position: relative;
    line-height: 1.0;
    float: left;
    border-right: 1px solid #666;
    white-space:nowrap;
}

nav ul li a {
	display: block;
    padding: 10px;
    text-align: center;
}

nav ul li a:hover {
	text-decoration: underline;
}

nav ul li a#current, nav ul li a.currentAncestor {
	text-decoration: underline;
	color: #fff;
}

.sf-menu ul {
    position: absolute;
    top: -99999px;
    width: 120px;
}
.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: 0;
    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;
}
.sf-menu > li {
}
.sf-menu > li > a {
    padding: 10px 13px;
}
.sf-menu li ul {
	margin-top: 34px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}
.sf-menu li li {
	background: #474747;
	border-bottom: #666;
    //border-left: 1px solid #eee;
    border-top: 1px solid #666;
    z-index: 2;
}

/* @end */

/* @group Main Content */

#container { 
	max-width: 880px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 1px 4px rgba(100, 100, 100, 0.4);
	border: 1px solid #C6C6C6;
	z-index: 1;
}

#content {
	background-color: #fff;
	margin: 30px 40px;
}

.imageStyle {
	max-width: 100%;
	max-height: 100%;
}

.rss-box {
	margin: 20px -40px;
	padding: 0 30px;
}

.rss-box ul {
	list-style-type: none;
	margin: 0;
	font-size: 13px;
}

.rss-box li {
	float: left;
	width: 250px;
	padding: 0 10px 10px;
}

.rss-box a {
	text-decoration: none;
	font-size: 15px;
}

.rss-box .rss-date {
	color: #888;
	font-size: 12px;
	line-height: 23px;
}

#ddrHeader {
	margin: -30px -40px 10px -190px;
	padding: 4px 0;
	background: #efefef;
	height: 36px;
	background: -moz-linear-gradient(top, #efefef 0%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	background: -o-linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	background: linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cfcfcf',GradientType=0 );
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.8), 0 1px 0px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#ddrNav {
	float: left;
	width: 130px;
	height: 28px;
	margin: 3px 30px 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 #fff;
	border-radius: 4px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	line-height: 30px;
	text-align: center;
	background: -moz-linear-gradient(top, #efefef 0%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	background: -o-linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	background: linear-gradient(top, #efefef 0%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cfcfcf',GradientType=0 );
}

#ddrNavSelected {
	border: 1px solid #888;
	background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
}

#ddrHeader h1 {
	color: #777;
	text-shadow: 0 1px 0 #fff;
	font-size: 24px;
	margin: 0;
}

/* @end */

/* @group Sidebar */

aside, .blog-entry-date {
	color: #888;
	font-size: 12px;
	line-height: 23px;
	margin: 0 0 20px 0;
}

.blog-entry-date {
	text-transform: uppercase;
}

.blog-entry-category {
	text-transform: none;
}

aside a, aside a:link, aside a:visited, .blog-entry-date a {
	color: #74aef8;
}

aside a:hover, aside a:active, .blog-entry-date a:hover, .blog-entry-date a:active {
	color: #0080ff;
	text-decoration: underline;
}

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

/* @end */

/* @group Footer */

footer {
	margin: 0px auto;
	padding: 20px;
	max-width: 800px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	clear: both;
}

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;
	text-decoration: none;
}

footer a:hover, footer a:active {
	color: #0080ff;
}

#footerText {
	float: left;
}

#footerLinks {
	float: right;
}
	
/* @end */

/* @group Blog */

.blog-archive-headings-wrapper {
	padding: 0px 40px 0px 190px;
	border-bottom: 1px solid #EEE;
	margin: 0 -40px 20px -190px;
}

.blog-archive-month:before {
	content: "Archive for '";
}

.blog-archive-month:after {
	content: "' category";
}

.blog-archive-month {
	font-size: 22px;
	margin-bottom: 20px;
}

.blog-archive-link {
	width: 140px;
	margin: -42px 0 0 -150px;
	float: left;
}

.blog-archive-link a {
	background-color: #fff;	/* Chrome+Safari bug, Makes a:before clickable */
}

.blog-archive-link a:before {
	content: "← Back to ";
}

.blog-entry {
	padding: 40px 40px 20px 190px;
	border-top: 1px solid #eee;
	margin: 0 -40px 0 -190px;
}

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


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

.blog-entry-title a:hover {
	color: #0080ff;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.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-comment-link {
	padding-left: 18px;
	margin-right: 5px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}
	
/* @end */

/* @group Contact */

.form-input-field {
    padding: 5px;
    width: 45%;
    resize: none;
    border: 1px solid #b9bdc0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    background: #fefefe;
}

.form-input-field:hover {
    border: 1px solid #999;
}

.form-input-button {
	font-size: 16px;
	padding: 3px 6px;
}

#contactCard {
	float: right;
	width: 45%;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin-top: 45px;
}

#contactCard h2 {
	background: url(../images/contact.png) no-repeat 100% 100%;
	border-bottom: 1px solid #CCC;
	line-height: 27px;
	margin: 40px 40px 0;
}

#contactCard h3 {
	color: #999;
	margin: 3px 40px 0;
	font-size: 14px;
}

#contactCard ul {
	list-style: none;
	margin: 20px 40px 40px 60px;
}

#contactCard ul li a {
	padding-left: 50px;
	line-height: 45px;
	font-size: 18px;
	text-decoration: none;
}

li#web { background: url(../images/web.png) no-repeat 0% 50%; }
li#mail { background: url(../images/mail.png) no-repeat 0% 50%; }
li#twitter { background: url(../images/twitter.png) no-repeat 0% 50%; }
li#linkedin { background: url(../images/linkedin.png) no-repeat 0% 50%; }


/* @end */

/* @group 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: 16px;
	line-height: 16px;
	color: #616161;
	padding: 5px 15px;
	margin: 10px 0;
}

.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: #329de9;
	background: -moz-linear-gradient(top, #329de9 0%, #074898 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#329de9), color-stop(100%,#074898));
	background: -webkit-linear-gradient(top, #329de9 0%,#074898 100%);
	background: -o-linear-gradient(top, #329de9 0%,#074898 100%);
	background: -ms-linear-gradient(top, #329de9 0%,#074898 100%);
	background: linear-gradient(top, #329de9 0%,#074898 100%);
	color: #fff;
}

.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: 679px;
}

/* @end */

/* @group Code Highlighting */

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

.as2 {
	font-weight: bold;
	color: #0000FF;
}
.as3 {
	color: #000000;
}
.as4 {
	color: #4F7F00;
}
.as5 {
	font-style: italic;
	color: #4C5D5D;
}
.as6 {
	color: #0000FF;
}
.as7 {
	font-weight: bold;
	color: #2800FF;
}
.as8 {
	color: #000000;
}
.as9 {
	color: #4F7F00;
}
.as10 {
	color: #000000;
}
.as11 {
	color: #0000FF;
}
.as12 {
	color: #FF0000;
}
.as13 {
	color: #4C5D5D;
}

/* @end */

@media only screen and (max-width: 830px) {
	
	header h1 a, header h1 a:link, header h1 a:visited {
		font-size: 24px;
		letter-spacing: 0;
	}
	
	#content { 
		margin: 30px 20px;
	}
	
	hr {
		margin: 0 -20px;
	}
	
	.rss-box {
		margin: 0 -20px;
		padding: 20px 10px;
	}
	
	.blog-entry {
		padding: 40px 20px 20px 20px;
		margin: 0 -20px;
	}
	
}

@media only screen and (max-width: 760px) {
	
	header h1 a, header h1 a:link, header h1 a:visited {
		font-size: 18px;
		letter-spacing: 0;
	}
	
	#topBar {
		padding: 10px 20px 0;
	}
	
	nav.large ul li a {
		font-size: 13px;
		padding: 8px;
	}
	
	nav.large ul li:last-child {
		display: none;
	}
	
	.rss-box {
		margin: 0;
		padding: 0;
	}
	
	.rss-box ul {
		font-size: 14px;
	}
	
	.rss-box li {
		float: none;
		width: auto;
		padding: 0 0 10px;
	}
	
	.rss-box a {
		font-size: 16px;
	}

}

@media only screen and (max-width: 630px) {
	
	#topBar {
		position: absolute;
	}
	
	header h1 {
		display: none;
	}
		
	nav.large {
		display: none;
	}
	
	nav.small {
		display: block;
	}
	
	h1 {
		font-size: 26px;
		letter-spacing: 0;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 15px;
	}
	
	#contactCard {
		float: none;
		width: 100%;
	}
	
	.form-input-field {
		width: 96%;
	}


}

/* @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; }

/* Make certain classes clearfix */
.blog-entry:before, .blog-entry:after, .rss-box:before, .rss-box:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.blog-entry:after, .rss-box:after { clear: both; }
.blog-entry, .rss-box { 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;}
}

