@charset "utf-8";

/* color theme:

Use this-> Mexican Spice: http://kuler.adobe.com/#themeID/876600 
		Mexican Spice (new)			Mexican Plate (old)
	Dark Green: 	#054F00  Dark-Blue: #292540
	light Green: 	#8F8D00  Tan: 		#BBBF9B
	Yellow: 		#FFA400  Mustard : 	#D9B13B
	Red: 			#AD2A00  Rust :		#BF6A39
	Cranberry: 		#6E0035  Brown-Red: #A65341
	
Old -> Mexican Plate:  http://kuler.adobe.com/#themeID/480553
	Dark-Blue: 	#292540
	Tan: 		#BBBF9B
	Mustard : 	#D9B13B
	Rust :		#BF6A39
	Brown-Red: 	#A65341


*/
body  {
	font:  Times, Helvetica, Verdana, Arial,  sans-serif;
	font-size: 16px;
	//background: #AD2A00 url(http://www.mm-ebiz.com/images/gradient-800-black-white.png) repeat-x;
	background: #AD2A00;
	//background: #AD2A00 url(images/brick.png) repeat;
	background: #AD2A00 url(images/stucco-2.jpg) repeat;
	//background: #AD2A00 url(images/Stucco.jpg) repeat;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	//color: #8F8D00;
	color: #FFFFFF;
	height:100%; 
}

h1 {
	font-size: 24px;
	//color: #8F8D00;
	color: #FFFFFF;
}

h2 {
	font-size: 18px;
	//color: #8F8D00;
	color: #FFFFFF;
}

#container {
	position: relative; 
	//width: auto;  
	width: 1000px;
	background: #AD2A00;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8F8D00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFA400;
	height:100%;

} 

#header {
	//color: #FFA400;
	color: #FFFFFF;
	height: 200px; 
	background: #8F8D00;
	border-bottom: 1px solid #FFA400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	//text-align:left;
	vertical-align:middle;
	//background-image:url(images/B&W-gradient_banner.png);
	//background-repeat:repeat-y;
	//background-position:left left;
} 

#header_logo {
    //float:left;
	//margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
	width:auto;
	margin-top: 0px;
	//vertical-align:middle;

}

#header_content {
    float:right;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:right;
	vertical-align:middle;
	width: 600px;
}

#left_sidebar {
	float: left;
	margin-left:5px;
	margin-top: 60px;
	left: 0px;
	width: 130px;
	padding: 5px;

	//background-color: #ffffff;
	//color: #AD2A00;
	height:100%;
	border: thin solid #000;
	background-color: #8F8D00;
	color: #6E0035;
}

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	//height:100%;
	min-height:700px;
	text-align: center;
	font-weight:normal;
}

#mainContent_narrow {
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
	//margin-right: 195px;
	width: 630px;
	height:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	height:100%; 
	//color: black;
}


#right_sidebar {
	float: right;
	margin-top: 50px;
	margin-right: 0px;
	width: 185px;
	height: auto;
	background-color: #8F8D00;
	color:  black;
	padding: 5px;
	//overflow: auto;
	text-align:center;
	border-top:    1px solid #000;
	border-bottom: 2px solid #000;
	border-left:   1px solid #000;
	border-right:  2px solid #000;
	height:100%; 
}

#right_sidebar a:link {
  text-decoration:underline;
  color: yellow;
  border-color:#00FFFF;
}


#right_sidebar a:hover {
  text-decoration:none;
  color: #FFFFFF;
  border-color:#FFFFFF;

}


#footer {
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10pt;
	text-align: center;
	color: #000;
	background: #8F8D00;
} 

#footer a {
color:  #FFFF00;
text-decoration:underline;

}


.clear {
clear:both;
}




#adminarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	//background: #2E3191;
	background: #FFFFFF;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#adminarea a 		{color: blue}
#adminarea a:link 	{color: blue}
#adminarea a:active {color: blue}
#adminarea a:hover 	{color: red}




#header_link{
	display:block;
	width:1000px;
	height:130px;
	margin-left: 0px;
	margin-top: 0px;
	//position: relative;
	text-decoration: none;
}


a:link {
  text-decoration:underline;
  color: yellow;
  border-color: yellow;
}


a:visited {
  text-decoration:underline;
  color: yellow;
  border-color: yellow;
}


a:hover {
  text-decoration:none;
  color: #FFFFFF;
  border-color:#FFFFFF;

}


#light_link a:hover {
  text-decoration:underline;
  color: #7990A1;
}

#light_link a {
  text-decoration:underline;
  color: #00ffff;
  border:#00ffff;
}

#big_box_list li {
  text-decoration:none;
  font-size: 14pt;
  color: #000;
  list-style: disc url("images/li-disc-1.png");
  padding-top: 10px; 
    padding-bottom: 10px; 
  //border-color:#FF0000;

}

#big_box_list a {
  text-decoration:underline;
  font-size: 14pt;
  color: #00F;
  //border-color:#FF0000;

}




#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#banner_image_2col {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 425px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#banner_image {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}





#breadcrumbs {
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    margin-top: 5px;
	margin-right: 0px;
	//margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	//padding-right: 0px;
	//padding-bottom: 0px;
	padding-left: 10px;
	background: #FFA400;
	//color:	   #AD2A00;
} 

#breadcrumbs a {
  color:	   #AD2A00;
  //color:	   #FFFFFF;
  text-decoration: underline;
} 

#breadcrumbs a:hover {
  color:	   #FFA400;
  text-decoration: none;
  background: #8F8D00;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clear_all {
	clear: both;
}

#addr_small {
	font-size: 10pt;
	color: #000;
}

#addr_small a:link {
	color:	   #00FFFF;
	text-decoration: underline;
}

#addr_small a:hover {
	color:	   #FFFFFF;
	text-decoration: none;
}



/******************************/
/*  new boxes with gradients  */
/******************************/

/**********************
.newsboxHead_1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
}


.newsboxItem_1 {
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	float: left;
	width: 275px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
	//margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient.png) repeat-x;
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxHead_2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
}

.newsboxItem_2 {
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	float: right;
	width: 275px;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	//margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient.png) repeat-x;
	
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxHead_3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
}

.newsboxItem_3 {
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	float: left;
	width: 570px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
	//margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient.png) repeat-x;
	
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}


.newsboxHead_bigbox_1 {
	color: #FFA400;
	font-weight: bold;
	font-size: 18px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
}

.newsboxItem_bigbox_1 {
 	//float: left;
 	margin-left: 25px; 
 	margin-top:20px;
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	//float: right;
	width: 550px;
	color: #FFA400;
	padding: 5px;
	//margin-left: 5px;
	//margin-right: 5px;
	//margin-top: 325px;
	border: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #AD2A00 url(images/dark-gradient-400.png) repeat-x;

	//background: #9B0000 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient.png) repeat-x;
	//background: #FFFF00 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient-yellow.png) repeat-x;
	
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}



.newsboxHead_bigbox_2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
}

.newsboxItem_bigbox_2 {
    float: left;
	margin-left: 5px;
	margin-top:5px;
	font-size: 18px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align: center;
	width: 570px;
	color: #FFFFFF;
	padding: 5px;	
	//margin-right: 5px;
	//margin-top: 325px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient.png) repeat-x;
	//background: #9B0000 url(http://www.dodiesplacesportsgrill.com/images/Black-Gray-Black-Gradient.png) repeat-x;
	//background: #FFFF00 url(http://www.dodiesplacesportsgrill.com/images/newsbox-gradient-yellow.png) repeat-x;

	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxItem_1 ul{
	margin-left: -20px;
}

.newsboxItem_2 ul{
	margin-left: -20px;
}

.newsboxItem_3 ul{
	margin-left: -20px;
}
*************/


.italic {
	font-style: italic;
	font-size:20px;
}
.bold {
	font-weight: bold;
	text-decoration: underline;
}

.hh_food {
	background-color: #FFA400;
	width: 350px;
	border: thin ridge #FF0;
	position: absolute;
	left: 396px;
	top: 802px;
	float: left;
	color: #000;
	padding: 5px;
	height: auto;
}

.hh_bombs {
	background-color: #FFA400;
	width: 150px;
	border: thin ridge #FF0;
	position: absolute;
	left: 192px;
	top: 706px;
	float: left;
	color: #000;
	padding: 5px;
}

.hh_wells {
	background-color: #FFA400;
	width: 150px;
	border: thin ridge #FF0;
	position: absolute;
	left: 192px;
	top: 847px;
	float: left;
	color: #000;
	padding: 5px;
}

.hh_dom_drafts {
	background-color: #FFA400;
	width: 200px;
	border: thin ridge #FF0;
	position: absolute;
	left: 773px;
	top: 622px;
	float: left;
	color: #000;
	padding: 5px;
}

.hh_import_drafts {
	background-color: #FFA400;
	width: 150px;
	border: thin ridge #FF0;
	position: absolute;
	top: 813px;
	float: left;
	color: #000;
	left: 795px;
	padding: 5px;

}

.cowboys_specials {
	background-color: #003159;
	width: 200px;
	border: thin ridge #ffffff;
	position: absolute;
	top: 509px;
	float: left;
	color: #dde0db;
	left: 773px;
	padding: 5px;
	height: 84px;

}

.hh_dom_bottle {
	background-color: #FFA400;
	width: 200px;
	border: thin ridge #FF0;
	position: absolute;
	left: 168px;
	top: 510px;
	float: left;
	color: #000;
	padding: 5px;

}
.daily_drink_specials {
	color: #000;
	background-color: #FFA400;
	width: 350px;
	position: absolute;
	left: 396px;
	top: 510px;
	text-align: left;
	padding: 5px;
	border: thin ridge #FF0;
}
.hh_daily {
	font-family: "Comic Sans MS", cursive;
	background-color: #FFF;
	padding: 10px;
	float: none;
	width: 250px;
	position: absolute;
	color: #000;
	left: 434px;
	top: 292px;
	font-size: 24px;
	font-weight: bold;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	height: 69px;
	background-image: url(images/white-gray-white-gradient.png);
}
addr_phone {
	color: #000;
}

