body {
	background: #FFF url(http://writing.quotidiana.com/images/typewriters/twblack.jpg) no-repeat scroll 40px 80px;
	color: #555;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#container {
	margin: 100px 30px 30px 150px;
	padding: 0;
	width: 500px;
	}

h1 {
	color: #000;
	font: 24px Garamond, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

h2 {
	border: 0;
	clear: both;
	color: #000;
	font: italic 20px Didot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 150px 0 100px 100px;
	padding: 0 0 50px 0;
	text-align: center;
	}
	
/* FOR AUTHOR PAGES */
.category h1 {
	font: 20px Garamond, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	margin: 150px 0 0 50px;
	padding: 0;
	letter-spacing: .2em;
	}

.category h2 {
	border-bottom: 1px solid #CCC;
	font: italic 18px DIdot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 1.25em 0 .25em 0;
	padding: 1.25em 0 0 0;
	text-align: left;
	}

h3 {
	color: #000;
	font: 16px Didot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 0;
	padding: 0;
	}

h4 {
	font: 10px "lucida grande", verdana, sans-serif;
	font-weight: normal;
	font: bold 11px Garamond, serif;
	font: italic 16px DIdot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: uppercase;
	text-transform: none;
	font: normal 10px "lucida grande", verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

h5 {
	color: #333;
	font: bold 11px Garamond, serif;
	letter-spacing: .25em;
	margin: 1.75em 0 .25em 0;
	padding: 0;
	clear: both;
	text-transform: uppercase;
	}

a, a:link {
	color: #000;
	text-decoration: none;
	}

a:hover { color: #999; }

p { 
	font: 18px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;	
	margin: 0 0 .5em 0;
	text-indent: 2.25em;
	}

blockquote, blockquote p {
	color: #565656;
	font: 13px "Lucida Grande", 'trebuchet ms', verdana, helvetica, arial, sans-serif;;
	text-indent: 0;
	}

.reference {
	font-size: 14px;
	margin: 1em 0 .25em 0;
	text-indent: -2.25em;
	padding-left: 2.25em;

}

.ref-header {
	border-top: 1px solid #777;
	padding-top: 1.25em;
	
	
}
	
#container img {
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 5px 0;
	padding: 2px;
	}

#container img {
	border: 0;
	margin: 0 5px 5px 0;
	padding: 0;
	}

h1+p, h2+p, h3+p, h3+img+p, h4+p { text-indent: 0; }

h4+p { margin-top: 0; }

p.read {
	font: italic 12px Didot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	}

p.read a { font-style: normal; }

/* TOP NAVIGATION */
#menu {
	background: url(http://quotidiana.com/images/bg_nav_33.jpg) repeat-x;
	border-bottom: 1px solid #555;
	height: 33px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	}
	
#menu ul {
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
	padding: 5px 0;
	}
	
#menu li {
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: none;
	font: 9px "lucida grande", verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#menu li a {
	padding: 0 15px;
	border-right: 1px solid #667;
	color: #dca;
	background: none;
	text-decoration: none;
	}
	
#menu ul li.act a {
	color: #fff;
	font-weight: bold;
	}
	
#menu ul li a:hover { color: #EFEFEF; }

/* --------------------------------------------------  ESSAYS --------------------------------------------------  */

/* SIDE BAR */
#side {
	font-size: 11px; /* only necessary if we go with 12px body font size */
	left: 720px;
	position: absolute;
	top: 120px;
	width: 200px;
	z-index: 1;
	}
	
#side h3 {
	font: 13px Didot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 0 0;
	padding: 0;
	}
	
#side p {
	color: #777;
	font: 10px "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}

#side img {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #555;
	}
	
#side ol {
	margin-left: 1em;
	padding-left: 1em;
}

.male { display: none; }

.rss-box { 
	margin-top: 15px;
	font-size: 125px;
}


	
/* VARIATIONS FOR THE FRONT PAGE */
.front h1 { margin: 25px 0 100px 0; }

.front h2 {
	margin: 75px 0 25px 0;
	padding: 0;
	text-align: left;
	}
	
.front p { text-indent: 0; }
	
p.dates, .column p.dates {
	margin: 5px 0 0 5px;
	font-size: 9px;
	}

/* VARIATIONS FOR AWP PAGES */
small {
	display: block;
	font: normal 10px "Lucida Grande", 'Trebuchet MS', arial, helvetica, verdana, sans-serif;
	margin: 0;
	padding: 0 0 1em;
	text-align: center;
	}
	
small a {
	border-bottom: 0;
	}
	
small a:hover {
	background: transparent;
	color: #000;
	}
	
/* VARIATIONS FOR ESSAY LIST */
.essay-list p {
	padding-left: .7em;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.essay-list h3 {
	font-size: 14px;
}



/* COMMENTARY BOX */
.commentary {
	border-top: 1px solid #777;
	margin: 25px 0;
	padding: 25px;
	}

.commentary p { 
	font: 11px "Lucida Grande", 'trebuchet ms', verdana, helvetica, arial, sans-serif;;
	color: #565656;
	line-height: 13px;
	text-indent: 0;
	}
	
.right { text-align: right; }

/* FOOTER */
#footer {
	background: url(http://quotidiana.com/images/bg_foot.jpg) repeat-x;
	border-top: 1px solid #555;
	clear: both;
	min-height: 300px;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#footer a, #footer a:link {
	border-bottom: 1px dotted;
	color: #999;
	}
	
#footer a:hover { color: #FFF; }

/* INFORMATION WITHIN FOOTER */
.column { 
  float:left;
  width: 200px;
  text-align: left;
  margin: 20px 12px 20px 12px;
  font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #777;
}

.column p {
  color: #777;
  margin: 10px 0 0 0;
  font: 10px "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
  text-align: left;
  text-indent: 0;
  line-height: 12px;
}

.column table {
  margin:10px 0 0 0;
  font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: #777;
}

.column td {
  font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: #777;
  vertical-align:top;
  padding:0 4px 4px 0;
}


