/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style

file-relative URI  : ../images/stars.png
path prepended     : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style/../images/stars.png
docroot stripped   : /wp-content/plugins/author-hreview/style/../images/stars.png
traversals removed : /wp-content/plugins/author-hreview/images/stars.png

file-relative URI  : ../images/stars.png
path prepended     : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style/../images/stars.png
docroot stripped   : /wp-content/plugins/author-hreview/style/../images/stars.png
traversals removed : /wp-content/plugins/author-hreview/images/stars.png

file-relative URI  : ../images/price.png
path prepended     : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style/../images/price.png
docroot stripped   : /wp-content/plugins/author-hreview/style/../images/price.png
traversals removed : /wp-content/plugins/author-hreview/images/price.png

file-relative URI  : ../images/stars.png
path prepended     : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style/../images/stars.png
docroot stripped   : /wp-content/plugins/author-hreview/style/../images/stars.png
traversals removed : /wp-content/plugins/author-hreview/images/stars.png

file-relative URI  : ../images/stars.png
path prepended     : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style/../images/stars.png
docroot stripped   : /wp-content/plugins/author-hreview/style/../images/stars.png
traversals removed : /wp-content/plugins/author-hreview/images/stars.png

file-relative URI  : ../images/bg_button.png
path prepended     : /home/rkblake3/public_html/wp-content/plugins/author-hreview/style/../images/bg_button.png
docroot stripped   : /wp-content/plugins/author-hreview/style/../images/bg_button.png
traversals removed : /wp-content/plugins/author-hreview/images/bg_button.png

*/

/* style.css */

/* 1   */ /*
/* 2   *| File:			style.css
/* 3   *| Description:	Custom style of Thesis Reviews plugin
/* 4   *| */
/* 5   */ .clear {
/* 6   */ 	clear:both;
/* 7   */ }
/* 8   */ .clear_space {
/* 9   */ 	height:5px;
/* 10  */ 	clear:both;
/* 11  */ }
/* 12  */ 
/* 13  */ /* do the magic */
/* 14  */ .ta_magic_review {
/* 15  */ 	position:absolute;
/* 16  */ 	left:-9999px;
/* 17  */ }
/* 18  */ 
/* 19  */ /* rating style */
/* 20  */ .ta_rating_container {
/* 21  */ 	border: 1px solid #E0E0E0;
/* 22  */     border-radius: 3px 3px 3px 3px;
/* 23  */     font-size: 14px;
/* 24  */     line-height: 20px;
/* 25  */     width: 300px;
/* 26  */ 	/*margin:20px;*/
/* 27  */ }
/* 28  */ #ta_rating {
/* 29  */ 	clear:both;
/* 30  */ 	padding: 10px;
/* 31  */ 	background: none repeat scroll 0 0 #F6F6F6;
/* 32  */ 	border: 2px solid white;
/* 33  */ 	border-radius: 3px;
/* 34  */ 	-moz-border-radius: 3px;
/* 35  */ 	-webkit-border-radius: 3px;
/* 36  */ }
/* 37  */ #ta_rating .ta_description {
/* 38  */ 	clear: both;
/* 39  */ }
/* 40  */ #ta_rating .rating_btn {
/* 41  */ 	clear: both;
/* 42  */     float: right;
/* 43  */     margin-top: 20px;
/* 44  */ }
/* 45  */ #ta_rating a {text-decoration:none;}
/* 46  */ #ta_rating a:hover {text-decoration: underline;}
/* 47  */ #ta_rating dt, #ta_rating dd {float: left; font-weight:normal;}
/* 48  */ #ta_rating dd {margin-left: 15px; margin-bottom: 0 !important;}
/* 49  */ #ta_rating dl {margin: 0px;}
/* 50  */ #ta_rating dt {clear: both;}

/* style.css */

/* 51  */ 
/* 52  */ .ta_rating { 
/* 53  */ 	position: relative;
/* 54  */ 	background: transparent url(http://static.themortgageinsider.net/wp-content/plugins/author-hreview/images/stars.png?x87280) 0 -16px repeat-x;
/* 55  */ 	width: 80px;
/* 56  */ 	height: 16px;
/* 57  */ }
/* 58  */ .ta_rating .result {
/* 59  */ 	position: absolute;
/* 60  */ 	background: transparent url(http://static.themortgageinsider.net/wp-content/plugins/author-hreview/images/stars.png?x87280) 0 0 repeat-x;
/* 61  */ 	top: 0px;
/* 62  */ 	left: 0px;
/* 63  */ 	height: 16px;
/* 64  */ 	z-index: 102;
/* 65  */ 	text-indent: -9999px;
/* 66  */ }
/* 67  */ .result {
/* 68  */ 	text-indent: -9999px;
/* 69  */ }
/* 70  */ .ta_headline_meta , .rating_date {
/* 71  */ 	font-size:10px;
/* 72  */ 	color:#999;
/* 73  */ 	cursor: help;
/* 74  */ }
/* 75  */ #ta_rating h3 {
/* 76  */ 	font-size:14px;
/* 77  */ 	margin: 10px 0 5px 0;
/* 78  */ }
/* 79  */ #ta_rating div.hr {
/* 80  */   height: 1px;
/* 81  */   background: #E0E0E0;
/* 82  */   margin: 5px 0 5px 0;
/* 83  */ }
/* 84  */ #ta_rating div.hr hr {
/* 85  */   display: none;
/* 86  */ }
/* 87  */ 
/* 88  */ #ta_rating p {
/* 89  */ 	margin-bottom: 0.2em;
/* 90  */ }
/* 91  */ 
/* 92  */ /* review rating after post */
/* 93  */ #ta_post_review_after {
/* 94  */ 	margin: 10px;
/* 95  */ 	padding:15px;
/* 96  */ 	border-top:dotted 1px #DDD;
/* 97  */ 	border-bottom:dotted 1px #DDD;
/* 98  */ 	background: none repeat scroll 0 0 #F6F6F6;
/* 99  */ }
/* 100 */ 

/* style.css */

/* 101 */ #ta_post_review_after ul {
/* 102 */ 	margin-top:10px;
/* 103 */ 	
/* 104 */ }
/* 105 */ #ta_post_review_after ul li {
/* 106 */ 	list-style:outside none;
/* 107 */ 	float:left;
/* 108 */ }
/* 109 */ #ta_post_review_after .price {
/* 110 */ 	width:100px;
/* 111 */ 	height:32px;
/* 112 */ 	padding-left:40px;
/* 113 */ 	background: transparent url(http://static.themortgageinsider.net/wp-content/plugins/author-hreview/images/price.png?x87280) no-repeat 0 50%;
/* 114 */ }
/* 115 */ #ta_post_review_after .price span {
/* 116 */     margin-top: 8px;
/* 117 */     position: relative;
/* 118 */ 	display: block;
/* 119 */ }
/* 120 */ #ta_post_review_after .after_rating {
/* 121 */ 	width:160px;
/* 122 */ }
/* 123 */ #ta_post_review_after .after_button {
/* 124 */ 	float: right;
/* 125 */ 	margin-top:8px;
/* 126 */     margin-right: 20px;	
/* 127 */ }
/* 128 */ #ta_post_review_after dd {
/* 129 */ 	font-size:110%;
/* 130 */ 	color:#333333;
/* 131 */ 	display: block;
/* 132 */ 	margin-bottom: 0px !important;
/* 133 */ 	margin-top:5px;
/* 134 */ }
/* 135 */ #ta_post_review_after span {
/* 136 */ 	color:#999999;
/* 137 */ }
/* 138 */ 
/* 139 */ 
/* 140 */ /* review rating on home page and archive pages */
/* 141 */ #ar_rating_home {
/* 142 */ 	clear:both;
/* 143 */ 	padding: 10px;
/* 144 */ 	background: none repeat scroll 0 0 #F6F6F6;
/* 145 */ 	border: 2px solid white;
/* 146 */ 	border-radius: 3px;
/* 147 */ 	-moz-border-radius: 3px;
/* 148 */ 	-webkit-border-radius: 3px;
/* 149 */ }
/* 150 */ .ar_rating_home_span {

/* style.css */

/* 151 */ 	margin: 3px 0 3px 0;
/* 152 */ 	height: 16px !important;
/* 153 */ 	margin: 3px 5px 0 0 !important;
/* 154 */ 	float: left;
/* 155 */ 	
/* 156 */ }
/* 157 */ .ar_headline_meta_home span {
/* 158 */ 	height: 16px !important;
/* 159 */ 	margin-top: 0;
/* 160 */ }
/* 161 */ .ar_rating_home { 
/* 162 */ 	position: relative;
/* 163 */ 	background: transparent url(http://static.themortgageinsider.net/wp-content/plugins/author-hreview/images/stars.png?x87280) 0 -16px repeat-x;
/* 164 */ 	width: 80px !important;
/* 165 */ 	height: 16px !important;
/* 166 */ }
/* 167 */ .ar_rating_home .ar_result_home {
/* 168 */ 	position: absolute;
/* 169 */ 	background: transparent url(http://static.themortgageinsider.net/wp-content/plugins/author-hreview/images/stars.png?x87280) 0 0 repeat-x;
/* 170 */ 	top: 0px;
/* 171 */ 	left: 0px;
/* 172 */ 	height: 16px;
/* 173 */ 	z-index: 102;
/* 174 */ 	text-indent: -9999px;
/* 175 */ }
/* 176 */ .ar_result_home {
/* 177 */ 	text-indent: -9999px;
/* 178 */ }
/* 179 */ .ar_headline_meta_home {
/* 180 */ 	font-size:10px;
/* 181 */ 	color:#999;
/* 182 */ 	cursor: help;
/* 183 */ }
/* 184 */ 
/* 185 */ 
/* 186 */ /* review rating widget */
/* 187 */ .ta_widget_list_item {
/* 188 */ 	clear:both;
/* 189 */ }
/* 190 */ .ta_widget_post_item {
/* 191 */ 	float:left;
/* 192 */ 	margin: 0 0 10px 10px;
/* 193 */ }
/* 194 */ .ta_widget_rating {
/* 195 */ 	float:right;
/* 196 */ 	margin-right:10px
/* 197 */ }
/* 198 */ .widget_recent_reviews ul {
/* 199 */ 	margin: 0 !important;
/* 200 */ }

/* style.css */

/* 201 */ .widget_recent_reviews li {
/* 202 */ 	list-style:none !important;
/* 203 */ 	list-style-image:none;
/* 204 */ 	padding-left:0 !important;
/* 205 */ }
/* 206 */ 
/* 207 */ /* sidebar rating style */
/* 208 */ #sidebars .ta_rating_container {
/* 209 */ 	float: none;
/* 210 */ 	margin: auto;
/* 211 */ }
/* 212 */ 
/* 213 */ /* set rating box alignement */	
/* 214 */ .ta_box_right {
/* 215 */ 	float: right;
/* 216 */ 	margin: 0px 0px 10px 10px;
/* 217 */ 	
/* 218 */ }
/* 219 */ .ta_box_left {
/* 220 */ 	float: left;
/* 221 */ 	margin: 0px 10px 10px 0px;
/* 222 */ }
/* 223 */ .ta_box_align_none {
/* 224 */ 	float:none;
/* 225 */ 	margin:10px;
/* 226 */ 	clear:both;
/* 227 */ }
/* 228 */  
/* 229 */ /* web buttons */
/* 230 */ .ar_button {padding: 5px 10px;	display: inline; background: #777 url(http://static.themortgageinsider.net/wp-content/plugins/author-hreview/images/bg_button.png?x87280) repeat-x bottom; border: none; color: #fff !important; cursor: pointer;font-weight: bold;border-radius: 3px; text-decoration:none !important; 
/* 231 */ 		-moz-border-radius: 3px;-webkit-border-radius: 3px;	text-shadow: 1px 1px #666;}
/* 232 */ 	.ar_button:hover {	background-position: 0 center;	}
/* 233 */ 	.ar_button:active {background-position: 0 top;	position: relative;	top: 1px; padding: 6px 10px 4px;	}
/* 234 */ 	
/* 235 */ 	.ar_button.ar_red { background-color: #e50000; }
/* 236 */ 	.ar_button.ar_purple { background-color: #9400bf; }
/* 237 */ 	.ar_button.ar_green { background-color: #58aa00; }
/* 238 */ 	.ar_button.ar_orange { background-color: #f97f26; }
/* 239 */ 	.ar_button.ar_blue { background-color: #2c6da0; }
/* 240 */ 	.ar_button.ar_yellow { background-color: #ffcc00; }
/* 241 */ 	.ar_button.ar_black { background-color: #333; }
/* 242 */ 	.ar_button.ar_white { background-color: #fff; color: #000 !important; text-shadow: 1px 1px #fff; }
/* 243 */ 	.ar_button.ar_gray { background-color: #f1f1f1; color: #333 !important; text-shadow: 1px 1px #fff; font-weight: normal !important; }
/* 244 */ 	.ar_button.ar_small { font-size: 75%; padding: 3px 7px; }
/* 245 */ 	.ar_button.ar_small:active { padding: 4px 7px 2px; background-position: 0 top; }
/* 246 */ 	.ar_button.ar_medium { font-size: 90%; padding: 5px 8px; height: 20px; }
/* 247 */ 	.ar_button.ar_medium:active { padding: 5px 8px 4px; background-position: 0 top; }
/* 248 */ 	.ar_button.ar_large { font-size: 160%; padding: 7px 12px; height: 40px; }
/* 249 */ 	.ar_button.ar_large:active { padding: 8px 12px 6px; background-position: 0 top; }
/* 250 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/plugins/contextual-related-posts/css

*/

/* default-style.css */

/* 1  */ .crp_related {
/* 2  */ 	clear: both;
/* 3  */ 	margin: 10px 0;
/* 4  */ }
/* 5  */ .crp_related h3 {
/* 6  */ 	margin: 0 !important;
/* 7  */ }
/* 8  */ .crp_related ul {
/* 9  */ 	list-style: none;
/* 10 */ 	float: left;
/* 11 */ 	margin: 0 !important;
/* 12 */ 	padding: 0 !important;
/* 13 */ }
/* 14 */ .crp_related li, .crp_related a {
/* 15 */ 	float: left;
/* 16 */ 	overflow: hidden;
/* 17 */ 	position: relative;
/* 18 */ 	text-align: center;
/* 19 */ }
/* 20 */ .crp_related li {
/* 21 */ 	margin: 5px !important;
/* 22 */ 	border: 1px solid #ddd;
/* 23 */ 	padding: 6px;
/* 24 */ }
/* 25 */ .crp_related li:hover {
/* 26 */ 	background: #eee;
/* 27 */ 	border-color: #bbb;
/* 28 */ }
/* 29 */ .crp_related a {
/* 30 */ 	-webkit-box-shadow: none !important;
/* 31 */ 	-moz-box-shadow: none !important;
/* 32 */ 	box-shadow: none !important;
/* 33 */ 	text-decoration: none !important;
/* 34 */ }
/* 35 */ .crp_related a:hover {
/* 36 */ 	text-decoration: none;
/* 37 */ }
/* 38 */ .crp_related .crp_title {
/* 39 */ 	color: #fff !important;
/* 40 */ 	position: absolute;
/* 41 */ 	bottom: 0;
/* 42 */ 	padding: 3px;
/* 43 */ 	color: #fff;
/* 44 */ 	font-size: .9em;
/* 45 */ 	text-shadow: 1000 .1em .1em .2em;
/* 46 */ 	background: rgb(0.5, 0.5, 0.5);
/* 47 */ 	background: rgba(0, 0, 0, 0.5);
/* 48 */ 	-webkit-border-radius: 7px;
/* 49 */ 	-moz-border-radius: 7px;
/* 50 */ 	border-radius: 7px;

/* default-style.css */

/* 51 */ }
/* 52 */ .crp_related li:hover .crp_title {
/* 53 */ 	background: rgb(0.2, 0.2, 0.2);
/* 54 */ 	background: rgba(0, 0, 0, 0.8);
/* 55 */ }
/* 56 */ .crp_related li {
/* 57 */ 	vertical-align: bottom;
/* 58 */ 	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
/* 59 */ 	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
/* 60 */ 	box-shadow: 0 1px 2px rgba(0,0,0,.4);
/* 61 */ 	-webkit-border-radius: 7px;
/* 62 */ 	-moz-border-radius: 7px;
/* 63 */ 	border-radius: 7px;
/* 64 */ }
/* 65 */ .crp_clear {
/* 66 */ 	clear: both;
/* 67 */ }
/* 68 */ .crp_title:visited {
/* 69 */ 	color: #fff !important;
/* 70 */ }
/* 71 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/plugins/dt-hatom-error-plugin-1-1-4

*/

/* hatom-style.css */

/* 1  */ /*
/* 2  *|  * Plugin: DT hAtom WordPress Error Plugin
/* 3  *|  * Author: David Tiong
/* 4  *| */
/* 5  */ 
/* 6  */ /* style for extra sentence */
/* 7  */  
/* 8  */ .dtherpt {font-size:10px !important; font-weight:400; font-style:italic; padding:10px 0;}
/* 9  */ .dtherpt .entry-title {font-size:10px !important; font-weight:400; text-transform:uppercase; font-style:italic; }
/* 10 */ .dtherpt .fn {font-size:10px !important; font-weight:400; font-style:italic; }
/* 11 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/plugins/floating-social-media-icon/css

*/

/* style.css */

/* 1  */ #divBottomRight
/* 2  */ {
/* 3  */ position:absolute;
/* 4  */ z-index:10000;
/* 5  */ min-width: 142px;
/* 6  */ }
/* 7  */ #divBottomRight img, #acurax_si_simple img, #short_code_si_icon img
/* 8  */ {
/* 9  */ margin-left:1px;
/* 10 */ border:0px !important;
/* 11 */ background:none !important;
/* 12 */ box-shadow:none !important;
/* 13 */ }
/* 14 */ #divBottomRight img:hover, #acurax_si_simple img:hover, #short_code_si_icon img:hover
/* 15 */ {
/* 16 */ opacity:0.8;
/* 17 */ }
/* 18 */ #short_code_si_icon a,#divBottomRight a,#divBottomRight a:focus,#short_code_si_icon a:focus {
/* 19 */     border: 0px;
/* 20 */ 	outline: none;
/* 21 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/plugins/wp-flexible-map/css

*/

/* styles.css */

/* 1  */ /* stop some themes from messing up Google Maps' styling (e.g. twentyeleven, twentytwelve, twentythirteen...) */
/* 2  */ /* http://flexible-map.webaware.net.au/ */
/* 3  *| 
/* 4  *| .flxmap-container * {
/* 5  *| 	-webkit-box-sizing: content-box;
/* 6  *| 	-moz-box-sizing: content-box;
/* 7  *| 	box-sizing: content-box;
/* 8  *| }
/* 9  *| 
/* 10 *| .flxmap-container img {
/* 11 *| 	max-width: none !important;
/* 12 *| 	-webkit-box-shadow: none !important;
/* 13 *| 	-moz-box-shadow: none !important;
/* 14 *| 	box-shadow: none !important;
/* 15 *| 	background-color: transparent !important;
/* 16 *| 	border-radius: 0px !important;
/* 17 *| }
/* 18 *| 
/* 19 *| .site-content .flxmap-directions img.adp-marker,
/* 20 *| .entry-content .flxmap-directions img.adp-marker {
/* 21 *| 	max-width: none;
/* 22 *| 	-webkit-box-shadow: none;
/* 23 *| 	-moz-box-shadow: none;
/* 24 *| 	box-shadow: none;
/* 25 *| }
/* 26 *| 
/* 27 *| .flxmap-directions table.adp-placemark,
/* 28 *| .flxmap-directions table.adp-directions {
/* 29 *| 	table-layout: inherit;
/* 30 *| }
/* 31 *| 
/* 32 *| .flxmap-directions td.adp-text {
/* 33 *| 	vertical-align: middle;
/* 34 *| }
/* 35 *| 
/* 36 *| /* some basic styling for info window */
/* 37 */ 
/* 38 */ .gm-style .gm-style-iw .flxmap-infowin {
/* 39 */ 	color: #2c2c2c;
/* 40 */ }
/* 41 */ 
/* 42 */ .gm-style .gm-style-iw .flxmap-marker-title {
/* 43 */ 	font-weight: bold;
/* 44 */ }
/* 45 */ 
/* 46 */ /* fix info window width on some Webkit browsers */
/* 47 */ .gm-style-iw {
/* 48 */ 	min-width: intrinsic;
/* 49 */ 	min-width: -webkit-fit-content;
/* 50 */ 	min-width: -moz-fit-content;

/* styles.css */

/* 51 */ 	min-width: fit-content;
/* 52 */ }
/* 53 */ 
/* 54 */ /* fix info window title width on IE10+ */
/* 55 */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* 56 */ 
/* 57 */ 	.gm-style .gm-style-iw .flxmap-marker-title {
/* 58 */ 		white-space: nowrap;
/* 59 */ 		word-wrap: normal;
/* 60 */ 	}
/* 61 */ 
/* 62 */ }
/* 63 */ 
/* 64 */ /* fix vertical copyright message on IE8 in some themes */
/* 65 */ .flxmap-container .gm-style-cc > div {
/* 66 */ 	word-wrap: normal;
/* 67 */ }
/* 68 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/uploads/prose

*/

/* settings.css */

/* 1   */ /* This file is auto-generated from the settings page. Any direct edits here will be lost if the settings page is saved */
/* 2   */ body, p {
/* 3   */ 	color: #222222;
/* 4   */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 5   */ 	font-size: 16px;
/* 6   */ 	line-height: 1.6;
/* 7   */ }
/* 8   */ a, a:visited {
/* 9   */ 	color: #0000FF;
/* 10  */ 	text-decoration: underline;
/* 11  */ }
/* 12  */ a:hover {
/* 13  */ 	color: #0000FF;
/* 14  */ 	text-decoration: underline;
/* 15  */ }
/* 16  */ #wrap {
/* 17  */ 	background-color: #ffffff;
/* 18  */ 	margin: 10px auto 10px;
/* 19  */ 	padding: 10px;
/* 20  */ 	border: 5px solid #ededed;
/* 21  */ 	-moz-border-radius: 5px;
/* 22  */ 	-webkit-border-radius: 5px;
/* 23  */ 	border-radius: 5px;
/* 24  */ 	-moz-box-shadow: none;
/* 25  */ 	-webkit-box-shadow: none;
/* 26  */ }
/* 27  */ #header {
/* 28  */ 	height: 120px;
/* 29  */ 	max-width: 940px;
/* 30  */ 	background-color: #ffffff;
/* 31  */ }
/* 32  */ #title-area {
/* 33  */ 	width: 0;
/* 34  */ }
/* 35  */ #title-area #title  {
/* 36  */ 	padding-top: 0;
/* 37  */ 	padding-left: 10px;
/* 38  */ }
/* 39  */ .header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
/* 40  */ 	width: 0;
/* 41  */ 	height: 120px;
/* 42  */ }
/* 43  */ #title-area #title a, #title-area #title a:hover {
/* 44  */ 	color: #003368;
/* 45  */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 46  */ 	font-size: 36px;
/* 47  */ }
/* 48  */ #title-area #description {
/* 49  */ 	color: #003368;
/* 50  */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;

/* settings.css */

/* 51  */ 	font-size: 15px;
/* 52  */ 	padding-left: 10px;
/* 53  */ 	padding-top: 0;
/* 54  */ 	font-style: normal;
/* 55  */ }
/* 56  */ #header .widget-area {
/* 57  */ 	width: 0;
/* 58  */ }
/* 59  */ #nav {
/* 60  */ 	background-color: #f5f5f5;
/* 61  */ 	font-family: Verdana, Geneva, sans-serif;
/* 62  */ 	font-size: 15px;
/* 63  */ 	text-transform: capitalize;
/* 64  */ 	border: 1px solid #ffffff;
/* 65  */ }
/* 66  */ #nav .wrap {
/* 67  */ 	border: 1px solid #ffffff;
/* 68  */ }
/* 69  */ #nav li a {
/* 70  */ 	background-color: #f5f5f5;
/* 71  */ 	color: #542d2d;
/* 72  */ 	text-decoration: underline;
/* 73  */ }
/* 74  */ #nav li.right a, #nav li.rss a, #nav li.twitter a {
/* 75  */ 	color: #542d2d;
/* 76  */ }
/* 77  */ #nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-menu-item a {
/* 78  */ 	background-color: #f5f5f5;
/* 79  */ 	color: #0000FF;
/* 80  */ 	text-decoration: underline;
/* 81  */ }
/* 82  */ #nav li.right a:hover, #nav li.rss a:hover, #nav li.twitter a:hover {
/* 83  */ 	color: #542d2d;
/* 84  */ }
/* 85  */ #nav li li a, #nav li li a:link, #nav li li a:visited {
/* 86  */ 	background-color: #f5f5f5;
/* 87  */ 	color: #542d2d;
/* 88  */ }
/* 89  */ #nav li li a:hover, #nav li li a:active {
/* 90  */ 	background-color: #f5f5f5;
/* 91  */ 	color: #0000FF;
/* 92  */ }
/* 93  */ #subnav {
/* 94  */ 	background-color: #f5f5f5;
/* 95  */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 96  */ 	font-size: 13px;
/* 97  */ 	text-transform: uppercase;
/* 98  */ 	border: 1px solid #dddddd;
/* 99  */ }
/* 100 */ #subnav .wrap {

/* settings.css */

/* 101 */ 	border: 1px solid #ffffff;
/* 102 */ }
/* 103 */ #subnav li a {
/* 104 */ 	background-color: #f5f5f5;
/* 105 */ 	color: #666666;
/* 106 */ 	text-decoration: none;
/* 107 */ }
/* 108 */ #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-menu-item a {
/* 109 */ 	background-color: #003368;
/* 110 */ 	color: #ffffff;
/* 111 */ 	text-decoration: none;
/* 112 */ }
/* 113 */ #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
/* 114 */ 	background-color: #f5f5f5;
/* 115 */ 	color: #666666;
/* 116 */ }
/* 117 */ #subnav li li a:hover, #subnav li li a:active {
/* 118 */ 	background-color: #003368;
/* 119 */ 	color: #ffffff;
/* 120 */ }
/* 121 */ .breadcrumb {
/* 122 */ 	color: #222222;
/* 123 */ 	text-transform: none;
/* 124 */ 	font-size: 13px;
/* 125 */ 	border-bottom: 1px dotted #aaaaaa;
/* 126 */ }
/* 127 */ .post-info {
/* 128 */ 	background-color: #f5f5f5;
/* 129 */ 	color: #666666;
/* 130 */ 	text-transform: none;
/* 131 */ 	font-size: 13px;
/* 132 */ }
/* 133 */ .post-meta {
/* 134 */ 	background-color: #f5f5f5;
/* 135 */ 	color: #666666;
/* 136 */ 	text-transform: none;
/* 137 */ 	font-size: 13px;
/* 138 */ }
/* 139 */ blockquote {
/* 140 */ 	font-style: normal;
/* 141 */ 	background-color: #f5f5f5;
/* 142 */ 	border: 1px solid #dddddd;
/* 143 */ }
/* 144 */ blockquote p {
/* 145 */ 	color: #555555;
/* 146 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 147 */ 	font-size: 16px;
/* 148 */ }
/* 149 */ p.notice {
/* 150 */ 	color: #555555;

/* settings.css */

/* 151 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 152 */ 	font-size: 16px;
/* 153 */ 	font-style: normal;
/* 154 */ 	background-color: #f5f8fa;
/* 155 */ 	border: 1px solid #d7e8f0;
/* 156 */ }
/* 157 */ h1, h2, h3, h4, h5, h6 {
/* 158 */ 	font-family: Arial, Helvetica, sans-serif;
/* 159 */ 	font-style: normal;
/* 160 */ 	font-weight: bold;
/* 161 */ 	text-transform: none;
/* 162 */ }
/* 163 */ h1 {
/* 164 */ 	font-size: 28px;
/* 165 */ 	color: #004080;
/* 166 */ }
/* 167 */ h2 {
/* 168 */ 	font-size: 26px;
/* 169 */ 	color: #003368;
/* 170 */ }
/* 171 */ h2 a, h2 a:visited {
/* 172 */ 	color: #004080;
/* 173 */ 	text-decoration: none;
/* 174 */ }
/* 175 */ h2 a:hover {
/* 176 */ 	color: #0000FF;
/* 177 */ 	text-decoration: underline;
/* 178 */ }
/* 179 */ h3 {
/* 180 */ 	font-size: 24px;
/* 181 */ 	color: #003368;
/* 182 */ }
/* 183 */ h4 {
/* 184 */ 	font-size: 22px;
/* 185 */ 	color: #003368;
/* 186 */ }
/* 187 */ h5 {
/* 188 */ 	font-size: 20px;
/* 189 */ 	color: #003368;
/* 190 */ }
/* 191 */ h6 {
/* 192 */ 	font-size: 18px;
/* 193 */ 	color: #003368;
/* 194 */ }
/* 195 */ .widget-area h4 {
/* 196 */ 	color: #003368;
/* 197 */ 	font-family: Arial, Helvetica, sans-serif;
/* 198 */ 	font-size: 16px;
/* 199 */ 	font-style: normal;
/* 200 */ 	font-weight: bold;

/* settings.css */

/* 201 */ 	border-bottom: 1px dotted #aaaaaa;
/* 202 */ 	text-transform: none;
/* 203 */ }
/* 204 */ .sidebar, .sidebar p {
/* 205 */ 	color: #222222;
/* 206 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 207 */ 	font-size: 14px;
/* 208 */ }
/* 209 */ #footer-widgets {
/* 210 */ 	background-color: #f5f5f5;
/* 211 */ 	border: 1px solid #dddddd;
/* 212 */ }
/* 213 */ #footer-widgets h4 {
/* 214 */ 	color: #003368;
/* 215 */ 	font-family: Arial, Helvetica, sans-serif;
/* 216 */ 	font-size: 16px;
/* 217 */ 	font-style: normal;
/* 218 */ 	font-weight: bold;
/* 219 */ 	border-bottom: 1px dotted #aaaaaa;
/* 220 */ 	text-transform: none;
/* 221 */ }
/* 222 */ #footer-widgets a, #footer-widgets a:visited, #footer-widgets li a, #footer-widgets li a:visited {
/* 223 */ 	color: #222222;
/* 224 */ 	text-decoration: none;
/* 225 */ }
/* 226 */ #footer-widgets a:hover, #footer-widgets li a:hover {
/* 227 */ 	color: #222222;
/* 228 */ 	text-decoration: underline;
/* 229 */ }
/* 230 */ #footer, #footer p {
/* 231 */ 	color: #003368;
/* 232 */ 	font-size: 14px;
/* 233 */ 	font-weight: normal;
/* 234 */ 	text-transform: none;
/* 235 */ }
/* 236 */ #footer a, #footer a:visited {
/* 237 */ 	color: #222222;
/* 238 */ 	text-decoration: none;
/* 239 */ }
/* 240 */ #footer a:hover {
/* 241 */ 	color: #222222;
/* 242 */ 	text-decoration: underline;
/* 243 */ }
/* 244 */ .s, #author, #email, #url, #comment, .enews #subbox, .prose-input {
/* 245 */ 	color: #666666;
/* 246 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 247 */ 	font-style: normal;
/* 248 */ 	background-color: #f5f5f5;
/* 249 */ 	border: 1px solid #dddddd;
/* 250 */ }

/* settings.css */

/* 251 */ input[type="button"], input[type="submit"], .prose-button {
/* 252 */ 	background-color: #003368;
/* 253 */ 	color: #ffffff;
/* 254 */ 	text-transform: uppercase;
/* 255 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 256 */ 	font-size: 13px;
/* 257 */ }
/* 258 */ input:hover[type="button"], input:hover[type="submit"], .prose-button:hover {
/* 259 */ 	background-color: #004080;
/* 260 */ }
/* 261 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/rkblake3/public_html
currentDir : /home/rkblake3/public_html/wp-content/uploads/prose

*/

/* custom.css */

/* 1   */ /** Do not remove this line. Edit CSS below. */
/* 2   */ body, p {
/* 3   */ 	color: #222222;
/* 4   */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 5   */ 	font-size: 16px;
/* 6   */ 	line-height: 1.6;
/* 7   */ }
/* 8   */ a, a:visited {
/* 9   */ 	color: #004276;
/* 10  */ 	text-decoration: none;
/* 11  */ }
/* 12  */ a:hover {
/* 13  */ 	color: #0000FF;
/* 14  */ 	text-decoration: underline;
/* 15  */ }
/* 16  */ #wrap {
/* 17  */ 	background-color: #ffffff;
/* 18  */ 	margin: 10px auto 10px;
/* 19  */ 	padding: 10px;
/* 20  */ 	border: 5px solid #ededed;
/* 21  */ 	-moz-border-radius: 5px;
/* 22  */ 	-webkit-border-radius: 5px;
/* 23  */ 	border-radius: 5px;
/* 24  */ 	-moz-box-shadow: none;
/* 25  */ 	-webkit-box-shadow: none;
/* 26  */ }
/* 27  */ #header {
/* 28  */ 	height: 120px;
/* 29  */ 	max-width: 940px;
/* 30  */ 	background-color: #ffffff;
/* 31  */ }
/* 32  */ #title-area {
/* 33  */ 	width: 0px;
/* 34  */ }
/* 35  */ #title-area #title  {
/* 36  */ 	padding-top: 0;
/* 37  */ 	padding-left: 10px;
/* 38  */ }
/* 39  */ .header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
/* 40  */ 	width: 0;
/* 41  */         height: 120px;
/* 42  */ }
/* 43  */ #title-area #title a, #title-area #title a:hover {
/* 44  */ 	color: ##0000FF;
/* 45  */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 46  */ 	font-size: 36px;
/* 47  */ }
/* 48  */ #title-area #description {
/* 49  */ 	color: #003368;
/* 50  */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;

/* custom.css */

/* 51  */ 	font-size: 15px;
/* 52  */ 	padding-left: 10;
/* 53  */ 	padding-top: 0;
/* 54  */ 	font-style: normal;
/* 55  */ }
/* 56  */ #header .widget-area {
/* 57  */ 	width: 0;
/* 58  */ }
/* 59  */ #nav {
/* 60  */ 	background-color: #f5f5f5;
/* 61  */ 	font-family: Verdana, Geneva, sans-serif;
/* 62  */ 	font-size: 15px;
/* 63  */ 	text-transform: capitalize;
/* 64  */ 	border: 1px solid #E7B012;
/* 65  */ }
/* 66  */ #nav .wrap {
/* 67  */ 	border: 1px solid #ffffff;
/* 68  */ }
/* 69  */ #nav li a {
/* 70  */ 	background-color: #E7B012;
/* 71  */ 	color: #222222;
/* 72  */ 	text-decoration: none;
/* 73  */ }
/* 74  */ #nav li.right a, #nav li.rss a, #nav li.twitter a {
/* 75  */ 	color: #222222;
/* 76  */ }
/* 77  */ #nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-menu-item a {
/* 78  */ 	background-color: #f5f5f5;
/* 79  */ 	color: ##0000FF;
/* 80  */ 	text-decoration: underline;
/* 81  */ }
/* 82  */ #nav li.right a:hover, #nav li.rss a:hover, #nav li.twitter a:hover {
/* 83  */ 	color: #222222;
/* 84  */ }
/* 85  */ #nav li li a, #nav li li a:link, #nav li li a:visited {
/* 86  */ 	background-color: #E7B012;
/* 87  */ 	color: #222222;
/* 88  */ }
/* 89  */ #nav li li a:hover, #nav li li a:active {
/* 90  */ 	background-color: #f5f5f5;
/* 91  */ 	color: #003368;
/* 92  */ }
/* 93  */ #subnav {
/* 94  */ 	background-color: #f5f5f5;
/* 95  */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 96  */ 	font-size: 13px;
/* 97  */ 	text-transform: uppercase;
/* 98  */ 	border: 1px solid #dddddd;
/* 99  */ }
/* 100 */ #subnav .wrap {

/* custom.css */

/* 101 */ 	border: 1px solid #ffffff;
/* 102 */ }
/* 103 */ #subnav li a {
/* 104 */ 	background-color: #f5f5f5;
/* 105 */ 	color: #666666;
/* 106 */ 	text-decoration: none;
/* 107 */ }
/* 108 */ #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-menu-item a {
/* 109 */ 	background-color: ##0000FF;
/* 110 */ 	color: #ffffff;
/* 111 */ 	text-decoration: underline;
/* 112 */ }
/* 113 */ #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
/* 114 */ 	background-color: #f5f5f5;
/* 115 */ 	color: #666666;
/* 116 */ }
/* 117 */ #subnav li li a:hover, #subnav li li a:active {
/* 118 */ 	background-color: ##0000FF;
/* 119 */ 	color: #ffffff;
/* 120 */ }
/* 121 */ .breadcrumb {
/* 122 */ 	color: #222222;
/* 123 */ 	text-transform: none;
/* 124 */ 	font-size: 13px;
/* 125 */ 	border-bottom: 1px dotted #aaaaaa;
/* 126 */ }
/* 127 */ .post-info {
/* 128 */ 	background-color: #f5f5f5;
/* 129 */ 	color: #666666;
/* 130 */ 	text-transform: none;
/* 131 */ 	font-size: 13px;
/* 132 */ }
/* 133 */ .post-meta {
/* 134 */ 	background-color: #f5f5f5;
/* 135 */ 	color: #666666;
/* 136 */ 	text-transform: none;
/* 137 */ 	font-size: 13px;
/* 138 */ }
/* 139 */ blockquote {
/* 140 */ 	font-style: normal;
/* 141 */ 	background-color: #f5f5f5;
/* 142 */ 	border: 1px solid #dddddd;
/* 143 */ }
/* 144 */ blockquote p {
/* 145 */ 	color: #555555;
/* 146 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 147 */ 	font-size: 16px;
/* 148 */ }
/* 149 */ p.notice {
/* 150 */ 	color: #555555;

/* custom.css */

/* 151 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 152 */ 	font-size: 16px;
/* 153 */ 	font-style: normal;
/* 154 */ 	background-color: #f5f8fa;
/* 155 */ 	border: 1px solid #d7e8f0;
/* 156 */ }
/* 157 */ h1, h2, h3, h4, h5, h6 {
/* 158 */ 	font-family: Arial, Helvetica, sans-serif;
/* 159 */ 	font-style: normal;
/* 160 */ 	font-weight: bold;
/* 161 */ 	text-transform: none;
/* 162 */ }
/* 163 */ h1 {
/* 164 */ 	font-size: 28px;
/* 165 */ 	color: #004080;
/* 166 */ }
/* 167 */ h2 {
/* 168 */ 	font-size: 26px;
/* 169 */ 	color: #003368;
/* 170 */ }
/* 171 */ h2 a, h2 a:visited {
/* 172 */ 	color: #004080;
/* 173 */ 	text-decoration: none;
/* 174 */ }
/* 175 */ h2 a:hover {
/* 176 */ 	color: ##0000FF;
/* 177 */ 	text-decoration: underline;
/* 178 */ }
/* 179 */ h3 {
/* 180 */ 	font-size: 24px;
/* 181 */ 	color: #003368;
/* 182 */ }
/* 183 */ h4 {
/* 184 */ 	font-size: 22px;
/* 185 */ 	color: #003368;
/* 186 */ }
/* 187 */ h5 {
/* 188 */ 	font-size: 20px;
/* 189 */ 	color: #003368;
/* 190 */ }
/* 191 */ h6 {
/* 192 */ 	font-size: 18px;
/* 193 */ 	color: #003368;
/* 194 */ }
/* 195 */ .widget-area h4 {
/* 196 */ 	color: #003368;
/* 197 */ 	font-family: Arial, Helvetica, sans-serif;
/* 198 */ 	font-size: 16px;
/* 199 */ 	font-style: normal;
/* 200 */ 	font-weight: bold;

/* custom.css */

/* 201 */ 	border-bottom: 1px dotted #aaaaaa;
/* 202 */ 	text-transform: none;
/* 203 */ }
/* 204 */ .sidebar, .sidebar p {
/* 205 */ 	color: #222222;
/* 206 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 207 */ 	font-size: 14px;
/* 208 */ }
/* 209 */ #footer-widgets {
/* 210 */ 	background-color: #f5f5f5;
/* 211 */ 	border: 1px solid #dddddd;
/* 212 */ }
/* 213 */ #footer-widgets h4 {
/* 214 */ 	color: #003368;
/* 215 */ 	font-family: Arial, Helvetica, sans-serif;
/* 216 */ 	font-size: 16px;
/* 217 */ 	font-style: normal;
/* 218 */ 	font-weight: bold;
/* 219 */ 	border-bottom: 1px dotted #aaaaaa;
/* 220 */ 	text-transform: none;
/* 221 */ }
/* 222 */ #footer-widgets a, #footer-widgets a:visited, #footer-widgets li a, #footer-widgets li a:visited {
/* 223 */ 	color: #222222;
/* 224 */ 	text-decoration: none;
/* 225 */ }
/* 226 */ #footer-widgets a:hover, #footer-widgets li a:hover {
/* 227 */ 	color: #222222;
/* 228 */ 	text-decoration: underline;
/* 229 */ }
/* 230 */ #footer, #footer p {
/* 231 */ 	color: #003368;
/* 232 */ 	font-size: 14px;
/* 233 */ 	font-weight: normal;
/* 234 */ 	text-transform: none;
/* 235 */ }
/* 236 */ #footer a, #footer a:visited {
/* 237 */ 	color: #222222;
/* 238 */ 	text-decoration: none;
/* 239 */ }
/* 240 */ #footer a:hover {
/* 241 */ 	color: #222222;
/* 242 */ 	text-decoration: underline;
/* 243 */ }
/* 244 */ .s, #author, #email, #url, #comment, .enews #subbox, .prose-input {
/* 245 */ 	color: #666666;
/* 246 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 247 */ 	font-style: normal;
/* 248 */ 	background-color: #f5f5f5;
/* 249 */ 	border: 1px solid #dddddd;
/* 250 */ }

/* custom.css */

/* 251 */ input[type="button"], input[type="submit"], .prose-button {
/* 252 */ 	background-color: #003368;
/* 253 */ 	color: #ffffff;
/* 254 */ 	text-transform: uppercase;
/* 255 */ 	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
/* 256 */ 	font-size: 13px;
/* 257 */ }
/* 258 */ input:hover[type="button"], input:hover[type="submit"], .prose-button:hover {
/* 259 */ 	background-color: #004080;
/* 260 */ }
/* 261 */