/* inspired by http://www.pawfal.org/dave/index.cgi?Projects/Al%20Jazari */

body { 
	margin:0px 0px 0px 0px;         
	font: 900 14px courier-new, monospace;
	font-weight: bold; 
}

#leftcontent {
	color:#000000;
	margin-top:5px;
	margin-left:5px;
	margin-right:50%;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

#rightcontent {
	color: #000000;
	position: absolute;
	right: 5px;
	top:5px;
	width: 43%;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}


h1 {
	font-size:18px; 
	color:#FF6600;
	background-color:#FFCC66;
	padding-left: 10px;
}

h2 {
	font-size:14px; 
	color:#C35700;
	background-color:#ffcc88;
	padding-left: 5px;
}

a {
	color:#004ED7;
	text-decoration:none;		
	background-color:#aaccff;
}

a:visited {
	color:#004ED7;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a.imageLink {
	background: none;
	color: white;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul li:before {
	content: "\002A \0020"; /*append "* " */
}

img {
	border: none;
	background: none;
}

img.borderized {
	border: 1px solid black;
}

#tweets li {
	margin-top: 10px;
}
