/*
	Print styles for the Dojo wordpress theme.
*/

/* Universal Rules -------------------------------------------------- */
#sidebar,
.syndicate,
.commentform,
.related,
.navigation,
.poweredby {
	display: none;
}
body {
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ahem, hr { display: none !important; }
.floatleft, .alignleft { float: left; margin: 0 1em 1em 0; }
.floatright, .alignright { float: right; margin: 0 0 1em 1em; }
.clearboth { clear: both; }
sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
a {
	color: #000;
	text-decoration: none;
}

/* Header -------------------------------------------------- */
#header {
	border-bottom: 1px solid #ccc;
}
#blogname {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1;
	margin: 0 0 .25em;
}

/* Content -------------------------------------------------- */
code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
}
pre {
	padding: .5em;
}
h1, h2 ,h3, h4 {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	margin-bottom: -.25em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5, h6 {
	font-size: 1.25em;
}
ul li {
	list-style-type: disc;
}
.wp-caption {
	margin: .25em auto 1em;
}
.entry img,
.entry object {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: .25em auto 1em;
	max-width: 500px;
}
.wp-caption img {
	margin: 0 auto;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}
.entry .floatright img,
.entry .floatleft img {
	margin: .25em 0 1em;
}
.entry img.floatright,
.entry img.alignright,
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}
.entry img.floatleft,
.entry img.alignleft,
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}
.entry p,
.entry li,
#columncap p {
	text-align: justify;
}
blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	border-left: 2px solid #ccc;
	font-style: italic;
}
blockquote p {
	margin: 0 0 .5em;
}

/* Comments -------------------------------------------------- */
.commentlist .avatar {
	float: right;
	margin: 0 0 .5em .5em;
}

/* Footer -------------------------------------------------- */
#footer {
	border-top: 1px solid #ccc;
}
