@charset "UTF-8";
/* CSS Document */
/*  -----|  Sections |------------------------------------------------  */
.subnav {
	font-size: 1.2em;
	height: auto;
	text-align: center;
	line-height: 28px;
	background-color: #482E11;
	padding: 6px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px dotted #694319;
}

.dicarloCite {
	font-size: 12px;
 line-height" 14px;
	margin: 4px;
	background-color: #382B13;
	padding: 8px;
	border: 1px dotted #666666;
	color: #DCD185;
}
#wrapper #content .text-small {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;

}
#wrapper #content .small {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	text-align: right;
}
/*  -----|  Modal Pop Ups |------------------------------------------------  */

.modal-title {
	color: #5C3D18;
	font-size: 18px;
}
.modal-footer {
	color: #5C3D18;
}
/*  -----|  Links  |------------------------------------------------  */

a.sidebarlink:link, a.sidebarlink:visited, a.sidebarlink:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a.sidebarlink:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
