/* Pani Jekyll / Panna Hyde 
Common CSS */

* {
margin:0;
padding:0;
}

body {
font-size: 62.5%; 
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #333;
background-color:#fff;
}

#content a {
text-decoration:none;
}



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

#page {
margin: 20px auto;
width: 	670px;
}


#header {
width: 	660px;
height: 	180px;
}

#content {
width:605px;
padding: 0 44px 0 11px;
}

#footer {
float:none;
clear:both;
width:605px;
padding-top:40px;
color:silver;
text-align:right;
}

#footer a{
color:silver;
}

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

ul {
list-style:none;
}

.tagtitle {
color:#cb890a;
}

.navigation {
float:none;
clear:both;
height: 30px;

}

.navigation a{
color:#cb890a;
font-size: 1.2em;
}

#tagcloud {
margin: 20px 0;
border-bottom: 1px solid whitesmoke;
border-width: 1px 0;
}

#tagcloud a:hover {
color: #cb890a !important;
text-decoration:none;
}