/*
Theme Name: Beaverton Chamber of Commerce
Theme URI: http://wordpress.org/
Description: Beaverton Chamber of Commerce Custom Theme
Author: Chris Myers
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 960 grid, fix width, custom everything, plugins, widgets
*/

/*
Dark Blue: #394b63
Red: #b50825
Dark Brown: #766d61
Tan: #d2ccc6
*/


/*
Global   ----------------------------------------------------------------------
*/

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 75%;
    color: black;
}

h1 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    color: #b50825;
    font-size: 1.7em;
    font-family: Georgia, Times, Serif;
    font-style: italic;
    font-weight: normal;
}

h2 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    color: #766d61;
    font-size: 1.1em;
    font-family: Georgia, Times, Serif;
    font-style: italic;
    font-weight: normal;
}

h3 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    color: #394b63;
    font-size: 1.1em;
    font-family: Georgia, Times, Serif;
    font-weight: bold;
    font-style: italic;
}

h4 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    font-weight: bold;
    font-family: Sans-Serif, Georgia, Times;
}

h5 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    font-style: italic;
}

h6 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    font-weight: bold;
}

blockquote {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 10px;
    color: #394b63;
    font-family: Serif, Georgia, Times;
    font-size: 1.2em;
    font-style: italic;
    border: 0px;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #394b63
}

p {
    margin-top: 0px;
    margin-botton: 5px;
}

ul {
    margin-top: 0px;
    margin-botton: 5px;
}

ol {
    margin-top: 0px;
    margin-botton: 5px;
}

img {
    border: none;
}

a {
    border: none;
}

table {}

th {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
    color: #394b63;
    font-size: 1.1em;
    font-family: Georgia, Times, Serif;
    font-weight: bold;
    font-style: italic;
}

.data-table tr:nth-child(odd)    { background-color:#ddecec; }
.data-table tr:nth-child(even)    { background-color:#fff; }


input[type=text] {
    width: 100%;
}

textarea {
    width: 100%;
    height: 200px;
}

.field {
    background-color:#dce8f8;
}

/*
Header   ----------------------------------------------------------------------
*/

#header_container {
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 13px;
    clear: both;
}

#header_bar {
    width: 100%;
    height: 105px;
    background-color: #d2ccc6;
}

#header_grid {
    position: absolute;
    height: 100px;
    top: 0px;
}

/*
The chamber's logo image. Needs to be at the top of the page
*/
#chamber_logo {}

#logo_link {
    position: relative;
}

.nav_images {
    position: absolute;
    height: 105px;
    background-color: white;
}

.nav_images img {
    border: none;
}

.menu_container {
    position: relative;
    background-color: #766d61;
}

.menu_image_one {
    border: none;
}
.menu_image_two {
    border: none;
    display: none;
}

.menu_list a {
    display: block;
    margin-bottom: 10px;
    color: white;
    font-size: 12px;
}

.menu_list {
    position: absolute;
    width: 190px;
    left: -100px;
    padding: 10px;
    background-color: #766d61;
    color: white;
    z-index: 1000;
    display: none;
    text-align: right;
}

#about {
    left: -100px;
    top: 104px;
}

#cws1 {
    position: relative;
    margin-top: 0px;
    left: -10px;
    background-color: white;
    width: 10px;
    height: 105px;
}

#cws2 {
    position: relative;
    top: -105px;
    left: 590px;
    background-color: white;
    width: 10px;
    height: 105px;
}

/*
Front Page   ------------------------------------------------------------------
*/
#slider {
    width: 872px;
    height: 395px;
    margin: 0px;
    margin-left: 35px;
    overflow: hidden;
}

#slider-window {
    position: relative;
    width: 10000px;
}

.slider-entry {
    float: left;
    width: 870px;
    height: 390px;
    border-style: solid;
    border-width: 1px;
    border-color: #d2ccc6;
}

.slider-entry-content {
    margin-top: 50px;
    margin-left: 40px;
    width: 250px;
}

.slider-entry-content img {
    display: none;
}

#arrow_left {
    position: absolute;
    top: 330px;
}


#arrow_right {
    position: absolute;
    top: 330px;
}


/*
Content   ---------------------------------------------------------------------
*/

#container {}

#content {}

#content_container {
    margin-top: 50px;
    width: 100%;
    clear: both;
}

#content_container a:link {
    color: #b50825;
    text-decoration: none;
    font-size: 1em;
}

#content_container a:visited {
    color: #b50825;
    text-decoration: none;
    font-size: 1em;
}

#content_container a:hover {
    text-decoration: underline;
}

#cont24 {
    width: 960px;
}

.content_border {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #d2ccc6;
    padding: 10px;
}

.event_marker {
    display: none;
}

#content_container #content_vbar2 {
    position: relative;
}

#content_vbar1, #content_vbar2, #content_vbar3, #content_vbar4 {
    position: relative;
    float: left;
    background-color: #394b63;
    width: 10px;
    z-index: 500;
}

.content_hrule {
    width: 90%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: black;
}

.content_subtitle {}

.column div, p {
    margin-bottom: 15px;
}

.testimonial {
    font-style: italic;
}

.shopping_container {
    padding-bottom: 20px;
}

.slideshow {
    height: 150px;
}

label[for=comment]{
    display: none;
}

#dots {
    width: 100%;
    text-align: center;
    clear: both;
}

.search-result {
    margin-bottom: 20px;
}

.shopping {
    margin-right: 30px;
    margin-bottom: 50px;
}
/*
 * --- Blog -------------------------------------------------------------------
 */

.blog-header {
    width: 98%;
    background-color: #d2ccc6;
    padding: 5px;
}

.blog-entry {
    margin-bottom: 20px;
}

.blog-content {}


 .sponsorbox {
   display: flex;
   flex-direction: column;
 }

 .sponsorbox>img{
   margin: auto;
   margin-top: 15px;
 }

/*
 * --- End --------------------------------------------------------------------
 */



/*
Footer   ----------------------------------------------------------------------
*/

#footer_container {
    width: 100%;
    margin-top: 30px;
    background-color: #766d61;
    font-size: 100%;
    color: white;
    clear: both;
}

#footer {}

.footer_title {
    font-weight: bold;
    text-transform:uppercase;
}

#footer a:link {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
}

#footer a:visited {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
}

#footer_search {}

#footer_static_links a:link {
    display: inline;
    margin-right: 5px;
    font-size: 100%;
}

#footer_static_links  a:visited {
    display: inline;
    margin-right: 5px;
    font-size: 100%;
}

#footer_static_imgs {
    border: 0px;
    margin: 0xp;
    padding: 0px;
}

#footer_static_imgs a {
    float: left;
    margin-right: 5px;
}

.mission-member-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 80px;
}

.footer_hr {
    height: 1px;
    background-color: white;
}

#testimonial {}

.footer_menu {}

.footer_menu ul {}

.children {}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
General   ---------------------------------------------------------------------
*/

.padding_right {
    padding-right: 20px;
}

.indent1 {
    margin-left: 10px;
}

.indent2 {
    margin-left: 20px;
}

.indent3 {
    margin-left: 30px;
}

.indent4 {
    margin-left: 40px;
}

.indent5 {
    margin-left: 50px;
}

#content_vbar1 {
    display: none;
}

#content_vbar2 {
    display: none;
}

.hideme {
	display: none;
}

.display-posts-listing a.title {
    display: none;
}

.display-posts-title {
margin: 0px;
margin-top: 5px;
margin-bottom: 2px;
padding: 0px;
color: #b50825;
font-size: 1.7em;
font-family: Georgia, Times, Serif;
font-style: italic;
font-weight: normal;
}

.nocomments{ display: none;}





/*sticky sidebar styles*/

/*.job-postings-container {
  display: flex;
}*/

/*.content_border {
  max-height: 100%;
  overflow-y: scroll;
  padding:0;
}*/



.job-post-header{
  width: 100%;
  margin: auto;
}

#job-posting-content {
  display: flex;
  flex-direction: column;
  padding:0px;
  padding-right: 10px;
}

#job-posting-content:children {
  margin: auto;
  display: inline-block;
  width: 100%;
}

#job-posts {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
  width: 100%;
  border: none;
  border-top: solid 1px #d2ccc6;
  border-bottom: solid 1px #d2ccc6;
  margin-top: 5px;
}

.sponsor:parent {
  display: flex;
}

.sponsor {
  margin: auto;
  margin-bottom: 2vh;
}

#title-sponsor {

}

#title-sponsor {
  display: flex;
  margin: auto;
  background: white;
  flex-direction: column;
}

#sidebar {
  /*left:0;*/
}

#sponsor-list {
  padding:0;
  display: inline-block;
  /*justify-content: flex-end;*/
  /*float: right;*/
  /*right: 0;*/
}

/*.container_24 {
  display: flex;
  justify-content: center;
}*/


#job-postings-container div > h1, .job-post-header  {
  padding: 7px;
}

.subfooter {
  text-align: center;
}

#showcase {
    display: flex;
    margin: auto;
    margin-top: 50px;
}
