/*
 * UofT Base Theme
 *****************************/

/* ------------------------------
 Reset
 --------------------------------*/
.leftCol { float: left}
.rightCol { float: right}
.body { display: table-cell; width: 100% }
.container { min-width: 250px; }
.sidebar-home { margin-top: 20px }
body { color: #001937 }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/* disable comments */
#comments { display: none } 

.entry-content { margin-top: 30px; }
.entry-content p { margin-bottom: 20px; line-height: 1.5 }

/* Post */
.cat-links, .posted-on { display: none; }
.display-posts-listing { margin-top: 20px}
.page-header { margin-top: 0 }  /* remove top margin for post pages */


/* Headings */ 
h1, .h1, h2, .h2 {
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
h1, .h1 { color:#002a5c;}
h2, .h2 { color:#4c698d;}


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

.site-logo { width: 200px; height: 73px; display: block; margin-top: 0; margin-bottom: 15px; pointer-events: none; }
.site-logo:hover { cursor: pointer }
.site-logo-link { display: inline-block; float: left; }
.site-name { color: #002a5c; font-family: 'Open Sans Condensed', sans-serif; font-size: 21px; display: inline-block; margin-top: 10px; margin-left: 15px;   }
.site-name a { color: #fff;}
.site-name a:hover { color: #09c; text-decoration: none; }



.site-name2 { color: #002a5c; font-family: 'Open Sans Condensed', sans-serif; font-size: 21px; display: inline-block; margin-top: 10px; margin-left: 15px;   }
.site-name2 a { color: #002A5C;}
.site-name2 a:hover { color: #09c; text-decoration: none; }

.logopadding {
	padding-right: 50px;
}

.headerbg-color {
	background-color: #002A5C;
	
	

}







/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
.site-logo { width: 180px; height: 66px; display: block; margin-top: 0; margin-bottom: 015px; }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.site-logo { float: left; width: 255px; height: 93px; display: inline-block; margin-top: 0; margin-bottom: 20px; }
	.site-name { float: left; display: inline-block; font-size: 25px; margin: 27px 0 0 20px; padding: 0 0 0 20px; border-left: 2px solid #002a5c; vertical-align: bottom; height: 52px;  
	 }
	.site-name a { display: block; margin-top: 11px; } 
 
	.site-name2 a { display: block; margin-top: 11px; padding-top: 50px; } 
 }



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

.site-footer { margin-top: 50px; text-align: center; border-top: 1px solid #ccc; font-size: 13px; line-height: 1.5 }
.site-footer  { padding-top: 0; }
.site-footer .nav li { border-bottom: 1px dotted #ccc }
.site-footer .nav .sub-menu { display: none }

.site-info ul { margin: 20px; margin-bottom: 20px; font-size: 12px; padding-left: 0 }
.site-info ul li { display: inline-block; text-decoration: none; border-left: 1px solid #ccc; padding-left: 5px; margin-left: 5px }
.site-info ul li:first-child { font-weight: bold; border-left: 0; padding-left: 0; margin-left: 0}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.site-footer .nav li { border-bottom: none; display: inline-block; }
.site-info > ul { margin-left: 0; margin-right: 0; padding: 0; }

}

/* ------------------------------
 Widget 
 --------------------------------*/

.widget-title  { background: #e5e5e5; padding: 5px 10px; font-size: 20px; color: #002a5c }
.widget ul { list-style: none; padding-left: 20px}
.widget ul li { position: relative; margin-left: 0}
.widget ul li:before {
    position: absolute;  
    top: 9px;  
    margin: 0 0 0 -12px;    
    vertical-align: middle;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ccc;
    content: "";
}
.widget-area h4 { font-family: arial; font-size: 15px; line-height: 1.3; }
.widget-area h4 a { color: #333 }
.widget-area aside { display: block; margin-bottom: 20px}



/* Homepage ----------------------------------------------------------- */

/* hide page title on static homepage  */
.home .entry-header {
    display: none;
}


/* ------------------------------
 Breadcrumb
 --------------------------------*/
.breadcrumb { background-color: #fff; border-bottom: 1px solid #eee; font-size: 12px; color: #999   }


/* ------------------------------
 Pagination
 --------------------------------*/
.pagination-container .page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-container .page-numbers > li {
    display: inline;
}
.pagination-container .page-numbers > li > a,
.pagination-container .page-numbers > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination-container .page-numbers > li:first-child > a,
.pagination-container .page-numbers > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination-container .page-numbers > li:last-child > a,
.pagination-container .page-numbers > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-container .page-numbers > li > a:hover,
.pagination-container .page-numbers > li > span:hover,
.pagination-container .page-numbers > li > a:focus,
.pagination-container .page-numbers > li > span:focus {
    background-color: #eeeeee;
}
.pagination-container .page-numbers > .active > a,
.pagination-container .page-numbers > .active > span,
.pagination-container .page-numbers > .active > a:hover,
.pagination-container .page-numbers > .active > span:hover,
.pagination-container .page-numbers > .active > a:focus,
.pagination-container .page-numbers > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination-container .page-numbers > .disabled > span,
.pagination-container .page-numbers > .disabled > a,
.pagination-container .page-numbers > .disabled > a:hover,
.pagination-container .page-numbers > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.post-navigation { border-top: 1px dotted #ccd4de; margin-top: 20px; margin-bottom: 20px }
.post-navigation h1 { display: none }
.post-navigation .nav-previous { position: absolute; left: 0; padding: 15px }
.post-navigation .nav-next { position: absolute; right: 0; padding: 15px }


/* ------------------------------
 Category Page
 --------------------------------*/
.archive-header {  margin-bottom: 30px; margin-top: -10px }
.category-item { border-bottom: 1px dotted #ccd4de }
.category-item a h2 { color: #4c698d; }
.read-more { font-style: italic }

/* ------------------------------
 Homepage Slider
 --------------------------------*/
.homepageSlide-container { padding-left: 0; padding-right: 0; margin-top: -20px }
#homepageSlide .carousel-caption {
    text-align: left; display: block; padding: 30px 30px;
    bottom: 0; left: 0;
    width: 350px ; height: 100%;
    /* default fallback */
    background: rgb(0, 29, 64);
    /* nice browsers */
    background: rgba(0, 21, 46, 0.9);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#homepageSlide .carousel-caption h2 { margin-top: 0; color: #07afd4; font-size: 30px }
#homepageSlide .carousel-caption p { font-size: 14px }
#homepageSlide .carousel-indicators {
    bottom: 0; left: 0;
    width: 350px ;
    z-index: 100;
    margin-left: 0;
}


/* Declare heights because of positioning of img element */
#homepageSlide .item {
    height: 250px;
    background-color: #ccc;
}
#homepageSlide .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    height: 250px;
}

@media (min-width: 768px) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
}


.menutoptool {
    background: #e5e5e5;
    border: 0;
    width: 100%;
position: absolute;
padding-top: 50px;
}

