@charset "utf-8";
body  {
	font:  Times, Helvetica, Verdana, Arial,  sans-serif;
	font-size: 16px;
	//background: #2E3191;
	background: #FFFFFF url(http://www.mm-ebiz.com/images/gradient-800-black-white.png) repeat-x;
	//background: #888888;
	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: #fff;
	//text-shadow: 1px 1px 1px #550;
}

#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}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	//width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 1000px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#mainContent {
	//float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#mainContent_narrow {
	//float:left;
	margin-top: 0px;
	margin-left: 0px
	margin-bottom: 10px;
	margin-right: 270px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#header {
	height: 135px; 
	background: #7990A1;
	border-bottom: 1px solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat:no-repeat;
	background-position:center center;
} 

#left_sidebar {
	//position: absolute;
	float: left;
	margin-left:10px;
	margin-top: 115px;
	left: 0px;
	width: 130px;
	padding: 10px;
	//background-color: #ffffff;		
}

#right_sidebar {
	//position: relative;
	float: right;
	margin-top: -600px;
	margin-right: 0px;
	width: 260px;
	height: 600px;
	background-color: #FFFFFF;
	color:  black;
	padding: 5px;
	overflow: auto;
	text-align:center;
	//border-top:    1px solid #F00;
	//border-bottom: 1px solid #F00;
	//border-left:   1px solid #F00;
	//border-right:  1px solid #F00;
}

#right_sidebar a:link {
  text-decoration:underline;
  color: #0000FF;
  border-color:#0000FF;
}


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

}


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

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

}



#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: #FFFF00;
  border-color:#0000FF;
}

a:visited {
  //text-decoration:underline;
  //color: #FFFF00;
  //border-color:#FFFF00;
}

a:hover {
  text-decoration:none;
  color: #7990A1;
  border-color:#7990A1;
  //background: url("images/dodiesweblogo-50.gif");

}


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

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

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

}

#my_list li a {
  text-decoration:underline;
  font-size: 14pt;
  color: #FFFF00;
  //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: 5px;
	//margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	//padding-right: 0px;
	//padding-bottom: 0px;
	padding-left: 10px;
	background:#DDD;
	//color:	   #FFF;
} 

#breadcrumbs a {
  color:	   #000;
} 

.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;
}

#addr_small {
	font-size: 10pt
}



/******************************/
/*  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: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
}

.newsboxItem_bigbox_1 {
 	float: left;
 	margin-left: 5px; 
 	margin-top:20px;
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	//float: right;
	width: 520px;
	color: #FFFFFF;
	padding: 5px;
	//margin-left: 5px;
	//margin-right: 5px;
	//margin-top: 325px;
	border: 1px solid #7990A1;
	border-right: 2px solid #7990A1;
	border-bottom: 2px solid #7990A1;
	background: #000000 url(images/Black-Gray-Black-Gradient.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;
}









