html {-webkit-text-size-adjust: none;}

body {
background-color: #ffc;
margin: 0;
padding: 0;
min-width: 780px;
text-align: center;
font: 11px "Trebuchet MS", Helvetica, Arial;
color: #333;
line-height: 1.4em;
}

/* LAYOUT */

#wrapper {
margin: 0 auto;
width: 780px;
text-align: left;
background: url(caesax_com_02.png) repeat-y;
}

#header {
margin: 0; padding: 0;
background: url(caesax_com_01.png) no-repeat;
height: 123px;
}

#header-content {
padding: 16px 20px 20px 38px;
color: #900;
}

#content {
margin: 0;
padding: 0 40px 40px 40px;
background: url(cx-x.gif) 30px 0 no-repeat;
}

#navigation {
width: 228px;
float: left;
min-height: 400px;
padding-top: 5px;
}

#navigation ul {
padding:0;
margin:0 0 20px 0;
list-style-type:none;
font-size: 12px;
}

#navigation ul li {
padding-left:20px;
margin-bottom: 0.2em;
}

#main {
width: 452px;
float: right;
}

#end {
clear: both;
}

#footer {
margin: 0; padding: 0;
background: #ffc url(caesax_com_04.png) no-repeat;
text-align:center;
height: 60px;
}

#footer-content {
padding: 24px 20px 0 20px;
text-shadow: black 2px 2px 3px;
font-weight: bold;
color: #fff;
}


/* CONTENT */

h1, h2, h3, h4, h5, h6, p, label {
line-height: 1.4em;
margin: 0.5em 0;
}

h1 {
font-weight: bold;
color: #222;
font-size: 18px;
text-shadow: gray 2px 2px 3px;
border-bottom: 1px solid #999;
padding-bottom: 12px;
margin-bottom: 10px;
}

h2 {
font-weight: bold;
color: #900;
font-size: 15px;
text-shadow: gray 2px 2px 3px;
}

h3 {
font-weight: bold;
color: #222;
font-size: 13px;
text-shadow: gray 2px 2px 3px;
}

h4 {
font-weight: normal;
color: #222;
font-size: 12px;
}

table {
border: none;
border-collapse: collapse;
border-spacing: 0;
margin: 0;
width: 100%;
}

table td {
margin: 0; padding: 0;
vertical-align: top;
}

a {
font-weight:bold;
text-decoration:none;
color:#900;
}

a:hover, a:active {
color:#000;
text-decoration: underline;
}

.active {
font-weight:bold;
color: #000;
text-decoration: underline;
}

.article-date, .article-sign {
display: block;
font-size: 10px;
color: #666;
float: right;
text-shadow: none;
line-height: 1.5em;
width: 45%;
text-align: right;
}

.article {
display: block;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #999;
}

.description {
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #999;
}

.post-details {
clear: both;
font-size: 10px;
color: #666;
height: 1.4em;

}

label {
font-weight: bold;
color: #222;
}

textarea {
width: 99%;
margin-left: 2px;
height: 140px;
}

form.form {
padding: 10px;
background-color: #fdd;
border: 1px solid #999;
margin-top: 10px;
}

.send {
float: right;
width: 80px;
}

input[name="created"] {
width: 64px;
}

img.article_img {
margin: 0 0 5px 5px;
border: 0;
float: right;
}

img.big_img {
display: block;
margin: 5px auto;
border: 0;
}

.comments {
padding: 0 20px;
}


/* ALMANACKA */

#calendar td {
height: 80px;
width: 14%;
border: 1px solid #777;
padding: 1px;
}

#calendar .nav th {
font-size: 18px;
padding: 15px 5px;
background: #fff;
border: 0;
}

#calendar th {
font-size: 12px;
text-transform: uppercase;
text-align: center;
padding: 2px 2px 0 2px;
background: #fcc;
border: 1px solid #777;
color: #900;
}

#calendar .day {
float: right;
padding: 0 2px 1px 2px;
background: #999;
color: white;
font-weight: bold;
font-size: 11px;
line-height: 12px;
}

#calendar .today {
background: #fcc;
}

#calendar .out {
background: #eee;
}

