/*
	CSS for the Poor People's Pub web site.
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #5354FF;
}

body
{
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	color: #8A8BFF;
	font-size: 11pt;
	height: 100%;
	background-color: Black;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

p {
text-indent:1%;
}

/* Outer */

#outer
{
	margin: 1.0em 0.5em 1.5em 0.5em;
	position: relative;
	min-height: 100%;
}

* html #outer {
	height:100%;
}

/* Header */

#header
{
	padding: 0em 0.5em 0em 0.5em;
	height: 12em;
	float: left;
	position: relative;
	background: #000000;
}

/* Content */

#content
{
	background: black url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#content p
{
	margin-bottom: 1.2em;
	line-height: 1.6em;
	color: #000155;
}

#content h2
{
	font-size: 1.3em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#content img {
	margin: 0 0.5em 0.8em;
	float: right;
}

#content img.left {
margin:0 0.8em 0.5em 0;
float:left;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
	background-color: Black;
}

#primaryContent
{
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

#primaryContent.white
{
	background: #ffffff;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
	color: #FFFFFF;
	text-align: center;
}
#secondaryContent.next
{
	background: #336600;
	color: #FFFFFF;
	padding-top: 10px;
}

#secondaryContent.location
{
	background: black;
}

#secondaryContent.menu
{
	background: white;
	color: Black;
	padding-top: 20px;

}

#secondaryContent.catering
{
	background: #FFCC66;
	color: #000000;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}

.clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	 

.notebox {
	width: 22%;
	float: right;
	background-color: #FFF0F8;
	margin: 0 0 1em 1em;
	padding: 0.8em;
}
#noteboxleft {
	width: 54%;
	float: left;
	background-color: Silver;
	margin: .5em .5em .5em .5em;
	padding: 1.8em;
}
#productbox {
	width: 32%;
	float: right;
	background-color: Silver;
	margin: 1em 1em 1em 1em;
	padding: 0.8em;
}
.subHeader {
	color: #6787E2;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: .1em;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
}

.textwhite {
	color: white;
	margin: 0.5em;
	text-align: center;
}

.textblack {
	color: black;
	margin: 0.5em;
	text-align: center;

