/*
#
# 	Copyright (c) 2005 Peter V. Saveliev
#
# 	This file is part of Everisc radlinux-docs module.
#
# 	radlinux-docs is free software; you can redistribute it and/or modify
# 	it under the terms of the GNU General Public License as published by
# 	the Free Software Foundation; either version 3 of the License, or
# 	(at your option) any later version.
#
# 	radlinux-docs is distributed in the hope that it will be useful,
# 	but WITHOUT ANY WARRANTY; without even the implied warranty of
# 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# 	GNU General Public License for more details.
#
# 	You should have received a copy of the GNU General Public License
# 	along with radlinux-docs; if not, write to the Free Software
# 	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
#
*/

* {
	/* font-size: 18pt; */
}

div.article {
	width: 51em;
}

div.section {
	margin: 0.1em;
	margin-left: 2em;
	padding: 0.1em;
}

div.example {
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	/* border-right-color: #ffffff; */
	padding-left: 1em;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	border: solid 1px #c0c0c0;
	background-color: #fffff0;
}

div.seglistitem {
	margin: 1em;
	padding: 1em;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #c0c0c0;
}

div.important {
	padding: 0em;
	margin: 2px;
	font-weight: 200;
	border: solid 1px #a0a0a0;
	background-color: #f0f0f0;
}

div.important h3:after {
	content: ": ";
}

div.important h3 {
	display: inline;
	margin-right: 1em;
}


/*
 ###
 # Emphasis, etc.
 ###
*/

/* emphasis */
em {
	font-style: normal;
/*	font-weight: bold; */
	color: #f05050;
}

/* remark */
span.remark {
	color: #c0c0c0;
}