@charset "utf-8";

body {
	background: #ffffff url('../images/headerbg.jpg') repeat-x top;
	color: #404040;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

a { 
	color: #f01834;
	text-decoration: none; 
}

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

form {
	font-size: 16px;
}

input, textarea, select {
	border-bottom: 1px solid #e9b9bc;
	border-right: 1px solid #e9b9bc;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	color: #202020;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}

input, select {
	background: #f0f0f0 url('../images/inputbg.jpg') repeat-x;
}

textarea {
	background: #f0f0f0 url('../images/textareabg.jpg') repeat-x;
}

label {
	
}

input.submit {
	background: #505050;
	border: 1px solid #404040;
	color: #ffffff;
	width: 170px;
	height: 37px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#header {
	position: relative;
	margin-bottom: 25px;
	height: 106px;
}

#logo {
	background: url('../images/logo.jpg') no-repeat;
	width: 143px;
	height: 106px;
	position: absolute;
	left: 0;
	top: 0;
}

#menu {
	font-family: Georgia;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50px;
}

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

#menu ul li {
	display: inline-block;
	margin: 0;
}

#menu ul li a {
	border-bottom: 7px solid #323232;
	color: #c0c0c0;
	margin: 0;
	padding: 0 30px 5px 30px;
}

#menu ul li a:hover {
	border-bottom: 7px solid #f32744;
	color: #ffffff;
}

#slideshow {
	border-top: 5px solid #f0f0f0;
	border-bottom: 5px solid #f0f0f0;
}

#content {
	float: left;
	width: 550px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#content p a {
	/*border-bottom: 1px dotted #ed4377;*/
}

#content p a:hover {
	/*border-bottom: 1px dotted #f7bfd0;*/
	text-decoration: underline;
}

#content p a img, #content p a:hover img { border: 0; }

#content h1 {
	color: #232323;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
}

#content h1 a {
	color: #232323;
	padding: 4px;
	text-decoration: none;
}

#content h1 a:hover {
	background: #f8e6eb;
	text-decoration: none;
}

#content h2 {
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}

#content h3 {
	color: #505050;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

#content h3 a {
	color: #404040;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content .navigation {
	border-bottom: 1px dotted #dadada;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#content .date {
	color: #707070;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}

#content .date .month {
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
}

#content .excerpt {
	color: #404040;
	
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}

#content .entry {
	font-size: 14px;
	margin-bottom: 40px;
}

#content .entry img, #content .portfolioEntry img {
	border: 0;
}

#content .portfolioEntry {
	display: inline-block;
}

#content .commentBox {
	background: #e9edb5;
	padding: 15px;
}

#content .commentIcon {
	float: left;
}

#content .commentInfo {
	margin-left: 50px;
	padding-top: 4px;
}

#content .commentAuthor a {
	color: #a8b40f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

#content .commentDate {
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
}

#content .dateColumn {
	float: left;
	width: 40px;
	color: #505050;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#content .calendarDate {
	border-bottom: 1px solid #606060;
	border-right: 1px solid #606060;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
	text-align: center;
}

#content .calendarDateBorderTop {
	background: #f32744;
	height: 5px;
}

#content .calendarDateDay {
	font-size: 21px;
	font-weight: bold;
	margin-top: -8px;
}

#content .calendarDateMonth {
	font-size: 10px;
	letter-spacing: 2px;
	margin-top: -4px;
	padding: 2px;
	text-transform: uppercase;
}

#content .calendarDateYear {
	font-size: 10px;
	margin-top: -5px;
}

#content .postColumn {
	margin-left: 60px;
}

#content .form, #content .form input, #content .form textarea {
	font-size: 12px;
}

#sidebar {
	float: right;
	width: 300px;
	min-height: 100px;
	margin: 20px 0 30px 0;
	padding: 0 0 10px 20px;
	border-left: 1px dotted #dadada;
}

#sidebar h2 {
	background: #d8e251;
	/*border-bottom: 4px solid #d8e251;*/
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 5px;
	text-transform: uppercase;
}

#sidebar h2 a {
	color: #707070;
}

#sidebar ul {
	list-style: none;
	margin: 5px 0 0 -38px;
}

#sidebar ul li a {
	color: #505050;
	display: block;
	border-bottom: 1px solid #c2e8f1;
	padding: 8px 0;
}

#sidebar ul li a:hover {
	color: #303030;
	border-bottom: 1px solid #c2e8f1;
}

#sidebar .search {
	margin: 10px 0;
}

h2.featured {
	background: #f3c9d5;
	color: #454545;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 4px;
	text-transform: uppercase;
}

#featured {
	margin: 0 20px 0 0;
	padding: 0;
	height: 250px;
	width: 900px;
}

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

#featured ul li {
	margin: 0;
	padding: 0;
}

/* numeric controls */	

ol#controls{
	margin: -40px 0 1em 10px;
	padding: 0;
	height: 28px;	
}

ol#controls li {
	display: inline-block;
	margin: 0 2px 0 0; 
	padding: 0;
	list-style: none;
	height: 28px;
	line-height: 28px;
}

ol#controls li a {
	height: 28px;
	line-height: 28px;
	background: url('../images/pink_transp.png');
	color: #fff;
	padding: 6px 20px;
	text-decoration: none;
}

ol#controls li.current a {
	background: url('../images/white_transp.png');
	color: #7f7f7f;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline: none; }



#sidedishes {
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#sidedishes .miniCol {
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
}

#sidedishes .ulCol {
	display: inline-block;
	width: 40%;
	list-style: none;
	vertical-align: top;
}

#sidedishes .ulCol ul {
	list-style: none;
	margin: -4px 0 15px -40px;
}

#sidedishes .ulCol ul li {
	border-bottom: 1px dotted #dadada;
}

#sidedishes .ulCol ul li a {
	display: inline-block;
	padding: 5px 0;
	width: 70%;
}

#sidedishes .lastCol {
	margin-right: 0;
}

#sidedishes .miniCol h2 {
	/*border-bottom: 4px solid #9ad3db;*/
	/*#fa95b4*/
	background: url('../images/bgpattern.png');
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#footer {
	background: #303030;
	color: #dadada;
	font-family: Georgia;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 10px;
	text-transform: uppercase;
}

.narrow_content {
	margin: 0 auto;
	width: 900px;
}

#footer a {
	border-bottom: 1px dotted #808080;
	color: #71c2ce;
}

#footer a:hover {
	color: #addde4;
}

#footer .copyright {
	float: left;
}

#footer .feeds {
	float: right;
}

/*
#smokeScreen {
	background: #000000;
	display: none;
	-moz-opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
}

.popUp {
	position: absolute;
	top: 5%;
	left: 30%;
	right: 30%;
	bottom: 10%;
	background: #fff;
	border: 1px solid #dadada;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px;
	text-align: left;
	z-index: 1001;
}
*/

.buttonSubscribe {
	background: url('../images/icons/feed2.png')  no-repeat;
	padding: 0 0 0 17px;
}

a.buttonSubscribe {
	border: 0;
}