/*
Theme Name:     Audacious
Theme URI:      http://audacious.org.nz/
Description:    Child theme for the Twenty Thirteen theme
Author:         An-archos
Author URI:     http://an-archos.com/about/
Template:       twentythirteen                             
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Helvetica, Arial, san-serif;
	line-height: 1.3;
	color: #000;
}
h1  {
	font-size: 30px;
	}
p {
	text-align: justify;
	}
.archive-title, .page-title, .entry-title {
	font-weight: light;
	}
.site-header .site-title:hover {
	text-decoration: none;
}
.site-header .home-link {
	min-height: 0;
	padding: 0 20px 0 20px;
	}
.site-title {
	font-size: 50px;
	font-weight: lighter;
	letter-spacing:8px;
	padding: 30px 0 10px;
	}
.header-logo {
	max-width:100%;
	position: relative;
	display:block;
	padding-top:60px;
	margin-right:auto;
	margin-left:auto;
	}
.page-header {
	background-color: #fff;
	}
.hentry {
	padding: 1em 0;
}
#post-2 .entry-title {
	display: none;
	}
#post-2.hentry {
	padding: 0;
}
.wp-image-40 {
	padding-bottom: 20px;
	}
.logo {
	margin: 10px 15px 0 0;
	}
#logos {
	text-align: center;
	}
.entry-header {
	margin-bottom: 0;
}
/* Navbar */
.navbar {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;	
	background-color: #fff;
	border-top: 0;	
	border-bottom: 1px solid #efefef;
	}
.nav-menu li a {
	color: #777;
	}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #bc360a;
	}
.nav-menu .sub-menu, .nav-menu .children {
	background-color: #fff;
	border: 1px solid #efefef;
	color: #666;
	}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #000;
	}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #bc360a;
}
/* Footer */
.site-footer .sidebar-container, .site-footer {
	background-color: #fff;
}
.site-footer, .site-footer a {
	color: #999;
	}
.site-header .search-field:focus {
	border: 2px solid #fff;
	}
input:focus, textarea:focus {
	border: 2px solid #ccc;
	}
button,
input,
textarea {
	border: 2px solid #ccc;
	}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #ccc; /* Old browsers */
	background: -webkit-linear-gradient(top, #999 0%, #666 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #999 0%, #666 100%); /* W3C */
	border-bottom: 2px solid #666; */
	}
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: #666; /* Old browsers */
	background: -webkit-linear-gradient(top, #ccc 0%, #666 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ccc 0%, #666 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}
#comments {
	display:none;
	}
div.comments-link {
	display:none;
	}
.archive-header {
	background-color: #fff;
}
.widget {
	background-color: #efefef;
	}
.contact-form textarea {
	min-width: 273px;
	}
#artists-col1 {
	float:left;
	padding: 0 150px 0 0;
	}
#artists-col2 {
	padding-bottom: 30px;
	}
#works-col1 {
	float:left;
	min-width: 160px;
	width:33%;
	}
#works-col2 {
	float:left;
	min-width: 160px;
	width:33%;
	}
#works-col3 {
	float:left;
	min-width: 160px;
	width:33%;
	}
/* static site for iOS 

.search-form, .sharedaddy, iframe, #contact-form-28, #wpstats, small, .google {
	display:none;
	}
 a.logo, a[target="_blank"] {
 	pointer-events: none;
 	}