/* BEGIN orn_css_printer */
/* Body Background */
body {
	
}

/* Navigation Background Color */
.container header, .sf-menu .sub-menu li {
	background: 
}

/* Custom Colors Scheme */
blockquote {
	border-left-color: #4d47ff;
	border-right-color: #4d47ff;
}
.cat-title {
	background-color: #4d47ff
}
ul.accordion > li.active,.tabs dd.active {
	border-top-color: #4d47ff
}
.tabs-widget .tab-links li.active a {
	background: #4d47ff;
	border-color: #4d47ff;
}
.twitter-widget a {
	color: #4d47ff !important
}
ol#comments .comment-reply-edit a.comment-reply-link,
ol#comments .comment-reply-edit a.comment-edit-link,
#cancel-comment-reply-link,
.contact-form input[type="submit"],
.wpcf7 input[type="submit"],
li.widget_tag_cloud .tagcloud a:hover,
li.subscribe-widget input[type="submit"],
.comment-form input[type="submit"],
.copyright,
.pagenation li,
.pagenation li span,
#main-menu a:hover,
#main-menu a.active,
#top-menu {
	background: #4d47ff
}
a,
.dropcap2 span.large-cap,
.error-404 p b,
li.widget_rss .rss-date,
.tabs-widget > div h3 a,
.post-title,
.comment-reply-title,
.flex-caption a,
.other-posts .post-title {
	color: #4d47ff
}

/* Custom Google Fonts Title */
.post-title, 
.comment-reply-title, 
.post-container .post-title, 
.other-posts .post-title, 
footer p, 
.copyright, 
#sidebar .widget-title, 
.tabs-widget .tab-links li a, 
.tabs-widget > div h3, 
.contact-form input[type="text"],
.contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
	font-family: "Old Standard TT";
}

/* Custom Google Fonts Navigation */
#main-menu a,
.cat-title,
.post-navigation, 
.image-navigation,
footer .widget-title {
	font-family: "Oswald";
}

/* Custom Google Fonts Body */
body {
	font-family: "Open Sans";
}



/* END orn_css_printer */
/* BEGIN orn_usercss */
.flex-caption a { color: #fff } /* Color for slider headlines title link */

.post-title, .page-title { color: #000 } /*  Color for post & page headlines */
.singlepost .post-content a { color: blue } 
/* This is the link color inside post content */
 .singlepost .page a { color: blue } 
 /* <-- Uncomment this line if you want pages to have links with blue color too */

/* END orn_usercss */