/*   
Theme Name: Ffireworks 2.2
Theme URI: http://www.8lionsmedia.com
Description: Theme for Fireworks Restaurant Site
Author: Daniel Damkoehler (design & coding) for 8 Lions Media
Author URI: http://www.8lionsmedia.com
Version: 2.2
.
Stylesheet Creative Commons license.
.
*/

/* Resetting styles across browsers */

@import url("reset.css");

/* Page Template Styles */

body {
	margin:0;
	padding:0; 
	background: url(img/fwbg.jpg) center repeat-y #000;
	font-size: 62.5%;
	color: #fff; 
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* html body {
	font-size:62.5%; /* IE5-Win */
	f\ont-size: 62.5%; /* other IE */
}

#wrap {
	position: relative;
	margin: 0 auto;
    padding: 0;
	width: 770px; /*de facto 7px margin left & right */
	text-align: center;
	background:transparent;
}

.hide {
	position: absolute;
	left:-9999px;
}

#img {
	color:#000;
	font-size:8px;
}

a:link, a:visited, a:hover, a:active {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}

/* Header Styles */

#header {
	width: 100%;
	clear:both;
	background:none;
	margin: 0;
	text-align: left;
}

/* Head Menu Styles */
#headmenu {
	margin:0;
	height: auto;
	background: #000;
	text-align:left;
}

#headmenu ul {
	margin:0;  
	padding: .5em .5em;
	list-style:none;
	border-bottom:2px solid #990000;
	font-size: 1.3em; 
	text-transform: lowercase;
	font-weight: normal;
	text-align: left;
    }

#headmenu ul li {
	padding: 0 ; 
	margin: 0 .2em;
    font-weight: normal;
	color: #990000;
	text-transform: none;
	display: inline;
}

#headmenu ul li a:link, 
#headmenu ul li a:visited {
	padding: .5em 1em;
	color: #990000;
	text-decoration: none;
}

#headmenu ul li a:hover, 
#headmenu ul li a:active {
	color: #000;
	text-decoration: none;
	background:#990000;
}

/* Sidebars & Content Areas */

#pagecontent {
	margin: 65px 10px 20px 235px;  /* left is width of sidebar */
	padding:8px;
	width: 506px; 
	color: #000;
}

#pagecontent.front {
	width:506px;
	height:auto;
	margin: 65px 0 5em 245px;  /* left is width of sidebar + borderkluge */
	padding:8px;
	background: url(img/shdwtopltpglogo.gif) top left no-repeat #990000;
	color: #000;
}
.pagecontent-img {background: url(img/shdwtopltpg.gif) top left no-repeat #990000;}
.pagecontent-logo {background: url(img/shdwtopltpglogo.gif) top left no-repeat #990000;}

div.post {
	margin:0px;
	padding:16px;
	background:url(img/corner.gif) top right no-repeat #F7E1BB;
	min-height:40em;
	width:474px;	
	line-height:1.3em;
	text-align: left;
	}

div.post-redbg {
	margin:0px;
	padding:16px;
	background:none;
	min-height:40em;
	width:454px;	
	line-height:1.3em;
	text-align: left;
	}
*html div.post-redbg {height: 40em;}

#sidebar {
	float:left;
	width:235px;
	height:auto;
	margin:26px 0 2em 0px;
	padding:0;
	border:0;
	background: transparent;
	text-align:right;
}


/* Page & Front Page Styles */

#pagecontent h1 {
	margin: .2em 3em 1em 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height:1.5em; 
	text-align: left;
	text-transform:lowercase;
	border-bottom:2px solid #000;
}

#pagecontent.front h1 {
	margin:0;
	border-bottom:none;
	color:#F7E1BB;
}

#pagecontent.front p {
	color:#F7E1BB;
}

#pagecontent.front a, #pagecontent.front a:link,
#pagecontent.front a:hover, #pagecontent.front a:active,
#pagecontent.front a:visited {
	color:#F7E1BB;
}

#pagecontent h2 {
	margin: 0;
	padding: 1.5em 0 0.2em 0; 
	font-size: 1.5em;
	text-align: left;
}

#pagecontent h3 {
	margin: 0;
	padding: 1.5em 0 .1em 0;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #000;
}

#pagecontent h3 a:link, #pagecontent h3 a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#pagecontent h3 a:hover, #pagecontent h3 a:active {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#pagecontent p, #frontcontent p {
	padding: .5em 0;
	margin:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align: left;
}

#pagecontent ul {
	margin:0;
	padding:.5em 0;
	text-align: left;
	font-size:1.1em;
}

#pagecontent ul li {
	margin: 0;
	padding-bottom: 2px;
	text-align: left;
	list-style: none;
}

#pagecontent ol {
	margin:0;
	padding:.5em 0;
	text-align: left;
	font-size:1.1em;
}

#pagecontent ol li {
	margin: 0 0 0 2em;
	padding-bottom: 2px;
	text-align: left;
	list-style: decimal;
	font-size:1.1em;
}

#pagecontent.front ul {
	margin:0 20px;
	padding:.5em 0;
	color:#F7E1BB;
	text-align:left;
	list-style:disc;
}

#pagecontent.front ul li {
	padding:1em 0;
	text-align:left;
	list-style:disc;
	font-size:1.3em;
	line-height:1.4em;
	list-style-position: outside;
}


/* Table Styles */

tr {}

th {
width: 450px;
padding: .25em 0;
font-size: 1.1em;
font-weight:normal;
}

td {
width:63px;
padding: .25em 0;
vertical-align:top;
text-align:right;
font-size: 1.1em;
}

/* Footer Styles */

#footer {
	position: relative;
	width: 772px;
	clear: both;
	margin: 0;
	padding-top: .5em;
	border-top: 2px solid #990000;
	color: #990000;
	font-size: 1em;
	line-height: .8em;
	text-align: left;
}

#footer #left {
	padding-left:1em;
	float:left;
}

#footer #right {
	padding-right:1em;
	float:right;
}

#footer a:hover, 
#footer a:active
{
	color: #F7E1BB;
	text-decoration: none;
	font-weight:bold;
}


/* Sidebar Styles */

#imgbox {
	width:235px;
	text-align:right;
}

.frontsidebar {
	margin-left:10px;
}

.name {
	text-align:right;
	padding:0 10px 0 0;
	margin:0;
}

#sidebar img {
	padding:6px 0 7px 0;
}

.sidetxtbox {
	margin:0;
	padding:0em 2em 1em 1em;
	clear:both;
	text-align:right;
}

.sidetxtboxhome {
	margin:0;
	padding:0em 2em 1em 1em;
	height:222px;
	clear:both;
	text-align:right;
}

#sidebar h1 {
	margin: 1em 0 .7em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #990000;
}

#sidebar h2 {
	margin: 1em 0 .7em 2em;
	padding: 0;
	text-align:left;
	font-weight: bold;
	font-size: 1.4em;
	color: #990000;
}

#sidebar p {
	margin:0;
	padding:.5em 0;
	color:#990000;
	font-size:1.3em;
	line-height:1.5em;
}

#sidebar ol {
	list-style:decimal;
	text-align:left;
	padding-left:5em;
	font-size:1.1em;
	color:#F7E1BB;
}

#sidebar a:link, 
#sidebar a:visited  {
	color: #990000;
	text-decoration: none;
	font-weight:normal;
}

#sidebar a:hover, 
#sidebar a:active {
	color: #F7E1BB;
	text-decoration: none;
	font-weight:normal;
}