/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:        http://example.com/twenty-fourteen-child/
 Description:       Twenty Fourteen Child Theme
 Author:                John Doe
 Author URI:        http://example.com
 Template:           twentyfourteen
 Version:               1.0.0
 Tags:                      light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../twentyfourteen/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/*Adjust page width*/
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
margin: 0 auto;
/* max-width: 774px; */
max-width: 680px;
}

.content-area, .content-sidebar {
padding-top: 40px;
}

/*Title of the page*/
.entry-title {
font-size: 26px;
font-weight: 500;
}

/* Change this section along with css of .site-description*/
/*Changing the font size of body*/
body, button, input, select, textarea {
color: #2b2b2b;
/*color: #000;*/
font-family: Arial, sans-serif;
font-size: 0.875em;
/*font-weight: 600;*/
font-weight: 400;
line-height: 1.429;
text-align: justify;
}

/*changing the font color in site description*/
.site-description {
display: none; /*Turned Off*/
color: rgb(255, 153, 0);
font-size: 0.875em;
font-weight: 600;
line-height: 1.6;
font-family: Arial, sans-serif;
text-align: justify;
}


/*Change font-size, color and weight of header title*/
.entry-title {
font-size: 26px;
font-weight: 700;
color: #FF6600;
}

h1 {
font-size: 1.8em;
line-height: 1.3;
margin-bottom: 0.25em;
padding: 0;
}

/*Update the color of selected menu item*/
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
color: #FF9901;
font-weight: 900;
}

/*Update the color of Main menu upon hovering*/
.secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
background-color: #FF9901;
color: #fff;
}

/*Prevent main menu from scrolling along with page..*/
.secondary-navigation, .secondary-navigation ul ul {
width: 222px;
/*position: fixed;*/
}

/*Remove underlining external / internal links*/
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
text-decoration: blink;
color: blue
}

/* Modify code blocks */
code {
margin: 5px 0;
padding: 10px;
/*text-align: left;*/
display: block;
overflow: auto;
/*font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;*/
font: 500 0.9em/1.5em 'Lucida Console', 'courier new', monospace;
white-space: pre-wrap;
background: #FAFAFA;
border: 1px solid #EAEAEA;
border-left: 5px solid #F07707;
margin-bottom: 32px;
word-wrap: break-word;
line-height: 120%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* Adjust bootom margin of paragraph*/
p {
/*margin-bottom: 18px;*/
margin-bottom: 8px;
}
/*Change size and color of search bar*/
.search-toggle {
width: 20px;
background-color: #0A0A0A;
}

/*Change color of highlighted text*/
::selection {
	/*background: #FC0;
	color: #070707;*/
	background-color: #ff6200;
	color: #fff;
	text-shadow: none;
}

/*Change color of highlighted text*/
::-moz-selection {
	background: #FC0;
	color: #070707;
	text-shadow: none;
}

/*Change width of left hand side main menu*/
.secondary-navigation a {
padding: 1px 20px;
}

/*Change background color of table*/
.entry-content table {
background-color: #F8F8F8;
border: 1px solid #EAEAEA;
line-height: 0.85;
}

/* Hide snippet box */
#snippet-box {
display: none;
}


/* change search box color*/
.search-box {
background-color: #F89312;
padding: 12px;
}

.search-toggle:hover, .search-toggle.active {
background-color: #F89312;
}

/* Custoomize Table of Contents */
#toc_container {
background: #f1f1f1;
border: 1px solid #dadada;
-webkit-border-radius: 3px;
float: right;
margin-left: 16px;
padding: 4px 8px;
margin-bottom: 12px;
font-size: 85%;
max-width: 80%;
}

/*Table Of Contents*/
div#toc_container {
background: #FDFDFD;
border: 1px solid #dadada;
-webkit-border-radius: 3px;
float: right;
margin-left: 16px;
padding: 4px 8px;
margin-bottom: 12px;
font-size: 85%;
max-width: 40%;
display: block;
}

/* Color of text in Table of contents - links*/
.toc_list a {
color: #21759b;
}

#toc-widget-2 {
background: #FDFDFD;
border: 1px solid #dadada;
-webkit-border-radius: 3px;
float: right;
margin-left: 16px;
padding: 4px 8px;
margin-bottom: 12px;
font-size: 95%;
max-width: 100%;
display: block;
line-height: 1.85;
}

#toc-widget-2 a{
color: #21759b;
}

/* Change font size of 'pre' */
pre {
font-size: 12px;
#font: 400 0.8em/1.5em 'Lucida Console', 'courier new', monospace;
}

/*Font of headings*/
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.1;
	/*margin-bottom: .8em;*/
	margin: 32px 0 10px;
}

/* Adjust The margins of each page's entry title*/
.entry-title {
	margin: 32px 0 10px;
}

/* ADD MARGIN AROUND IMAGES */
img {
border: solid black 1px
}

/* ADJUST PADDING FOR CONTENT AREA ON FRONT PAGE: Remove the excess space on top of "Welcom to RStatistics.Net"*/
.content-area, .content-sidebar {
padding-top: 0px;
}