/* @override http://baker.dev/styles/screen.css */

/*
Title:				Screen Stylesheet
Author:				Baker College
Description: 		Additonal Styles for Content No Left and Pop up Windows
*/

@import url(reset.css);
@import url(grid.css);
@import url(base.css);



/** =structure
************************************************************
************************************************************
************************************************************/

						  #pop-up-wrapper {
							  width: 95%;
							  margin: 30px auto 0;
							  background: url(../images/template/bld-stripe-grad.png) repeat-x 0 140px;
						  }

		  #pop-up-wrapper-calendar {
							  width: 300px;
							  margin: 30px auto 0;
							  background: url(../images/template/bld-stripe-grad.png) repeat-x 0 140px;
						  }


						  #no-left-content {
							  background: #fff url(../images/template/bld-sides-sidebar-pop-up.png) repeat-y;
						  }
						  
						  #pop-up-content {
							  background: #fff url(../images/template/bld-sides-sidebar-pop-up2.png) repeat-y;
						  }


						  #pop-up-content-inner {
							  background: url(../images/template/bld-sides-top-pop-up.png) no-repeat 0 -2px;
							  min-height: 360px;
							  padding: 4px 8px 0;
							  text-align:left;
						  }
						  

							#pop-up-footer {
								clear: both;
								color: #7a6f5e;
								margin: 0 auto;
								width: 716px;
							}
							
							#pop-up-site-info {
								overflow: hidden;
								width: 690px;
								margin: 0 auto 1em;
							}


							#pop-up-content-two {
								margin: 0 18px 1.5em 0;
								width: 650px;
								float: left;
								padding: 0 18px;
								text-align:left;
							}
							
							#no-left-content-two {
								margin: 0 18px 1.5em 0;
								width: 954px;
								float: left;
								padding: 0 18px;
							}


					  #pop-up-nav-expanded {
						  background: #F6F0E1 url(../images/template/bld-sides2.png) repeat-y;
						  padding: 0 ;
						  margin: 0 0 0 5px;
					  }
					  
					  #no-left-nav-expanded {
						  background: #fff url(../images/template/bld-sides.png) repeat-y;
						  padding: 0 6px;
						  margin-bottom: 1em;
					  }

					  #no-left-nav-expanded ul {
						  margin: 0;
						  list-style-type: none;
						  background: transparent url(../images/template/bld-footer.png) no-repeat -6px 100%;
						  /*border-top: 1px solid #ded7c6;*/
						  padding: 0 2px 6px;
					  }
					  
					  #pop-up-nav-expanded .corner {
						 /* margin: 0;
						  list-style-type: none;*/
						  background: transparent url(../images/template/bld-footer2.png) no-repeat;
						  /*border-top: 1px solid #ded7c6;*/
						 /* padding: 0;*/
					  }

						#no-left-nav-expanded li {
							float: left;
							/*width: 224px;*/
							/*min-height: 16em;*/
							background: url(../images/template/sprites-home.png) -352px -84px;
							/*border-right: 1px solid #ece6d8;*/
							padding: 0 5px 11px 15px;
							margin-bottom:15px;
						}

						#pop-up-nav-expanded li {
							float: left;
							/*width: 224px;*/
							/*min-height: 16em;*/
							background: url(../images/template/sprites-home.png) -352px -84px;
							/*border-right: 1px solid #ece6d8;*/
							margin-bottom:15px;
						}

					  #pop-up-site-info .nav,
					  #pop-up-site-info .copyright {
						  float: left;
					  }
					  #pop-up-site-info .nav li {
						  border-left: 1px solid #BAAD8E;
						  margin-left: .75em;
						  padding-left: .75em;
					  }



