/*
 Theme Name:     Twenty Fourteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=996
 Description:    A bare-bones child theme for use with Twenty Fourteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentyfourteen/">twentyfourteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentyfourteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

body {
	font: normal normal 13px Bookman Old Style;
	color: #000000;
}

a {	color: #000066;	text-decoration: none;
font-weight: bold;
}

blockquote {	color: light blue;	font-size: 19px;	font-style: italic;	font-weight: 300;	line-height: 1.2631578947;	margin-bottom: 24px;}blockquote cite,blockquote small {	color: #c8c8c8;	font-size: 16px;	font-weight: bold;	line-height: 1.5;}

/* Search in the header */.search-toggle {	background-color: #22ddff;	cursor: pointer;	float: right;	height: 48px;	margin-right: 38px;	text-align: center;	width: 48px;}.search-toggle:hover,.search-toggle.active {	background-color: #22ddff;}

.site-navigation a:hover {	color: #22ddff;}

.page-links a:hover {	background: #000066;	border: 1px solid #000066;	color: #fff;}

.widget a:hover {	color: #22ddff;}

.widget-title a:hover {	color: #000066;}

.entry-content { text-align: justify; }

/* Primary Sidebar, Footer Sidebar */

.widget a {
color: #000066;}

.widget a hover{
color: #fff;}

* 6.4 Entry Content* --------------------------------------------------------------.entry-content, .page-

.entry-content, .page-content {   text-align: justify;  }











* 7.2 Content Sidebar Widgets * ----------------------------------------------------------------------------- */.content-sidebar .widget a {	color: #000066;}.content-sidebar .widget a:hover {	color: #000066;}

.content-sidebar .widget mark,.content-sidebar .widget ins {	color: #2b2b2b;}.content-sidebar .widget abbr[title] {	border-color: #2b2b2b;}

.content-sidebar .widget blockquote cite {	color: #2b2b2b;}

.content-sidebar .widget .widget-title a:hover {	color: #000066;}

.cat-links a {	color: #2b2b2b;}.cat-links a:hover {	color: #22ddff;}

/* List Style Widgets*/.content-sidebar .widget_archive li,.content-sidebar .widget_categories li,.content-sidebar .widget_links li,.content-sidebar .widget_meta li,.content-sidebar .widget_nav_menu li,.content-sidebar .widget_pages li,.content-sidebar .widget_recent_comments li,.content-sidebar .widget_recent_entries li,.content-sidebar .widget_categories li ul,.content-sidebar .widget_nav_menu li ul,.content-sidebar .widget_pages li ul,.content-sidebar .widget_text li ul {	border-color: rgba(0, 0, 0, 0.1);
color: #000066;}

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

.johnson1 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
}
.johnson6 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
	border: 3px dashed #ee0000;
}
.johnson8 {
	padding: 20px;
	background: #ccffcc;
	width: 90%;
	margin: 20px auto;
	border-left: 5px solid #ff8080;
}

/* Other Sample Code */

.warning {
	color: red;
}
.shadow {
	box-shadow: 0 8px 8px -6px #333;
}