/* custom css */
/* this is a comment */

body {
    font-family: Constantia, Lucida Bright, LucidaBright, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia;
}

#wrapper {
  width: 564px;
  padding: 1.5em;
}

#navmenu {
	text-align: left;
	margin: 0;
	padding-left: 0.25em;
}

ul, ol {
	list-style-type: none;
}

body { text-align: left;}


#navmenu li {
	padding-bottom: 7px;
}

.nav_submenu {
	padding-left: 0.5em;
}

a {
	text-decoration: none;
}

a:hover {
/*	text-decoration: underline; */
	font-style: italic;
}

.title, .tumblr_title {
	font-size: 1.5em;
	font-variant: small-caps;
}

#welcome_msg .title {
	font-size: 1.5em;
	}
#welcome_msg {
/*  text-align: left;*/
}

#signature {
	font-family: "Arial Rounded MT Bold";
	font-style: italic;
 
}
.posttext {
    
}

.post {
	/* background-color: #F00; */
}
#banner {
    
}

#welcome_msg {
    margin: 1em 0;
}

#footer {
	text-align: center;
}

.tumblr_post {
  margin-bottom: 0.5em;
}
