/*
Theme Name: UMaine Horizontal and Sidebar Navigation UMMA 4.0
Description: Both horizontal navigation and sidebar navigation
Author: UMaine
Author URI: http://umaine.edu
Template: umaine3
*/

@import url(../umaine3/style.css);

body {
	background-color: #e1effe;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*
New Edit to customize the color for content section of
Home page 
*/
#content-UMMA {
	padding: 10px 10px;
	background-color: #e1effe;
	margin-bottom: 20px;
	margin-right: 0px;
}

#content-UMMA img {
	max-width: 640px;
}

.page-template-page-nosidebar-php #content-UMMA img,
.page-template-page-nosubpages-nosidebar-php #content-UMMA img {
	max-width: 900px;
}

#horizontal-menu .menu {
	width: 900px;
	margin: 0px auto 20px auto;
	background-color: #003263;
	display: block;
	min-height: 40px;
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 28px;
}
#horizontal-menu .menu ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
#horizontal-menu .menu ul li {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#horizontal-menu .menu ul li a {
	font-weight: normal;
	color: #fff;
	display: block;
	padding: 5px;
	width: 100%;
	text-decoration: none;
}

#horizontal-menu .menu ul li a:active, #horizontal-menu .menu ul li a:hover {
	color: #B0D7FF;
}

#sidebar .widget {
	background-color:transparent;
        padding: 3px;
	margin-top: 0px;
	margin-bottom: 20px;
       
}

#sidebar .widget h3 {
	background-color: #003263;
	color: #fff;
	padding: 7px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.2em;
	width: 203px;
}

#sidebar li.page_item, #sidebar li.menu-item {
	width: 203px;
}

.widget_rss h3 a {
	color: #fff;
	text-decoration: none;
}

#footer .toplinks {
	position: relative;
	float: none;
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 12px;
	padding: 0px;
	top: 0;
	height: 23px;
	width: 100%;
	color: #B0D7FF;
}

.bluebar {
	width: 100%;
	height: 65px;
	background-color: #003263;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bluebargradient.gif);
	background-repeat: repeat-x;
}

.search_bar {
    margin-right: 0px;
}

.bluebarcontents {
	width: 900px;
	padding: 0px;
	margin: 0px;
	color: #B0D7FF;
	position: relative; 
	margin-left: auto;
	margin-right: auto;
}


.bluebarcontents input[type="text"],
.bluebarcontents input[type="password"], 
.bluebarcontents input[type="search"] {
	color: #FFF;
	background-color: #003263;
	height: 16px;
	border-width: 1px;
	border-color: #84aed8;
	border-style: solid;
}

.bluebarcontents input[type="button"],
.bluebarcontents input[type="submit"], 
.bluebarcontents input[type="reset"], 
.bluebarcontents input[type="file"] {
	background-color: #B0D7FF;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	border-color: #003263;
	color: #003263;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.logo {
	position: absolute;
	padding: 5px;
}

.textwidget {
	font-size: 14px;
	line-height: 1.5em;
        background:white;
        padding:7px;
        width:203px;
}

#slideshow-container {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #fff;
}

	#slideshow-container .slidedeck-frame {
		width: 100% !important;
	}

#box-container {
	width: 100%;
	margin: 10px 0;
}

	#box-container .box-outer {
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	#box-container .box-outer-2 {
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		width: 50%;
		float: left;
	}

	#box-container .box-outer:first-child {
		padding-right: 5px;
	}

	#box-container .box-outer:last-child {
		padding-left: 0px;
	}

	#box-container .box-outer .box-inner {
		padding: 10px;
		background: #fff;
		overflow: hidden;
	}

	/*
	New Edit for box-outer-2
	*/
	#box-container .box-outer-2:first-child {
		padding-right: 5px;
	}

	#box-container .box-outer-2:last-child {
		padding-left: 5px;
	}

	#box-container .box-outer-2 .box-inner {
		padding: 10px;
		background: #fff;
		overflow: hidden;
	}

		#box-container .box-outer-2 .box-inner img {
			max-width: 100%;
		}

.flush {
	margin: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* SLIDEDECK CUSTOMIZATION TO PREVENT CAPTION OVERLAPPING ARTWORK */
.sd2-slide-background {
	bottom: auto !important;
	height: 90% !important;
}

.sd2-node-caption {
	padding-top: 0 !important;
	height: 10% !important;
}