/*  
Theme Name: Coccodany
Theme URI: http://www.weirdncrazy.com/universe/starburst/
Description: A WordPress 1.5 theme.
Version:
Author: Andrea D'Ippolito
Author URI: http://www.andreadippolito.it
*/

a:link {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #369;
	text-decoration: none;
}
a:active {
	color: #306;
	text-decoration: none;
}
a:hover {
	color: #966;
	text-decoration: none;
}
div.center {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
}
div.topimage {
	position: relative;
	background: url(images/burst.gif) no-repeat;
	width: 700px;
	height: 312px;
	top: 0px;
	left: 0px;
}
div.title {
	position: absolute;
	left: 180px;
	top: 113px;
}
div.description {
	position: absolute;
	left: 200px;
	top: 143px;
	font-size: 105%;
	font-style: italic;
}
div.content {
	position: absolute;
	left: 192px;
	top: 187px;
	width: 466px;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #996666;
	border-bottom: 1px solid #996666;
	border-left: 1px dotted #996666;
	background-color: #fff;
}
div.sidebar {
    background: url(images/burst.gif) no-repeat;
    background-position: -1px -220px;
        position:absolute;
        left:0;
        top: 219px;
	width: 151px;
	margin: 0px;
	padding: 20px;
	border-left: 1px solid #996666;
	border-bottom: 1px solid #996666;
	background-color: #fff;
        font-size: 100%;
}
div.page {
	text-align: center;
}
div.search {
	text-align: left;
}
div.navigation {
	text-align: right;
}
div.commenttext {
	margin-left: 20px;
}
body {
	font-size: 70%;
	font-family: Georgia, serif;
	background-color: #ffc;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h1.title {
	font-size: 225%;
	text-align: center;
	margin: 0px;
    font-family: Georgia, "times new roman", serif;
    padding-top: 5px;
}
h3 {
	font-size: 110%;
	text-align: left;
	margin: 0px;
        color: #966;
}
h3 a{
	font-size: 140%;
}
h3.page {
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
}
p {
	text-align: left;
    line-height: 1.5em;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
blockquote {
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
input {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
}
textarea {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
	width: 350px;
	height: 150px;
}
hr {
	border: none 0; 
	border-top: 1px solid #000;
	height: 1px;
	width: 60%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
ul {
	text-align: left;
	list-style: circle inside;
	margin: 0px;
	padding: 0px;
}
ol {
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 45px;
}
a img {
	border: none;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

#wp-calendar a{
    background-color: #ffc;
    border: 1px solid #ccc;
    padding: 1px 3px;
}

#wp-calendar{
    margin: 10px 0;
}

.postmetadata{
    border: 1px solid #ccc;
    background-color: #fffffc;
    padding: 5px;
}