/*
Theme Name: saskiamoes.com
Theme URI: http://www.saskiamoes.com
Description: Saskia Moes Website
Author: Elijah Martin-Merrill
Author URI: http://www.elijahmm.com
8/

/* yellow: CC9933   charcoal: 666666  */

/* POSITIONING EVERYTHING */
#container {
	-moz-border-radius: 20px 20px 20px 20px;
	width: 80%
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
	padding: 10px;
}

#Header {
	background-image: url(http://www.saskiamoes.com/wp-content/themes/saskia/images/logo1.png) !important;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #ffffff;
	width: 150px;
	height: 87px;
	text-align: center;
	float: left;
	position: relative;
	top:120px;
	left:0px;
}

#leftHeader {
	background-image: url(http://www.saskiamoes.com/wp-content/themes/saskia/images/logo.png) !important;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
	width: 408px;
	height: 300px;
	float: left;
}

#inerContainer {
	float: left;
	width: 100%;
}

#main {
	float: left;
	position: absolute;
	width: 58%;
	left: 425px;
}

#sidebar {
	float: left;
	position: absolute;
	width: 148px;
	left: 270px;
}

#footer {
	clear: both;
	text-align: center;
	width: 100%;
}

iframe.shop {
	margin-top: -50px;
	border: none;
	width: 100%;
	height: 600px;
}

/* Sidebar */

#sidebar h1{
	padding-left: 10px;
	font-family: "baskerville old face", sans-serif;
	font-size: 14px;
	color: #cc9933;
	text-align: left;
	font-weight: lighter;
}

#sidebar ul {
	margin-top: -0px;
	list-style: none;
	margin-left: -20px;
}

ul {
	list-style: none;
	margin-left: -20px;
}

/*  misc  */
a, a:visited, a:link, a:active { color: #666666; text-decoration: none; background-color: inherit;}
a:hover { color: #cc9933; text-decoration: none;}
* {
	font-family: "baskerville old face", "times new roman", sans-serif;
	text-align: justify;
	color: #666666;
	text-transform: lowercase;
}

h1 {
	font-size: 1em;
	color: #cc9933;
	text-decoration: none;
	font-weight: normal;
}

*.title{
	font-size: 1.2em;
	color: #cc9933;
}

*.current_page_item{
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
}

