/* Main Css */
body {
margin: 0px;
background-color: #9da5ae;
}



/* headers & more Css */

.head {background-image: url('images/bar.png');
background-position: top right;
background-repeat: no-repeat;
padding: 10px;
color: #FFFFFF;
font-size: 8pt;
font-weight: normal;
font-family: courier new;
letter-spacing: 1px;
text-align: left;
padding-left: 20px;
}

.head2 {
border-top: 1px dashed #000000;
border-bottom: 2px solid #000000;
font-size: 8pt;
font-weight: bold;
font-family: courier new;
letter-spacing: 2px;
text-align: right;
}

.foot{
border-bottom: 3px solid #000000;
text-align: right;
}

.input {
background-color: #000000;
border: 1px dashed #000000;
font-family: verdana, sans serif;
font-size: 7.5pt;
color: #FFFFFF;
}

.commentform {
background-color: #000000;
border: 1px dashed #f73b96;
font-family: verdana, sans serif;
font-size: 7.5pt;
color: #FFFFFF;
width: 200px;
height: 80px;
}

/* Fonts & Links Css */

body, td, div {
color: #000000;
font-size: 8pt;
font-family: tahoma, verdana, sans-serif;
}

b, strong { color: #f73b96;
border-bottom: 2px solid #f73b96;
background-color: #000000;
padding: 1px;
}

i, em {
color: #fbd4e0;
font-family: georgia, serif;
}

a:link {
text-decoration: none;
color: #866f90;
text-transform: lowercase;
}

a:visited {
text-decoration: none;
color: #a70166;
text-transform: lowercase;
}

a:hover {
text-decoration: none;
color: #fbd6e9;
text-transform: lowercase;
}

a.charm:link, a.charm:visited, a.charm:active {
background-color: #9da5ae; 
border-bottom: 1px solid #000000;
font-size: 8pt;
font-family: verdana;
display: block; 
padding: 4px;
padding-left: 20px;
}

a.charm:hover {
background-color: #ff4aaf; 
text-transform: lowercase; 
font-size: 8pt; 
font-family: verdana;
display: block;
padding-left: 40px; 
}

ul.post-meta {
color: #fa3193;
font-size: 7pt;
}

/* Calendar */

#wp-calendar {
empty-cells: show;
font-size: 14px;
margin: 0;
width: 100%;
}

#wp-calendar caption {
color: #f61288;
font-size: 14px;
text-align: center;
font-weight: bold;
border-bottom: 2px solid #000000;
}

#wp-calendar th{
color: #e1e1e1; 
text-transform: uppercase; 
border-bottom: 2px solid #f61288;
background-color: #000000;
cursor: help;
}

#wp-calendar td{
background-color: #abb1ba;
empty-cells: show;
font-size: 8pt;
color: #000000; 
}
