/* margin-top IE bug */
/* Source: http://annevankesteren.nl/test/examples/css/margin-top-solution.htm */
/* margin:0; */
/* padding: 0; */

/*
* {
	margin: 0;
	padding: 0;
	}
*/

body {
	min-width: 550px; /* Set min width to prevent margin:auto problem on container */
	background-color: #fff;
	margin: 1em;
	padding: 1em;
	color: #000;
	font: 13px/18px Arial, sans-serif;
	}

p {
/*	padding: .3em; */
	font-size: 1em;
	}

h2 {
/*	padding: .2em; */
	font-size: 1.5em;
	}

#by {
	font-family: helvetica;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	border-top: 1px dotted #BFBFBF;
	padding: 8px 0;
	margin-top: 16px;
	}

/*
#content {
	width: 880px;
	}
*/

/*
.entry {
  padding-top:12px;

}
*/

/* http://joeclark.org/standards/small-caps.html */

.smallcaps
{
font-variant: small-caps
}

.entry p, ul {
	font-size: 14px;
	line-height: 20px;
	font-family: helvetica;
	color: #555;
	padding-top: 10px;
	overflow: hidden;
	}

.foot {
	font-size: 11px;
	line-height: 20px;
	font-family: helvetica;
	color: #555;
	}

a {
	color: #360;
	}

/* kbd style copied from Opera Help CSS */
.keyboard {
	color: #333333;
	background-color: #efefef;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
	vertical-align: center;
	border-top: 2px double #cfcfcf;
	border-left: 3px solid #bababa;
	border-right: 4px solid #aaaaaa;
	border-bottom: 6px solid #909090;
	padding: 0em 0.2em 0em 0.2em;
	}

/* Quotes using CSS without any images ;o) */
/* Source: http://www.flickr.com/photos/intervisual/966351488/ */

blockquote {
display:block !important;
padding:10px 20px;
text-align:justify;
font-family:Georgia, Times, "Times New Roman", serif;
}

blockquote p {
font-style:italic;
color:#827a58;
display:inline;
}

blockquote p:before, blockquote p:after {
color:#eaead0;
line-height:0;
font-size:5em;
}

blockquote p:before {
content: open-quote;
padding-right:10px;
vertical-align:-27px;
}

blockquote p:after {
content: close-quote;
font-size:5em;
line-height:.3;
vertical-align:-37px;
}


