body {
	background: #f9f9f4; 
	font: 16px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
div.wrapper {
	margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 70px;
	width: 500px;
	}
	
#masthead {
    margin: 44px 0 40px 0;
    text-align: center;
}

div.col {
	width: 30%;
	float: left;
	padding: 0 1em 0 0;
}

#sidebars div.col {
	width: 45%;
	float: left;
	padding: 0 2em 0 0;
}

.posttitle {
    text-align: center;
}


#footnotes {
	clear: left;
	font: 13px/20px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif;
	background-color: #d6d4cf;
	margin: 100px 0 0 0;
	overflow: hidden;
}



div#sidebars {
	font: 13px/20px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif;
	margin: 0.5em 0 0 0;
}

ul {
	margin-left: 30px;

}

div#sidebars dl.delicious dd,
div#footnotes dl dd  {
	font: 12px/18px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 1em 0;
}


/* Comment form */
div#comment-form {
	font-size: 90%;
}

div#comment-form input[type="text"],
div#comment-form textarea {
	font-size: 120%;
	padding: 3px;
}

div#comment-form p.subscribe-to-comments {
	margin: 1em 0 1em 0;
}

div#comment-form div {
	margin: 0 0 1em 0;
}

/* FORM */
/* ----------------------------------------- */

div.formcontainer {
	margin: 2em 0 2em 0;
}

p.notification {
	margin: 0 0 1em 0;
	padding: 1em;
	background: #fff;
	font-size: 90%;
	font-style: italic;
}

p.notification.information {

}

p.notification.important {
	background: #ffa800;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

p.notification.error {
	background: #da0000;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

p.notification.success {
	background: #69ae0e;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}


span.required {
	color: #da0000;
	font-size: 80%;
}

fieldset {
	margin: 1em 0 1em 0;
}

legend {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 0.5em 0;
}

label {
	font-size: 90%;
	font-style: italic;
}

input {
	font-size: 110%;
	padding: 4px;
	margin: 0 0 1em 1em;
}


	
	
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
