/******************************************************************************
 * Global style for Dean's and other restaurants.
 *
 * _general
 *
 * _containers
 *
 * _branding
 *
 * _navigation
 *
 * _primary content
 *
 * _secondary content
 *
 * _footer
 *
 ******************************************************************************/

/*---------------------------------------
 Colors used in site:
 
 heads					#660C13
 -----------------------------------------*/




/* _general
 ******************************************************************************/

/* zero out everything */
* { margin: 0; padding: 0; }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

img { border: 0; margin: 0; padding: 0; }

.clear { clear: both; }

body
{
	background-image: url(bkgntile.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
}



/* _containers
 ******************************************************************************/
#wrapper
{
	width: 790px;
	height: 15px;
	margin: 102px auto 0;
	padding: 0 44px;
	background-image: url(frametop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

* html #wrapper
{
	/* Hack for IE/Win6 to support PNG transparency
	 * http://thedesignspace.net/MT2archives/000103.html */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=css/frametop.png sizingMethod='scale');
}


#shell
{
	width: 790px;
	padding: 0 44px 0;
	background-image: url(shelltile.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 auto;
}

* html #shell
{
	/* Hack for IE/Win6 to support PNG transparency
	 * http://thedesignspace.net/MT2archives/000103.html */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=css/shelltile.png sizingMethod='scale'); 
}



/* _branding
 ******************************************************************************/
#branding
{
	margin: 85px 0 0 18px;
}



/* _navigation
 ******************************************************************************/
#mapnav { text-align: center; }

#nav
{
	text-align: center;
	margin: 1em 0;
}

#nav li
{
	display: inline;
	height: 20px;
}

#nav li a
{
	color: #7B5243;
	font-size: .9em;
	padding-left: 10px;
	margin: 0 8px;
	background: none;
}

#nav li a span
{
	padding-right: 10px;
	background: none;
}

#nav li a:hover
{
	background-image: url(navhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li a:hover span
{
	background-image: url(navhover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Rules to set current page */
.menu a#menu, 
.party a#party, 
.photos a#photos, 
.about a#about, 
.contact a#contact
{ 
	font-weight: bold; 
	cursor: default;
}

.menu a#menu:hover, 
.party a#party:hover, 
.photos a#photos:hover, 
.about a#about:hover, 
.contact a#contact:hover,
.menu a#menu:hover span, 
.party a#party:hover span, 
.photos a#photos:hover span, 
.about a#about:hover span, 
.contact a#contact:hover span
{ 
	background: none; 
}



/* _primary content
 ******************************************************************************/
#rightside
{
	width: 538px;
	float: right;
	display: inline;
}

/* photo gallery div
 * created by DOM script 
 * in photos.html */
#rightside #gallery
{
	width: 521px;
	padding-right: 17px;
	padding-bottom: 17px;
	text-align: center;
}

p#description
{
	font-size: .8em;
	line-height: 1em;
	margin: 2em 0 1em;
}

#content
{
	padding-left: 50px;
	padding-top: 1em;
}

#content h1
{
	color: #660C13;
	font-size: 1em;
}

#content h2
{
	color: black;
	font-size: .9em;
}

#content p
{
	font-size: .8em;
	margin-bottom: 1em;
}

#content a:link
{
	color: #660C13;
	text-decoration: underline;
}

#content a:visited
{
	color: black;
	text-decoration: underline;
}

#content a:hover
{
	color: #660C13;
	text-decoration: none;
}

#content ul
{
	margin-bottom: 1em;
}

#content li
{
	list-style-type: disc;
	list-style-position: outside;
	font-size: .8em;
	margin-bottom: .2em;
	padding-left: 0;
	margin-left: 2em;
}


/*
 * Rules for menus page
 */

.menu #content
{
	text-align: center;
	width: 520px;
	padding-left: 0;
}

.menu #content ul
{ 
	margin-top: 1em; 
	margin-left: 2.5em;
}

.menu #content ul, .menu #content li
{ 
	list-style-type: none; 
}

.menu #content li
{
	width: 123px;
	display: inline;
	margin: 1em;
}

.menu #content li a
{
	width: 123px;
	padding-top: 175px;
	padding-bottom: 2em;
	background-image: url(menubkgn_reg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	text-decoration: none;
	color: #660C13;
	
	float: left;
	padding-left: 1em;
	padding-right: 1em;
}

.menu #content li a:hover
{
	background-image: url(menubkgn_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: underline;
	color: #660C13;
}

.menu li#notready
{
	position: relative;
	top: 10px;
}
.menu li#notready a
{
	padding-top: 167px;
	color: black;
	text-decoration: none;
}

.menu li#notready a:hover
{
	background-image: url(menubkgn_reg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: default;
	text-decoration: none;
	color: black;
}

.menu li#notready a strong
{
	color: #660C13;
}


/* _secondary content
 ******************************************************************************/
#leftside
{
	width: 235px;
	float: left;
	display: inline;
}

#leftside p
{
	padding: 0 18px;
	font-size: .7em;
	line-height: 1.2em;
	margin: 1em 0 3em;
}


#leftside p.colwidth
{
	padding: 0;
}




/* photo gallery rules */

.photos #leftside ul
{
	margin: 10px 0 0;
	padding: 0 20px;
}

.photos #leftside ul li
{
	display: inline;
	float: left;
	margin: 0 11px 11px 0;
}

.photos #leftside ul li a img
{
	border: 1px solid #666;
}

.photos #leftside h2
{
	padding: 0 18px;
	font-size: 1em;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 2em 0 0;
}

.photos #leftside p
{
	margin: .5em 0 1em;
}

/* _footer
 ******************************************************************************/
#footer
{
	width: 790px;
	height: 40px;
	padding: 0 44px;
	margin: 0 auto;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

* html #footer
{
	/* Hack for IE/Win6 to support PNG transparency
	 * http://thedesignspace.net/MT2archives/000103.html */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=css/footer.png sizingMethod='scale');
	
}









