/*

Theme Name:		The Landing

Theme URI: 		http://goagency.com/

Description: 	For The Landing

Author: 		ajw

Author URI:		http://goagency.com/

*/

@import "menu.css";

/* GLOBAL LAYOUT */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #000;
	color: #000;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

input, button, textarea { border: 1px solid black }

#container  {
	width: 523px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left; }


/* TEXT */
a:link, a:visited , a:hover, a:active{ color: #A1A454; text-decoration: none; }

/* GLOBAL HEADER */

#nav { background: #000 url(images/bg_nav.gif) no-repeat; height: 32px; margin: 0 0 10px 0}
	#nav li a { height: 32px; color: #000; padding-top: 8px; letter-spacing: -1px }
		#navNews { width: 35px }
		#navRestaurant { width: 104px; }
		#navCatering{ width: 80px }
		#navMenus { width: 50px }
		#navBios { width: 45px }
		#navEvents{ width: 125px }
		#navGallery { width: 73px }
		
	#nav li a:hover { background: transparent url(images/bg_nav_hover.gif) repeat-x }
		
/* FOOTER */
#footer {
	width: 100%;
    height: 90px;	
	color: #888888;
	padding-bottom: 1.5em;
	background: #000  url(images/article-btm.gif) no-repeat;	
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	clear: both;

}

#main #footer { padding: 20px 0 15px 0 }

/* FRONT PAGE */
 #main { background: #fff url(images/article-mid.gif) repeat-y; width: 521px; }
 #main p, #main div { padding: 0px 10px 10px 10px }
 #main h1,  #main h2 { padding: 0 0 10px 10px; clear: both; font-weight: normal }
 span.published, span.edit-post { display: block; padding: 0px 10px 10px 10px }
 
 #goTag a { text-decoration: none; color: #888888 }
 
 .inlineHeading { padding: 15px 10px 0px 10px }
 
 h1, h2 { color: #A1A454; font-family: "Georgia", serif; }
 h1 { font-size: 22px }
 h2 { font-size: 22px }
		
/* CONTENT */
.contentImgRight { float: right; margin: 0 10px 10px 10px} 
	