/*********************************************************************************************

Theme Name: Blackboard-alc
Theme URI: http://www.academiathemes.com/themes/blackboard/
Version: 1.0.5
Author: AcademiaThemes.com
Author URI: http://www.academiathemes.com/
Description:
Template: blackboard
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, orange, red, white, light, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-menu, featured-images, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready

The PHP code portions of this theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the AcademiaThemes.com Proprietary Use License below.

**********************************************************************************************/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/


@import url("../blackboard/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#content .title-widget {
	background-color: #bbb;
	border-bottom: solid 3px #777;
	color: #fff;
	display: block;
	margin: 0 0 15px;
	padding: 10px 20px;
}

#header-separator {
	background-color: #001193;
	font-size: 1px;
	height: 4px;
	line-height: 1px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.header-widgets {
	overflow: hidden;
	padding-top: 35px;
}

header a {
	color: #fff;
}

header a:hover,
header a:focus {
	color: #151515;
	text-decoration: underline;
}

body {
        background-image: url('../../uploads/2014/09/white-background-center.png');
        background-repeat: repeat-y;
        background-repeat-x: no-repeat;
        background-repeat-y: repeat;
        background-position: top center;
        background-position-x: 50%;
        background-position-y: 0%;
        background-attachment: fixed;
}

#logo {
        display: inline;
        float: left;
        margin: 0 0 0px;
}

#pre-header {
        margin: 0 0 0px;
}

#academia-slideshow .title-special {
        background-color: #151515;
        color: #fff;
        padding: 12px;
        position: absolute;
        bottom: 6px;
        max-width: 80%;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
}

.title-m {
        font-size: 16px;
        line-height: 2px;
}

#academia-slideshow .title-special {
        background-color: #151515;
        color: #fff;
        padding: 12px;
        position: absolute;
        bottom: 0px;
        max-width: 80%;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
}

.title-m {
        font-size: 16px;
        line-height: 2px;
}
