/*****************************************************************************/
/*
/* CSS for robdimarco.com
/*
/*****************************************************************************/

#logo{
	width:393px;
	height:36px;
	background:url('/images/logo.png') no-repeat;
	float:left;
	margin: -36px auto auto 19.25%;
}

/* Left-Side Favicon Menu */

#favs{
	float: right;
	margin: -1.5% 20.5% auto auto;
	width: 26px;
}

.favicon {
	border: 0; 
	padding: 5px 5px 5px 5px; 
	background: white;
}

.favicon_link {
	border: none; 
	position: absolute; 
	top:18%; 
	right: 81%;
}

/* Right-Side Navigation Menu */

#menu {
	list-style: none;
	padding: 0;
	border: 0;
	margin: 0;
	position: absolute;
	top:18%; 
	left: 81%;
}

#menu a {
	display:block;
	width: 25px;
	height: 100px;
	margin-bottom: 10px;
	outline: none;
	background: url("/images/menu.png") no-repeat;
}

#menu .home { background-position: -15px 0px; }
#menu .home:hover { width: 35px; background-position: -5px 0px; }
#menu .home-selected { background-position: -40px 0px; }

#menu .photos { background-position: -15px -100px; }
#menu .photos:hover { width: 35px; background-position: -5px -100px; }
#menu .photos-selected { background-position: -40px -100px; }

#menu .resume { background-position: -15px -200px; }
#menu .resume:hover { width: 35px; background-position: -5px -200px; }
#menu .resume-selected { background-position: -40px -200px; }

/* Global */

* {
	margin: 0;
	padding: 0;
}

.highlight{
	font-size: 90%;
	margin-left: 8%;
	margin-right: 8%;
	padding: 2%;
}

.quote {
	border: 1px solid #ddd;
	background-color: #eef;
	font-size: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2%;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h1 {
	margin-bottom: 1em;
}

p {
	margin: 1em 0;
}

a {
	color: #00a;
}

a:hover {
	color: black;
}

a:visited {
	color: #a0a;
}

ul.posts {
	list-style-type: none;
	margin-bottom: 2em;
}

ul.posts li {
	line-height: 1.75em;
}

ul.posts span {
	color: #aaa;
	font-family: Monaco, "Courier New", monospace;
	font-size: 80%;
}



body {
	background: #333;
	font: 13.34px helvetica, arial, clean, sans-serif;
}

.footer {
	width:59%;
	margin: 1% auto 1% auto;
	text-align: center;
	color: white;
}

.site {
	font-size: 110%;
	text-align: justify;
	width: 59%;
	margin: 5% auto 0 auto;
	line-height: 1.5em;
	background: white;
	padding: 1.5%;
}

.title {
	color: #a00;
	font-weight: bold;
	margin-bottom: 2em;
}

#post {
	margin-top: -2%;
	font-size: 0.9em;
}

#home {
	margin-top: -2%;
}

#post pre {
	border: 1px solid #ddd;
	background-color: #eef;
	padding: 0 .4em;
}

#post ul, #post ol {
	margin-left: 1.25em;
}
