@import url(reset.css);

/* Elements
============================================================ */

body { background:#fff; color:#222; }

body, input, textarea, cite { font-family:arial,verdana,sans-serif; font-size:13px; }
pre { font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;  }
body { line-height:22px; }

a       { text-decoration:underline; color:#9d5487; }
a:hover { text-decoration:none; }

h2        { font-size:24px; font-weight:bold; }
h3        { font-size:16px; font-weight:bold; }
h2, h3    { font-family:'TitilliumText14L999wt',helvetica; /*font-size:24px; font-weight:bold;*/ line-height:1.3em; }
h2, h3, p { margin:15px 0; }

/* Classes
============================================================ */

.wrap  { width:900px; margin:30px auto; }
.clear { clear:both; height:0px; line-height:0px; font-size:0px; }

.left  { float:left; }
.right { float:right; }
.al    { text-align:left; }
.ac    { text-align:center; }
.ar    { text-align:right; }
.col50 { width:465px; }

.gray { color:#b0b0b0; }

.hide { display:none; }

/* Header
============================================================ */

#title a { display:block; width:339px; height:69px; background:url(../img/logo.png); text-indent:-9000px; }

/* Code
============================================================ */

#code { font-size:14px; }

