/*
Theme Name: Twenty Eleven Child
Description: Custom Website theme by Earthbound
Author: Adam Silverstein
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");



 #branding img {
    border-bottom:none;
    border-top: none;
    display: block;
    float: none;
}
.credit
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;
}
.credit a
{
	color:#666;
}
.one-column #content {
    margin: 0 auto;
    width: 90%;
}
a img {
    border: medium none;
	padding:4px;
}
#access {

	display: block;
	float: left;
	margin: 0 auto;
	width:100%;
	background-image: url(/images/bback.jpg);
	background-repeat: repeat-x;
	background-color:transparent;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
  #access a {
    color: #000;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

/* =Menu
-------------------------------------------------------------- */

 #access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 12px;
	width: 100%;
	font-weight:bold;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
 #access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 18%;
	z-index: 99999;
	font-size:12px;
	font-weight:normal;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #D0EFB5;
	line-height: 1em;
	padding: 10px;
	width: 100%;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #A5DA7F;
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 0px;
    padding: 0 0px;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 0px;
}
#container {
    float: left;
 margin: 0 -250px 0 0;
     width: 100%;
}
#content {
 }
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
    margin: 0 auto;
    max-width: 1000px;
}
#header {
    padding: 0px 0 0;
	height:290px;
}
#content
{
	padding-top:15px;
}
.headerpart {
	float:right;
	max-width:32%;
	margin-left:4%;
	margin-right:0;
	padding-right:1px;
	padding-top:1px;
	font-size:12px;
 }
.logopart {
	float:left;
	min-width: 65%;
	min-height:265px;
 }

 #primary.widget-area {
      width: 10%;
	padding:10px;
}

.hentry, .no-results {
    border-bottom: none;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}
.charlie {
	float: right;
	max-width: 120px;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
}

.widget-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: none;
}
.widget ul
{
	margin-left:20px;
}

#content, .singular #content, .left-sidebar.singular #content  {
    margin: 0 34% 0 6%;
    width: 56.4%;
    float: left;
    position:  inherit;;
}

#secondary {
    float: right;
    margin-right: 6%;
    width: 18.8%;
}

.singular #primary {
    float: left;
    margin: 0 -26.4% 0 0;
    width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
#content .wpcol-one-third {
    width: 100%;
}
#branding .headerpart {
	float:right;
	width:28%;
	padding:1%;
	font-size:12px;
 }
#branding .logopart {

	float:left;
		width:56%;

 }


}
/* override header ad for small screen sizes */
 @media only screen and (max-width: 1000px) {

	 .headerpart {
		float:none;
		max-width:90%;
		margin-left:4%;
		margin-right:4%
		font-size:12px;
	 }

	 .logopart {
    float: left;
    min-height: 150px;
}

 }
