/*
 Theme Name:     Base-wp Child Theme
 Theme URI:      http://www.iograficathemes.com/downloads/base-wp-premium/
 Description:    Base-wp Child Theme
 Author:         Arcimedia Digital Agency
 Author URI:     http://www.arcimedia.co.uk
 Template:       base-wp
 Version:        1.0.0
*/
 
@import url("../base-wp/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body, button, input, select, textarea {
    color: #353535;
	background-image: url("128-215.jpg");
	background-repeat: repeat;
}
body{
	border-top: solid 10px #2F5B7F;
}
.main-navigation a {
	 color: #353535;
}
.entry-meta {
	display:none;
}
.entry-title {
    border-top: 1px solid #E5E5E5;
    border-bottom:  1px solid #E5E5E5;
}
 h1 {
	color: #2F5B7F;
}
.site-title a {
    text-transform:uppercase;
}
a:hover, a:focus, a:active {
    color: #ccc;
}
a, a:hover, a:focus, a:active {
    font-weight: 500;
}
.main-navigation li:hover > a {
    background: none repeat scroll 0% 0% #1D4062;
}
.main-navigation ul ul a {
    color: #fff;
}
.main-navigation ul ul a:hover {
    background: none repeat scroll 0% 0% #1D4062;
}
.site-header, .main-navigation ul {
    background: none repeat scroll 0% 0% #fff;
}
blockquote {
	margin-bottom: 1.5em;
}
article, .widget, .site-header {
    border: 1px solid #AFC7DA;
}
.site-branding {
    border-bottom: 1px solid #E6BC2C;
}
.social-url {
	 border-top: 1px solid #E5E5E5;
}	 
code, kbd, tt, var {
	font-family: 'Open Sans', Arial, sans-serif;
}
