rivet/templates/wondrous/styles.css [286:350]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 10px;
	font-weight: normal;
	border-bottom: 2px solid #330A0A;
}

.clear {
	clear: both;
}

#footer {
	margin:0 auto;
}

.footer-content {
	background: #330A0A;
	padding: 20px 5px;
}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #fff;
}

.sez {
    border-top: 1px solid #444;
    margin-top: 1em;
    margin-bottom: 1em;
}

.contentbottom {
    color:  #111;
    font-size:  0.9em;
    text-align: right;
    border-top: 1px solid #222;
}

.floatright {
    padding:    5px;
    margin:     0 auto 5px 5px;
    float:      right;
}

.programlisting {
    margin-top: 1em;
    background: #FFCC66;
    padding:    0.7em;
    border:     1px dashed #778899;
    font-size:  80%;
}

div.floatright {
    padding:    10px auto 10px 10px;
    margin:     0.5em auto 0.5em 1em;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



