/**********
Ocean Optics Book
Site styles

Version 4.13.2010

Built by RainStorm Consulting <contact@rainstormconsulting.com>

**********/

/*****
Basic elements
*****/

body {
	margin: 0;
	padding: 0;
	background: #1a3068;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 93%;
	color: #333;
	line-height: 1.5em;
}

#container {
	background: #fff url('../images/content-container_bg.gif') left top repeat-x;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #618ad6;
}

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

a img {
	border: 0;
}

a.underline:link, a.underline:active, a.underline:visited {
	text-decoration: underline;
}

.ie6-notice {
	display: none;
}

.unstyled-notice {
	display: none;
}

/******
branding-container elements
*****/

#branding-container {
	height: 120px;
	background: url('../images/branding-container_bg.png') right top no-repeat;
}

.logo {
	float: left;
	width: 296px;
	height: 70px;
	padding: 0 10px 10px 0;
	margin: 22px 0 0 20px;
	background: url('../images/logo_bg.gif') left top repeat-y;
}

.logo-print {
	display: none;
}

#top-search-bar {
	clear: left;
	background: #333;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#search-box {
	float: right;
	width: 50%;
	margin: 0 15px 0 0;
	padding: 5px 0;
	text-align: right;
}

#search-box h3, #search-box a, #search-box span {
	display: inline;
	font-size: 110%;
	color: #cccfd6;
}

#search-form {
	display: inline;
}

/******
content-container elements
*****/

/* content-area elements*/

#content {
	padding: 20px;
	background: #fff;
	color: #333;
}

#content.wide {
}

.intro {
	margin: 15px 0 8px 0;
	padding: 0;
	font-size: 160% !Important;
}

.intro-explain {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.index-credits-heading {
	margin: 20px 20px 0 0;
	padding: 2px 0 2px 4px;
	background: #eee;
	font-family: "Lucida Grande", "Lucida Bright", Ludica, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #001949;
	font-weight: bold;
	text-shadow: #fff 0.05em 0.05em 0;
}

.index-credits-content {
	width: 325px;
	margin: 0 0 10px 20px;
	padding: 10px 0 5px 0;
	font-size: 90%;
}

.index-credits img {
	margin: 0 5px 0 0;
}

.credit-school {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
}

#content h1 {
	font-family: "Lucida Grande", "Lucida Bright", Ludica, Helvetica, Arial, sans-serif;
	color: #2954a8;
	font-size: 180%;
	text-shadow: #ccc 0.05em 0.065em 0;
}

.page-meta {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	text-align: right;
}

.view-contribs {
	font-size: 90%;
}

blockquote {
  background: transparent url('../images/lquote.png') left top no-repeat;
  padding: 0 20px;
}

blockquote > * {
  background: transparent url('../images/rquote.png') right bottom no-repeat;
}

.comments-explain {
	text-align: center;
}

.highlighted {
	background: #fffdca;
	border: 1px solid #ababab;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}

.comment {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.comment.first {
	border-top: 1px solid #EFEFEF;
	margin-top: 20px;
	padding-top: 10px;
}

/* sidebar-toc elements */

.sidebar-toc_bg {
	width: 200px;
	background: #f0e8e8 url('../images/sidebar-toc_bg.gif') right top repeat-y;
}

#sidebar-toc {
	float: left;
	width: 240px;
	padding: 0 15px 15px 15px;
	color: #666;
}

#sidebar-toc h3 {
	margin: 15px 0 15px 0;
	padding: 4px;
	color: #618ad6;
}

.menu ul {
	margin: 0 0 0 14px;
	padding: 0;
}

.menu ul li {
	margin: 0 5px 10px 5px;
	padding: 0 0 2px 0;
	list-style-image: url('../images/icons/page.gif');
	border-bottom: 1px dotted #001949;
	vertical-align: middle;
	font-family: "Lucida Grande", "Lucida Bright", Lucida, Helvetica, Arial, sans-serif;
	color: #001949;
}

.menu ul li.hasChildren, .menu ul li.collapsable, .menu ul li.expandable {
	list-style-image: url('../images/icons/chapter.gif');
	cursor: pointer;
}

.menu ul li ul li {
	margin: 0 0 0 15px;
	padding: 0 0 2px 0;
	border-bottom: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

.menu ul li a {
	color: #001949;
}

 .menu ul li ul li a {
	color: #29548a;
}

.menu ul li a:hover {
	color: #f17C0b;
}

.menu ul li #placeholder {
	display: none;
}

/* sidebar-search elements */

#sidebar-search {
	width: 0px;
	color: #333;
	background: #FAF8E9;
}

#sidebar-search > div {
	display: none;
	padding: 5px 15px 15px 15px;
}

#sidebar-search.visible {
	width: 220px;
	background: #faf8e9;
}

#sidebar-search h3 {
	margin: 10px 0 5px 0;
	color: #618ad6;
}

#sidebar-search .clear-results {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	text-align: right;
}

#clear-search-link {
	font-size: 10px;
}

#search {
	font-size: 80%;
}

#search-results ul {
	list-style: none;
	padding-left: 0;
}

#search-results .chapters li {
	border-bottom: 1px dotted #001949;
}

#search-results ul.chapters li strong {
	font-weight: normal !important;
	font-size: 90%;
}

#search-results ul li:first-child {
	padding-top: 0;
}

#search-results .pages li {
	padding: 6px 0 12px 0;
	border-bottom: 1px dotted #001949;
}

#search-results ul li .title {
	padding: 0 0 5px 0;
	font-weight: bold;
}

#search-results ul li {
	line-height: 145%;
}

#search-results ul.pages li .snippet {
	font-size: 90%;
	padding-bottom: 7px;
}

#search-results ul.pages li .snippet a {
	color: #333;
	text-decoration: none;
}

/******
footer-container elements
*****/

#footer {
	border-top: 1px solid #000;
	padding: 10px 20px;
	background: #1a3068;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}

#footer p {
	display: inline;
	margin: 0;
	padding: 0;
}

.footer-left {
	width: 60%;
}

.footer-right {
	width: 39%;
	text-align: right;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#footer  a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/******
Fonts elements
*****/

h1 {
	font-size: 140%;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 140%;
	margin: 0;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 100%;
}

.small {
	font-size: 90%;
}

.highlight {
	background-color: #FDFAAD;
}

.middle, .middle img {
	vertical-align: middle;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.notice {
	padding: 5px 5px 5px 26px;
	background: #e1e1df url('../images/icons/info_16.gif') 5px 9px no-repeat;
	border: 1px solid #c8c8c0;
	vertical-align: middle;
}

.notice p {
	margin: 0;
	padding: 0;
}

a.skipcontent:link, a.skipcontent:hover, a.skipcontent:visited  { 
	position: absolute; 
	top: -500px; 
	left: 0; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
	color: #fff;
} 
  
a.skipcontent:active, a.skipcontent:focus { 
	position: static; 
	width: auto; 
	height: auto; 
	color: #fff;
}


/******
Other elements
*****/

.clear {
	clear: both;
	height: 0;
}

/* Forms */

.note {
	color: #999;
	font-size: 90%;
}

label {
	font-weight: bold;
	text-align: right;
}

.error {
	padding: 3px;
	background: #efb0b4;
	color: #bf0b17;
}

#comments-form fieldset {
	width: 99%;
	margin: 20px 0;
	padding: 5px;
	border: 1px dotted #001949;
}

#comments-form legend {
	padding: 0 8px;
	background: #fff;
	font-weight: bold;
}

#comments-form .comment-label {
	width: 125px;
	text-align: right;
}
