html .mceContentBody {
	max-width: 590px;
	padding: 20px;
}

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 11px; line-height: 20px; }
body, button, input, select, textarea { font-family: 'Verdana',sans-serif; color: #888; }
::-moz-selection { background: #8fc73e; color: #fff; text-shadow: none; }
::selection { background: #8fc73e; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a { color: #8fc73e; text-decoration: none;}
a:visited { color: #8fc73e; }
a:hover { color: #f5c421; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5, 
h6 { color: #333; font-family: 'Lato',sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; line-height: 110% }
h1 { font-size: 20px;margin: 10px 0; }
h2 { font-size: 16px;margin: 10px 0; }
h3 { font-size: 13px;background: url(images/dot-border.jpg) repeat-x bottom; padding: 0 0 7.5px 0; margin: 5px 0;} 
h4, 
h5, 
h6 { font-size: 11px; line-height: 200%;}

address { display: block; margin: 10px 0; font-style: normal; color: #666; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; font-size: 13px; font-family: Georgia, serif; font-style: italic; }
cite { color: #666; font-size: 12px; font-weight: 400; letter-spacing: 0.05em; text-transform: uppercase; font-style: normal;  }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, 
code, 
kbd, 
samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
p { padding: 0 0 20px 0; margin: 0; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Wordpress generated CSS */
.page-link {}
	.page-link a { padding:3px 8px; margin: 0px 1px; background: #EEE; }
.wp-caption {max-width: 96%;}
.wp-caption-text { color: #666; font-size: 12px;  margin: 0 5px 5px 5px; text-align: center; }
article.sticky { background: #F6F6F6; border-top: 1px dotted #CCC; border-bottom: 1px dotted #DEDEDE; padding: 10px; }
.gallery-caption  {}
.bypostauthor {}
.alignright { display: inline; float: right; margin-left: 15px;}
.alignleft { display: inline; float: left; margin-right: 15px;}
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }


/* =============================================================================
   Lists
   ========================================================================== */
ul { list-style: square ; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-alpha; }
ul, 
ol { margin: 1em 0; padding: 0 0 0 20px; }
dl.gallery-item { margin: 0;}
dt { color: #000; }
dd { margin: 0 0 15px 10px;}
nav ul, 
nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic;  }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
img.size-full, img.size-large { max-width: 95.5%;  height: auto; }
img[class*="align"], img[class*="wp-image-"]{ border: 1px dashed #DDDDDD; padding: 6px; margin: auto; }
img.alignnone { margin: 7.5px; }
img.alignright { display: inline; float: right; margin: 15px 0 15px 15px;}
img.alignleft { display: inline; float: left; margin: 15px 15px 15px 0 ;}
img.aligncenter { clear: both; display: block; margin: 10px auto; }

/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, 
input, 
select, 
textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, 
input { line-height: normal; border: 1px dashed #c3c3c3; padding: 5px 3px;  }
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], 
input[disabled] { cursor: default; }
input[type="checkbox"], 
input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, 
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, 
textarea:valid {  }
input:invalid, 
textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
.entry-content table { border-bottom: margin: 0 0 15px ; width: 100%; }
th, 
td { text-align: left;  }
td { vertical-align: top; border-top: 1px solid #DDD; padding: 5px 10px 5px 0; }
th { font-weight: 400; font-size: 13px; color: #666; text-transform: uppercase; }