/* base
----------------------------------------------- */
*
{
margin: 0;
padding: 0;
}

body {
font: 1em Arial, Helvetica, sans-serif;
}

#accessibility
{
display:none;
}

a img
{
border: none;
}

.clear
{
display: block;
clear: both;
}

.remember
{
color: blue;
font-size: 90%;
margin: 0;
padding: 0;
}

.articlenav
{
text-align: right;
}


/* TEXT ****************/

h1
{
width: 100%;
text-align: center;
margin-top: 20%;
}

h2
{
width: 100%;
text-align: center;
}

blockquote
{
padding-left: 20px;
}

#content p
{
font-size: 0.95em;
margin: 0 0 10px 20px;
line-height: 135%;
color: #333;
}

#commentswrapper p
{
margin: 10px 0 5px 0px;
}

#sidebar p
{
margin-bottom: 15px;
}

#content h3
{
font: 1.6em Arial black, Arial, Helvetica, sans-serif;
float: right;
width: 70%;
text-align: right;
line-height: 1em;
color: blue;
}

.single
{
margin-bottom: 40px;
}

#sidebar h3
{
margin: 0 0 5px 0;
}

h4
{
font-size: 0.8em;
float: left;
width: 20%;
}

/* LISTS ****************/

#nav li
{
display: inline;
margin-left: 10px;
}

/* LAYOUT *************/

#container
{
width: 800px;
}

#head
{
margin-top: 20px;
margin-bottom: 100px;
}

#nav
{
width: 60%;
float: right;
text-align: right;
border-bottom: 2px solid black;
padding-bottom: 3px;
padding-top: 3px;
font-size: 0.9em;
}

.entrytop
{
margin-bottom: 20px;
border-top: 5px solid black;
border-bottom: 2px solid black;
padding: 5px 0 5px 10px;
}

.category
{
margin-top: 30px;
text-align: right;
font-size: 0.8em;
}

.comments
{
text-align: right;
font-size: 0.8em;
border-bottom: 2px solid black;
padding-bottom: 5px;
}

#commentswrapper
{
margin-top: -70px;
padding-left: 20px;
margin-bottom: 10px;
}

#comment
{
margin-bottom: 10px;
}

.commentstext
{
border-bottom: 1px solid black;
padding-bottom: 5px;
}

.commentsname
{
color: blue;
font-weight: bold;
font-size: 80%;
}

#content
{
width: 65%;
float: left;
}

.divider
{
height: 80px;
}

#sidebar
{
border-top: 5px solid black;
padding-top: 5px;
width: 30%;
float: right;
font-size: 80%;
line-height: 130%;
}

#recentarticles
{
margin-top: 10px;
padding: 10px 0 10px 20px;
width: 100%;
border-top: 2px solid black;
border-bottom: 2px solid black;
font-size: 90%;
}

#footcontent
{
float: left;
width: 60%;
}

#footsidebar
{
float: right;
width: 35%;
}

#foot
{
width: 100%;
padding: 20px;
font-size: 90%;
}

/* INPUTS ****************/

#sidebar input
{
margin-bottom: 15px;
border: 1px solid blue;
width: 90%;
padding: 3px;
}

form
{
margin: 0 0 0 0;
padding: 0;
}

#content form
{
margin: 0 0 10px 0;
}

#commentswrapper input[type=text]
{
margin-bottom: 10px;
border: 1px solid blue;
width: 250px;
padding: 3px;
}

#commentswrapper input[type=checkbox]
{
margin-right: 3px;
}


#commentswrapper textarea
{
margin-bottom: 10px;
border: 1px solid blue;
width: 100%;
height: 250px;
padding: 3px;
font: 0.9em Arial, Helvetica, sans-serif;
}

/* LINKS ****************/

#content p a
{
font-weight: bold;
}

.commentsname a
{
text-decoration: underline;
}

.commentsname a:visited
{
text-decoration: underline;
}

a
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
color: blue;
}

a:active
{
text-decoration: none;
color: red;
}