@import url("reset.css");
@import url("navigation.css");


/* Base Common Styles /---------------- */
    
body, td, th {
    font: 12px Arial, Verdana, Sans-serif;
    color: #455560;
    background: #ffffff;
}

a img {
	border: 0px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 160%;
	margin-bottom: 7px;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

p {
	margin: 0 0 18px 0;
	line-height: 1.4em;
}

p.last {
	margin-bottom: 8px;
}

ul {
    padding: 0;
	margin: 4px 0px 15px 0px;
}

ol {
    padding: 0;
	list-style: decimal;
}

li {
    margin: 6px 0px;
}

input,
textarea {
	border: 1px solid #aaaaaa;
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
}

.clear {
	clear: both;
}

/* Link Styles /---------------- */

a {
	text-decoration: none;
}

div#page-container a:hover {
	color: #0079C2;
}

.sidebar-box a:link,
.sidebar-box a:visited {
	color: #455560;
}

.sidebar-section a:link,
.sidebar-section a:visited,
#workshop-list.sidebar-box a:link,
#workshop-list.sidebar-box a:visited,
#content-main a:link,
#content-main a:visited {
	text-decoration: underline;
	color: #0079C2;
}


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

#page-header {
	height: 94px;
	overflow: hidden;
	color: #959595;
}

#page-logo {
	background: url('../images/interface/logo.png') top left no-repeat;
	display: block;
	font-size: 1px;
	height: 77px;
	width: 317px;
	margin: 6px 0 0 20px;
	overflow: hidden;
	text-indent: -10000px;
	position: absolute;
}

#page-actions {
	margin: 30px 0 0 0;
	height: 15px;
	overflow: hidden;
	float: right;
}

#page-actions li {
	display: inline;
	font-size: 9px;
}

#page-actions a#resize-large {
	font-size: 11px;
	font-weight: bold;
}

#page-actions a {
	text-decoration: none;
	color: #959595;
}

#site-actions {
	clear: right;
	display: block;
	overflow: hidden;
	float: right;
	margin: 5px 0;
}

#page-header-search-container,
#page-header-login-container {
	float: right;
}

#page-header-search-container #search-input,
#page-header-search-container #search-button,
#page-header-login-container #login-button,
#page-header-login-container #logout-button {
	background: transparent top left no-repeat;
	overflow: hidden;
	border: none;
	vertical-align: top;
}

#page-header-search-container {
	background: url('../images/interface/search-box.png') top left no-repeat;
	height: 24px;
	width: 212px;
	padding: 2px 0 2px 10px;
	margin-right: 8px;
}

#page-header-search-container #search-input {
	background: transparent;
	border: none;
	color: #959595;
	float: left;
	line-height: 24px;
	height: 24px;
	width: 186px;
	padding: 0;
	outline: none;
}

#page-header-search-container #search-button {
	background-image: url('../images/interface/search-button.png');
	cursor: pointer;
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
}

#page-header-login-container #logout-button,
#page-header-login-container #login-button {
	background: top left no-repeat;
	cursor: pointer;
	display: block;
	width: 101px;
	height: 28px;
	text-indent: -10000px;
}

#page-header-login-container #login-button {
	background-image: url('../images/interface/login-button.png');
}

#page-header-login-container #logout-button {
	background-image: url('../images/interface/logout-button.png');
}

#page-header-login-container #login-button:hover,
#page-header-login-container #logout-button:hover {
	background-position: 0 -28px;
}

/* Navigation and Breadcrumbs /---------------- */

#page-navigation {
	margin-bottom: 10px;
	position: relative;
	z-index: 1000;
}

#page-navigation #suckerfish2 {
	margin-bottom: 10px;
}

#breadcrumb {
	margin: 0 15px;
	font-size: 11px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb,
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

/* Zoom Functionality /---------------- */

.zoom-smallest  {
    font-size: 8px;
}

.zoom-small  {
    font-size: 10px;
}

.zoom-big {
    font-size: 14px;
}

.zoom-biggest {
    font-size: 16px;
}

/* Main Area Styles /---------------- */

#content-wrapper>:last-child {
	margin-bottom: 0;
}

#content-wrapper {
	margin-bottom: 15px;
}

#content-main p.intro {
	font-weight: bold;
}

#content-main h1 {
	margin-bottom: 15px;
}

#content-main ul li {
	list-style: disc outside;
	margin-left: 13px;
}


#content-main h2,
#content-main h3,
#content-main h4,
#content-main h5,
#content-main h6 {
	color: #0079c2;
}

#content-main  h2 {
	font-size: 140%;
}

#content-main h3 {
	font-size: 130%;
}

#content-main h4 {
	font-size: 110%;
}

#content-main h5 {
	font-size: 100%;
}

#content-main h6 {
	font-size: 90%;
}

#content-main table {
	border-collapse: collapse;
}

#content-main td {
	border: 1px solid #ddd;
	padding: 4px;
}

/* Sidebar Styles /---------------- */

.sidebar-box {
	background: #d5d8da bottom left no-repeat;
	margin-bottom: 15px;
}

.sidebar-box .sidebar-heading {
	font-size: 16px !important; /* Text size toggle can break layouts */
	background: top left no-repeat;
	height: 20px;
	padding: 8px 15px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

#page-content-container .sidebar-box .sidebar-heading,
#page-content-container .sidebar-box .sidebar-heading a:link,
#page-content-container .sidebar-box .sidebar-heading a:visited,
#page-content-container .sidebar-box .sidebar-heading a:hover {
	color: white;
	text-decoration: none;
}

.sidebar-box .sidebar-content {
	padding: 15px 15px 1px;
}

.sidebar-headless .sidebar-content {
	background: transparent top left no-repeat;
}

.sidebar-content ul,
.sidebar-content p {
	margin-top: 0;
	margin-bottom: 18px;
}

.grid-4 .sidebar-box {
	background-image: url('../images/interface/sidebar-bottom-4.png');
}

.grid-4 .sidebar-box .sidebar-heading {
	background-image: url('../images/interface/sidebar-heading-4.png');
}

.grid-4 .sidebar-headless .sidebar-content {
	background-image: url('../images/interface/sidebar-top-4.png');
}

.grid-5 .sidebar-box {
	background-image: url('../images/interface/sidebar-bottom-5.png');
}

.grid-5 .sidebar-box .sidebar-heading {
	background-image: url('../images/interface/sidebar-heading-5.png');
}

.grid-5 .sidebar-headless .sidebar-content {
	background-image: url('../images/interface/sidebar-top-5.png');
}

.sidebar-box #register-link {
	background: url('../images/interface/register-link.png') top left no-repeat;
	display: block;
	overflow: hidden;
	border: none;
	width: 188px;
	height: 53px;
	margin: 0 auto;
	text-indent: -10000px;
}

.sidebar-box .sidebar-register-reminder {
	background: transparent url('../images/interface/sidebar-image.jpg') top left no-repeat;
	padding: 255px 15px 15px;
	margin: 0;
}

.sidebar-section h3 {
	margin-bottom: 15px;
}

.sidebar-section {
	padding-left: 20px;
	margin-bottom: 25px;
}

/* Table of contents /--------------- */

.ctoc2 ul li {
	list-style: disc outside;
	margin-left: 13px;
}

/* Homepage Specific Areas /---------------- */

.homepage-template #content-main h1 {
	margin-bottom: 30px;
}

#more-about-us {
	background: url('../images/homepage/more-about-us.png') top left no-repeat;
	display: block;
	margin-top: 20px;
	width: 162px;
	height: 28px;
	text-indent: -10000px;
}

#promo-banner {
	margin-bottom: 20px;
}

#callout {
	background: url('../images/homepage/callout-image.jpg') bottom left no-repeat;
	width: 280px;
	padding-bottom: 163px;
	margin-bottom: 25px;
}

#callout-heading {
	background: url('../images/homepage/callout-heading.png') top left no-repeat;
	width: 280px;
	height: 70px;
	overflow: hidden;
	overflow: hidden;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

#quick-links li {
	list-style: url('../images/homepage/quick-link.png') none outside;
	margin-left: 16px;
}

#fact-links .sidebar-content {
	padding: 0;
	zoom: 1;
}

#fact-links ul {
	margin-bottom: 0;
}

#fact-links li {
	border-bottom: 1px solid white;
	padding: 15px;
	margin: 0;
}

#fact-links li.last-child {
	border-bottom: none;
	padding-bottom: 18px;
}

#fact-links li h3 {
	margin-bottom: 10px;
}

#fact-links li p {
	margin-bottom: 10px;
}

#fact-links li p.more-information {
	margin-bottom: 0;
}

#subscribe-to-email a,
#family-law-blog a,
#recent-updates a,
#fact-links li .more-information a {
	color: #0079C2;
	font-weight: bold;
	text-decoration: underline;
}


/* Level 2 Styles /---------------- */

#sitemap2 li {
	margin-left: 15px;
	list-style: disc inside;
}

#sitemap2 ul {
	margin-bottom: 4px;
}

#content-main .page-list li {
	margin-bottom: 2em;
	margin-left: 0;
	list-style: none;
}

.page-list p {
	margin-bottom: 6px;
}

#page-content-container .page-list h3 a {
	text-decoration: none;
	color: #455560;
}

#page-content-container .page-list h3 a:hover {
	color: #0079C2;
}

#login-form table td {
	border: none;
	padding-left: 0;
}

/* Error Messages /---------------- */
    
#error-message {
	color: #d03232;
	margin-bottom: 15px;
}

/* Course List /---------------- */

#course-list {
	width: 400px;
}

#course-list li {
	clear: both;
	line-height: 28px;
}

#course-list .apply-link {
	background: url('../images/courses/apply.png') top left no-repeat;
	width: 82px;
	height: 28px;
	display: block;
	float: right;
	text-indent: -10000px;
}

/* Form Styles /---------------- */

.validation-failed {
	border: 1px solid #f00 !important;
}

.validation-passed {
	border: 1px solid green !important;
}

.validation-advice {
	margin: 2px; 
	padding: 2px; 
	color:#fff; 
	background-color:#f00 !important;
}

.warning {
	border: 1px solid #c66 !important;
}

.warning-advice {
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #bbb !important;
}
    
/* Footer Styles /---------------- */

#barry-nilsson-logo {
	background: url('../images/interface/barry-nilsson-logo.png') top left no-repeat;
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	margin: 0 10px 0 16px;
}

#page-footer {
	font-size: 12px;
	padding: 50px 0;
}

#page-footer,
#page-footer a{
	color: #aaaaaa;
	text-decoration: none;
}

#page-footer li {
	display: inline;
}

#page-footer ul {
	margin: 0;
}

/* No Javascript Warning /---------------- */

#noscript_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 99999;
}

#noscript_text {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 30%;
    font-size: 18px;
    line-height: 1.5em;
    z-index: 100000;
    color: #ffffff;
    padding-top: 70px;
}
