/*  
	Fodabo
	fodabo.css
	by Jeff Carpenter
*/

* {padding: 0; margin: 0;}


/*--------------------------------------------------------------Global-----*/
body {

	font-family: arial, sans-serif;
  	background-image: url("images/bckgrnd4.png");
  	background-repeat: repeat;	
	font-family: Helvetica, Arial, sans-serif;
}

hr {
	margin: 14px 0 14px;
	height:0px;
	color:#0a1431;
	border-right:none;
	border-left:none;
	border-top:1px solid  #0a1431;
	border-bottom:1px solid #17295b;
}

p {
	color:#b7c6d8;
	font-size:11px;
	line-height:17px;
	text-shadow: #050b25 0px 1px 1px;
}

p a {
	color: #b7c6d8;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	text-shadow: #050b25 0px 1px 1px;
#	border-bottom: dotted 1px #b7c6d8;
	border-bottom: dotted 1px #677688;
}

p a:hover {
	color: #fff;
	background-color: #919DAC;
	border-bottom: dotted 1px #b7c6d8;
}

h3 {
	margin: 0 0 6px;
	color:#b7c6d8;
	font-size:14px;
	line-height:17px;
	text-shadow: #050b25 0px 1px 1px;
}

/*--------------------------------------------------------------Header-----*/
#header {
	background: url(images/topbar_cut.png) repeat-x;
	display:block;	
	width:100%;	
	position: fixed;
	height:55px;	
	top: 0;
	left: 0;
	z-index: 2;
}
	#header:hover {
			cursor: pointer;
	}

#header h1 {
	display: none;
	padding: 0px 96px;
	letter-spacing:-1px;
	color: #eee;
	font-size: 32pt;
	text-shadow: 0px -1px 1px #000; 	
}
#header #logo{
	background: url(images/fodabologo_No_alpha.png) no-repeat;	
	position: fixed;
	width: 184px;
	height: 41px;
	top: 3px;
	left: 90px;
	z-index: 2;

}

#topstuff {
	position: absolute;
	right: 0px;
	text-align: right;
	height: 30px;
	padding: 17px 32px 12px;
	width: 300px;

}

#topname {
	letter-spacing:-0.5px;
	word-spacing:-1px;
	color:#b7c6d8;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #050b25 0px -1px 1px;
}

#toplinks a {
	text-decoration: none;
	letter-spacing:-0.5px;
	word-spacing:-1px;
	color:#b7c6d8;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #050b25 0px -1px 1px;
}

/*--------------------------------------------------------------Bar-Prime-----*/

#bar, #bar_prime {
	position: fixed;
	top: 48px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;	
	width: 150px;
	height: 100%;
	background-color: rgb(15,27,67);
	z-index: 1;	
}

#bar ol, #bar ul, #bar_prime ol, #bar_prime ul {
	margin: 6px 0 6px 14px;
	color:#b7c6d8;
	font-size:11px;
	line-height:17px;
	text-shadow: #050b25 0px 1px 1px;
}


#bar_prime {
	border-left: solid 1px rgb(10,19,48);
	right:0px;
}

#bar {
	border-right: solid 1px rgb(10,19,48);
	left:0px;
}

#twitter_update_list a {
	color: #8796a8;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	text-shadow: #050b25 0px 1px 1px;
}

	#twitter_update_list a:hover {
		color: #b7c6d8;
	}

#twitter_update_list li {
	list-style-type: none;
	margin-left: -14px;
}


/*------------------------------------------------------------Bar-------*/

#bar #welcome {
	padding: 36px 0 24px;
	display: block;
}

#bar #description, #brief {
	color:#b7c6d8;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:17px;
	text-shadow: #050b25 0px 1px 1px;
}

#bar #yourname {
	font-weight: bold;
}

#date {
	display: block;
	text-align: center;
}


/*-------------------------------------------Options-------*/

#options {
	text-align: center;
}

/*------------------Lunch-and-Dinner-------*/
#options_meal {
	margin: 2px 0 0;
}

#lunch, #dinner {
	margin: 0 1px 0;	
	display: inline;
	font-weight: bold;
	letter-spacing:-1px;
	text-shadow: #fff 0px 0px 1px;
	padding: 0 4px;
}

.meal_active {
	background-color: #FF6;
	border-top: solid 1px #FF9;
	border-bottom: solid 1px #C99;
	color: #220;
}
	.meal_active:hover {
		cursor: pointer;
	}

.meal_inactive {
	background-color: #AAA;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #777;
	color: #555;
}
	.meal_inactive:hover {
		cursor: pointer;	
	}

/*-----------------------Clear-Buttons-------*/

#options_clear{
	display: none;
}

.clear {
	margin: 0 16px 0;	
	display: inline;
	color: #8796a8;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	text-shadow: #050b25 0px 1px 1px;
}
		.clear:hover {
			color: #b7c6d8;
			cursor: pointer;
		}

	#clear_lunch {
	}

	#clear_dinner {
	}

/*-----------------------At-Time-------*/
#option_select_time {
	margin: 8px 0 0;
}

/*-------------------------------------------FO-DA-BO-Boxes-------*/
#bar .chooseboxes {
	display: block;
	margin: 4px 0 4px;
}

#bar #fosschoice {
  	background-image: url("images/fodabo_buttons/foss_button_open.png");
	background-position: 0px 0px; 
	width: 150px;
	height: 45px;
}

	#bar #fosschoice:hover {
		cursor: pointer;
	  	background-image: url("images/fodabo_buttons/foss_button_closed.png");
		background-position: 0px 0px; 
		width: 150px;
		height: 45px;
	}

#bar #danachoice {
  	background-image: url("images/fodabo_buttons/dana_button_open.png");
	background-position: 0px 0px; 
	width: 150px;
	height: 45px;
}

	#bar #danachoice:hover {
		cursor: pointer;
	  	background-image: url("images/fodabo_buttons/dana_button_closed.png");
		background-position: 0px 0px; 
		width: 150px;
		height: 45px;
	}

#bar #bobschoice {
  	background-image: url("images/fodabo_buttons/bobs_button_open.png");
	background-position: 0px 0px; 
	width: 150px;
	height: 45px;
}

	#bar #bobschoice:hover {
		cursor: pointer;
	  	background-image: url("images/fodabo_buttons/bobs_button_closed.png");
		background-position: 0px 0px; 
		width: 150px;
		height: 45px;
	}






/*---------Code-Status-Box-------*/
#statusbox {
	color: #fff;
	font-size: 8pt;
	margin: 0 0 0;
	border: dotted 1px red;
	height: 250px;
	overflow:scroll;	
}

/*--------------------------------------------------------------Each-Update-Box-----*/

#updatebox {
	margin: 49px auto 0;
	text-align: center;
}

.updateFoss, .updateDana, .updateBobs  {
	color: #000;
	text-align: center;
	height: 20px;
	font-size: 11px;	
	padding-top: 2px;
	padding-bottom: 1px;
}

.name, .choice, .meal, .time {
	font-weight: bold;	
	font-size: 14px;		
	line-height: 18px;
}

#updatebox .updateFoss {
	background-color: #9C6;
	border-top: solid 1px #cf9;
	border-bottom: solid 1px #693;
}

#updatebox .updateDana {
	background-color: #9CF;
	border-top: solid 1px #bef;
	border-bottom: solid 1px #69c;	
}

#updatebox .updateBobs {
	background-color: #C96;
	border-top: solid 1px #fc9;
	border-bottom: solid 1px #963;
}

#updatebox .update_ID {
	display: none;
}

#updatebox .update_type {
	display: none;
}

.time_not {
	display: none;
}

.atclass {
	
}

.atclass_not {
	display: none;
}

/*
#updatebox .updatebox2 {
	border-top: solid 1px #cf9;
		border-bottom: solid 1px #693;
}*/

/*-------------------------------Instructions--------*/

#instructionbox {
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	background-color: #fff;

}

#instructions {
	text-align: center;
}

/*--------------------------------------------------------------Login-----*/

#loginbox {
	width: 320px;
	position: absolute;
	top: 48px;
	left: 34%;
	margin: 0 auto 0;
	background: url(images/img_loginbkg.png) repeat;
	border-bottom: solid 1px #693;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	color: #140;

}

#registerbox {
	width: 320px;
	position: absolute;
	top: 48px;
	left: 34%;
	margin: 0 auto 0;
	background: url(images/img_registerbkg.png) repeat;
	border-bottom: solid 1px #369;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	color: #104;
#	padding: 18px;
}

#loginbox h1, #registerbox h1 {
	margin: 12px 0px 0 18px;
}

#loginbox a, #registerbox a {
	margin: 0px 18px 0;
	font-size: 10px;
	color: #000;
}


.explanation {
	display: block;	
	font-size: 12px;
	margin: 0 18px 0;
}

.explanation2 {
	display: block;	
	font-size: 12px;
	margin: 0 18px 0;
	color: #372;
}

.field {
	width: 260px;
	display: block;	
	border: solid 2px #777;
	font-size: 24px;
	padding: 1px;	
	margin: 0 18px 0;
}


#loginbutton {
	display: block;
	margin: 12px 18px 18px;
	padding: 6px;
	font-size: 18px;
	background-color: #EEE;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #777;
	color: #222;
}
	#loginbutton:hover {
		cursor: pointer;
	}

.logreghead {
	margin: 0 0 18px;
}

/*---------------------------------------------------------------------------RSS-Menus------*/


#menus_outside_box {
	position: absolute;
	top: 106px;
	left: 250px;
	right: 250px;
	padding: 6px;
	background-color: #F5F2BC;

	border: 1px solid #3E4657;
    -webkit-border-radius: 4px;


}

#menus_inside_box {
	cursor: pointer;
	font-size: 12px;
	background-color: #DEC89F;
	padding: 8px;
}

#menus_inside_box a {
	font-size: 14pt;
	text-decoration: none;
	color: #3B310E;
}

#menus_selectors {
	list-style-type: none;
	letter-spacing:-2px;	
	font-size: 22pt;
	font-weight: bold;
	color: #222;
}

#menus_selectors li {
	display: inline;
	padding: 0 8px 0;
}

#menus_selectors li:hover {
	cursor: pointer;
	color: #5B512E;
}

.menu_select_active {
	background-color: #DEC89F;
}

.menu_select_inactive {
	background-color: #FEFEBF;
}

.menu_single_active {
	display: block;
}

.menu_single_inactive {
	display: none;
}

#menu_logo {
  	background-image: url("images/menus.gif");	
	display: block;
	float: right;
	width: 85px;
	height: 33px;

}





/*

#bar .chooseboxes {
	display: block;
	padding: 0px 0 0px;
	margin: 4px 0 4px;
	font-weight: bold;
	text-align: center;
	font-size: 28pt;
	letter-spacing:-3px;
	text-shadow: #fff 0px 0px 1px;
    -webkit-border-radius: 2px;
}

#bar #fosschoice {
	background-color: #9C6;
	border-top: solid 1px #cf9;
	border-bottom: solid 1px #693;
	color: #140;
}

	#bar #fosschoice:hover {
		cursor: pointer;
		background-color: #693;
		border-top: solid 1px #9c6;
		border-bottom: solid 1px #360;
		color: #030;
	}

#bar #danachoice {
	background-color: #9CF;
	border-top: solid 1px #bef;
	border-bottom: solid 1px #69c;
	color: #023;
}
	#bar #danachoice:hover {
		cursor: pointer;
		background-color: #69C;
		border-top: solid 1px #9CF;
		border-bottom: solid 1px #360;
		color: #002;
	}

#bar #bobschoice {
	background-color: #C86;
	border-top: solid 1px #FB9;
	border-bottom: solid 1px #A64;
	color: #300;
}

	#bar #bobschoice:hover {
		cursor: pointer;
		background-color: #953;
		border-top: solid 1px #C86;
		border-bottom: solid 1px #853;
		color: #200;
	}	
*/





