/*
	Theme Name: Moscow Gourmet Kitchen
	Theme URI: http://www.moscowgourmetkitchen.com
	Description: Version One
	Author: Elyse Kufeldt
	Author URI: http://www.elysekufeldt.com
	Version: 1.0
*/

/* GLOBAL ELEMENTS */

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 9pt;
	background-image: url(img/background.gif);
	}
	
img {
	border-style: none;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #a5bd39;
}

a:hover, #footer a:hover {
	background-color: #f1592a;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

em {
	font-family: Times New Roman, Palatino, serif;
	font-size: 10pt;
}

.quoted {
	color: #a4bd39;
	}

strong {

}
	
h1 {
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	color: #a5bd39;
	font-family: Times New Roman, Palatino, serif;
	font-style: italic;
}

h2 {
	font-size: 11pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #a5bd39;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0em;
	color: #f15a29;
	font-family: Times New Roman, Palatino, serif;
	font-style: italic;
	font-weight: normal;
}

h4 {
	font-size: 11pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 1.5em;
	color: #f15a29;
	font-family: Times New Roman, Palatino, serif;
	font-style: italic;
	font-weight: normal;
	}
	
h5 {
	font-size: 11pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.0em;
	color: #f15a29;
	font-family: Times New Roman, Palatino, serif;
	font-style: italic;
	font-weight: normal;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.menu {
	color: #6d6e71;
	}

p {
	line-height: 1.5em;
	size: 8pt;
	}

.clearer {
	clear: both;
}

.spacer {
	height: 10px;
}

/* MAIN ELEMENTS */
#wrapper {
	margin: auto;
	padding: 0;
	width: 703px;
	margin-top: 70px;
	margin-bottom: 70px;
}

#rounded1 {
	width: 703px;
	height: 13px;
	background: url(img/topline.jpg) no-repeat;
	float: left;
	}
	
#rounded2 {
	width: 703px;
	height: 13px;
	background: url(img/bottomline.jpg) no-repeat;
	float: left;
	}

#page {
	padding-top: 0px;
	width: 703px;
	background-color: #ffffff;
	padding: 0px;
	float: left;
}

#maincontent {
	padding: 0;
	margin: 0;
	width: 430px;
	padding-left: 40px;
	padding-right: 30px;
	background-color: #ffffff;
	float: right;
	border-left: 1px dashed #c5c6c8;
}

#navigation {
	padding: 0;
	margin: 0;
	width: 200px;
	background-color: #ffffff;
	float: left;
}

.center {
	text-align: center;
}

#information {
	padding-top: 47px;
	float: right;
	padding-bottom: 20px;
	}
	
#footerspace {
	margin-bottom: 70px;
	background-color: transparent;
	}
	
#footer {
	background-color: #ffffff;
	padding-bottom: 30px;
	font-size: 9pt;
	font-family: Times New Roman, Palatino, serif;
	font-style: italic;
	color: #808080;
	line-height: 1.75em;
	}

#footer a {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px dotted #a5bd39;
}

/* HEADER ELEMENTS */

#logo {
	background: url(img/logo.jpg) no-repeat;
	height: 120px;
	width: 130px;
	margin: auto;
	}
	
#header {
	background: url(img/header.jpg) no-repeat;
	height: 99px;
	width: 383px;
	padding: 0px;
	position: relative;
	left: -5px;
}

/* NAVIGATION */

#navigation-wrapper {
	margin: auto;
	padding-left: 0px;
	padding-top: 20px;
	width: 165px;
	}
	
#navigation ul li {
   display:block;
   float:left;
   list-style-type:none;
   }

#navigation a, #navigation a:active, #navigation a:hover, #navigation a:visited{ border: 0px; font-size: 0px; padding: 0px;}

.about-irina a {
display: block;
width: 165px;
height: 31px;
background: url(img/AboutMeNav.png) 0 0 no-repeat;
}

.about-irina a:hover {
background-position: 0 -31px;
}

.about-irina-current a {
display:block;
width: 165px;
height: 31px;
background: url(img/AboutMeNav.png) 0 -31px no-repeat;
}

.about-irina-current a:hover {
background-position: 0 0px;
}

.cooking-classes a {
display:block;
width: 165px;
height: 36px;
background: url(img/CookingClassesNav.png) 0 0 no-repeat;
}

.cooking-classes a:hover {
background-position: 0 -35px;
}

.cooking-classes-current a {
display:block;
width: 165px;
height: 36px;
background: url(img/CookingClassesNav.png) 0 -35px no-repeat;
}

.cooking-classes-current a:hover {
background-position: 0 0px;
}

.dinner-parties a {
display:block;
width: 165px;
height: 34px;
background: url(img/DinnerPartiesNav.png) 0 0 no-repeat;
}

.dinner-parties a:hover {
background-position: 0 -34px;
}

.dinner-parties-current a {
display:block;
width: 165px;
height: 34px;
background: url(img/DinnerPartiesNav.png) 0 -34px no-repeat;
}

.dinner-parties-current a:hover {
background-position: 0 0px;
}

.testimonials a {
display:block;
width: 165px;
height: 38px;
background: url(img/TestimonialsNav.png) 0 0 no-repeat;
}

.testimonials a:hover {
background-position: 0 -38px;
}

.testimonials-current a {
display:block;
width: 165px;
height: 38px;
background: url(img/TestimonialsNav.png) 0 -38px no-repeat;
}

.testimonials-current a:hover {
background-position: 0 0px;
}

.faq a {
display:block;
width: 165px;
height: 38px;
background: url(img/FAQNav.png) 0 0 no-repeat;
}

.faq a:hover {
background-position: 0 -38px;
}

.faq-current a {
display:block;
width: 165px;
height: 38px;
background: url(img/FAQNav.png) 0 -38px no-repeat;
}

.faq-current a:hover {
background-position: 0 0px;
}

.contact a {
display:block;
width: 165px;
height: 34px;
background: url(img/ContactNav.png) 0 0 no-repeat;
}

.contact a:hover {
background-position: 0 -34px;
}

.contact-current a {
display:block;
width: 165px;
height: 34px;
background: url(img/ContactNav.png) 0 -34px no-repeat;
}

.contact-current a:hover {
background-position: 0 0px;
}

.blog a {
display: block;
width: 165px;
height: 31px;
background: url(img/BlogNav.png) 0 0 no-repeat;
}

.blog a:hover {
background-position: 0 -31px;
}

.blog-current a {
display:block;
width: 165px;
height: 31px;
background: url(img/BlogNav.png) 0 -31px no-repeat;
}

.blog-current a:hover {
background-position: 0 0px;
}

.recipes a {
display: block;
width: 165px;
height: 31px;
background: url(img/recipesnav.png) 0 0 no-repeat;
}

.recipes a:hover {
background-position: 0 -31px;
}

.recipes-current a {
display: block;
width: 165px;
height: 31px;
background: url(img/recipesnav.png) 0 -31px no-repeat;
}

.recipes-current a:hover {
background-position: 0 0px;
}

/* BLOG */
#blog_content {
	width: 765px;
	padding-top: 10px;
	}
	
#blog_sidebar {
	padding-top: 85px;
	width: 170px;
	float: right;
	color: #666;
	font-size: 11px;
	line-height: 1.5em;
	}
	
#page_sidebar {
	padding-top: 67px;
	width: 170px;
	float: right;
	color: #666;
	font-size: 11px;
	line-height: 1.5em;
	}
	
#blog_sidebar h2, #page_sidebar h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11pt;
	line-height: 0em;
	color: #000000;
	padding-bottom: 10px;
	}
	
#blog_sidebar strong, #page_sidebar strong {
	color: #404040;
	font-size: 12pt;
	font-variant: small-caps;
	}
	
.post, .page {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	color: #505050;
	text-align: justify;
	padding-top: 25px;
}

.meta {
	font-size: 8pt;
	margin-bottom: 5px;
	line-height: 0em;
	padding-bottom: 5px;
	color: #808080;
	}
	
.post h1 {
	font-family: Georgia;
	line-height: 0em;
	color: #8f455f;
	}

.post p {
	line-height: 1.5em;
	padding-bottom: 10px;
	}
	
.page h1 {
	margin-top: 10px;
	font-family: Georgia;
	line-height: 0em;
	color: #8f455f;
	}

.page p {
	line-height: 1.5em;
	}