body {
	font: 100% "HelveticaNeue-Light",Verdana,'Trebuchet MS', Arial, Sans-Serif;
	background-color: #522D80;
	border: none;
	margin: 0;
	padding: 0;
	color: #333
	margin-bottom: 10px;
}

#content {
	width: 640px;
	background-color: white;
	border-top: 4px solid #f66733;
	margin: 0 auto;
	padding: 0 20 0 20;
	
}

#footer {
	width: 640px;
	margin: 0 auto;
	padding: 10 20 12 20;
	background-color: #b293ca;
	color: white;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding-bottom: 10px;
}

#footer h2 {
	font-size: 1.4em;
	font-weight: 100;
	margin: 0;
	padding-bottom: 3px;
}

#footer .section {
	padding: 0;
}
#footer .row {
	color: white;
	font-size: 1em;
}
#footer .row a {
	font-size: 1em;
}

#footer .label {
	color: white;
	font-size: .8em;
	float: left;
	padding-right: 5px;
}

.admin img {
	border: none;
}

.admin #breadcrumb {
	font-size: 2em;
	padding-bottom: 8px;

}

#nav {
	font-size: 1.2em;
	float: right;
	text-align: right;
	margin: 8px 0 0 0;
}

#nav a {
	
}

.admin textarea {
	width: 100%;
}
h1 {
	color: #522D80;
	font-weight: 100;
	font-size: 3em;
	margin: 10 0 0 0;
	padding-bottom: 10px;
}

h1 a {
	color: #522D80;
}

h1 a:hover {
	text-decoration: none;
}

a {
	color: #005CA3;
	text-decoration: none;
}

a .title {
	color: #522D80;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding: 4px;
	border: 1px solid #666;
}

form {
	margin: 0;
}

.left {
	float: left;
	margin: 0 8px 0 0;
}

.right {
	text-align: right;
	float: right;
	margin: 0 0 0 8px;

}
.section {
	width: 100%;
	padding-bottom: 16px;
	line-height: 150%;

}

.section h2 {
	font-size: 1.4em;
	font-weight: 100;
	margin: 0;
	padding-bottom: 3px;
}

.section h2 a {
	text-decoration: none;
	color: #333;
}
.section h2 a:hover {
	text-decoration: none;
	color: #F66733;
}

.section .row {
	color: #444;
	font-size: 1em;
}
.section .row a {
	font-size: 1em;
}

.section .label {
	color: #666;
	font-size: .8em;
	float: left;
	padding-right: 5px;
}

.section img {
	float: left;
	margin-right: 5px;
}

.post {
	width: 100%;
	margin: 0 0 0 0;
	padding-bottom: 16px;
}

.post h2 {
	font-size: 2em;
	font-weight: 200;
	margin: 0;	
}

.post h3 {
	font-size: .75em;
	margin: .5em 0 0 0;
	padding: 0;
	font-weight: 100;

}

.post p {
	margin: .5em 0 0 0;
	font-size: .9em;
	line-height: 150%;
}

.more {
	margin: 0;
	padding-bottom: 20px;
}

.t {background: url(pixel.gif) 0 0 repeat-x; width:100%;}
.b {background: url(pixel.gif) 0 100% repeat-x}
.l {background: url(pixel.gif) 0 0 repeat-y;}
.r {background: url(pixel.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat; padding: 0 0 10px 15px}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat;}
.tr {background: url(tr.gif) 100% 0 no-repeat; }

	