/*
Theme Name:     visions theme
Theme URI:      http://wordpress.org/themes/twentyfourteen
Description:    Child theme based upon the Twenty Fourteen theme
Author:         some friend
Author URI:     ---
Template:       twentyfourteen                         
Version:        1.0
*/
@import url("../twentyfourteen/style.css");

a {
	color: yellowgreen;
	text-decoration: none;
	outline:none 0;
}

body.custom-background {
background:#343434;
}

/*	custom 
-----------------------------------------*/
.mediumwidth {
width:70%;
margin:8% auto;
}

.signature {
font-size:1.5em;
}

.right {float:right;}

#search-2 {
margin-top:1em;
}

#contactform .entry-content {}

#contactform .entry-content form {}

/* original admin style */
.site-title a {
font-family:"Josefin Sans", sans-serif;
font-size:2em;
color:darkorange;
}

#cntctfrm_contact_form input.text, 
#cntctfrm_contact_form textarea, 
#cntctfrm_contact_message, 
#cntctfrm_contact_name, 
#cntctfrm_contact_email, #cntctfrm_contact_subject {
width:80%;
}


.hentry {
margin:0;
}


body {background:#343434;}


::-moz-selection { background:yellowgreen;}
::selection { background:yellowgreen;}


/* --- */
/* Buttons */
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: yellowgreen;
}

/* --- */
.site {
max-width:90%;
}

/* --- */
.site-header {
background-color:#343434;
}

/* --- */
.search-toggle {
background-color:yellowgreen;
}

/* Search in the header */
.search-toggle {background-color: yellowgreen;}

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

/* --- */
.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:yellowgreen;
}

/* --- */
.content-area, .content-sidebar {
padding-top:1em;
}

/* --- */
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
max-width:90%;
}

/* --- */
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {background: yellowgreen;}

/* --- */
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {background-color: yellowgreen;}

/* --- */
.site-footer {
background-color:#343434;
}

/* --- */
.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	background-color: darkorange;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: darkorange;
}

//* --- */
#secondary {
background-color:#343434;
}

/* --- */
.site:before {
background-color:#343434;
} 

