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

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

fieldset, img {
  border: 0;
}

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

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;
}

/* Style */
/* Palette - http://www.colourlovers.com/palette/20361/Computer_code_2.0 */
html {
	color: #555;
  	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Cambria,Georgia,serif;
  	font-size: 0.875em; /* 14px --> 16 * 0.875 */
  	background: #CDD7B6;
}

body {
    
	width: 540px;
	margin:0 auto;
	line-height:1.5em;
	padding-top: 25px;
	padding-bottom: 50px;
}

.main {
  width: 460px;
  margin: 0 auto;
}

.header {
  margin-top: 24px;
  margin-bottom: 0px;
}

.header a, .header a:hover {
  color:#4B524A;
  text-decoration: none;
}

.header span {
  color:#6C8768;
  font-weight: bold;
}


.post-title {
  margin-top: 36px;
  margin-bottom: 6px;
  font-weight: bold;
}

.date-line {
  text-align: right;
  margin-left: 10px;
  margin-right: 10px;
}

.archive-line img {
  margin-right: 5px;
  border:none;
}

.sep {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #CDD7B6;
}

.sep-footer {
  margin-top: 36px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #CDD7B6;
}

.footer {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
}

.footer a, .header a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: "ff-enzo-web-1","ff-enzo-web-2",sans-serif;
  	font-weight: 600;
	margin-bottom:18px;
}

h1 {
	font-size:1.714em; /* 24px --> 24 / 14 = 1.714 */
	line-height:1em; /* 24px --> 24 / 24 = 1 */
}

h2 {
	font-size:1.571em; /* 22px --> 22 / 14 = 1.571 */
	line-height:1.0909em; /* 24px --> 24 / 22 = 1.0909090909090909090909090909091 */
}

h3 {
	font-size:1.429em; /* 20px --> 20 / 14 = 1.429 */
	line-height:1.2em; /* 24px --> 24 / 20 = 1.2 */
}

h4 {
	font-size:1.129em; /* 18px --> 18 / 14 = 1.129 */
	line-height:1.333em; /* 24px --> 24 / 18 = 1.3333333333333333333333333333333 */
}

h5,h6 {
	font-size:1.143em; /* 16px --> 16 / 14 = 1.143 */
	line-height:1.5em; /* 24px --> 24 / 16 = 1.5 */
	font-style:italic;
	margin-bottom: 6px;
}

p {
	margin-bottom:18px;
}

ul, ol {
	margin-bottom:18px;
}

ul {
	list-style:square outside;
}

ul ul, ol ol {
	margin:0 0 0 60px;
}

blockquote {
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}

blockquote b {
	display:block;
	text-indent:0;
}

a {
	color:#6C8768;
	text-decoration:underline;
}

a:hover {
	color:#4B524A;
	text-decoration:underline;
}

a:active, a:focus {
	position:relative;
	top:1px;
}

img {
    border:1px solid #4B524A;
}

/* Drop Shadow Effect @see http://nicolasgallagher.com/css-drop-shadows-without-images/ */
.drop-shadow {
    position:relative;
    float:left;
    width:100%;    
    padding:1em; 
    margin:2em 10px 4em; 
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute; 
    z-index:-2;
}

.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
}
        
.curved-vt-2:before {
    right:0;
}
        
.curved-hz-1:before {
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}

.curved-hz-2:before {
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}