/* @group Reset */

/* v1.0 | 20080212 CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Content */

/* @group hidden for Print */

.print_show{
	display: block;
}
.print_hide,
#requestinfo,
#cformsform,
#bot_logos,
.sidebar,
#nav{
	display: none;
}
/* @end */

body{
	font-size: 1.2em;
}


#posts {
	float: left;
	width: 710px;
	color: #6e6e6e;
	overflow: hidden;
	min-height: 200px;
}
#posts .post, #posts .page{
	font-size: 13px;
	line-height: 20px;
	clear: both;
	/*border-top: 1px solid #d7d7d7;*/
	margin: 10px 0 20px;
	font-size: 11px;
}
#posts a{
	color: #9a0204;
}#posts a:hover{
	color: #559ae5;
}

.post_head {
	margin: 10px 0;
}
.post_head h2{
	color: #e51712;
	font-family: 'Myriad Pro';
	font-size: 30px;
	font-weight: 600;

	padding-top: 25px;
	padding-bottom: 10px;
}
	#posts .post_head h2 a{
		color: #e51712;
		text-decoration: none;
	}#posts .post_head h2 a:hover{
		text-decoration: none;
	}

.post_head .extra{
	display: block;
	font-size: 10px;
	margin-top: -3px;
	color: #535353;
}

.post_head .extra{
	
}

/*Headers*/
.entry h1, .entry h2, .entry h3, .entry h4{
	font-family: 'Myriad Pro';
	margin: 15px 0;
	clear: left;
}
.entry h1:target, .entry h2:target, .entry h3:target, .entry h4:target{
	background-color: #fff4a8;
}
.entry h2{
	color: #c2021c;
	font-weight: normal;
}

.entry p{
	margin: 18px 0;
}
.entry strong{
	color: #434343;
}
.entry sup{
	vertical-align: super;
	font-size: 8px;
}
.entry sub{
	vertical-align: sub;
	font-size: 8px;
}
/* list items */
.entry ul{
	margin: 18px 0;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 20px;
}
.entry ul li{
	margin: 8px 0;
}

.entry ol{
	margin: 18px 0;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
.entry ol li{
	margin: 8px 0;
}

/* Quotes */
.entry blockquote{
	padding: 28px 18px 18px;
	background-color: #e8e9fe;
	overflow: visible;
	position: relative;
	margin: 20px 0 20px;
	
	/* please don't send me emails about this >:F */
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	border: 2px solid #fff;
	
	box-shadow: 0px 0px 2px #305da2;
	-moz-box-shadow: 0px 0px 2px #305da2;
	-webkit-box-shadow: 0px 0px 2px #305da2;
	
	color: #172d4d;
}
.entry blockquote:before, .entry blockquote:after {
	font-size: 96px;
	display: block;
	position: absolute;
	color: #2c2c2c;
	line-height: 96px;
}
.entry blockquote:before{
	content: '“';
	top: -19px;
	left: 12px;
}
.entry blockquote:after{
	content: '”';
	right: 12px;
	bottom: -70px;
}

/* Attached image */
.entry img{
	border: 0;	
}

.entry div.wp-caption{
	padding: 5px 5px 0;
	background-color: white;
	width: auto !important;
	margin-top: 8px;
	text-align: center;
	color: #474747;
	line-height: 30px;
	
	/* please don't send me emails about this >:F */
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	border: 1px solid #cacaca;
	font-size: 80%;
}
.entry div.wp-caption img{
	/* please don't send me emails about this >:F */
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;	
}

.entry div.wp-caption.alignright{
	margin-right: -6px;
	margin-left: 20px;
}
.entry div.wp-caption.alignleft{
	margin-right: 20px;
	margin-left: -6px;
}

.entry .alignleft{
	float: left;
	display: block;
}
.entry .alignright{
	float: right;
	display: block;
}

.entry dl.alignleft{
	float: left;
	text-align: center;
}
.entry .aligncenter{
	margin: 0 auto;
	text-align: center;
}

.entry img.aligncenter{
	margin: 0 auto;
	display: block;
	text-align: center;
}

.wp-caption{
	margin-bottom: 15px;
}
.entry img.alignleft{
	margin: 4px 20px 20px 0;
}
.entry img.alignright{
	margin: 4px 0 20px 20px;
}


/* @end */

/* @group Footer */

#footer{
	text-align: center;
	/* border: 1px solid #ccc; */
	padding: 30px 0;
	font-size: 9px;
	position: relative;
	top: 40px;
}
#footer p{
	line-height: 1.5em;
	color: #595959;
}
#footer p a{
	color: #666;
	font-weight: bold;
}
	#footer p a:hover{
		color: #cbcbcb;
		font-weight: bold;
	}

.cards img{
	width: 50%;
}
/* @end */