/* Screen CSS for Jadoo */

.center { text-align: center; }

/* ********** POSTS / MAIN BODY ********** */

div#posts { position: absolute; top: 2px; left: 50px; width: 550px; border-left: 1px solid silver; padding: 0 1em;}

div#posts h1, h2, h3, h4 { font-family: Verdana, Arial, Helvetica, sans-serif; }
div#posts h1 { font-size: 14pt; text-align: center; }
div#posts h2, h3, h4 { border-bottom: solid 1px; }
div#posts h2 { font-size: 13pt; }
div#posts h3 { font-size: 12pt; }
div#posts h4 { font-size: 11pt; }

div#posts p, li { font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	text-align: justify; }

div#posts .tags { font-size: 8pt; text-align: right; }
div#posts .date { font-size: 8pt; text-align: right; }

div#posts a { font-color: blue; text-decoration: none; }
div#posts a:hover { text-decoration: underline; }
div#posts a:visited { font-color: blue; }

div#posts dt { font-weight: bold; }
div#posts dd { font-style: italic; }

/* ********** ADD-ONS / SIDE BAR ********** */

div#addons { position: absolute; top: 2px; left: 630px; width: 200px; border-left: 1px solid silver; padding: 0 1em;}

div#addons h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
div#addons h1 { font-size: 12pt; text-align: center; }
div#addons h2 { font-size: 10pt; border-bottom: solid 1px; }

div#addons p, li { font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	text-align: justify; }

div#addons ul { list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em; }
div#addons li { list-style: square inside; color: green; }

div#addons a { font-color: green; text-decoration: none; }
div#addons a:hover { text-decoration: underline; }
div#addons a:visited { font-color: green; }

