/* 
	Widget Reset (for lack of a better term)
	These should be setup to match the designers specifications for headers, paragraphs, links, etc.
*/

div.rp-content p {}
div.rp-content h1 {}
div.rp-content h2 {}
div.rp-content h3 {}
div.rp-content h4 {}
div.rp-content h5 {}
div.rp-content a {text-decoration: none;}
div.rp-content a:hover {text-decoration: underline;}
div.rp-content strong {font-weight: bold;}
div.rp-content em {font-style: italic;}

/* Basic Widgets */
.rp-content div.paragraph ul {margin-left:1.5em;}
.rp-content div.paragraph ol {margin-left:1.5em;}

/* Text */
.rp-text {width:100%;}

/*  1 Image */
.rp-image img {width:100%;}

/*  Random Image */
.rp-random-image img {width:100%;}

/* Text w/ 1 Image */
.rp-text-img {width:100%;margin-bottom: 30px;}
.rp-text-img img {width:100%;}

/* Text w/ Four Images on Side */
.rp-text-l-imgs, .rp-text-r-imgs {width:100%;}
.rp-text-l-imgs ul.rp-side-images, .rp-text-r-imgs ul.rp-side-images  {float:right; margin:6px 0 0 15px; width:33%;}
.rp-text-l-imgs ul.rp-side-images li, .rp-text-r-imgs ul.rp-side-images li {display:list-item; list-style:none;}
.rp-text-l-imgs ul.rp-side-images li img, .rp-text-r-imgs ul.rp-side-images li img {width: 100%;}

/*  4 Images */
.rp_row_imgs {width:100%; margin: 15px 0;}
.rp_row_imgs img {margin: 0;width:24%;float: left;padding-right:1px;}

/*  Pull Quote */
.rp-quote {width:100%; background: url(/images/site_specific/layout/quote.png) left top no-repeat; padding-top:35px;color:#003399;}
.rp-quote h4 {margin-bottom:5px;}
.rp-quote p {color:#003399;font-weight:bold;font-size:1.4em;line-height:1.4em;margin-top:0px;}
.rp-quote strong.rp-quote-name {font-weight:normal;font-size: 1.2em;}
.rp-quote .rp-quote-title {font-size: 1.2em; font-style:italic;}

/* Ruled Line */
.rp-ruled-line {width:100%; padding:10px 0;}

/* Spacer */
.rp-spacer {display:block; width: 100%; height: 1px; margin: 0; padding: 0;}
.admin-editable .rp-spacer {padding:10px 0;}

/*  Site Map */
.rp-site-map {width:100%;font-size:130%;line-height:22px;}
.rp-site-map ul li {font-size:130%;line-height:22px;}
.rp-site-map ul li.second-level {list-style:none;margin-left:1.5em;font-size:115%;line-height:22px;}
.rp-site-map ul li.third-level {list-style:none;margin-left:3.0em;font-size:100%;line-height:22px;}

/* Link to File */
div.rp-link-to-file div.rp-content img {width: 200px;}