/* AndaBien.com personal v3 */
/* do the print style sheet !!! */
/* Palette 
	red #9C183F
	lt blue #51A1B5
	blue #17829C
	drk blue #116175 
	yellow #E3A802
*/

body {
	font: 76%/1.5 Verdana, Arial, Helvetica, sans-serif;
	xbackground: #777 url(../img3/bg-body-1a.gif) repeat;
	background: #777 url(../img3/bg-body-3b.gif) repeat;
	text-align: center;
	color: #333;
}
#wrapper {
	width: 700px;
	text-align: left;
	background: #fff url(x../img3/personal/bg-wrap-1c.gif) repeat;
	border: 1px solid #555;
	margin: 0 auto; padding: 5px;
}
/* ---------- Skip navigation ----------- */
#wrapper a#skip,
#wrapper a#skip:hover,
#wrapper a#skip:visited {
	position: absolute;
	left: 0px; top: -500px;
	width: 1px; height: 1px;
	overflow: hidden;
	background: #eee;
	padding: 2px 5px;
}
#wrapper a#skip:focus {
	position: static;
	width: auto;
	height: auto;
} 
/* ---------- header ----------- */
#header {
	height: 100px;
	background: #9C183F url(../img3/personal/header-1d.jpg) no-repeat;
	margin: 0 0 5px;
}
#header h1{
	float: left; /* remove from flow */
	text-indent: -9000px;
	font-size: 1px;
}
#index #header p{
	text-indent: -9000px;
	font: bold 1.2em/1.4 "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
	margin: 0 0 0 50px; padding: 30px 0;
}
/* ---------- Navigation ---------*/
#nav {
	position: absolute; top: 150px;
	width: 180px;
	color: #fff;
}
#nav h2 {
	display: none;
}
#nav h3 {
	text-align: center;
	font-size: 1.1em;
	background: transparent url(../img3/personal/bg-nav-top-1.gif) no-repeat center top;
	margin: 10px 0 0; padding: 7px 0 0;
}
#nav ul {
	list-style: none;
	text-align: center;
	background: transparent url(../img3/personal/bg-nav-bot-2a.gif) repeat-y center bottom;
	margin: 0 0 50px; padding: 3px 0 20px;
}
#nav ul li {
	border-bottom: 1px solid #17829C;
	margin: 5px 0;
}
#nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #17829C;
	padding: 5px 0px;
}
x#nav ul li a:visited {
	color: #ccc;
}
#nav ul li a:hover {
	background: #51A1B5; 
}

/* ---------- Content ---------*/
#content {
	background: #FCF6E5 url(../img3/personal/bg-content-2d.jpg) repeat-y;
	border-top: 1px solid #fff;
	padding: 50px 40px 50px 230px;
}
#content h2 {
	font-size: 1.2em;
	text-align: center;
	color: #17829C;
	margin: 0 0 1em;
	text-shadow: 2px 2px 4px #ddd;
}
#content h3 {
	font-size: 1.1em;
	color: #9C183F;
	margin: 1.5em 0 .5em;
}
#content p {
	margin: 0 0 1em;
}
#content .comment {
	font-size: .95em;
	color: #888; 
}
#content ul,
#content ol {
	margin: 1em 2em;
}
#content ul ul{
	margin: .1em 2em;
}
#content ul li,
#content ol li {
	margin: 1em 0;
}
#content dd {
	margin: 0 0 0 2em;
}
#content a {
	color: #17829C;
}
#content a:visited {
	color: #51A1B5;
}
#content a:hover {
	text-decoration: none;
}
#content strong {
	color: #666;
}
#content img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}
#content blockquote {
	border-top: 1px solid #D1E6EB; /* lt blue */
	padding: 5px 0;
}
#content pre {
	font: 1em/1.5 Verdana, Arial, Helvetica, sans-serif;
}
/* --------------- Index Page (table of contents) --------------- */
#index #content ul li {
	list-style: none;
	color: #9C183F;
	border-top: 1px solid #EBD1D9;
	margin: 2em 0 0;
}
#index #content ul li ul li {
	list-style: url(../img3/personal/arrow-3.gif);
	border: none;
	margin: .5em 0 0;
}
#index #content ul li ul li a {
	text-decoration: none;
	padding-right: 25px;
}
#index #content ul li ul li a:visited {
	background: url(../img3/personal/visited-3.gif) no-repeat right center;
}
#index #content ul li ul li a:hover {
	text-decoration: underline;
}
/* --------------- F O O T E R --------------- */
#footer {
	height: 25px;
	text-align: right;
	background: url(../img3/footer-3.gif) no-repeat center bottom;
	margin-top: 40px; padding-right: 15px;
}
#footer p {
	font-size: .5em;
	color: #333;
}
