/*
(c) Copyright 2007 ROBO Design
http://www.robodesign.ro/
*/

html
{
	min-width: 400px;
	position: relative;
	background: #CCC;
	height: 100%;
	overflow: visible;
}

body
{
	background: #FFF;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 65%;
	min-height: 100%;
	overflow: visible;
}
a
{
	color: #00F;
	text-decoration: underline;
}
a:hover, a:focus
{
	color: #009;
	text-decoration: none;
}
a:active
{
	color: #00F;
}
a:visited
{
	color: #000;
}
img
{
	border: 0;
}
p
{
	margin: 0.5em 0;
	padding: 0;
	text-align: justify;
	text-indent: 2em;
}

#cvContent p
{
	margin-left: 2em !important;
	text-indent: 0 !important;
}

#skipnav, #backtotop
{
	position: absolute;
	right: 10px;
	font-size: 0.9em;
}

#skipnav a, #backtotop a, #robodesign a, #robodesign
{
	color: #ccc;
	text-decoration: none;
}

#robodesign a:hover, #robodesign a:focus, #skipnav a:hover, #skipnav a:focus, #backtotop a:hover, #backtotop a:focus
{
	color: #000;
}

#backtotop
{
	bottom: 0;
}

#robodesign
{
	position: absolute;
	left: 10px;
	bottom: 0;
	font-size: 0.9em;
	text-indent: 0;
}

#footer
{
	height: 30px;
}

#menus1
{
	display: block;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background: #eee;
}

#menus1 li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#menus1 a
{
	padding: 5px;
	margin: 0;
	background: #ddd;
	text-decoration: none;
}

#menus1 a:hover, #menus1 a:focus
{
	background: #ccc;
}

#amenu1 a
{
	background: #000 !important;
	color: #FFF;
}

#menus2
{
	display: block;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background: #ccc;
}

#menus2 li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#menus2 a
{
	padding: 5px;
	margin: 0;
	background: #999;
	color: #eee;
	text-decoration: none;
}

#menus2 a:hover, #menus2 a:focus
{
	background: #fff;
	color: #333;
}

#amenu2 a
{
	background: #fff !important;
	color: #000;
}

#header h1
{
	margin: 0;
	padding: 10px;
}

#content
{
	padding: 10px;
}

#content dd
{
	margin-bottom: 5px;
}

.msg
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.small
{
	font-size: 0.8em;
}

.welcome #content {
	margin-left: 2em;
}
.welcome p {
	text-indent: 0;
}

ul li.citation { margin: 5px 0 }



