body {
background: #fff;
font-family: Georgia, Serif;
color: #5c5c5c;
}

a, a:active, a:visited {
color: #27C5C8;
text-decoration: none;
}
a:hover, a:active {text-decoration: underline;}

div#wrap {
margin: 0 auto 10px auto!important;
overflow: hidden;
float: none;
}


#header h1, header h1, header h1.three {
background: url('/media/img/ck.gif') no-repeat 40px 0;
width: 360px;
}
#header h1 a, header h1 a, header h1 a:active, header h1 a:link, header h1 a:visited {
color: #000;
font: 0.3em/2 "Lucida Grande", Helvetica, Arial, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
padding: 25px 0 30px 240px;
display:block;
}
#header, header {
margin: 0 0 30px 0;
padding: 15px 0 25px 0;
background: #fbfbfb;
}
#nav, nav { margin-left: 0; }
#nav ul, nav ul {
list-style: none;
margin: 20px 10px 0 0;
float: right;
}
#nav li, nav li {
float: left;
text-transform: uppercase;
margin: 5px 0 5px 12px;
font: 1.2em/2 "Lucida Grande", Helvetica, Arial, Sans-Serif;
}
#nav a, nav a {
color: #5C5C5C;
padding: 4px;

}
#nav a:hover, #nav a:active, #nav a.active, nav a:hover, nav a:active, nav a.active {
color: #3f3f3f;
text-decoration:underline;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background: #000000;
color:#FFFFFF;
text-decoration: none;
}

.article, article {
margin: 5px 0 25px 0;
font: 1em/2 "Lucida Grande", Helvetica, Arial, Sans-Serif;
text-align: justify;
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
}

.article h2, article h2, section h2 {
font-size: 1.4em;
margin-bottom: 3px;
color: #3F3F3F;
text-align: left;
}

.article h3, article h3, section h3, h4, h2.small {
font-size: 1.2em;
text-align: left;
margin: 5px 0 2px;
color: #3F3F3F;
}
h4, h3.small {
font-size: 1em;
}

.article h2.big, article h2.big, section h2.big {
font-size: 2.4em;
font-family: Georgia, serif;
text-align: left;
color: #000;
line-height: 1.6em;
}
section h2.big {
margin-top: 10px;
margin-bottom: 15px;
}

.intro {
font-size: 1.1em;
font-family: Georgia, serif;
color: #3F3F3F;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 0.05em;
}

figure {
    margin: 0;
}

#footer, footer {
border-top: 1px solid #ddd;
padding: 5px 0;
margin: 10px 0 0 0;
font: 1em/2 "Lucida Grande", Helvetica, Arial, Sans-Serif;
color: #8f8f8f;
background: #fbfbfb;
}

#footer li a, footer li a, #footer a:hover, footer a:hover, #footer a:active, footer a:active, #footer a:visited, footer a:visited {
color: #8ECFCF;
}

/*** date **/
.date {
margin: 5px 0;
float: right;
text-align: right;
}

.date strong {
font-size: 2.4em;
line-height: 1em;
}


h2 a, h3 a, h4 a,
h2 a:active, h3 a:active, h4 a:active,
h2 a:visited, h3 a:visited, h4 a:visited { color: #000; }
