@charset "UTF-8";


@import "reset.css";
@import "typography.css";


/* -------------------------------------------------------------- 

   screen.css
   * RSVP page layout.
   
-------------------------------------------------------------- */


#pagewrapper {
	position:relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	position:relative;
	height: 80px;
	width: 960px;
	}

#logo{
	float: left;
	text-indent: -9999px;
	margin: 0px 0 0 0;
	width: 169px;
	height: 49px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 20px;
	left: 0px;
}

#logo a{
	display: block;
	width: 169px;
	height: 49px;
}

#nav {}

#contactinfo {
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 12px;
	}

#contactinfo a {
	color: #FFF;
	text-decoration: none;
}

#contactinfo a:hover {
	text-decoration: underline;
}

.pipe {
	padding-right: 5px;
	padding-left: 5px;
}

.contentwrapper {
	width: 960px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	}
	
#secnavbar {
	background-color: #A3B806;
	height: 31px;
	width: 100%;
}

#searchbar {
	padding-top: 5px;
	background-color: #EFEFEF;
	height: 27px;
	width: 100%;
}
	
.whitebg {
	background-color: #FFF;
	border: thin solid #CCC;
}

#maincontent {

	}
	
#mainphoto {
	width: 863px;
	padding-top: 9px;
	}
	
#btbanner {
	height: 55;
	width: 942px;
	padding-bottom: 9px;
	padding-left: 9px;
}


.leftcol-large {
	width: 653px;
	padding: 9px;
	float: left;
	}
	
.leftcol-full {
	width: 863px;
	padding-right: 0px;
	padding-top: 10px;
	float: left;
	margin-right: 10px;
	background-image: url(/kellogg/dev/images/leftcol_bgtop_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

.rightcol {
	width: 279px;
	padding-top: 9px;
	float: left;
	}
	
.rightsubhead {
	height: 40px;
	width: 266px;
	margin-bottom: .25em;
	text-indent: -9999px;
}

.program {
	padding-bottom: 20px;
	}


.registerbtn {
	float: right;
	list-style: none;
	text-decoration: none;
	margin-top: -10px;
	}

.registerbtn a{
	display: block;
	height: 25px;
	width: 143px;
	text-indent: -9999px;
	background-image: url(/kellogg/dev/images/btn_register.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#footer {
	padding-bottom: 40px;
	}

#footerinfo {
	float: left;
	width: 500px;
	padding-top: 9px;
	padding-left: 9px;

}

#footerbanner {
	float: left;
	width: 442px;
	padding-right: 9px;
	}



/* Misc classes and elements
-------------------------------------------------------------- */


/* In case you need to add a gutter above/below an element */
.prepend-top {
  padding-top: 25px;
}

.append-bottom {
  padding-bottom: 25px;
}

/* Use a .box to create a padded box inside a column.  */
.box {

}

/* Use this to create a horizontal ruler across a column. */

#hr {
	position: relative;
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	background-color: #FF0000;
	z-index: 20;
}


hr {
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	background-color: #FF0000;
}



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* Border on right hand side of a column. */
div.border {
  margin-right: 5px;
  border-right: 1px solid #EAE3D9;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #EAE3D9;
}



/* ------------------------------------------------------- */

/* FORM STYLES ------------------------------------------------
-------------------------------------------------------------- */





/* NEW SIGN UP FORM */
	
	#mc-embedded-subscribe-form fieldset{
		margin:0;
		padding:0;
		border:none;
		}
	#mc-embedded-subscribe-form legend{
		display:none;
		}	
	#mc-embedded-subscribe-form input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		background:#FFFFFF;
		border:1px solid #E9E9E9;
		}				
	#mc-embedded-subscribe-form textarea{
		overflow:hidden;
		height:50px;
		margin:0;
		border:1px solid #E9E9E9;
		}						
	
	/* our comment form */
	
	#mc-embedded-subscribe-form{
		background:url(css/bg_form.jpg) no-repeat 0 0;
		width:260px;
		}
	#mc-embedded-subscribe-form fieldset{
		padding-top:5px;
		}		
	#mc-embedded-subscribe-form p{
	width:150px;
	margin-top: 2px;
	margin-right: 16px;
	margin-bottom: 2px;
	margin-left: 0px;
		}	
	#mc-embedded-subscribe-form input, #stayForm textarea{
	border:1px solid #E9E9E9;
	width: 190px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
		}
	
		
	#mc-embedded-subscribe-form button
{
	position: relative;
	top: -27px;
	right: -210px;
	width:65px;
	height:23px;
	cursor: pointer;
	background-image: url(/images/btn_submit_mini.gif);
	background-repeat: no-repeat;
	border: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	cursor:pointer;
	overflow:hidden;
}
	
	/* text field classes */
	
	#mc-embedded-subscribe-form .inactive{
		color:#999;
		}	 
	#mc-embedded-subscribe-form .active{
		color:#000;
		}	 		
	#mc-embedded-subscribe-form .focused{
		color:#666666;
		background:#ffffff;
		}	
		
.response {
	padding-bottom: 20px;
}

.mce_inline_error {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
