body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	background-color: #113dad;
	color: #f4f497;
}
img {
	border-width: 0;
	border-style: none;
	border: none;
}

li {
	font-size: 11pt;
	text-align: left;
	margin-bottom: .3em;
	margin-top: .3em;
}

li p {
	margin-left: 1em;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
}

#header h1 {
	width: 100%;
	min-width: 100%;
	font-family: courier new, Monaco;
	font-size: 3em;
	background: black url(ByronDJ-PetitMedley-small.jpg) top center no-repeat;
}
ul.categories {
	background: #113dad url(ByronDJ-PetitMedley-small.jpg) bottom center no-repeat;
	float: left;
	clear: left;
	width: 55%;
	padding: 0px;
	margin-left: 2em;
	margin-top: 0px;
}
ul.categories h3 {
	margin-top: 0px;
	font-variant: normal;
}
ul.categories li:first-child {
}

ul.categories li {
	width: 95%;
	background-color: black;
	list-style: none;
	border-bottom: 5px solid #113dad;
	border-top: 5px solid #113dad;
	padding: 0.5em;
	margin-right: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.categories li:last-child {
	background: black url(ByronDJ-PetitMedley-small.jpg) bottom right no-repeat;
}

em.smallprint {
	font-style: italic;
	font-size: small;
}

.new {
	color: red;
	font-style: normal;
}

em.book, em.movie, a.book, a.movie {
	font-style: italic;
}

a {
	color: #f4f497;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #f4f497;
}

a:visited { 
	color: #f4f497;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #316dcc; 

}

a.image:hover {
	background-color: #f4f497;
}

h3 a {
	color: #f7f30e
}

a.navigation {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}

p {
	font-size:11pt;
	text-align: left;
}

div.update {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}
div.update h2 {
	display: inline;
	margin-top: 0;
	font-weight: normal;
	font-size: small;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:#f7f30e;
}
div.update em {
	font-style: italic;
}
div.update p {
	display: inline;
	font-size: smaller;
}

div.update form {
	display: inline;
	font-size: smaller;
}

blockquote {
	margin-left: 2em;
	font-style: italic;
	border-color: black;
	border-style: groove;
	border-width: 1px;
	padding: 0.5em;
}

blockquote.cite {
	font-style: italic;
	font-weight: bold;
}

div.navigation {
	font-size: 12px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	padding-left: 2em;
	padding-bottom: 1em;
	width: 30%;
	float: right;
	clear: right;
}

div.navigation a {
}

/* For standalone pages such as CV */
p.standalone {
	margin-left: 2em;
}

img.bio {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.footer {
	font-size: 12px;
	border-top: 1px solid white;
	padding-top: 2em;
	padding-bottom: 1em;
	width: 100%;
	float: left;
	clear: left;
}

div.sidebar {
	background-color:  #f4f497;
	color: black;
	width: 33%;
	float: left;
	clear: right;
	display: inline; /* IE sucks */
	border-color: #fbd242;
	border-style: groove;
	border-width: 1px;
	margin-top: 6px;
	margin-left: 1em;
	margin-bottom: 2em;
	padding: 0.5em;
}

div.sidebar h2 {
	margin-top: -0.5em;
	margin-left: 	-7.5px;
	margin-right: -7.5px;
	font-weight: normal;
	font-size: larger;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #ffd059;
	color:blue;
}
div.sidebar em {
	font-style: italic;
}
div.sidebar p {
	line-height: 1.3em;
	font-size: smaller;
	width: 100%;
}

div.sidebar ul {
	font-size: smaller;
	margin-bottom: 2em;
}

div.sidebar li {
	margin-left: 0em;
	list-style-type: square;
}

div.sidebar ul a, div.sidebar ul a:visited {
	color: blue;
	text-decoration: underline;
}

div.sidebar ul a:hover {
	text-decoration: none;
}

div.sidebar blockquote {
	font-style: italic;
	border: none;
}

div.sidebar a, #twitter_div_old a {
	color: blue;
}

#twitter_div_old {
	background-color:  #f4f497;
	color: #fbd242;
	width: 33%;
	float: right;
	clear: right;
	display: inline; /* IE sucks */
	border-color: #fbd242;
	border-style: groove;
	border-width: 1px;
	margin-top: 0em;
	margin-left: 1em;
	margin-bottom: 2em;
	padding: 0.5em;
}
#twitter_div_old h2 {
	color:blue;
	margin-top: -0.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	font-weight: normal;
	font-size: larger;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #ffd059;
}
#twitter_div_old em {
	font-style: italic;
}
#twitter_div_old p {
	line-height: 1.3em;
	font-size: smaller;
	width: 100%;
}

#twitter_div_old ul {
	font-size: smaller;
	color: black;
}

#twitter_div_old li {
	margin-left: -2em;
	list-style-type: square;
}

#twitter_div {
	margin-bottom: 2em;
}

pre {
	display: block;
	font-size: 70%;
	width: 70%;
	word-wrap: normal;
}

