/* CSS DOCUMENT FOR GILLIGANS RESTARUANTS */
/* DESIGNED BY: NYN DESIGN - MARCH 2010 */

/* ***********************************************************************************
			MAIN SITE STYLES 
*********************************************************************************** */

*:focus {outline: none;}

body {
	background-color: #0F0F0F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, th {
	color: #E1E1E1;
	font-family: Century Gothic, Arial;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #EF3038;
	font-family: Century Gothic, Arial;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
h3 {
	color: #F60;
}



a {
	color: #F63;
}

a:hover {
	color: #F90;
}

#top {
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #0F0F0F;
}

#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 5;
	background-image: url(../img/elements/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/************************************************************************************
			HEADER ELEMENTS		
************************************************************************************/
#link-bar {
	margin-top: 10px;
	overflow: hidden;
	font-size: 12px;
	padding-left: 15px;
	height: 100px;
}

#link-bar ul {
	display: inline;
}

#link-bar ul li {
	float: left;
	list-style-type: none;
	display: block;
	padding-right: 15px;
	text-align: center;
	padding-left: 13px;
	margin-right: 13px;
	margin-top: 17px;
}

#link-bar ul li a {
	color: #E1E1E1;
	text-decoration: none;
}

#link-bar ul li a:hover {
	color: #ED1B23;
}


#header {
	color: #CCC;
	overflow: hidden;
	padding-bottom: 5px;
	font-family: arial;
	clear: both;
}

.header-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 325px;
}	

#header div.intro {
	float: left;
	width: 325px;
}
#header div.featured {
	float: right;
}


#header h1 {
	color: #ED1B23;
	font-family: "Lucida Sans";
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 20px;
}

#header .subtitle {
	color: #930;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	width: 200px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding: 0px;
	font-weight: bold;
}

#header p {
	font-size: 12px;
	color: #999;
	width: 275px;
	line-height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#header p a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#header p a:hover {
	color: #CCC;
	text-decoration: none;
}


#login-container {
	float: right;
	width: 360px;
	height: 70px;
	font-size: 11px;
	color: #ED1B23;
	position: relative;
	top: -40px;
}

#login-container form {
	height: 70px;
	margin: 0px;
	padding: 0px;
}


#login-container form input#username_login,#login-container form input#password_login {
	border: 1px solid #FFF;
	height: 18px;
	width: 145px;
	color: #ED1B23;
	font-weight: bold;
}

#login-container form input#username_login,#login-container form input#password_login:focus {
	border: 1px solid #FFF;
}

#login-container form.btn {
}

#login-container .user-icon {
	display: block;
	margin-top: 10px;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}

#login-container table tr td {
	font-size: 11px;
	color: #ED1C23;
	font-weight: bold;
}



#login-container table tr td a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	float: right;
	font-size: 11px;
	font-style: italic;
	display: block;
	position: relative;
}

#login-container table tr td a:hover {
	color: #D61200;
	text-decoration: underline;
}

#login-container table tr td input#username_login,#login-container table tr td input#password_login {
	background-color: #CCC;
	margin-right: 5px;
}
.rightFloat-1 {
	float: right;
	margin-right: 15px;
	display: block;
	background-image: url(../img/buttons/readMore.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 19px;
	margin-left: 1px;
	padding-left: 5px;
	background-position: left top;
	margin-top: 15px;
	padding-top: 3px;
	color: #FFF;
}
.rightFloat-1 a {
	color: #FFF;
}

.right_03 {
	float: right;
	margin-right: 55px;
	margin-left: 15px;
}

.left_03 {
	float: left;
	margin-right: 15px;
}

.rightFloat-1:hover {
	background-position: left -22px;
}

/************************************************************************************
			MAIN SITE TAMPLATE ELEMENTS
************************************************************************************/
#content {
	width: 99%;
	overflow: hidden;
	padding: 10px;
	padding: 10px;
}

#featured-poster {
	width: 292px;
	height: 429px;
	float: left;
	margin-left: 25px;
}

.poster1 {
	background-image: url(../img/elements/featuredPoster02.jpg);
	display: inline;
}

.home-feat-cont {
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

/************************************************************************************
			FOOTER ELEMENTS
************************************************************************************/

#footer-alt {
	background-image:url("../img/elements/footer-bar.png");	
	width: 975px;
	height: 49px;
	padding-top: 17px;
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
	font: arial;
	font-size: 16px;
	line-height: 16px;
}

#footer-alt a {
	color: #000000;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}
#footer-alt a:hover {
	color: #DC0000;
}


#footer {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	overflow:hidden;
	width:1114px;
}

#footer #top {
	background-image: url(../img/footer/footer-top.jpg);
	height: 95px;
	width: 1114px;
}

#footer #mid {
	min-height: 200px;
	background-image: url(../img/footer/footer-mid.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer #bottom {
	background-image: url(../img/footer/footer-bottom.jpg);
	height: 49px;
	width: 1114px;
}
.location-thumb {
	width: 225px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	color: #FFF;
	font-family: Arial;
	height: 225px;
}
.location-thumb p {
	width: 200px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 15px;
}
.location-thumb img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.img-loc-t {
	display:block;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width:160px;
	*height:160px;
}
.img-loc-t a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:160px;
	width:160px;
}
.img-loc-t a img{
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	filter:alpha(opacity=80);
	opacity:0.8;
	width:153px;
	max-height:153px;
	border:none;
}
.img-loc-t a img:hover{
	filter:alpha(opacity=100);
	opacity:1;
}

#developer {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Helvetica;
}

#developer .designs {
	font-style: italic;
}

#developer a:link, #developer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#developer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/************************************************************************************ 
		Navigation menu styles
*************************************************************************************/

#menu-container ul {
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#menu-container ul li {
	display:block;
	float:left;
	height:25px;
	list-style-type:none;
	overflow:hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu-container ul li a, #menu-container ul li a:hover, #menu-container ul li a:visited {
	text-decoration:none;
}

#menu-container .normalMenu, #menu-container .normalMenu:visited, #menu-container .hoverMenu, #menu-container .hoverMenu:visited, #menu-container .selectedMenu, #menu-container .selectedMenu:visited {
	outline:none;
	display:block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	cursor:hand;
	cursor:pointer;
}

#menu-container .hoverMenu, #menu-container .hoverMenu:visited, #menu-container .selectedMenu, #menu-container .selectedMenu:visited {
	margin-top:-25px;
	color: #F00;
	background-repeat: repeat-x;
	cursor:hand;
	cursor:pointer;
}

#menu-container .selectedMenu:visited {
	margin:0;
	color: #ED1C23;
}

#menu-container .selectedMenu {
	margin:0;
	color: #ED1B23;
}

#menu-container .selectedMenu:hover {
	cursor: pointer;
	cursor: hand;
}

#menu-container .normalMenu, #menu-container .normalMenu:visited {
	color:#FFF;
}

/************************************************************************************
		MAIN PAGE
************************************************************************************/

#burger1 {
	background-image:url("../img/elements/footer-burger1.png");
	background-repeat:no-repeat;
	bottom:60px;
	float:right;
	height:200px;
	position:relative;
	width:220px;
	z-index:6;
}

#col {
	width: 170px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	display: inline;
}
#col .re01 {
}


#col ul {
	margin: 0px;
	padding: 0px;
}

#col ul li {
	color: #2b2830;
	font-family: Arial;
	font-size: 13px;
	padding-left: 5px;
}

#col ul a {
	color: #2b2830;
	text-decoration: underline;
}

#col ul a:hover {
	color: #E4B955;
	text-decoration: none;
}

.outside {
	list-style-position: outside;
	list-style-image: url(../img/elements/bullet1.png);
}

.inside {
	list-style-image: url(../img/elements/bullet2.png);
	margin-left: 10px;
}

/**************************************
		HOURS OF OPERATION
**************************************/

#hours_of_operation td,th {
	color: #E1E1E1;
}

/**************************************
		WEEKLY SPECIALS
**************************************/

#weekly_specials td,th {
	color: #E1E1E1;
}
#weekly_specials strong {
	font-size: 16px;
}
.weekly_specials_top {
	vertical-align: top;
	font-style: italic;
	padding-right: 5px;
}

/**************************************
		FEATURED LUNCH / DINNER MENU
**************************************/

#feat_menu {
	float: left;
	width: 450px;
	margin-left: 75px;
	color: #a8a790;
	line-height: 16px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	display: inline;
}
#feat_menu_offset {
	float: right;
	width: 450px;
	margin-left: 50px;
	color: #a8a790;
	line-height: 16px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-right: 75px;
	margin-top: 25px;
}

#feat_menu .extra-pad-l {
	margin-left: 50px;
	padding-left: 50px;
}
#feat_menu .r01 , #feat_menu_offset .r01{
	float: right;
}
#feat_menu .l01 {
	float: left;
}
#feat_menu span a, #feat_menu_offset span a{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-family: arial;
	display: block;
	background-image: url(../img/buttons/readMore.png);
	background-position: left -22px;
	background-repeat: no-repeat;
	clear: both;
	width: 90px;
	height: 22px;
	padding-left: 7px;
}
#feat_menu span a:hover, #feat_menu_offset span a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-family: arial;
	display: block;
	background-image: url(../img/buttons/readMore.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	width: 90px;
	height: 22px;
	padding-left: 7px;
}

#feat_menu p , #feat_menu_offset p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}
#feat_menu strong , #feat_menu_offset strong{
	color: #a06649;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}


#feat_menu .img_left {
	float: left;
	border: 5px solid #d0c285;
	margin: 5px;
}
#feat_menu .img_right , #feat_menu_offset .img_right{
	float: right;
	border: 5px solid #d0c285;
}

/**************************************
		Javascript Disabled
**************************************/

#noscript {
	background:#fff url(../img/icons/pending.png) no-repeat left center;
	color: #1A1A1A;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:16px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	border-bottom:2px solid #D61200;
	width:100%;
	z-index:10001;
}
#noscript body, td, th {
	color: #1A1A1A;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}
#noscript h2 {
	color:#D61200;
	font-size:20px;
}
#noscript a {
	color:#D61200;
	text-decoration:none;
}
#noscript a:hover {
	color:#A35048;
}
#noscript input {
	display:block;
	width:175px;
	margin:auto;
	text-align:center;
}

/************************************** REMOVE UPON SITE COMPLETION  *********************************/
#underC {
	height: auto;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 150px;
	text-align: center;
}

.f_cehf_l {
	float: right;
	margin-right: 20px;
	position:relative;
	top: 40px;
}


.req {
	font-size: 18px;
	color: #EF3038;
}
.instruc {
	font-style: italic;
	color: #F90;
}

.fb-title-like {
	padding: 15px 0px 0px 15px !important;
}

.fb-home-page {
	width: 90px;
	height: 20px;
	float: right;
	position: relative;
	top: -94px;
	right: 13px;
}

