/*
Theme Name: Evgeniya Theme
Template: penscratch
Author: BaEv
Version: 0.1.1
Description: For Evgeniya Site
*/

@import url('../penscratch/style.css');

body,
button,
input,
select,
textarea {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	color: #404040;
}

pre {
	font-family: Courier, monospace;
	font-size: .9375em;
	line-height: 1.6em;
	overflow: auto;
	max-width: 100%;
	margin-top: -2px;
	margin-bottom: 24px;
	padding: 24px;
	background: rgba(119, 119, 119, .5);
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: .875em;
	line-height: 1.71429em;
}
/* =Global */

body {
	background-color: #eee;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	color: #666;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: Georgia, Times, serif;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	font-family: Georgia, Times, serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 10px 14px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
	border: 3px solid #eee;
	background: white;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	text-shadow: none;
}

pre {
	background: transparent;
	color: #666;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	overflow: auto;
	max-width: 100%;
	margin-bottom: 27px;
	padding: 0;
}

code,
kbd,
tt,
var {
	font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 1em;
	line-height: 2.09231em;
}

a {color:#952415;text-decoration:none;outline:none;}
a:hover {color:#CC3300;text-decoration:none;}
a:visited {color: #952415;} 
/* a:visited {color: #FF6A00;} */
.current-menu-item a, .current_page_item a:visited, .current-menu-item a:visited {
    color: #8e613a;
}
.main-navigation li:hover > a {
    color: #8e613a;
}
.toggled .menu-toggle {
    color: #8e613a;
    border-color: #8e613a;
}
button:hover, button:focus, button:active, input[type='button']:hover, input[type='button']:focus, input[type='button']:active, input[type='reset']:hover, input[type='reset']:focus, input[type='reset']:active, input[type='submit']:hover, input[type='submit']:focus, input[type='submit']:active {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color:  #8e613a;
    border-color: #8e613a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}