/* css document for www.marjorie.com */
/* written by www.lookatlao.com*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	background: #350100 url(../images/bg-home.gif) no-repeat fixed left top;
	}
	
body#food { background: #350100 url(../images/bg-02.gif) no-repeat left top; }
body#bar { background: #350100 url(../images/bg-01.gif) no-repeat left top; }
body#about { background: #350100 url(../images/bg-04.gif) no-repeat left top; }
body#info { background: #350100 url(../images/bg-06.gif) no-repeat left top; }
body#news { background: #350100 url(../images/bg-05.gif) no-repeat left top; }
	
#wrapper {
	position: relative;
	margin: 35px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 584px;
	background: url(../images/bg-wrapper.png) repeat-y left top;
	}	
	
body#blog #wrapper {
	position: relative;
	margin: 35px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 800px;
	background: url(../images/bg-wrapper-blog.png) repeat-y left top;
	}	
	
#photo {
	position: absolute;
	top: 12px;
	left: 24px;
	}
	
#content {
	width: 362px;
	padding: 160px 45px 0 55px;
	}
	
body#blog #content {
	width: 644px;
	margin: 0;
	padding: 20px 0 0 35px;
	}
	
#blog-column {
	magin: 0;
	padding: 0;
	width: 400px;
	float: left;
	}
	
#blog-side {
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
	}
	
#footer {
	width: 534px;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 25px 25px 0 25px;
	background: url(/images/bg-footer.gif) no-repeat left top;
	}
	
body#blog #footer {
	width: 677px;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 25px 25px 0 25px;
	background: url(/images/bg-footer-blog.gif) no-repeat left top;
	}
/*
----------------------------------
TEXT FORMATTING
----------------------------------
*/
p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1 {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #448cca;
	}

h2 {
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ed145a;
	}
	
p {
	font-size: 12px;
	line-height: 20px;
	color: #444;
	margin: 5px 0 30px 0;
	}


blockquote {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 22px;
	color: #ed145a;
	}

strong { 
	color: #222;
	}

h2.pink {
	color: #ed145a;
	}
	
h2.green {
	color: #8dc63f;
	}
	
h2.blue {
	color: #448cca;
	}
/*
----------------------------------
LINKAGE
----------------------------------
*/
a { text-decoration: none; }
a:link { color: #0051ac; border-bottom: 1px dotted #0051ac; }
a:visited { color: #666; border-bottom: 1px dotted #666; }
a:hover { color: #fff; background-color: #ed145a; border-bottom: none;  }



/*
----------------------------------
NAVIGATION
----------------------------------
*/

#navigation {
	position: absolute;
	top: 20px;
	left: 463px;
	width: 105px;
	height: 309px;
	}
	
body#blog #navigation {
	position: absolute;
	top: 20px;
	left: 689px;
	width: 105px;
	height: 309px;
	}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navigation ul li {
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	text-transform: uppercase;
	}
	
#navigation ul li a {
	text-decoration: none;
	padding-left: 8px;
	border: none;
	}
		
#navigation ul li a:link,
#navigation ul li a:visited {
	color: #fff;
	}
	
#navigation ul li a:hover {
	color: #ed145a;
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}

body#food li#nav-food a {
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}
body#about li#nav-about a {
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}
body#bar li#nav-bar a {
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}
body#info li#nav-info a {
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}
body#blog li#nav-blog a {
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}
	
body#res li#nav-res a {
	background: url(../images/nav-arrow.gif) no-repeat 0% 50%;
	}

#navigation ul li ul {
	margin: 5px 0 0 0;
	padding: 0;
	}

#navigation ul li ul li {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 10px;
	text-transform: none;
	}
	
#navigation ul li ul li a:link,
#navigation ul li ul li a:visited {
	color:#fc0;
	}
	
#navigation ul li ul li a:hover {
	color: #ed145a;
	}
	
body#food li#nav-food ul li a,
body#about li#nav-about ul li a,
body#bar li#nav-bar ul li a,
body#info li#nav-info ul li a,
body#news li#nav-news ul li a,
body#res li#nav-res ul li a,
body#news li#nav-news ul li a {
	background: none;
	}	

#navigation ul li ul li.here a:link,
#navigation ul li ul li.here a:visited {
	color: #ed145a;
	}
#navigation ul li ul li.here a:hover {
	color: #fff;
	}	

li span {
	font-size: 9px;
	color: #3063D7;
}

/*
----------------------------------
FOOTER
----------------------------------
*/	

#footer p { 
	font-size: 10px;
	color: #bb428e;
	margin: 0;
	padding: 0;
	}
	
#footer p span { 
	margin: 0 8px 0 8px;
	color: #f66;
	}
	
#footer a:link,
#footer a:visited {
	color: #bb428e;
	text-decoration: none;
	border: none;
	}

#footer a:hover {
	color: #fc0;
	border: none;
	background: none;
	}

/*
----------------------------------
MAP + FORMS
----------------------------------
*/	
#googlemap {
	margin: 10px 0 10px 0;
	width: 350px;
	height: 250px;
	border: 10px solid #ccc;
	}

form {
	margin: 0;
	}	

/*
----------------------------------
TABLES
----------------------------------
*/		
table.layout {
	margin: 0;
	padding: 0;
	}
	
table.layout td {
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
	color: #666;
	}
	
table.layout td input {
	width:175px;
	}
	
/*
----------------------------------
BLOG FORMATTING
----------------------------------
*/	

.blogpost {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.blogpost h2 {
	font-size: 22px;
	text-transform: none;
	letter-spacing: normal;
}

.blogpost p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 18px 0;
	color: #333;
}

.blogpost p.meta {
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0 18px 0;
}

.blogpost p.comments {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(/images/icon-comments.png) no-repeat 0% 50%;
}

.blogpost a:link,
.blogpost a:visited {
	color: #448cca;
	text-decoration: none;
	border: none;
}

.blogpost a:hover {
	color: #ed145a;
	text-decoration: underline;
	border: none;
	background: #fff;
}

.blogpost p.meta a:link,
.blogpost p.meta a:visited {
	color: #333;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.blogpost p.meta a:hover {
	color: #448cca;
	text-decoration: underline;
	border: none;
	background: #fff;
}


#blog-side h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #f08900;
}

#blog-side ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#blog-side li {
	font-size: 12px;
	margin: 0;
	padding: 4px 0;
}

div.comment {
	background: #eed;
	margin: 20px 0;
	padding: 10px;
}

div.comment-content p {
	font-size: 12px;
	margin: 3px 0 5px 0;
}

p.comment-author {
	font-size: 11px;
	margin: 0;
	color: #666;
}

p.comment-meta {
	margin: 0;
	font-size: 11px;
	color: #666;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}

legend {
	font-size: 12px;
	color: #333;
	background: #eed;
	border: 1px solid #666;
	padding: 3px;
}

textarea.comment-text {
	width: 375px;
	height: 200px;
}

.blogpost h4 {
	margin: 0 0 20px 0;
	color: #333;
}

ul.archive-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.archive-list li {
	font-size: 14px;
	margin: 0;
	padding: 6px 0;
}

p.twitter {
	background: url(/images/twitterbird.png) no-repeat left center;
	padding: 6px 0 6px 25px;
	margin: 0;
}

p.facebook {
	background: url(/images/facebook.png) no-repeat left center;
	padding: 6px 0 6px 25px;
	margin: 0;
}

p.blog {
	background: url(/images/rss.png) no-repeat left center;
	padding: 6px 0 6px 25px;
	margin: 0;
}