@charset "utf-8";
/*
Theme Name: janaDillo
Description: janaDillo Theme.
Version: 1.0
*/

/* default.css */
@import "reset.css";

body {
	color: #5A5757;
	font: 12px Verdana, sans-serif;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #A8A8A8;
	text-decoration: none;
}

h1,h2,h3,h4 {
	line-height: 1.4em;
	margin: 0 0 0.7em;
	padding: 0.5em 0 0;
	font-weight: bold;
}

h2 {
 color: #060606;
 font-size: 1.25em;
 margin-bottom: 1em;
 padding-bottom: 3px;
}


form {
	display: inline;
}

legend {
	display: none;
}

input,select {
	vertical-align: middle;
}

.input-text {
	border: 1px solid #C3C3C3;
	padding: 3px;
}

p {
	margin: 0 0 0.9em;
	line-height: 22px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	padding: 5px;
	font-style: italic;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	margin: 0 auto;
	width: 845px;
	padding-top: 55px;
}

#header {
	width: 845px;
	height: 56px;
	background: url("images/header_line.jpg") repeat-x bottom left;
	margin-bottom: 20px;
}

#header #logo {
	float: left;
}

#header #logo a {
	width: 412px;
	height: 44px;
	display: block;
	background: url("images/logo.jpg") no-repeat;
}

#header #logo a span {
	display: none;
}

#header #navigation {
	float: left;
	margin-left: 60px;
	padding-top: 20px;
}

#header #navigation li {
	display: inline;
	margin-left: 25px;
}

#header #navigation li ul li {
margin: 0;
padding-top: 5px;
}

#header #navigation li a {
	font: 20px Arial, Helvetica, sans-serif;
	color: #A8A8A8;
	text-decoration: none;
	text-transform: lowercase;
}

#header #navigation li ul li a {
	font-size: 16px;
}

#header #navigation li a:hover {
	color: #FFD101;
}

#content {
	width: 75%;
	float: left;
}

#sidebar {
	width: 20%;
	float: right;
}

#sidebar fieldset {
	float: right;
	padding-top: 6px;
	margin-right: 7px;
}

#sidebar .input-text {
	width: 12em;
}

#footer {
	background: url("images/header_line.jpg") repeat-x top left;
	width: 845px;
	height: 56px;
	margin-top: 25px;
	padding: 5px;
}

.footer-column h2 {
	font-size: 10pt;
border-bottom: 0;
}

#footer .footer-contact {
	width: 337px;
}

#footer .footer-column {
	float: left;
	font-size: 10px;
	margin-right: 30px;
	padding-bottom: 10px;
}

.entry h1,h2,h3,h4,h5,h6 {
	color: #FFD101;
	line-height: 1.4em;
	margin: 0 0 0.5em;
	padding: 0.5em 0 0;
	font-weight: bold;
}

.entry h1 {
	font-size: 1.4em;
}

.entry h2 {
	border-bottom: 0;
	font-size: 1.25em;
}

.entry h3 {
	font-size: 1.2em;
}

.entry h4 {
	font-size: 1.1em;
}

.entry h5 {
	font-size: 1em;
}

.entry h6 {
	font-size: 0.9em;
}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}

.entry ul li {
	margin: 7px 0 8px 10px;
	list-style-type: square;
}

.entry ol {
	padding: 0 0 0 35px;
}

.entry ol li {
	margin: 7px 0 8px 10px;
	list-style-type: decimal;
}

.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a {
 color:#FFD101;
text-decoration: none;
}

.alignleft {
float: left;
padding-right: 10px;
}
 
.alignright {
float: right;
padding-left: 10px;
}
