/*  
Theme Name: marshmallowgun
Theme URL:http://www.marshmallowgun.org/
Theme Author:http://www.marshmallowgun.org/
*/

/*Global 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 font: 62.5%/1.4 Arial, sans-serif;
	background: #fff;
	text-align: center;
}

.box {
	text-align: left;
	background: #fff;
	margin: 0 auto 0 auto;
	width: 960px;
}

.top {
	width: 960px;
	height: 159px;
	background: #fff url(images/topbg.jpg) no-repeat;
	position: relative;
}


.content {
	width: 720px;
	padding: 10px;
	float: left;
}

.content h2 {
	color: #2A2E91;
	font-size: 2.02em;
	padding-right: 1em;
	text-align: right;
}
.entry {
	font-size: 1.4em;
	margin-bottom: 40px;
	
}
.entry h1,.entry h2 {
	color: #2A2E91;
	padding: 0 1em 0.6em 1em;
	margin-bottom:0.5em;
	font-size: 2.18em;
	text-align: left;
	border-bottom: 1px dotted #3034A5;
}
.entry h2 a {
	color: #2A2E91;
	text-decoration: none;
}

.entry a{
	color: blue;
	text-decoration: underline;
}

.entry p, .entry ul,.entry ol {
	margin: 1.3em 1em 0 1.1em;
	line-height: 1.55em;
}	

.ea {
	margin-left: -10px;
	margin-bottom:10px;
}

.meta {
	text-align: right;
	padding-right: 1.5em;
	font-size: 0.85em;
	margin-bottom: 0.4em;
}


.aside {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.aside ul ul {
	margin: 0;
	padding-bottom: 15px;
}

.aside ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 1em;
}

.aside h2 {
	background: url(images/hasidebg.jpg)   no-repeat;
	height: 30px;
	color: #fff;
	font-size: 1.85em;
	padding: 0.1em 0 0 2em;
}

.aside ul ul li {
	margin: 0;
	font-size: 1.65em;
	font-weight: bold;
	color: #2A2E91;
	padding: 0.5em 1em 0.5em 2.8em;
}

.aside ul ul li a{
	color: #2A2E91;
	text-decoration: none;
}
.aside ul ul li a:hover{
	text-decoration: underline;
}


.footer {
	padding: 1em;
	text-align: center;
	font-size: 1.1em;
	color: #2A2E91;
	border-top: 1px dashed #3034A5;
	
}

.footer a {
	
	color: #2A2E91;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}