/*
Theme Name: rhpMag
Theme URI: http://www.salvographics.com
Author: Mr Charles
Author URI: http://themes.bavotasan.com
Description: Adapted from magazine basic.
Version: 1.0
Template: magazine-basic
*/
@import url('../magazine-basic/style.css');

/* - -  Custom Styles - - */
.rightbox {
   float: right;
   padding-left: 10px;
   margin-top: 0;
   margin-bottom: 5px;
}

.leftbox {
   float: left;
   padding-right: 10px;
   margin-top: 0;
   margin-bottom: 5px;
}
.alignright {
   float: right;
   padding-left: 10px;
   margin-top: 0;
   margin-bottom: 5px;
}

.alignleft {
   float: left;
   padding-right: 10px;
   margin-top: 0;
   margin-bottom: 5px;
}
.quote
{
	font-style: italic;
	border-bottom-color: #333366;
	border-style: groove;
}

.annotation
{
	font-style: italic;
	border-style:;
	border:2px solid #99CCFF;
}

dt
{
	font-weight: bold;
}

ol.roman { list-style-type: upper-roman }
