body {
background:url(bg.jpg) top left repeat #ece9e5; 
font:18px/22px 'PT Serif', "lucida sans unicode", "lucida grande", helvetica, arial, verdana, sans-serif;
color:#010101;
}

header {
margin:20px auto 0px;
width:629px;
height:497px;
background:url(top.jpg);
border:5px solid #000;
}

nav {
margin:10px auto 15px;
}

nav ul { 
margin:0px;
text-align:center;
}

nav ul li {
display:inline;
list-style-type:none;
margin:0px;
padding:0px;
border-left:3px solid #000;
}

nav ul li:first-child { border-left:0px; }

nav ul li a {
font:25px/10px  'Playfair Display', "Open Sans Condensed", georgia, 'times new roman', serif;
font-weight:700;
color:#000;
text-decoration:none;
padding:10px;
text-shadow:0px 2px 2px #fff;
transition:color 0.5s ease;
}

nav ul li a:hover { color:#db0000; }

section {
margin:0 auto;
width:629px;
text-align:left;
}

h1 {
margin:0px 0px -10px;
font: 30px 'Old Standard TT', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#000;
font-weight:700;
text-transform:lowercase;
text-shadow:0px 2px 2px #fff;
}

h2, h4 {
margin:0px 0px -10px;
font: 25px 'Old Standard TT', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#000;
text-transform:lowercase;
text-shadow:0px 2px 2px #fff;
}

blockquote + h2 { margin-top:20px; }

h3 {
margin:-10px 0px -5px;
font: 20px 'Old Standard TT', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#db0000;
text-align:center;
text-transform:lowercase;
clear:both;
}

a { color:#888; font-weight:bold; cursor:crosshair; transition:color 0.5s ease; }
a:hover { color:#bbb; }


b, strong { font-family:'Playfair Display', 'lucida sans unicode', arial, sans-serif; color:#db0000; font-weight:700; }
i, em { font-family:'Playfair Display', 'lucida sans unicode', arial, sans-serif; color:#db0000; font-weight:700; }
.center { text-align:center; }
p.right { text-align:right; line-height:15px; padding-bottom:0px; clear:right; }
small { font-size:14px; line-height:18px; }
span { color:#444; font-weight:700; font-family:'Playfair Display', 'lucida sans unicode', arial, sans-serif; }


blockquote {
border-left:5px solid #000;
margin:20px 10px 0px;
}
blockquote p { margin:0px !important; padding:0px 5px; }
blockquote:hover { border-color:#db0000; }


img, a img { border:1px solid #000; padding:5px; margin-right:6px; background:#000; transition:border 0.5s ease, background 0.5s ease;  }
img:hover { border-color:#db0000; background:#db0000; }
img.right { float:right; margin:0px 0px 5px 8px; }
img.left { float:left; margin:0px 5px 5px 0px; }


span.site {
font: 24px PrintBoldRegular, 'lucida sans unicode', arial, sans-serif;
color:#624555;
text-transform:uppercase;
}


ul li { list-style-type:square; }
ol.arrange, blockquote.tl { font-size:16px; line-height:20px; }


input, textarea {
background:rgba(255,255,255,0.5);
padding:2px;
border:3px solid #000;
font:18px/24px 'PT Serif', "trebuchet ms", tahoma, verdana, arial, sans-serif;
color:#000;
margin:5px 0px;
}

option, select { 
padding:2px;
border:3px solid #000;
font:18px/24px 'PT Serif', "trebuchet ms", tahoma, verdana, arial, sans-serif;
color:#000;
margin:5px 0px;
background:rgba(255,255,255,0.5);
}

input:focus, textarea:focus, select:focus { border-color:#db0000; }

option { 
border-width:0px;
background:#fff;
}

.help {
cursor:help;
}

code {
font-family:Ubuntu Mono, "courier new", monospace;
}

/* responsive */

@media (min-width:800px) and (max-width:1200px) {
    
    
}

@media (min-width:1000px) and (max-width:1200px) {
    

}

@media (min-width:1200px) and (max-width:1400px) {


}

@media (min-width:1400px) {



}