/*
Theme Name:     Simplify13
Theme URI:      http://20themes.com/themes/Simplify13
Description:    Simple 2013 child theme by <a href="http://20themes.com">20themes.com</a>.
Author:         20Themes
Author URI:     http://20themes.com
Template:       twentythirteen                             
Version:        0.1.0
*/

/* Import parent styling */
@import url("../twentythirteen/style.css");

/* General Styling */
h1, h2, h3, h4, h5, h6 {
	
}
a {
	color: #30A8A8;
}
a:hover {
	color: #174F4F;
}
h1 {
	
}
html, button, input, select, textarea {
	
}
p {
	
}
/* Header */
.site-title {
	
}
.site-description {
	
}

.site-header .home-link {

}

/* Navbar */
.navbar {
	background: #F9F9F9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #E4E4E4;
}
.navbar-fixed .navbar {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); 
}
.site-header .searchform [type="search"]:focus,
.site-header .searchform [type="text"]:focus {
	border: 2px solid #b1b1b1;
}
#site-navigation {
	
}
.navbar-fixed .navbar #site-navigation {
	
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #565656;
	color: #fff;
}

#respond {
	background: #F9F9F9;
}
#secondary {
	background: #EEEEEE;
}
.site-footer {
	background: #FFF;
}

.entry-meta a,
.site-footer .widget a,
.entry-content a, 
.comment-content a,
.format-quote .entry-content a, 
.format-quote .entry-meta a,
.format-video .entry-content a,
.format-video .entry-meta a,
.format-chat .entry-meta a,
.format-chat .entry-content a,
.format-status .entry-meta a,
.format-status .entry-content a,
.widget a,
.navigation a,
.comment-meta a,
.format-gallery .entry-meta a, .format-gallery .entry-content a,
.attachment .entry-meta a {
	color: #30A8A8;
}
.entry-meta a:hover,
.site-footer .widget a:hover,
.entry-content a:hover,
.comment-content a:hover,
.format-quote .entry-content a:hover, 
.format-quote .entry-meta a:hover,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover,
.widget a:hover,
.navigation a:hover,
.comment-meta a:hover  {
	color: #174F4F;
	text-decoration: none;
}
.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: #30A8A8;
	font-style: normal;
	font-weight: 700;
}
.nav-menu li:active > a,
.nav-menu li a:active {
	background-color: #174F4F;
	color: #fff;
}
.format-image .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	
}
.entry-content blockquote {
	
}
.format-quote {
	background: none;
}
.format-link {
	background: none;
}
.format-link .entry-title a {
	color: #000;
}
.format-video, .format-audio {
	background: none;
}
.format-video .entry-content a, .format-video .entry-meta a, .format-video .entry-content a:hover, .format-video .entry-meta a:hover {
	/*color: #000;*/
}
.format-video .entry-title {
	
}
.format-quote .entry-content p,
.format-quote .linked {
	color: #666;
}
.format-quote .quote:before {
	color: #141412;
}
article.post {
	background: url(images/separator.png) no-repeat bottom center;
}
.format-status .entry-content:before, .format-status .entry-meta:before {
	background: none;
}
.format-status .entry-content {
	color: #666666;
}
.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside {
	box-shadow: none;
}
.widget .widget-title {
	margin: 0 0 10px;
	color: #141412;
}
.site-footer .widget {
	color: #141412;
}
.widget {
	background: none;
}
.sidebar-inner h3.widget-title {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 5px;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #30A8A8;
}
.archive-header, .page-header, .attachment .hentry {
	background: none;
}
.archive-title, .archive-meta, #reply-title, .page-header, .comments-title {

}
#reply-title {

}
input, textarea {
	border: 2px solid #B1B1B1;
}
.entry-title a:hover {
	color: #30A8A8;
}
.format-gallery .entry-title {
	font-size: 36px;
}
.entry-meta, .comment-metadata {
	font-size: 12px;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #30A8A8; /* Old browsers */
	background: -webkit-linear-gradient(top, #30A8A8 0%, #03bdbb 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #30A8A8 0%, #03bdbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30A8A8', endColorstr='#03bdbb', GradientType=0); /* IE6-9 */
	display: inline-block;
	padding: 11px 24px 10px;
	color: #fff;
	text-decoration: none;
	border: none;
	border-bottom: 3px solid #30A8A8;
	border-radius: 2px;
}

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: #04e8e5; /* Old browsers */
	background: -webkit-linear-gradient(top, #04e8e5 0%, #04f9f6 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #04e8e5 0%, #04f9f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04e8e5', endColorstr='#04f9f6', GradientType=0); /* IE6-9 */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #03bdbb; /* Old browsers */
	background: -webkit-linear-gradient(top, #03bdbb 0%, #30A8A8 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #03bdbb 0%, #30A8A8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03bdbb', endColorstr='#30A8A8', GradientType=0); /* IE6-9 */
	border: none;
	border-top: 3px solid #30A8A8;
	padding: 10px 24px 11px;
}
