body {
	margin-top: 50px;
}

a {
	color: #05F;

}

a:hover {
	color: #333333;
	background-color: #E1E7EE;
	text-decoration: none;
}

#header {
	margin-bottom: 20px;
}

#menu {
	text-align: right;
}

#menu > ul {
	margin-top: 30px;
	text-transform: uppercase;
}

#menu > ul > li {
	display: inline;
	margin: 2px;
}

#menu > ul > li > a {
	color: #000;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 3px solid #05F;
	background-color: #F9F9F9;
	padding: 5px;
}

#menu > ul > li > a:hover {
	background-color: #E1E7EE;
}

.article > h2 > a {
	font-family: "Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;
	color: #333333;
}


.article > p {
	font-family: "Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;
	font-size: 1.5em;
	text-align: justify;
	color: #555;
}

.article {
	margin-bottom: 30px;
}

li {
	list-style: none;
}

.published_date {
	color: #555;
	font-size: small;
}

#sidebar {
	margin-top: 5px;
	background-color: #F0F0F0;
}

#sidebar > ul{
	margin: 8px;
	margin-bottom: 15px;
}

#sidebar > ul > li {
	list-style: none;
	margin: 2px;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 2px;
	padding-left: 3px;
	background-color: #E1E7EE;
}


h2 {
	font-family: "Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;
}


.feedlink {
	background-image: url(/static/img/feed.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position-y: center;
}

.flickrphoto > img {
	margin: 25px;
}

a:hover.flickrphoto {
	background: none;
}

#cse-search-results > iframe{
	width: 100%;
}


div#dbqueries {
	display: none;
	left:100px;
	top:125px;
	position:absolute;
	width:750px;
	background-color: #fff;
	border: 1px solid black;
	padding: 5px;
}

#debugQueryTable th {
	background-color: #E1E7EE;
	padding: 3px;
}

#debugQueryTable td {
	padding: 3px;
}

#debugQueryTable tr.even {
	background-color: #EEE;
}
