/*
 Theme Name:   brooks2
 Template:     twentysixteen
 Text Domain:  brooks2
*/

@media only screen and (min-width: 760px) {
    .site {
        max-width: 1024px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-shadow: 0 2px 15px #666666;
    }
    #site-header-menu {
        display: none;
    }
}
@media only screen and (max-width: 760px) {
    #nav_menu-5 {
        display: none;
    }
}

.site-header {
    padding-top: 0;
    padding-bottom: 0;
}

.header-image {
    margin-bottom: 0.5em;
}

body {
    background: #b2e1ff;
    font-family: Arial, Helvetica, sans-serif;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  height: 0;
}

a:hover {
  color:#000;
  text-decoration:underline;
}

a.white:hover {
  color:#FFF;
  text-decoration:underline;
}

.style2 {
  font-size:18px;
}

table.main
{
  border:solid 1px #000;
  background:#fff;
  margin:0 auto;
}

.style3 {
  font-size:20px;
}

.style4 {
  color:#000;
}

a:link,
a:active,
a:visited {
  color:#333;
  text-decoration:underline;
}

a.white:link,
a.white:active,
a.white:visited{
  color:#CCC;
  text-decoration:underline;
}

#wrapper {
	width:800px;
	box-shadow: 0 2px 15px #666666;
}

.contain {
	display:inline-block;
}

.contain {
	overflow:hidden;
	display:block;
}

.lists {
    float:left;
    max-width: 300px;
    margin-right: 80px;
}

.lists h2 {
    font-size: 1.2em;
}

.page-header {
    border: 0;
}

.entry-footer {
    display: none;
}

#main .entry-content {
    width: 100%;
}

#main .post-navigation {
    display: none;
}

#header-sidebar {
	background:#333;
	padding:10px;
	font-size:16px;
	color: #fff;
    text-align: center;
}

#header-sidebar a {
	color: #fff;
}

#header-sidebar.widget {
    margin-bottom: 0.6em;
}

.home .entry-header {
	display:none;
}

.entry-title {
    font-size: 1.8rem;
}

.widget {
    border: 0;
}

#content h1 {
	margin-top:12px;
}

#menu-main_menu {
	margin-bottom:25px;
}

#menu-main_menu-1 li {
	font-size:16px;
	margin: 6px 0;
}

#content h2 {
	color:#da4c00;
}

.communities ul {
	float:left;
	width:120px;
}

.home .entry-content {
    margin-top: 20px;
}

.entry-content ul {
    margin: 0 0 1.75em 1.25em;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
}

#footer-sidebar {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1024px;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

@media screen and (min-width: 56.875em) {
    .content-area {
        float: right;
        margin-right: 0;
    }

    #secondary,
    .sidebar widget-area {
        float: left;
        margin-left: 0;
    }
}
