html {
	color: #000;
	background: #fff
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

a {
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal
}

li {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,q:after {
	content: ""
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,textarea,select {
	*font-size: 100%
}

legend {
	color: #000
}

a:link,a:visited,a:hover,a:active {
	color: #666
}

p {
	text-indent: 2em;
	margin: 0.5em 0;
    font-family: serif;
}

strong {
	font-weight: bold
}

em {
	font-style: italic;
	font-family: georgia,times,serif
}

abbr,acronym {
	border-bottom: 1px dotted #666
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
	color: #000;
	max-width: 50em;
	margin: 2em auto;
    padding: 0 2em;
}

h1,h2 {
	font-variant: small-caps;
	font-family: georgia,times,serif;
	text-align: center
}

h1 {
	font-size: 3em;
	line-height: 1.2em
}

h2 {
	font-size: 1.9em;
	margin: 0.5em 0 0.5em
}

.blog h2 {
	margin: 0.5em 0 0.2em
}

h3 {
	font-size: 1.3em;
	margin: 0.2em 0 0.2em;
	font-variant: small-caps;
	font-family: georgia,times,serif
}

blockquote {
	font-family: Georgia,"Georgia ref","Times New Roman",Times,serif
}

code,kbd,pre,samp,var {
	font-family: "Bitstream Vera Sans Mono","Andale Mono",Monaco,monospace
}

.formtable {
	margin: 0 auto
}

.formtable th {
	text-align: right;
	width: 2%;
	padding-right: 1em;
	font-weight: bold;
	vertical-align: middle
}


.formtable td {
	width: 10%;
}

.formtable input[type="text"], .formtable input[type="email"], .formtable input[type="password"] {
	width: 100%;
}

.formtable textarea {
	width: 100%;
}

.errorlist {
	list-style: none;
	font-family: georgia,times,serif;
	font-style: italic;
	font-size: 80%
}

table.message th {
	text-align: right;
	vertical-align: top;
	font-weight: bold
}

table.message td {
	font-family: georgia,times,serif;
	font-style: italic;
	text-align: left;
	padding: 0 1em
}

table.message td.buttons {
	padding: 1em;
	text-align: center
}

table.message td p {
	margin: 0 0 1em 0;
	text-indent: 0
}

.messages {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: georgia,times,serif;
	font-style: italic
}

.messages td {
	padding: 3px;
	border-left: solid 1px #b3b3b3
}

.messages td .actions {
	text-align: right
}

ul.messages > li {
    font-size: 15pt;
	padding: 20px 10px;
	border: 1px solid #888;
	background: #eee;
    margin: 20px 0;
    list-style: none;
}

.boxdiv {
	margin: 1em 2em;
	padding: 0px;
	text-indent: 0px
}

.single {
	text-align: center;
	text-indent: 0px
}

.errors {
	text-align: center
}

.postdate {
	font-style: italic;
	font-size: 80%;
	text-align: center
}

table.pricing {
	margin: 1em auto;
	width: 30em;
    font-size: 1.2em;
    line-height: 2em;
}

table.pricing tr.price th,table.pricing tr.price td {
	padding: 0.5em 0;
	font-size: 140%
}

table.pricing tr.underlined {
	border-bottom: 1px #ccc solid;
	margin-top: 1.5em
}

table.pricing th {
	width: 20%
}

table.pricing td {
	width: 40%;
	text-align: center
}

table.pricing td h3 {
	padding-bottom: 0.6em;
    font-size: 1.5em;
}

.bar {
	text-align: center;
    font-family: georgia,times,serif;
    font-style: italic;
    padding: 11px 0;
    font-size: 125%;
}

.bar .active {
	background-color: #000;
	color: #fff
}

.bar .active a {
	background-color: #000;
	color: #fff
}

.bar li {
	display: inline;
	border-left: solid 1px #b3b3b3;
	margin: -2px;
	padding: 2px 1em
}

.bar li:first-child {
	border-left: 1px
}

.bar li a {
	color: #000;
	text-decoration: none
}

.center {
	text-align: center
}

button {
	/* display: inline; */
	background-color: white;
	border: 1px solid black;
	color: black;
	display: inline;
	padding: 6px 14px;
    font-size: 100%;
	border-radius: 5px;
    margin: 10px 5px 15px 5px;
    font-size: 130%;
}

button:hover {
    color: white;
    background-color: black;
}

ul > li {
    list-style: circle;
    margin-left: 20px;
}

h1.logo a {
    text-decoration: none;
    color: black;
}

a.button {
    cursor: pointer;
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 6px 14px;
	border-radius: 5px;
    margin: 10px 5px 15px 5px;
    text-decoration: none;
    font-size: 130%;
    display: inline-block;
}

a.button:hover {
    color: white;
    background-color: black;
}

hr {
 margin:1rem auto;
 height:26px;
 height:1.625rem;
 color:#222;
 text-align:center;
 display:block;
 font-weight: bold;
 font-size: 130%;
 border:0
}

hr:before {
 content:"···";
 letter-spacing:1em
}

.log h3:first-child {
    border-top: none;
}

.log h3 {
    margin-top: 1em;
    border-top: 1px solid gray;
    padding-top: 0.5em;
}

.log .empty {
    text-align: center;
    padding: 2em 0;
}
