/*
*
*
*	site-specific layout statements
*
*/


/*	Structure
-------------------------------------------------------------- */

body,html{
	margin:0px;
	padding:0px;
}

#totalContainer{
	margin-top:10px;
	margin-bottom:10px;
}

.width_1#totalContainer{
	width:90%;
}

.width_2#totalContainer{
	width:90%;
}

#topBar{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

#topBarContainer{
	margin:15px auto 15px auto;
}
	
.width_1#topBarContainer{
	width:1038px;
}
	
.width_2#topBarContainer{
	width:978px;
}

#topBarLink{ /* top toggle bar */
	text-align:center;
	margin:0px;
	padding:0px;
	height:10px;
	width:100%;
}

#topBarLink a{ /* top toggle bar */
	float:left;
	margin-left:48.5%; /* make it block level and try to center it without javascript..*/
	padding:15px 10px 5px 10px;
}

#topBarLink.withoutTopRegion a{ /* makes space in case we don't have any element in the top Region */
	margin-bottom:50px;
}

#top{ /* upper part of the template */
	float:left;
	width:100%;
	height: 100px;
	position:relative;
	margin-bottom:10px;
}

#topUtility{
	position:absolute;
	top:20px;
	right:0px;
}

#logo-container{ /* image logo container */
	float:left;
	height:130px;
	margin-right:10px;
}

#logo-container img {
  height: 75%;
}
#second-logo {
  float: right;
	height: 97px;
	margin-right: 80px;
}
#second-logo img {
  height: 100%;
}

#title-slogan{ /* site title and slogan container */
	/*float:left; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 20px;
	/*width: 800px; */
}

#site-title,
#site-slogan{ 
	margin:0px;
	padding:0px;
}

#search{ /* theme search box */
	position: absolute;
	right:0px;
	top: 30px;
}

#search div{ /* search button inline */
	display: inline;
}

#pageBorder{ /* makes the border */
	float: left;
	min-width: 500px;
}

.ie7 #pageBorder{ /* for IE7 */
  float: none;
  overflow: hidden;
}

#contentWrapper{ /* wraps content */
	float: left;
	padding:15px 5px 15px 5px;
	width: 99%;
	overflow: auto;
	position: relative;
	z-index: 1;	/* follows the z-index order of primary menu and advertise (to solve ie7 z-index BUG )*/
}

.breadcrumb{ /* breadcrumb */
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin:0px 10px 15px 10px;
}

#footer{ /* site footer*/
	margin-top: 25px;
	padding-bottom:60px;
	float: left;
	min-width: 850px;
	width: 100%;
	position:relative;
}

#navigation-footer{ /* site footer*/
	position:absolute;
	right:0px;
	top:0px;
	
}

#bottomUtility{
	position:absolute;
	top:0px;
	right:0px;
}

/* utility menu */

.utility ul.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}

.utility ul.menu li{
	display:inline;
	margin:0px 0px 0px 4px;
	padding:0px;
}

.utility ul.menu li a{
	padding-right:8px;
}

.utility ul.menu li:after{
	content:"|";
}


/*	Look & Feel
-------------------------------------------------------------- */

body.marinelli{
	background: #17293d url(../img/backgrounds/body.gif);
}
	
#topBar,#topBarLink,#topBarLink a{ /* top toggle bar */
	background:#054b81;
}

#topBarLink a{
	font-size: 1.1em;
}

.outsidecontent{
	color:white;
}

#site-title,
#site-slogan{
	font-weight: bold;		
}

#site-title{
  font-size: 24pt;
	line-height:0.8em;
}

#site-slogan {
	font-size: 2em;
	text-indent: 0.5em;
}

#pageBorder{ /* border of the whole site */ 
	border:10px solid #054b81;
	min-width: 750px;
	width: 90%;
}
	
#pageBorder.noborder{ /* when we don't have the advertise region */ 
	border-top:0px;
}

#contentWrapper{
	background: white;
}

.breadcrumb { /* breadcrumb */
	font-weight: bold;
}

.utility{ /* utility menu */
	font-size:0.9em;
	text-transform:uppercase;
}
/* Bottom logos */
#block-logo-umdlogo {
  position: relative;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
}
#block-logo-uwlogo {
  position: relative;
	float: right;
	margin-right: 80px;
	padding-left: 50px;
	padding-right: 50px;
}
.sidebar {
  float: right;
}
#siteContent {
  float: none;
}
/* Page specific stuff */
.delconf {
  background-color: white;
  width: 200px;
	text-align: center;
	left: 35%;
	position: fixed;
	top: 35%;
	border: 1px solid black;
	display: none;
	z-index: 1000;
}

form div {
  display: inline;
}
form label {
  margin-bottom: 0;
	padding: 0;
}
/* Make these form elements display on their own line (I changed the defualt for form 
elements to inline display */
#edit-submit--2, #edit-submit--3, #edit-add-author, #edit-add-category {
  display: block;
}
form-type-textfield {
  margin-top: -5px;
}
.minwidth {
  min-width: 800px;
}
#menu-section-title-400 {
  display: none;
}
.almost_link {
  text-decoration: underline;
	color: blue;
	cursor: pointer;
}
