/*
Theme Name: twentytwelve-child
Template: twentytwelve
Author: Connor Montag
Version: 1.0
Updated: 2014-02-21 18:30:29
*/

@charset "UTF-8";
@import url('../twentytwelve/style.css');



.site-header hgroup { display: none; }
.site-logo { max-width: 100%; height:auto; }
#site-title, #site-description {
text-indent: -99999px;
}


body{
background-image:url(background.jpg);
width:100%;
height:100%
background-repeat:no-repeat;
background-size:cover;

}
body h2 {
padding-top:0px;
}

.site-header .header-image {
display:none;
}

.home .header-image {
display:block;
}

/*

.page-id-9 .site-header .header-image {
display:none;
}
.page-id-11 .site-header .header-image {
display:none;
}
.page-id-13 .site-header .header-image {
display:none;
}
.page-id-15 .site-header .header-image {
display:none;
}
*/

#main{
padding-bottom:0px;
}

nav ul a::before,
nav ul a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

nav ul a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

nav ul a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

nav ul a:hover::before,
nav ul a:hover::after,
nav ul a:focus::before,
nav ul a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

nav {
border-top:1px solid black;
border-bottom:1px solid black;
}

.site-content article {
    margin-bottom: 0px;
    padding-bottom: 0px;;
}
.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}
