/*
Theme Name: Connected Learning Research Network v2
Theme URI: http://clrn.dmlhub.net/
Description: Theme for CLRN
Author: Anh Nguyen
Author URI: http://clrn.dmlhub.net/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)
Text Domain: clrn
License:
License URI:
General comments (optional)
*/

/**********************************************************************************************************************
	*  CLRN Site Wide Template & Template Part Bits
	********************************************************************************************************************/
body { margin: 0; padding: 0; }
#header, #footer {
	background-color: #046799;
	color: white;
}

#header { border-bottom: 4px solid #33CCCC; padding: 0; }

#header-slider img {
	border: 4px solid white;
	margin: 10px auto;
}

#footer {
	border-top: 4px solid #33CCCC;
	text-align: center;
	padding: 1em;
	font-size: 85%;
	font-weight: bold;
	margin-top: 25px;
	min-height: 125px;
}

#footer a { color: #CCFF00; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.right-block { margin: 10px 0; }


.footer-bg-right, .footer-bg-left {
	background-image: url('./images/flourish.png');
	background-repeat: no-repeat;
	height: 85px;
	width: 108px;
	z-index: 100;
	position: absolute;
}

.footer-bg-left {
	left: 15px;
}

.footer-bg-right {
	right: 15px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


/**********************************************************************************************************************
	*  Formatter, affect text and elements
	********************************************************************************************************************/
h1, h2 { color: #A84398; }
h3, h4, h5, h6 { color: #003670; }

.bottom-separator { border-bottom: 1px solid #48C1C4; }

.img-border-effect img, img.img-border-effect{ border: 1px solid #333333; }
.img-shadow-effect img, img.img-shadow-effect{
	box-shadow: 5px 5px 5px #CCCCCC;
	-webkit-box-shadow: 5px 5px 5px #CCCCCC;
	-moz-box-shadow: 5px 5px 5px #CCCCCC;
}

/**********************************************************************************************************************
	*  Home Page Specific
	********************************************************************************************************************/
#home-about {
	min-height: 300px;
	border: 2px solid #cee1ef;
	padding: 1em;
	border-radius: 10px;
}

#job-opportunities img:hover {
	border: 2px solid purple;
}

/**********************************************************************************************************************
	*  Profiles
	********************************************************************************************************************/
.person { text-align: center; margin-top: 25px; height: 175px;}
.person img { border: 1px solid #242424; margin: 0 auto; }
.person p.name a { color: purple; }
.person p { margin-bottom: 0px; }

.micro-person { margin: 5px; width: 50px; height: 50px; float: left; display: block; text-align: center;}
.micro-person img { width: 50px; height: 50px; }

/**********************************************************************************************************************
	*  Item Display Specific
	********************************************************************************************************************/

.project { margin-bottom: 25px; }

.news-item, .press-release { margin: 25px auto;}
.news-item .source { text-transform: uppercase;}

.video { text-align: center; height: 325px; }

div.aligncenter, img.aligncenter {
	margin: 0 auto;
}

div.alignright, img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.text-center img {
	margin: 0 auto;
}