@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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;
	background-color: #FFFFFF;
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.articlesGrid
{
	border: solid 1px black;
	margin:0 auto;
}
.thrColFixHdr #bigcontainer
{
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../../images/bigcontainer-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

.thrColFixHdr #container {
	width: 790px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../../images/background.png);
	background-repeat: repeat-y;
	background-position: left top;	

} 
.thrColFixHdr #header { 
	background-color: #9d2e31; 
	color:White;
	font-size:10pt;
} 

ul#mainNav {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 164px;
    border-bottom: 1px solid silver;

}
#mainNav a 
{
	color:#000;        
    font-size: 13pt;
    /*text-transform: uppercase;*/
    text-decoration: none;
    border-top: 1px solid silver;    
	padding: 1px 5px;
	display: block;
	background-color: #FFF;
}
	
#welcomebox
{
	font-size: 8pt; /*border: solid 1px white;*/
}
		
.thrColFixHdr #welcometext
{
	font-size: 8pt; /*border: solid 1px white;*/
	width: 250px;
	top: 10px;
	left: 28px;
	position: relative;
	padding: 0;
}

.menu-item {
	float: left;
}

.menu-item-price {
	float: right;
}

.infobox{
	width:168px;
	margin: 0 auto;	
	font-size: 8pt;
	border-top: solid 1px silver;
	padding: 2px 0 2px 0;	
}

.infobox2{
	width:164px;
	margin: 0 auto;	
	/*
	font-size: 8pt;
	border-top: solid 1px silver;
	padding: 2px 0 2px 0;	
	*/
}

.loginView
{
	font-size:8pt;
	margin: 0 auto;
}

.sidebarTitle
{
	background:#9d2e31;
	color:White;
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	padding: 1px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	/*border: solid 1px black; */
	
	/*border-right: solid 1px silver;*/
	padding: 0px 0px 2px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	/*border: solid 1px black; */
	
	/*border-left: solid 1px silver;*/
	padding: 0px 0px 2px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent 
{	
	font-size:11pt;
	margin: 2px 171px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	/*border-right: solid 1px silver;
	border-left: solid 1px silver;*/
	
	background-color: #FFFFFF;
} 

#mainContent div.sectiontitle
/*, #centercolcontent .sectiontitle span*/
{
   font-weight: bold;
   font-size: 14pt;
   color: #9d2e31;
}

#mainContentArticles
{
	margin:0 auto; 
	width:436px;
}

.articlebox
{
   width:420px;
   /*background-color: #fff6eb;*/
   /*color: maroon;*/
   /*border: dashed 1px #723330;*/
   padding: 6px 6px 6px 6px;
   font-size: 11pt;
}

.thrColFixHdr #footer {
	/*padding: 0 10px 0 20px;*/
	background-color: #9d2e31;
} 
.thrColFixHdr #footer p 
{
	color:White;
	font-size:10pt;
	text-align:center;
	margin: 2px auto 0px auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.highlight
{
	background-color: #fefbd2;
	color: #000000;
}

#mainNav a:hover {
    color:White;
    background-color: #9D2E31;
}

#mainNav li {
    display: inline;
}

.justCenter
{
	margin: 0 auto;
}
.justImageCenter
{
	display:block;
	margin: 0 auto;
}

.map-image-center
{
	width: 360px;
	margin: 0 auto;
}

td.fieldname
{
   text-align: left;
   font: 9pt;
}

.sectionsubtitle
{
	font-size:12pt;
	font-weight: bold;
	padding-bottom: 4px;
}

.classRSS
{
	color:White;
	vertical-align: middle;
	text-decoration:none;
}

.classRSS a
{
	color:White;
	vertical-align: middle;
	text-decoration:none;
}

.classRSS a:hover
{
	color:White;
	vertical-align: middle;
	text-decoration:none;
}

.listingArticleTitle
{	
	font-size:12pt;
	width:390px;
	/*margin: 2px auto 0 auto;*/
	color:Orange;
	text-decoration:none;	
}

.listingArticleTitle a
{
	width:390px;
	margin: 2px auto 0 auto;	
	font-size:12pt;
	color:Orange;
	text-decoration:none;
}

.listingArticleTitle a:hover 
{
	width:390px;
	margin: 2px auto;
	font-size:12pt;
	text-decoration:underline;	
}

.articleTitle
{	
	font-size:16pt;
	width:430px;
	/*margin: 2px auto 0 auto;*/
	color:Orange;
	text-decoration:none;	
}

.articleTitle a
{
	width:430px;
	margin: 2px auto 0 auto;	
	font-size:16pt;
	color:Orange;
	text-decoration:none;
}

.articleTitle a:hover 
{
	width:430px;
	margin: 2px auto;
	text-decoration:underline;	
}
.articleCategoryAndDate
{
	/*border:solid 1px red;*/
	border-bottom: solid 1px silver;
	border-bottom-width:95%;
	width:430px;	
	font-size:8pt;
	color:Olive;	
	margin: 0 auto;
	padding: 0;
	margin-bottom: 2px;
}

.articleBody
{	
	/*background: pink;
	border:solid 1px red;*/
	width:430px;
	margin: 0px auto;
	overflow:auto;
	padding-top: 0px;
}

.articleBody p
{
	margin: 0;
}

.articleBody img
{
	display:block;
	margin: 0 auto;
}

.spoonDivider
{
	display:block;
	margin: 10px auto;
}

.adSpace
{
	display:block;
	margin: 2px auto;
}

.fieldname
{
   text-align: right;
}

.map-border {
	border: 1px solid 9D2E31; /*Draw red border around the map*/
}

.imageVertAlignMiddle
{
	vertical-align: middle
}

.PasswordRecoverySubmitButton
{
	position: relative;
	right: 2px;
}

.addEditArticleDetailView
{
	margin:0 auto;
	width: 430px;
}

.categoryGridView
{	
	width: 430px;
	overflow: scroll;
}

.addCategoryDetailView
{	
	width: 430px;
}

.showArticlePostCommentDetailView
{
	margin:0 auto;
	width: 430px;
}

.pageBanner
{
	display:block;
}
.redHr
{	
	display:block;
	width:440px;
	margin: 0 auto;
}
* html #mainNav a {
    height: 1px;
}


