/* @group Body */

body {
	align:center;
	text-align: center;
	margin: auto;
	height: 100%;
	width: 920px;
	background: #EBB303 left top;
}

html {}

img {
	border-style: none
}

p {
	height: auto;
	margin: auto;
	padding: 10px 0 0;
}


/* @end */

/* @group Style Overides */

a:link { text-decoration: none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }

/* @end */

/* @group Masthead  */

#Logo {
	margin: 0;
	padding: 0;
	z-index: 2;
	position: absolute;
	top: 10px;
	text-align: right;
}

#GoogleSiteSearch {
	width: 900px;
	text-align: right;
	margin: auto;
	padding: 0;
	z-index: 1;
	position: absolute;
	top: 10px;
}

/* @end */

/* @group Page */

#Page {
	position: relative;
	margin: 0 auto 12px;
	width: 920px;
	height: auto;
	background-color: white;
}

#TopLevelNav {
	width: 900px;
	margin: auto;
}

#Category {
	color: black;	
	text-align: right;
	position: absolute;
	top: 274px;
	width: 900px;
	z-index: 3;
	margin: auto;
	font-family: "Century Gothic", "Lucida Grande", Helvetica;
	overflow: hidden;
	height: 40px;
	padding: 0;
	background: url(http://rodeogrillchow.com/Resources/content_bkgd_60.png) repeat;
}

#Masthead {
	width: 900px;
	overflow: hidden;
	background-color: black;
	color: white;
	text-align: left;
	background-image: url(http://rodeogrillchow.com/css/A001/TilesWarmGray.jpg);
}

#PrimaryNav {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	width: 900px;
	background-color: #911200;
}



/* @end */

/* @group Content */

#Content {
	font: 10pt/15pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 900px;
	float: left;
	background-color: white;
	margin: auto;
	padding: 10px;
}

.Home2Col {
	color: black;
	width: 425px;
	padding: 12px;
	float: left;
	margin: auto;
	border-right: 1px dotted silver;
}

.Home3Col {
	color: black;
	width: 275px;
	padding: 12px;
	float: left;
	margin: auto;
	border-right: 1px dotted silver;
}

.Home4Col {
	color: black;
	width: 200px;
	padding: 12px;
	float: left;
	margin: auto;
	border-right: 1px dotted silver;
}

#SectionNav {
	width: 180px;
	text-align: left;
	float: left;
	padding-right: 10px;
	background-color: white;
	margin: 0;
}

#Article {
	width: 684px;
	float: left;
	padding: 0 0 24px 24px;
	margin: auto;
	color: black;
}

#RightColumn {
	text-align: left;
	float: right;
	width: 180px;
	border-left: 1px dotted silver;
	padding-left: 12px;
	padding-bottom: 12px;
	margin: 0 0 12px 12px;
	background-color: white;
	border-bottom: 1px dotted silver;
	color: gray;
	font: 10px/16px "Century Gothic", "Lucida Grande", Helvetica;
}



/* @end */

/* @group Footer */

#BottomNav {
	padding: 0;
	margin: 0;
	border-bottom: 4px solid #911200;
	width: 920px;
	float: left;
	background-color: white;
	border-top: 1px solid gray;
	clear: left;
}

#SiteCredits {
	color: black;
	font: 9px/9px Verdana, "Trebuchet MS", Helvetica, Arial;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	position: relative;
	float: left;
	width: 100%;
}

#SiteCredits a {
	color: black;
	text-decoration: none;
}

#FooterNav {
	width: 100%;
	margin: auto;
	padding-top: 10px;
	float: left;
	position: relative;
	padding-bottom: 10px;
}



/* @end */

/* @group edit.php Page */

#EditLeft {
	color: black;
	font: 10pt/15pt Georgia, "Times New Roman", Times, serif;
	width: 275px;
	padding: 12px;
	text-align: left;
	float: left;
	margin: auto;
}

#EditRight {
	color: black;
	font: 10pt/15pt Georgia, "Times New Roman", Times, serif;
	width: 575px;
	padding: 12px;
	text-align: left;
	float: left;
	margin: auto;
	border-left: 1px dotted silver;
}



/* @end */

/* @group Twitter Feed */

#twitter_div {
	margin: auto;
	list-style-type: none;
	padding-left: 0;
	padding: 0;
}

#twitter_div a {
	color: gray;
	display: block;
}

#twitter_update_list {
	list-style-type: none;
	text-indent: 0;
	display: list-item;
}

#twitter_update_list li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 0;

}

#twitter-link {
	font-family: "Century Gothic", "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}



/* @end */