/* 
Paracelsus 

CSS style sidebars

*/


.flex_column.rightrail_image {
	padding:0;
	margin:0;
vertical-align: bottom !important;

}

p > rightrail_box_blue {
 margin: 0 !important;
}

.rightrail_image .image-overlay-inside, .image-overlay.overlay-type-extern {
display: none;
}


.rightrail_box { padding: 10px;}

.rightrail_box a {
	
	text-decoration: none !important;
}
.rightrail_box a:hover {
	
	text-decoration: none !important;
}


.rightrail_box  h2   a , .rightrail_box   p  a {
	text-decoration: none !important;
	color: #fff !important;
}

 
.rightrail_box_blue {
	background: -webkit-radial-gradient(circle, #009bd5, #0084b6); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #009bd5, #0084b6); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #009bd5, #0084b6); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #009bd5, #0084b6); /* Standard syntax */
	
}

.rightrail_box_darkblue {
	background: -webkit-radial-gradient(circle, #176991, #053d60); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #176991, #053d60); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #176991, #053d60); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #176991, #053d60); /* Standard syntax */
	
}

.rightrail_box_purple {
	background: -webkit-radial-gradient(circle, #d4007a, #b6006a); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #d4007a, #b6006a); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #d4007a, #b6006a); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #d4007a, #b6006a); /* Standard syntax */
}

.rightrail_box_newsletter {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2012/08/bgnd_newsletter-box.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.rightrail_box_white {
	background-color: #fff;
}
.rightrail_box_white p, .rightrail_box_white h2, .rightrail_box_white p strong {
	color: #333333 !important; 
	}

.rightrail_box_newsletter select, .rightrail_box_newsletter input[type="text"] {
	width: 70% !important;
	}
.rightrail_box_newsletter input[type="submit"] {
	background-color: #cc077b !important;
	color: #fff !important;
	}

.rightrail_spacer {
 height: 10px !important;
}
.rightrail_spacer_small {
 height: 4px !important;
}





.flex_column.custom_sidebar_blue {
	background: -webkit-radial-gradient(circle, #009bd5, #0084b6); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #009bd5, #0084b6); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #009bd5, #0084b6); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #009bd5, #0084b6); /* Standard syntax */
	padding: 0;
}
.flex_column.custom_sidebar_purple {
	background: -webkit-radial-gradient(circle, #2d0060, #5614a1); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #2d0060, #5614a1); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #2d0060, #5614a1); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #2d0060, #5614a1); /* Standard syntax */
	padding: 0;
}

.flex_column.custom_sidebar_white {
	background-color: #ffffff;
	padding: 0;
}