/*   
URI: http://www.spitfiregrill.net
Description: CSS for Spitfire Grill
Author: Andrew Murray
Author URI: http://www.BitByBitITSolutions.com/
*/

/* global */
* {margin:0 padding:0;}
body {
	text-align:center;
	font:12px/18px georgia, "times new roman", serif;
	color:#ffd;
	background:#3f5d21;
}
h1,h2,h3,h4,h5,h6,p {margin:5px 0 20px 0px;}
img {margin:5px 0;}
.clear {clear:both;}

/* links */
a img {border:none;}

a {color:#fff; text-decoration:none;}
a:hover {color:#030; text-decoration:underline;}

a.top {font:11px verdana, arial sans-serif; color:#fff;}
a.top:hover {color:#030; text-decoration:underline;}

/* text format */
h1 {
	font:36px "garamond", georgia, "times new roman", serif;
	letter-spacing:-1px;
	color:#ffd;
	border-bottom:1px solid #ccc;
	width:450px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2 {font:18px georgia, "times new roman", serif;}
h3,h4,h5,h6 {font:16px georgia, "times new roman", serif;}
.credits {font:11px verdana, arial sans-serif;}
ul {list-style:none; padding:0; margin:0 0 10px 0;}

/* menu */
#nav {
	width:910px;
	height:20px;
	text-align:center;
	margin:5px auto;
	padding:5px 0 0 0;
	font:bold 14px "helvetica", arial, sans-serif;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#nav ul {text-align:center;}
#nav ul li {display:inline;}
#nav ul li a {text-decoration:none;margin:0 10px; color:#fff;}
#nav ul li a:hover {color:#030;}

/* layout */
#header {
	margin:0 auto;
	padding:10px 0 0 0;
	width:910px;
	height:140px;
	background:transparent url(../images/logo.gif) center no-repeat;
}
#artluna {
	width:910px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
.leftcol{
	float:left;
	width:290px;
}
.rightcol {
	float:right;
	width:600px;
}
#navpress {
	float:left;
	width:100px;
	text-align:left;
	margin:5px auto;
}
#navpress a {font:11px verdana, arial sans-serif; color:#fff;}
#navpress a:hover {color:#030; text-decoration:underline;}
.presscol {
	float:right;
	width:395px;
	margin:0 0 0 10px;
}
/* press */
.pressleftcol {
	float:left;
	width:290px;
	margin:0 10px 0 0;
}
.pressleftcol ul {margin:0 0 20px 0;}
.pressleftcol ul li {padding:5px 0;border-bottom:1px solid #030;}

/* footer */
#footer {
	clear:both;
	margin:0 auto;
	width:910px;
	text-align:center;
	border-top:1px solid #ccc;
}
#footer p {
	padding:10px 0;
	font:10px/14px georgia, "times new roman", serif;
	color:#030;
}
#footer a {color:#030;}
#footer a:hover {color:#fff;}
