/*[fmt]1A40-1A0A-34B*/
/*
Theme Name: De La Salle North
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
/*remember to define focus styles!*/
:focus {
    outline: 0;
}
/*remember to highlight inserts somehow!*/
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection {
    background: #DCEBFA none repeat scroll 0 0;
}
/*HTML and BODY*/
html, body {
}
html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll;
}
body {
    background: #D6E7F7;
    font: 12px/25px Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-align: center;
    color: #626467;
}
/*Links*/
a {
    color: #626467;
    text-decoration: none;
}
a:link {
}
a:visited {
    color: #77AFE6;
}
a:focus, a:hover, a:active {
    color: #444B78;
}
.post a {
    text-decoration: underline;
}
/*Headers*/
h1, h2, h3 {
    font-weight: bold;
    color: #444B78;
}
h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}
h2 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
}
h3 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 4px;
}
h4, h5, h6 {
}
h4 {
}
h5 {
}
h6 {
}
/*Text blocks, Content*/
address {
    font-style: normal;
}
blockquote {
}
cite {
}
em {
    font-style: italic;
}
p {
    margin: 0 0 14px;
}
pre {
}
small {
    font-size: 0.8em;
}
span {
}
strong {
    font-weight: bold;
}
/*Misc*/
abbr, acronym {
    border-bottom: 1px dashed #999;
    cursor: help;
}
del {
    color: #8B0000;
    text-decoration: line-through;
}
hr {
    display: none;
}
ins {
    color: #006400;
    text-decoration: none;
}
sub, sup {
    font-size: 0.7em;
}
sup {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
:focus {
    outline: 1px dotted #777;
}
/*Tables*/
table {
}
caption {
}
thead {
}
tfoot {
}
tbody {
}
tr {
}
tr.alt {
}
th {
}
td {
}
/*Forms*/
form {
}
fieldset {
}
legend {
}
label {
}
input {
    vertical-align: middle;
}
input.button {
}
input.primary-button {
}
input.secondary-button {
}
textarea {
}
select {
}
.checkboxes {
}
/*Lists*/
ul, ol {
}
ul {
}
ol {
}
li {
}
/*Defition Lists*/
dl {
}
dd {
}
dt {
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#bgwrap {
    margin: 0 auto;
    width: 1022px;
    background: transparent url(images/background_middle.gif) repeat-y scroll top left;
}
#wrap {
    margin: 0 auto;
    width: 970px;
    background-color: #FFF;
}
#topbg {
    margin: 0 auto;
    background: transparent url(images/background_top.gif) no-repeat scroll top center;
    width: 1022px;
    height: 26px;
}
#bottombg {
    margin: 0 auto;
    background: transparent url(images/background_bottom.gif) no-repeat scroll top center;
    width: 1022px;
    height: 13px;
    margin-bottom: 25px;
}
#header, #main, #footer {
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
}
#header {
    width: 940px;
}
#main {
    width: 940px;
}
#container {
    float: left;
/*left = sidebar on right; right = sidebar on left
margin:0 -350px 0 0;
negative value margin (side of sidebar) width of sidebar*/
    width: 100%;
}
#content {
    margin: 0 0 0 -219px;
/*margin (side of sidebar) width of sidebar*/
    overflow: hidden;
    float: right;
}
#sidebar {
    float: left;
/*right = sidebar on right; left = sidebar on left*/
    width: 209px;
/*= (width - padding)*/
}
div#footer {
    width: 940px;
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter img, .aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    display: inline;
    margin: 0 7px 2px 0;
    padding: 4px;
}
img.alignright {
    display: inline;
    margin: 0 0 2px 7px;
    padding: 4px;
}
.entry div.alignleft {
    float: left;
    margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry img {
    max-width: 576px;
/*smooth image resizement in IE7+*/
    -ms-interpolation-mode: bicubic;
}
.wp-caption {
    background-color: #F0F0F0;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    padding: 3px;
}
.wp-caption img {
    border: 0 none #000000;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.more-link {
    background-color: #F4F8F9;
    border-bottom: 1px solid #E6F0F2;
    font-size: 11px;
    padding: 5px 6px 3px;
    text-shadow: 0 1px 0 #fff;
}
.more-link:hover {
    background-color: #E6F0F2;
    border-bottom-color: #B3CDD8;
    color: #000;
}
.entry table td {
    padding: 0px 30px 0px 0px;
    text-align: left;
    vertical-align: top;
}
.blog .post, .single .post, .archive .post {
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCCCCC;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp {
    font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
    font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps {
    font-size: 110%;
    font-variant: small-caps;
}
.hidden {
    display: none;
}
.hidden {
    position: absolute;
    left: -9999em;
}
/*CLEARFIX
------------------------------------------------------------------*/
html .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/*MAIN STYLES
------------------------------------------------------------------
Header
------------------------------------------------------------------*/
div#header {
    width: 940px;
    height: 130px;
    border-bottom: 1px solid #C9CED1;
    position: relative;
}
div#branding {
    position: absolute;
    top: 20px;
    left: 0;
    width: 243px;
    height: 108px;
}
div#headerSearch {
    position: absolute;
    top: 37px;
    right: 0;
}
#headerSearch div#search-left {
    display: block;
    width: 5px;
    height: 22px;
    background: transparent url(images/searchleft.gif) no-repeat scroll 0 -16px;
    float: left;
}
#headerSearch div#search-right {
    display: block;
    width: 3px;
    height: 22px;
    background: transparent url(images/searchright.gif) no-repeat scroll 0 -27px;
    float: left;
}
#headerSearch input#search-text {
    width: 220px;
    height: 13px;
    padding: 6px 2px 5px 1px;
    background: transparent url(images/searchmiddle.gif) repeat-x scroll 0 -16px;
    display: block;
    border: 0 none #000000;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #626467;
}
#headerSearch input#search-submit {
    display: none;
}
/*Menu
------------------------------------------------------------------*/
div#nav {
    position: absolute;
    bottom: 6px;
    right: 2px;
}
ul#menu {
}
#menu li.topLevelPage {
    display: block;
    float: left;
    margin-left: 23px;
}
#menu a, #menu a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #626467 !important;
}
#menu a:hover, .page-id-10 #nav-aboutus a, 
.parent-pageid-10 #nav-aboutus a, .page-id-12 #nav-admissions a, 
.parent-pageid-12 #nav-admissions a, .page-id-14 #nav-academics a, 
.parent-pageid-14 #nav-academics a, .page-id-16 #nav-studentlife a, 
.parent-pageid-16 #nav-studentlife a, .page-id-18 #nav-cip a, 
.parent-pageid-18 #nav-cip a, .page-id-19 #nav-clubsathletics a, 
.parent-pageid-19 #nav-clubsathletics a, .page-id-21 #nav-giving a, 
.parent-pageid-21 #nav-giving a {
    color: #444B78 !important;
}
/***** Sub-Nav Drop-Downs (optional) ****
****************************
**** UNCOMMENT BELOW TO ENABLE DROPDOWN FUNCTIONALITY *****/
ul#menu li ul {
    position: absolute;
    left: -999em;
    background: #FFFFFF;
}
ul#menu li.hover, ul#menu li:hover {
    position: static;
}
ul#menu li.hover ul, ul#menu li:hover ul {
    left: auto;
    z-index: 100;
}
ul#menu li ul li {
    float: none;
    margin: 0;
}
ul#menu li ul li a {
    display: block;
}
ul#menu li ul li a:hover {
}
body.page-id-10 li#nav-aboutus a, body.parent-pageid-10 li#nav-aboutus a, 
body.page-id-12 li#nav-admissions a, 
body.parent-pageid-12 li#nav-admissions a, 
body.page-id-14 li#nav-academics a, 
body.parent-pageid-14 li#nav-academics a, 
body.page-id-16 li#nav-studentlife a, 
body.parent-pageid-16 li#nav-studentlife a, body.page-id-18 li#nav-cip a, 
body.parent-pageid-18 li#nav-cip a, 
body.page-id-19 li#nav-clubsathletics a, 
body.parent-pageid-19 li#nav-clubsathletics a, 
body.page-id-21 li#nav-giving a, body.parent-pageid-21 li#nav-giving a {
    color: #444B78;
}
/*Home page specific
------------------------------------------------------------------*/
div#home-splash {
    width: 940px;
    height: 352px;
    margin-top: 15px;
    margin-bottom: 18px;
}
div#home-featured {
    width: 940px;
    height: 213px;
    margin-bottom: 20px;
}
div.home-ftitem {
    height: 213px;
    width: 300px;
    float: left;
    display: block;
    padding-right: 20px;
}
div.home-ftitem-last {
    padding-right: 0 !important;
}
.home-ftitem img {
    float: left;
    display: block;
}
div#home-foot {
    width: 940px;
    position: relative;
}
div#home-newsevents {
    float: left;
    width: 533px;
    padding: 0;
    height: 80px;
}
#home-newsevents a {
    color: #444B78;
    font-weight: bold;
}
div#home-social {
    float: right;
    width: 200px;
    height: 80px;
    text-align: right;
}
#home-social a {
    padding-left: 10px;
}
#home-social span {
    font-weight: bold;
    color: #444B78;
}
/*Photo Gallery
--------------------------------------------------------------------*/
body.page-id-41 div#content {
    padding-right: 0px;
    width: 683px;
}
div.ngg-galleryoverview h3 {
    clear: left;
    padding-left: 20px;
}
div.ngg-galleryoverview {
    position: relative;
    width: 700px;
    height: 190px;
}
div.ngg-galleryoverview a.prev {
    display: block;
    width: 11px;
    height: 38px;
    position: absolute;
    left: 0px;
    bottom: 64px;
    background: url(images/arrows.gif) no-repeat 0px -40px;
    z-index: 50;
}
div.ngg-galleryoverview a.next {
    display: block;
    width: 11px;
    height: 38px;
    position: absolute;
    right: 0px;
    bottom: 64px;
    background: url(images/arrows.gif) no-repeat 0px 0px;
}
div.ngg-galleryoverview a.disabled {
    display: none;
}
div.ngg-galleryoverview a.next:hover {
    background-position: -11px 0px;
    cursor: pointer;
    cursor: hand;
}
div.ngg-galleryoverview a.prev:hover {
    background-position: -11px -40px;
    cursor: pointer;
    cursor: hand;
}
div.scrollable {
    position: relative;
    overflow: hidden;
    width: 662px;
    height: 160px;
    margin: 0 0 20px 20px;
}
ul.ngg-gallery-list {
    width: 20000em;
    position: absolute;
}
ul.ngg-gallery-list li {
    margin-right: 10px;
    float: left;
}
div.ngg-galleryoverview, div.ngg-albumoverview {
    margin-left: -20px;
}
ul.ngg-gallery-list li.ngg-thumbnail-list img {
    width: 214px;
}
/*Page styling
------------------------------------------------------------------*/
div#pageSplash {
    width: 940px;
    height: 246px;
    margin-top: 15px;
    margin-bottom: 6px;
}
div.breadcrumb {
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #C9CED1;
    font-size: 10px;
    line-height: 25px;
    font-weight: bold;
    color: #626467;
}
.breadcrumb a {
    color: #626467;
}
div#content {
    width: 533px;
    padding: 20px 164px 15px 25px;
    border-left: 1px solid #C9CED1;
}
div#sidebar {
    padding: 20px 10px 15px 0;
    font-weight: bold;
}
#sidebar a {
    color: #444B78;
    text-decoration: none;
}
#sidebar a:hover {
    color: #626467;
}
ul#sb-subnav {
    padding-bottom: 15px;
}
#sb-subnav li.current_page_item a, #sb-subnav li.current_page_parent a, 
ul.sb-list li.widget_categories ul li.current-cat a {
    color: #77AFE6 !important;
}
ul.sb-list li {
    margin-bottom: 20px;
}
ul.sb-list li ul li {
    margin-bottom: 0px;
}
ul.sb-list li .widgettitle {
    font-size: 14px;
}
/*Footer
------------------------------------------------------------------*/
div#footer {
    width: 940px;
    height: 30px;
    border-top: 1px solid #C9CED1;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}
/*List fixes*/
#sb-links ul {
    list-style: none outside none;
}
#sb-links ul li {
    line-height: 25px;
}
#content ul, #content ol {
    margin-bottom: 14px;
}
#content ul.bullet-list {
    list-style-type: disc;
    margin-left: 16px;
}
#content ul.bullet-list li {
    margin-bottom: 8px;
}
/*Search results page min height set*/
body.search-results #content, body.search-no-results #content {
    min-height: 480px;
}
body.search-results li.hentry {
    margin-bottom: 20px;
    border-bottom: 1px dotted #C8CDD0;
    padding-bottom: 10px;
}
body.search-results li.hentry h2 a {
    text-decoration: underline;
}
