body {
	margin: 0;
	padding: 0;
	font: normal small Georgia, "Times New Roman", Times, serif;
        font-size: 62.8%;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase; */
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* position:absolute for all browsers - the whole page scrolls */
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:12em;
} 

/* position:fixed for modern browsers - header and footer do not scroll */

#headerwrap {
	position:fixed;
}

#header {
	height:12em;
	width:100%;
	margin:0 auto;
}

/* Middle wrapper */

#middlewrap {
	padding:14em 0 0 0;
	margin-left:0;
}

#middle {
	width:70em;
	margin:0 auto;
}

/* Header */

#header2 {
    background: #FFFFFF url(images/img301.jpg) repeat-x;
	width: 100%;
	height: 12em;
	margin: 0 auto;
}

#header3 {
	width: 70em;
	height: 12em;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 2em;
}

#logo h1 {
	float: left;
	padding: 0.2em 1.5em 0 .5em;
	background: url(images/point.png) no-repeat right center;
	letter-spacing: -.05em;
	font-size: 4em;
	text-transform: uppercase;
}

#logo h2 {
	float: right;
	padding: .8em .5em 0 0;
	font-size: 2.8em;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: .1em;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 4.3em;
	height: .5em;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	font-size: 3em;
	color: #993300;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(images/img#103.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 70em;
/*	height: 35em; */
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 1em 0;
}

#prev {
	display: block;
	float: left;
	width: 3em;
	height: 10em;
	background: url(images/img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 3em;
	height: 10em;
	background: url(images/img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(images/img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Gallery Two */

#gallery2 {
	clear: both;
	width: 700px;
	height: 240px;
	margin: 0 auto;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.post .meta {
	padding: 15px 20px;
	background: url(images/img15a.gif) no-repeat;
	font-size: 1.4em;
	
}

.post .meta p {
	margin: 0;
}

.post .date {
	padding: 1px 20px;
	line-height: 80%;
    font-size: 1.4em;
    text-transform: lowercase;    
}

.post .story {
	padding: 10px 20px;
	line-height: 120%;
        font-size: .95em;
}

/* Food & Wines */

#food {
	float: right;
	width: 700px;
}

.food {
	margin-bottom: 10px;
}

.food .title {
	float: right;
	color: #FF8400;
}

.food .meta {
	font-size: 1.4em;
	 text-transform: lowercase; 
	padding: 10px 20px;
	background: url(images/img115a.gif) no-repeat;
}

.food .meta p {
	margin: 0;
}

.food .story {
	font-size: 1.4em;
	padding: 10px 20px;
	line-height: 130%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img14a.gif) no-repeat 0em .01em;
}

.boxed h2 {
	padding: .5em;
	padding-left: .4em;
	color: #000000;
}

.boxed .content {
	padding: 1em;
	font-size: 1.3em;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 1.5em;
	background: #FF9933 url(images/img116.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


