/**

CSS files were splitted, here the rules:

reset
site = body, divs, wrappers
nav = buttons
content = p, img, ul, ol
general = img, h1, ...

*/

hr {
	color: Silver;
	background-color: Silver;
	height: 1px;
	border: 0;
	margin: auto;
	margin-bottom: 10px;
}
a {
	color: #8c7e2b;
	text-decoration: none;
}
a:hover {
	color: #c3ad3e;
}

a.more:before {
	content: "\00BB";
	display: inline;
	font-size: 1.2em;
	padding-right: 5px;
}

a.more {
	margin-left: 60px;
}

a.no-effect, a.no-effect:hover {
	color: #252525;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: square;
	margin: 10px 60px 10px 60px;
}

ol {
	list-style-type: decimal;
	margin: 10px 60px 10px 60px;
}

ol li {
	padding: 3px 0 3px 0;
}

h1 {
	padding-left: 15px;
	padding-top: 10px;
	font-size: 1.8em;
	font-weight: bold;

}
h1 a, h1 a:hover, h2 a, h2 a:hover {
	color: #252525;
}
h2 {
	padding-top: 10px;
	padding-left: 15px;	
	font-weight: bold;
	font-size: 1.5em;	
	display: block;
}

h3 {
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.2em;	
}

h4 {
	padding-left: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: .9em;	
}

h5 {
	/* Notations, example translations */
	font-size: .8em;
	color: #959595;
	font-weight: 100;
	margin-left: 20px;
}

table {
	empty-cells: show;
}

textarea {
	border: 1px solid Silver;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-left: 5px;
}

pre {
	border: 1px dashed Silver;
	padding: 5px;
	margin: 20px;
}

/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin: 20px;
	margin-left: 40px;
}
dl dt {
    float:left;
    clear: left;
    width:120px;
    text-align: right;
    padding-right: 10px;      
}

/* end */

.content p {
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	
	text-align: left;
	color: #252525;
	font-size: 1em;
}


.red {
	font-weight: Bold;
	color: Red !important;
}
.green {
	font-weight: bold;
	color: Green !important;
}

img.title_img {
/* for all images next to the title */
	float: right;
	margin: 10px;
}


