/* VIVOE theme styles
 * © 2005 Alejandro Vásquez
 * for use as a theme in VIVOE CMS
 *
 * *** Styles for print media ***
 */
body{
	margin:0;
}
h1{
	font: 21px Georgia,"Times New Roman",Times,Serif;
	margin: 0 5px 5px 0;
	font-weight:bold;
}
h2{
	font-size:16px;
	margin: 0 5px 5px 5px;
}
h3{
	font-size:14px;
	margin: 0 5px 5px 5px;
}
#HEADER{
	height:30px;
	background-color:#F0F0F0;
	border-bottom:1px solid #666;
}
#HEADER h1{
	padding-top:8px;
	margin: 0 5px 5px 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-style: italic;
}
#CONTAINER{
	font:12px Arial,Helvetica,sans-serif;
	border: none;
}
#CONTENT{
	margin:15px;
	font: 13px Georgia,"Times New Roman",Times,Serif;
}
#CONTENT img{
	margin:5px;
}
#FOOTER{
	border-top:1px solid #ccc;
	text-align:center;
	font:11px Arial,Helvetica,sans-serif;
	color:#666;
}
.buttons{
	float:right;
	padding:5px;
}
.summary{
	font: 12px Arial,Helvetica,sans-serif;
	margin:0 0 10px 0;
}
.credits{
	font: 10px Arial,Helvetica,sans-serif;
	color:#666;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}

/* Turn off all other elements in case user choose to print
 * from the browser's menu */
#EXTRANAVIGATION, #MainNavigation, #slogan{
	display: none;
}