@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h2, h3, h4 {
	padding-bottom: 5px;
}
p {
	padding-bottom: 13px;
	font-family:Tahoma, Geneva, sans-serif;
}
img {
	border: 0;
}
#page {
	width: 720px;
	margin: 0 auto;
}
small {
	display: block;
	color: #a81817;
	padding-bottom: 5px;
}
.postmetadata {
	color: #808080;
	font-size: 14px;
}
#header {
	background:url('anthony-victorio.png') right top no-repeat;
	height: 30px;
	margin-top: 20px;
	padding-top: 65px;
	border-bottom: 1px solid #7293c9;
}
#menu {
	float: left;
	border-left: 1px solid #7293c9;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	text-decoration: none;
	float: left;
}
#menu a span {
	display: block;
	padding: 5px 10px;
	color:#7293c9;
	font-weight: bold;
	border-top: 1px solid #7293c9;
	border-right: 1px solid #7293c9;
}
#menu a:hover span {
	color:#ffffff;
	background: #7293c9;
}
#menu .active {
	color:#ffffff;
	background: #7293c9;
	text-decoration: none;
}
#body {
	clear: both;
	border-left: 1px solid #7293c9;
	border-right: 1px solid #7293c9;
	border-bottom: 1px solid #7293c9;
}
#content {
	width: 475px;
	float: left;
	padding: 10px 0;
	margin: 10px 0 10px 10px;
}
#content h1 {
	color: #004276;
	border-bottom: #893331 solid 2px;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#content h2 {
	color: #004276;
}
#content h2 a {
	color: #004276;
	text-decoration: none;
}
#content h2 a:hover {
	color: #004276;
	text-decoration: underline;
}
#content h3 {
	color: #893331;
}
#content h4 {
	color: #3c8a37;
}
#content ol {
	margin: 0 0 10px 20px;
}
#content ul {
	margin: 0 0 10px 20px;
}
#sidebar {
	width: 220px;
	float: right;
	margin-bottom: 10px;
}
#sidebar .sidebox {
	padding: 0 10px 10px 10px;
	background: #dbe5f1;
	margin: 10px 10px 0 0;
}
#sidebar .sidebox img {
	padding-right: 5px;
}

#sidebar ul {
	list-style: none;
}

#sidebar h4 {
	padding-top: 10px;
}
#footer {
	text-align: center;
	padding: 10px;
	color: #808080;
	font-size: 14px;
}
#twitter_update_list li:before {
	content: "\00BB \0020";
}