
/*
 Theme Name:   Twenty Eleven Child
 Author:       Glass Mountains Digital
 Version:      1.0
 Template: 		twentyeleven
*/


@import url("../twentyeleven/style.css");


body, input, textarea {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 1em;
}
#page {
max-width: 1300px;
}

h1#site-title {
background: url(img/logo.png) 0 0 no-repeat;
padding: 0;
margin: 25px 0;
}
h1#site-title a {
width: 400px;
height: 47px;
display: block;
text-indent: -9999px;
}
h2#site-description {
display: none;
}
#access {
margin-top: 5px;
}
header #searchform {
display: none;
}

.widget ul {
padding: 0;
margin: 0;
}
.widget li {
list-style: none;
background-image: none;
position: relative;
border-bottom: 1px solid #d9d9d9;
background-image: none;
padding: 10px 0 10px 0;
margin: 0;
}
.widget li:last-child {
border: 0;
}
.widget li a {
position: relative;
display: block;
line-height: 1.5em;
font-weight: 400;
color: #000;
text-decoration: none;
padding: 0 15px 0 0;
}
.widget li a:hover {
color: #1982d1;
}
.widget li a:after {
content: '>';
position: absolute;
right: 0;
top: 0;
color: #1982d1;
}

.widget.pic_widget {
background: #0b0b0b;
text-align: center;
}
.widget.pic_widget h3.widget-title {
display: none;
}
.widget.pic_widget a {
color: #fff;
font-size: 1.2em;
}
.widget.pic_widget a:hover {
color: #fff;
text-decoration: underline;
}
.widget.pic_widget a img {
display: block;
margin: 0 auto;
}
.widget.pic_widget a span {
display: block;
border-top: 1px solid #2f2f2f;
padding: 10px 0 10px 0;
}

#toggle_navi {
display: none;
}
#toggle_navi a {
display: block;
font-size: 0.8em;
font-weight: 400;
text-decoration: none;
color: #eee !important;
background: transparent !important;
padding: 6px 0 6px 0;
transition: all 0.2s;
}
#toggle_navi a:hover {
color: #fff !important;
}
#toggle_navi a .icon {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 16px;
background: url(img/menu.png) 100% 50% no-repeat;
margin: 0 7px 0 0;
}


@media all and (min-width: 768px) {

	#access ul:first-child {
	display: block !important;
	}
	#toggle_navi {
	display: none;
	}

}


@media all and (max-width: 767px) {

	h1#site-title {
	background-size: 300px 35px;
	}
	h1#site-title a {
	width: 300px;
	height: 35px;
	}
	
	#toggle_navi {
	display: block;
	}
	#access {
	width: 100%;
	min-height: 0;
	border: 0;
	}
	#access ul {
	display: none;
	text-align: left;
	border-top: 1px solid #666;
	padding: 0 0 10px 0;
	margin: 0;
	}
	#access li {
	clear: both;
	float: none !important;
	display: block;
	border-top: 0;
	border-bottom: 1px solid #666;
	padding: 0 !important;
	margin: 0 !important;
	}
	#access li:last-child {
	border-bottom: 0;
	}
	#access li a {
	position: relative;
	display: block;
	text-shadow: none;
	background: transparent;
	line-height: 3em;
	padding: 0 3% 0 3%;
	margin: 0;
	border-radius: 0;
	transition: background-color 0.2s;
	}
	#access li:hover a,
	#access li.current_page_item:hover a {
	color: #eee;
	background: transparent;
	}
	#access li a:hover,
	#access li.current_page_item a:hover {
	color: #000;
	background: #e9e9e9;
	}
	#access li ul {
	opacity: 1;
	display: block;
	position: relative !important;
	float: none;
	top: auto !important;
	left: auto !important;
	width: auto;
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	}
	#access li ul li,
	#access li.current_page_item ul li {
	clear: both;
	float: none;
	width: auto;
	display: block;
	border-bottom: 0;
	border-top: 1px solid #666;
	}
	#access li ul li a,
	#access li.current_page_item ul li a {
	width: auto;
	text-align: left;
	color: #fff;
	background: transparent;
	border: 0;
	padding: 8px 3% 8px 3%;
	margin: 0;
	}
	#access li ul li a:before,
	#access li.current_page_item ul li a:before {
	content: '- ';
	display: inline-block;
	color: #eee;
	padding-right: 5px;
	}
	#access li ul li a:hover,
	#access li.current_page_item ul li a:hover {
	color: #000;
	background: #e9e9e9;
	}
}


@media all and (max-width: 479px) {

	h1#site-title {
	background-size: 200px 23px;
	}
	h1#site-title a {
	width: 200px;
	height: 23px;
	}
	
}




