/*
CSS Stylesheet for crabbyjoes.com
author: Rick Gladwin
email: rick@theadlibgroup.com
date: July 2009
Updated: July 2010: mobile browser modifications
*/

/* ----------- main styles ------------- */

img { behavior: url(iepngfix.htc) } /*fix for IE6 to add PNG support. A pox upon IE. */

a {
	cursor:pointer
}

a img {
	border:0px;
}

a:link {
	color: #014ba3;
	text-decoration:underline;
}

a:visited {
  color: #6c819a;
  text-decoration:underline;
}

a:hover {
	color: #2c8bff;
	text-decoration: none;
}

a:active {
	color: #b32101;
	text-decoration:none;
}

a.appform_header:link {
	color: #FFF;
	text-decoration:none;
}

a.appform_header:visited {
  color: #FFF;
  text-decoration:none;
}

a.appform_header:hover {
	color: #FFF;
	text-decoration:underline;
}

a.appform_header:active {
	color: #b32101;
	text-decoration:none;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	background-image:url(images/background-grey.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#013b82;
	font-weight:bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#013b82;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	margin-top:0px;
	padding-top:0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#013b82;
	font-weight:bold;
	font-size:1.0em;
	margin-bottom:5px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#6c8cc8;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}

hr.locations {
	margin-top:2px;
	margin-bottom:2px;
}

.h_bold_pale {
	font-family: Arial, Helvetica, sans-serif;
	color:#6c8cc8;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}

.bold_pale {
	font-family: Arial, Helvetica, sans-serif;
	color:#6c8cc8;
	font-weight:bold;
}

.bold_red {
	color:#F00;
	font-weight:bold;
	font-size:larger;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:#6c8cc8;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:14px;
	margin-top:7px;
}

p.l6 {
	margin-left:14px;
}

.yellow_title {
	color:#fff2ab;
	font-weight:bold;
	font-size:1.3em;
}

.form_blueback {
	background-color:#014ca7;
	margin:5px 30px 5px 30px;
	border:2px solid #6c8cc8;
	padding:10px;
	color:#FFF;
}

ol.questions_list li {
	color:#6c8cc8;
	margin-bottom:20px;
	font-weight:bold;
	font-size:1.3em;
}

ol.questions_list li li {
	color:#000;
	font-weight:normal;
	font-size:0.77em;
	list-style-type:disc;
}

ol.questions_list p {
	color:#000;
	font-weight:normal;
	font-size:0.77em;
}

tr.lightstripe {
	background-color:#0064df;
}

table.franch_app_table td {
	border-bottom:1px solid #CCC;
}

table.franch_app_table_inner td {
	border-bottom:0px;
}

table.franch_app_table_chart1 td {
	border-bottom:1px solid #666;
}

table.franch_app_schedule td.header {
	background-color:#000;
	color:#FFF;
	border:1px solid black;
}

/*table.franch_app_schedule td {
	/*border:0px 1px 1px 1px;
	border-style:solid;
	border-color:#999;
}*/

#franch_app_popup {
	/*border:1px dashed red;*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:600px;
	background-color:white;
	overflow:auto;
	padding-left:15px;
	padding-right:15px;
}

#franch_app_popup_closebutton {
	text-align:right;
	background-color:#000;
	border:1px solid white;
	margin-left:auto;
	margin-right:auto;
	color:white;
	width:990px;
	padding:4px;
}

#franch_app_popup_greyout {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(images/greyback.png);
	background-repeat:repeat;
	z-index:100;
}

.required_star {
	color:#09F;
	font-size:1.1em;
}

td.facts_line {
	border-bottom:1px solid #39F;
}

td.facts_line_top {
	border-bottom:1px solid #39F;
	border-top:1px solid #39F;
}

/* ------------ image styles ------------------ */

img.img_rt {
	float:right;
	margin:15px 0px 15px 20px;
}

img.img_lft {
	float:left;
	margin:15px 20px 15px 0px;
}

img.bodyimage_large_rt {
	float:right;
	margin:0px 0px 15px 20px;
	width:425px;
}

img.bodyimage_large_lft {
	float:left;
	margin:0px 20px 15px 0px;
	width:425px;
}

img.bodyimage_med_rt {
	float:right;
	margin:0px 0px 15px 20px;
	width:375px;
}

img.bodyimage_med_lft {
	float:left;
	margin:0px 20px 15px 0px;
	width:375px;
}


/* ------------- content styles --------------- */

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	position:relative;
	width:1200px;
	/*background-image:url(images/background-test.jpg);*/
	background-repeat:no-repeat;
	/*border:1px dashed red;*/
}

#main_menu {
	width:1200px;
	clear:both;
	/*border:1px dashed red;*/
}

#main_content {
	width:1200px;
	clear:both;
	/*border:1px dashed red;*/
}

#submenu_container {
	background-image:url(images/frown.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1108px;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
	
}

#submenu_table_container {
	border:0px;
	text-align:center;
}

#left_column {
	width:20%;
	float:left;
	/*border:1px dashed red;*/
}

#wordbubble_container {
	text-align:right;
	margin-right:20px;
	margin-top:20px;
}

#side_drinks_container {
	text-align:right;
	margin-right:20px;
	margin-top:20px;
	overflow:visible;
	position:absolute;
	left:-23px;
}

#side_drinks_spacer {
	width:255px;
	/*border:1px dashed red;*/
}

#side_drinks_kids_spacer {
	width:340px;
	/*border:1px dashed red;*/
}

#center_column { /* fixed height and overflow:auto removed for handheld compatibility */
	/*height:*/
	width:52%;
	padding-right:20px;
	/*overflow:auto;*/
	/*border:1px dashed red;*/
	float:left;
}

@ media handheld {
   #center_column {
	/*height:*/
	width:52%;
	padding-right:20px;
	/*overflow:auto;*/
	/*border:1px dashed red;*/
	float:left;
   }
}      

#right_column {
	width:24%;
	float:left;
	/*border:1px dashed red;*/
}

#flash_sidebar_container {
	text-align:left;
	margin-left:20px;
	width:232px;
	margin-bottom:15px;
	/*border:1px solid #6ba8d0;*/
}

#flash_border {
	border:1px solid #6ba8d0;
}

#bottom_container {
	width:1100px;
	margin-left:50px;
	clear:both;
	border-top:1px solid black;
	padding-top:10px;
	/*border:1px dashed red;*/
}

#bottom_links {
	float:right;
	width:550px;
	text-align:right;
	vertical-align:top;
	font-size:0.9em;
	/*border:1px dashed red;*/
}

#bottom_text {
	color:#333333;
	float:left;
	width:530px;
	text-align:left;
	vertical-align:top;
	/*border:1px dashed red;*/
}

#image_preloader {
	visibility:hidden;
	top:0px;
	left:0px;
	height:1px;
	overflow:hidden;
}

ul.locations {
	list-style-type:disc;
	color:#013b82;
	margin-left:5px;
	padding-left:0px;
}

/* ----------------------  page-specific styles ------------------------- */

table#news_table td {
	border-bottom:1px solid #333;
}

table#news_table td.news_thumb {
	width:25%;
}

table#news_table td.news_copy {
	width:75%;
}

table#news_table img {
	width:120px;
}

#news_article img {
	width:270px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

#news_article_content {
	clear:none;
}

.mapthumb_top {
	margin-right:6px;
	width:110px;
}

.mapthumb_top_rt {
	/*margin-right:6px;*/
	width:110px;
}

.daily_specials_content {
	position:absolute;
	top:600px;
	width:645px;
}

.everyday_specials_content {
	position:absolute;
	top:390px;
	width:645px;
	/*text-align:center;*/
}

#crabby_franchises_portrait {
	position:absolute;
	top:500px;
}

.over_restrictions {
	margin-bottom:2px;
}

.restrictions {
	font-size:0.8em;
	margin-top:4px;
}
