/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;*/
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

    width: 400px;
    height: 120px;
    background-image: url('img/at-logo.jpg');

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

    .logo {

        width: 400px;
        height: 120px;
        background-image: url('img/at-logoX2.jpg');
        background-size: 400px 120px;

    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#primary-navigation {
    background: #ffffff;
    /*width: auto;*/
    /*min-width: 1000px !important;*/
    border-top: 7px solid #ff0000;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}


.primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    zoom: 1;
}
.primary-navigation ul:after {
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.primary-navigation ul li {
    float: left;
    display: block;
    padding: 0;
}
.primary-navigation ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 15px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

#menu-main-navigation li.menu_purple a { color: #800080; }
#menu-main-navigation li.menu_purple.current-menu-item { background: #feeafe; }
#menu-main-navigation li.menu_orange a { color: #ff8c00; }
#menu-main-navigation li.menu_orange.current-menu-item { background: #ffeeda; }
#menu-main-navigation li.menu_green a { color: #32cd32; }
#menu-main-navigation li.menu_green.current-menu-item { background: #e7ffe7; }
#menu-main-navigation li.menu_red a { color: #ff0000; }
#menu-main-navigation li.menu_red.current-menu-item { background: #ffe5e5; }
#menu-main-navigation li.menu_lightblue a { color: #87cefa; }
#menu-main-navigation li.menu_lightblue.current-menu-item { background: #e7f6ff; }

.primary-navigation ul li a:hover:before {
    width: 100%;
}

/* blocks */
.primary-navigation ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 19px;
    height: 6px;
    width: 6px;
    background: #000000;
    opacity: .5;
}

.primary-navigation ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #ff0000;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}

.primary-navigation ul li.last > a:after,
.primary-navigation ul li:last-child > a:after {
    display: none;
}
.primary-navigation ul li.active a {
    color: #333333;
}
.primary-navigation ul li.active a:before {
    width: 100%;
}

/*------------------------------------*\
    BOOTSTRAP HACKS
\*------------------------------------*/

/* Custom full-width no-gutter container */
#container-full {
    margin: 0 auto;
    width: 100%;
}

#container-full .row {
    margin-right: 0;
    margin-left: 0;
}

#container-full .row div[class*='col-']:first-of-type {
    padding-left: 0;
}

#container-full .row div[class*='col-']:last-of-type {
    padding-right: 0;
}

/*------------------------------------*\
    MY CHANGES
\*------------------------------------*/

.main-content {
    min-height: 500px !important;
    padding: 0 50px 50px 50px;
}

.footer-content {
    padding: 50px;
}

/*------------------------------------*\
    THINKING PALETTE
\*------------------------------------*/

/* Remove padding on .main-content that is displayed within #atp-content (on thinking palette page only) */
#atp-content .main-content {
    padding: 0;
}

#atp-sidebar ul {
    list-style-type: square;
}

#animateContent {
    position: relative;
    width: 530px;
    height: 390px;
    margin: 20px auto 20px auto;
}

.atp_object {
    cursor: pointer;
}

/* Animated Objects ------------------------------------*/
#animateObjectOrange {
    width: 100px;
    height: 100px;
    background: url("img/atp_orange.jpg") no-repeat;
    position: absolute;
    top: 30px;
    left: 50px;
}
#animateObjectOrange:hover { background-position: -100px; }
h5.atp_orange { color: #ff8c00; }

#animateObjectYellow {
    width: 100px;
    height: 100px;
    background: url("img/atp_yellow.jpg") no-repeat;
    position: absolute;
    top: 0px;
    left: 250px;
}
#animateObjectYellow:hover { background-position: -100px; }
h5.atp_yellow { color: #f8e402; }

#animateObjectPurple {
    width: 100px;
    height: 100px;
    background: url("img/atp_purple.jpg") no-repeat;
    position: absolute;
    top: 90px;
    left: 430px;
}
#animateObjectPurple:hover { background-position: -100px; }
h5.atp_purple { color: purple; }

#animateObjectGreen {
    width: 100px;
    height: 100px;
    background: url("img/atp_green.jpg") no-repeat;
    position: absolute;
    top: 250px;
    left: 370px;
}
#animateObjectGreen:hover { background-position: -100px; }
h5.atp_green { color: #32cd32; }

#animateObjectBlue {
    width: 100px;
    height: 100px;
    background: url("img/atp_blue.jpg") no-repeat;
    position: absolute;
    top: 180px;
    left: 0px;
}
#animateObjectBlue:hover { background-position: -100px; }
h5.atp_blue { color: #87cefa; }

#animateObjectRed {
    width: 100px;
    height: 100px;
    background: url("img/atp_red_x2.jpg") no-repeat;
    background-size: 200px 100px;
    position: absolute;
    top: 290px;
    left: 160px;
}
#animateObjectRed:hover { background-position: -100px; }
h5.atp_red { color: red;}

/*------------------------------------*\
    CURRICULAR CONNECTIONS
\*------------------------------------*/

.element-item {
    position: relative;
    float: left;
    /*margin: 5px;*/
    padding: 3px;
    color: #262524;
}

#curricularConnectionImgs img:hover {
    cursor: pointer;
}

#curricularConnectionImgs img.smallVert {
    height: 250px;
    width: 206px; /* 200 */
    /*padding: 3px;*/
}

#curricularConnectionImgs img.smallHori {
    height: 150px;
    width: 206px; /* 200 */
    /*padding: 3px;*/
}

#curricularConnectionImgs img.largeVert {
    height: 500px;
    width: 412px; /* 406 */
    /*padding: 3px;*/
}

#curricularConnectionImgs img.largeHori {
    height: 400px;
    width: 618px; /* 612 */
    /*padding: 3px;*/
}

