
body {
   /* background-image:url('background.jpg');*/
    background-color: #fcfbf4; 
    font-family: 'Open Sans',Arial,sans-serif;
    color: #6b6a6a;
    font-size: 14px;
    font-weight: 200;
    text-decoration:none;
    }
    
h1 h2 h3 {
font-weight:300;
color:#6b6a6a;    
}


a {
text-decoration:none;
color: #6b6a6a;
}
a.visited {
text-decoration:none;
color: #6b6a6a;
}
a.hover {
text-decoration:none;
color: #000000;
}

table
{
border-collapse: collapse;
text-decoration:none;
}
a.turnoverButton, a.turnoverButton.blank:hover {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #afafaf 0%, #949494 100%) repeat scroll 0 0;*/
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fffffb 0%, #e7e5db 100%) repeat scroll 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.03) inset, 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #a7a7a7;
    padding: 4px 10px;
    text-shadow: -1px 1px 0 #959595;
}

.pages a, .pages .blank:hover {
    display: inline-block;
    font-size: 12px;
    margin: 0 4px 2px 0;
    padding: 0 1px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.bigButton {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 13px 4px;
    text-transform: uppercase;
}
.kaTurnoverButton {
    padding: 4px 5px 3px 3px !important;
}
.siteButton {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: normal !important;
    line-height: inherit;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #8c751e;
    vertical-align: middle;
    white-space: nowrap;
}

.siteButton, .icon16 {
    -moz-user-select: none;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #A0B4BA 0%, #D7E6E8 100%) repeat scroll 0 0;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fffffb 0%, #e7e5db 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.03) inset, 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-decoration: none !important;
}

input {
  width: 250px;
  display: block;
  border: 1px solid #cccaca; //#999;
  padding-left: 8px;
  height: 20px;
  font-family: Helvetica, "Open Sans", Arial, sans-serif;
  font-size: 12px;
  border-radius: 10px;
 }	

.submit {
	width: 80px;
	height: 24px;
	font-family: Helvetica, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #666;
	background-color: #e7e5db; //#000066;
	padding: 2px;
	border: 1px solid #fff; //#000033;
	border-radius: 3px;
    text-decoration:none; 
}

.submitWide {
	width: 160px;
	height: 24px;
	font-family: Helvetica, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #666;
	background-color: #e7e5db; //#000066;
	padding: 2px;
	border: 1px solid #fff; //#000033;
	border-radius: 3px;
    text-decoration:none; 
}


.field, select 
{
	font-size: 14px;
	padding: 1px 2px 1px 10px;
	background-color: White;
}


.submitBtn {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #1a1919 !important;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 1px 8px 0 5px;
    text-decoration: none !important;
    text-shadow: none;
}
.submitBtn:hover { color: #777 !important;}

a {
    color: #7a6933;
    text-decoration: underline;
}

a, input, button {
    outline: medium none;
}
a {
    cursor: default;
}
* {
}
* {
    outline: medium none;
}

/* ### Search ### -----------------*/

.block-search h4,
.edit-search-block-form-1-wrapper label,
.block-search .form-submit {
  display: none;
}

.block-search {
 float: right;
 padding-right:7%;
}


.block-search input {
  float: right;
  background: url('http://theoceanwithin.com/search.gif') no-repeat;
  width: 141px;
  height: 30px;
  padding:0 25px 0 25px;
  font-size: 14px;
  margin: 2px 6px 2px 6px;
  border: 0;
  line-height: 20px;
}
.content-search .box {
  padding: 1px;
  border: solid 1px #EEE;
}
.content-search h4 {
  font-size: 14px;
  font-weight: bold;
  color: #777;
  background: #EEE;
  padding: 5px;
  margin: 0!important;
}
.content-search .node-results {
  padding: 12px;
  margin: 0;
}
.content-search dt {
  font-weight: bold;
  font-size: 12px;
}
.content-search dd {
  margin: 0 0 12px 0;
}
.content-search .search-snippet {
  margin: 5px 0 0 0!important;
}
.content-search .search-info {
  color: #777;
  margin: 5px 0 0 0!important;
}
.container-inline div, .container-inline label {
  display: inline;
}

.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
#  display: block;
#  font-weight: bold;
font-size:13px;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}

/*** navbar **/

.navbar {
       padding-left: 5%;
       padding-top:0.4rem;
       flex-direction: column;
       align-items: flex-start;
    
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;*/
   /* color: #c0c0c0;
    padding: 0;*/
    margin: 0;
}

/*.brand-title {
    font-size: 1.5rem;
    margin: .5rem 1rem;
}*/

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
}

    .navbar-links li a {
        text-decoration: none;
        color: black;
        padding: 0.2rem 0.5rem;
        display: block;
    }
.navbar-links li:hover {
   background-color: white;
    color:navy;
}
/*.toggle-button {
    position: absolute;
    top: .15rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 14px;
}
.toggle-button .bar {
    height: 2px;
    width: 100%;
   background-color: white;
    border-radius: 10px;
    }
*/
/*@media (max-width: 600px) {
    .toggle-button {
        display:flex;
    }
    .navbar-links {
    display:none;
    width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li {
    text-align: center;
    }
    .navbar-links li a {
        padding: .1rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
   }*/



