/*
Theme Name: 3dbasic
Description: This is a child theme
Version: 1.0
Author: Ben Conrad
Template: twentythirteen
*/
@import url("../twentythirteen/style.css");

.entry-header, .entry-content, .entry-summary, .entry-meta {
	max-width: 1040px;
}

.entry-header {
	display: none;
}

.site-header {
	background: #eeeeee !important;
}

#site-logo {
	background: url("images/3d-col-logo.png");
	float: left;
	height: 200px;
	width: 650px;
}

.site-title, .site-description {
	max-width: 450px;
}

.navbar {
	background-color: #d8d8d8;
}

.nav-menu li a, .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #0088ad;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.nav-menu ul.children li a {
		color: #d8d8d8;
}

 .nav-menu .current_page_item > a, .nav-menu .current-menu-item > a {
		text-decoration: underline;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
	background-color: #0088ad;
	color: #d8d8d8;
}

.nav-menu .sub-menu, .nav-menu .children {
	background-color: #0088ad;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
background-color: #004b54;
}

.site-footer {
	background-color: #e7e8e9;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #0088ad;
	background: -webkit-linear-gradient(top, #0088ad 0%, #1f7c91 100%);
	background: linear-gradient(to bottom, #0088ad 0%, #1f7c91 100%);
	border: none;
	border-bottom: 3px solid #1f7c91;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #004b54;
	background: -webkit-linear-gradient(top, #004b54 0%, #013639 100%);
	background: linear-gradient(to bottom, #004b54 0%, #013639 100%);
	outline: none;
}
.entry-content a {
	color:#0088ad;
}
.entry-content a:hover {
	color:#004b54;
}
.rssSummary {
border-bottom: 1px solid whitesmoke;
position:relative;
top:-80px;
}
.rsswidget {
position:relative;
top:-80px;
}
.rss-date {
position:relative;
top:-80px;
}
#post-14 h1 {
display:none;
}