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,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}ul,ol{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:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* body
*************************/

html, body
{
	text-rendering: optimizeLegibility;
	font: 20px/30px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #333;
	background-color: #fff;
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
}

/* links
*************************/

a
{
	text-decoration: none;
	color: #c30;
}

a:hover
{
    text-decoration: underline;
}

/* headlines
*************************/

h1,
h1 a
{
	font: italic 50px/60px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #000;
	margin: 0 0 30px;
}

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

h2,
h3
{
	font-size: 28px;
	color: #000;
	margin: 60px 0 30px;
	font-weight: bold;
}

h4
{
	font-size: 24px;
	color: #000;
	margin: 30px 0;
}

h5
{
	font-size: 20px;
	color: #000;
}

h6
{
	font-size: 16px;
}

/* lists
*************************/

ul,
ol,
dl
{
	margin: 0 0 30px;
}

ul
{
	list-style: outside disc;
}

ol
{
	list-style: outside decimal;
}

ul.plain, ol.plain
{
	margin-left: 0;
	list-style: none;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 30px;
}

/* inline elements
*************************/

img
{
	vertical-align: text-top;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

del
{
	text-decoration: line-through;
}

ins
{
	font-style: italic;
}

abbr
{
	text-transform: uppercase;
	font-size: 90%;
}

cite, q
{
	font-style: italic;
}

code, kbd, samp, var, tt
{
	font-family: "Courier New", Courier, monospace;
}


/* paragraph elements
*************************/

address, blockquote, p, pre
{
	margin: 0 0 30px;
}

blockquote
{
	margin-left: 30px;
	border-left: 4px solid rgba(0, 0, 0, .1);
	padding-left: 26px;
}

pre
{
	font-family: 'Courier New', Courier, monospace;
}

/* tables
*************************/

table
{
	margin: 0 0 30px;
}

.styled
{
	width: 100%;
	border-collapse: collapse;
}

.styled td,
.styled th
{
    padding: 8px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.styled thead
{
	background-color: rgba(0, 0, 0, .2);
}

.styled tfoot
{
	background-color: rgba(0, 0, 0, .2);
}

.styled .even
{
	background-color: rgba(0, 0, 0, .05);
}

.styled .odd
{
	background-color: rgba(0, 0, 0, .025);
}

/* forms
*************************/

form, fieldset, legend
{
	margin: 0 0 30px;
}

fieldset.plain
{
	padding: 0;
	border-width: 0;
	margin: 0;
}

legend
{
	font-weight: bold;
}

.form-field
{
	margin-bottom: 30px;
}

fieldset *:last-child
{
	margin-bottom: 0;
}

.form-field label
{
	font-weight: bold;
	margin: 30px 0 0;
	color: #000;
	display: block;
}

label
{
	cursor: pointer;
}

input, select, textarea, button
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	line-height: 30px;
}

input[type=submit],
button
{
	cursor: pointer;
	padding: 4px;
}

input[type=text],
input[type=password],
select,
textarea
{
	color: #666;
	padding: 4px;
	outline-width: 0;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
	/* glow */
}

textarea
{
	width: 100%;
}

input[type=checkbox] + label,
input[type=radio] + label
{
	display: inline;
	width: auto;
}

.verification
{
	display: none;
}

/* other elements
*************************/

object
{
	margin: 0 0 30px;
	display: block;
}

hr
{
	background-color: rgba(0, 0, 0, .3); /* set both colors to same */
	color: rgba(0, 0, 0, .3);
	height: 1px;
	border-width: 0; /* border causes browser incompatabilities */
	width: 80%;
	text-align: center;
}

img
{
	-ms-interpolation-mode: bicubic;
}

/* container
*************************/

#container
{
    margin: 0 auto;
	width: 30em;
}

#website_info
{
	font-size: 12px;
	margin-top: 90px;
}

/* header
*************************/

#header p
{
    font-size: 26px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin: 0;
}

#menu
{
    padding: 15px 0;
}

#menu ul
{
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#menu li
{
	float: left;
	margin-right: 25px;
}

#menu li:last-child
{
	margin-right: 0;
}

#menu .current a
{
    color: #333;
    font-weight: bold;
}

/* content
*************************/

#title
{
	margin: 90px 0 0;
    position: relative;
}

#previous,
#next
{
    position: absolute;
    top: 18px;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    display: block;
}

#previous
{
    left: -50px;
    border-left-width: 0;
    border-right: 12px solid #c30;
}

#next
{
    left: -30px;
    border-right-width: 0;
    border-left: 12px solid #c30;
}

#content p:first-child:first-line
{
    font-weight: bold;
}

#content img
{
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	max-width: 100%;
}

#archive_list li
{
    padding: 15px 0;
    border-bottom: 1px solid #c3c3c9;
}

#archive_list li:last-child
{
    border-bottom-width: 0;
}

#post_info
{
	font-size: 12px;
    border-top: 1px solid #ccc;
    padding: 15px 0;
	margin: 30px 0;
}

/* tab classes
*************************/

.tab {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	*display: inline;
	*zoom: 1;
	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

/* syntax
****************************/

.wp_syntax
{
	margin-bottom: 30px;
	width: 100%;
	overflow: auto;
    border: 1px dashed #ccc;
}

.wp_syntax .code
{
}

.wp_syntax .line_numbers pre
{
	font-size: 12px;
	padding: 0 8px 0;
}

.wp_syntax pre, .wp_syntax table
{
    padding-left: 8px;
    font-size: 12px;
	margin: 0;
}

/* helper classes
************************/

.weak
{
	opacity: .6;
}

.high-context
{
	margin-top: -24px;
}

.footnote
{
	font-size: 75%;
}

.inline
{
	display: inline;
}

.rfloat
{
	display: block;
	float: right;
}

.lfloat
{
	display: block;
	float: left;
}

.rfloat.pad
{
	margin: 24px 0 24px 24px;
}

.lfloat.pad
{
	margin: 24px 24px 24px 0;
}

.lclear
{
	clear: left;
}

.rclear
{
	clear: right;
}

.clear
{
	clear: both;
}

.hide
{
	display: none;
}

.page-break
{
	page-break-before: always;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.nowrap
{
	white-space: nowrap;
}

.nomargin
{
    margin: 0;
}
