body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 12px;
	background: #fff;
}

h1 {
	color: #c00;
	font:bold 20px trebuchet ms,arial,helvetica,sans-serif; 
}

h1 a {
	color: #c00;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

br {
	margin-bottom: 4px;
}

#container {
	padding: 10px;
}


#header {
	background-color: #c00;
	color: #fff;
	font:bold 30px trebuchet ms,arial,helvetica,sans-serif; 
	text-align: left;
	padding: 15px;
	border-bottom: 4px solid #900;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}


#bar {
	display: block;
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	float: right;
}

#bar .title-bar {
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	border: 1px solid #900;
	padding: 2px;
	margin-bottom: 5px;
}

#bar .label {
	color: #000;
	border: 1px solid #eee;
	padding: 2px;
}

#bar .label:hover {
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
}

#main {
	padding: 10px;
	padding-right: 240px;
}

#footer {
	padding: 40px;
	text-align: center;
}

#footer .txt {
	border: 1px solid #600;
	background-color: #c00;
	color: #fff;
	padding: 4px;
}

#footer .txt a {
	color: #fff;
}


.entry {
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.entry-title {
	font:bold 30px trebuchet ms,arial,helvetica,sans-serif; 
	color: #c00;
	border-bottom: 1px solid #900;
}
.entry-title a {
	font:bold 30px trebuchet ms,arial,helvetica,sans-serif; 
	color: #c00;
	text-decoration: none;
}

.entry-title a:hover {
	color: #f00;
	text-decoration: none;
}

.entry-body {
	padding: 10px;
}

.entry-footer {
	color: #999;
	text-align: right;
	font-size: 10px;
	padding-top: 20px;
}

.comment {
        border-bottom: 1px dashed #eee;
        padding-bottom: 5px;
        margin-bottom: 15px;
}
                                                                                                                                                                                 
.comment-title {
        font:bold 15px trebuchet ms,arial,helvetica,sans-serif;
        color: #666;
        border-bottom: 1px solid #900;
}
                                                                                                                                                                                 
.comment-body {
        padding: 10px;
	font-size: 10px;
}
                                                                                                                                                                                 
.comment-footer {
        color: #999;
        text-align: right;
        font-size: 10px;
}


/* FORM STUFF */

input, button {
	background-color:#fff;
	color: #555;
	padding: 2px;
}

button, input[type="button"], input[type="submit"]  {
        background-color: #efefef;
        color: #666;
        border: 1px solid #999;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 2px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
        background-color: #c00;
        color: #fff;
}
                                                                                                                                                             
button:active, input[type="button"]:active, input[type="submit"]:active {
        background-color: #fff;
        color: #000;
		border: 1px solid #c00;
}

input[type="text"], input[type="password"], textarea { 
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
	padding:3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 
	color: #000;
	background-color: #fff; 
	border: 1px solid #c00;
}

textarea {
	width: inherit;
}
