@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Verdana, Arial;
	font-size: 0.75em;
	background-attachment: fixed;
	background-image: url(assets/images/bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#wrapper {
	padding: 0px;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(assets/images/foo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper #text {
	height: auto;
	width: 710px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header {
	height: 150px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#listingsWrapper {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
body a, a:visited {
	color: #AD86A9;
	font-weight: bold;
}

#infoBar   {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-top: 0px;
	background-image: url(assets/images/navBg.png);
	padding-top: 5px;
	color: #FFF;
}

#infoBar a, a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#infoBar a:hover, a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

body a:hover, a:active {
	font-weight: bold;
	color: #AD86A9;
	text-decoration: underline;
}
#wrapper #text a, a:visited {
	font-weight: bold;
	color: #AD86A9;
}
#wrapper #text blockquote {
	font-style: normal;
	color: #FFF;
	font-weight: bold;
}
#wrapper #text #blockQuote {
	background-color: #9e9e9e;
	margin: 0px;
	padding: 0px;
}

#wrapper #text a:hover, a:active {
	font-weight: bold;
	color: #AD86A9;
	text-decoration: underline;
}


#ebayListings {
	padding: 10px;
	height: auto;
	width: 360px;
	overflow: auto;
	position: relative;
	float: left;
}
#etsyListings {
	padding: 10px;
	height: auto;
	width: 360px;
	overflow: auto;
	float: right;
}

#wrapper #infoBar .youAreHere {
	display: inline-block;
	margin: 0px;
	float: left;
	width: auto;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #infoBar .timeDate {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}
#wrapper #footerAbove {
	background-image: url(assets/images/footerAbove.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 25px;
	width: 855px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
#wrapper #footerAbove .copyright {
	display: inline-block;
	float: left;
	width: auto;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #footerAbove .designBy {
	margin: 0px;
	float: right;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#wrapper #footer {
	vertical-align: bottom;
	padding: 0px;
	height: 48px;
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	color: #A864A8;
	font-weight: bold;
}

#footerAbove a, a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#footerAbove a:hover, a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#wrapper #text {
	height: auto;
	width: 710px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #hardRule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrapper #footerAbove .optimizedFor {
	padding-top: 5px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 250px;
}
#wrapper #blogish .title {
	font-size: 2em;
	color: #AD86A9;
	font-weight: bolder;
	text-align: left;
	width: 425px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 10px;
}
#wrapper #blogish .content {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin-right: 5px;
	width: 420px;
	margin-left: 5px;
}
#wrapper #blogish .map {
	float: right;
	margin-bottom: 5px;
}
#wrapper #blogish {
	height: auto;
	width: 855px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(assets/images/contentBg.png);
	background-repeat: repeat;
}
#wrapper #blogish a:hover, a:active {
	font-weight: bold;
	color: #AD86A9;
	text-decoration: underline;
}
#wrapper #blogish a, a:visited {
	font-weight: bold;
	color: #AD86A9;
}
#wrapper #blogish .map a, a:visited {
	font-weight: bold;
	color: #AD86A9;
}
#wrapper #blogish .map a:hover, a:active {
	font-weight: bold;
	color: #AD86A9;
	text-decoration: underline;
}
#wrapper #blogish .serviceContent  {
	margin-right: 20px;
	margin-left: 20px;
}
#wrapper #blogish .contact {
	margin-top: 20px;
}
#wrapper #blogish .aboutContent {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 833px;
	margin-left: 10px;
	float: left;
}

#wrapper #blogish .newContent {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
	margin-left: 5px;
}

