@charset "UTF-8";
/*...............................*/
/*........MISFOR.................*/
/*........MONSTER................*/
/*........CSS....................*/
/*........by Katherine Leipper...*/
/*...............................*/


body {
	background-color: #ffccff;
	background-image: url(../images/graphics/bkgds/buttons1.jpg);
	margin: 0;
	padding: 0;

}
img {
	border: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
ul {
	list-style-type: none;
	white-space: nowrap;
}
a {
	text-decoration: none;
}
h1 {
	text-indent: -10000px;
	margin-top: -50px;
}
h2 {
	font-family: Courier, "Courier New", monospace;
	color: #000;
	size: 20px;
	font-weight: lighter;
	}
h2 a {
	color: #FF3399;
}
h2 a:hover {
	border-bottom: 1px dotted;
}
h3 {
	font-size: 16px;
	font-family: Courier, "Courier New", monospace;
	color: #000;
	text-transform: capitalize;
	font-weight: lighter;
}

/*---------MENU----------*/
div#header {
	background-image: url(../images/graphics/drawings/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 200px;
}
div.menu {
	height: 90px;
	vertical-align: center;
	margin-top: -50px;
	left: 0px;
	background-image: url(../images/graphics/bkgds/menubkgd.png);
	background-repeat: repeat-x;
}
.menu a:hover img {
	background-image: url(../images/graphics/menu/highlight.png);
}
.menu li {
	display: inline;
	margin: 0px;
	padding: 0 10px 0 10px;
}
#currentpage img{
	background-image: url(../images/graphics/menu/underline.png);
}

/*---------BODY-----------*/
div#container {
	margin-top: 50px;
	width: 600px;
	background-image: url(../images/graphics/bkgds/dots.jpg);
	vertical-align: top;
	margin-left: 200px;
	padding: 20px;
	display: block;
}	
#container {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #606060;
	line-height: 140%;
}
h1.title {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", serif;
	color: #999;	
}
h1.blogtitle {
	font-size: 20px;
	font-family: Courier, "Courier New", monospace;
	color: #999;
}

.pagetitle {
	position: relative;
	float: left;
	width: 610px;
	margin: -50px 0 30px -10px;
}

/*---------FEATURED & HOMES--------*/
#featured img {
	float: left;
	margin: 0 15px 15px 0;
}
div#featured {
	margin-bottom: 30px;
}
div#greeting {
	position: relative;
	width: 100px;
	left: -70px;
	top: -170px;
	z-index: 1;
}
div.homes {
	width: 600px;
	/*is this right??*/
	display: block;
}
.homes img {
	float: left;
	margin: 0 15px 15px 0;
	clear: left;
}



/*---------BLOG------------*/
.content {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #606060;
	line-height: 140%;
}
div.content {
	width: 560px;
	position: relative;
}
div.dottedline {
	width: 600px;
	height: 10px;
	background-image: url(../images/graphics/bkgds/dotted.png);
	background-repeat: no-repeat;
	margin: 20px 0 30px 0;
	/*is this ok? should it be float?*/
	display: block;
	clear: left;
}
div.more {
	float: right;
	display: block;
	padding-bottom: 15px;
	vertical-align: bottom;
}
/*---------SHOP------------*/

div.itemdiv {
	float: left;
	height: 165px;
	width: 155px;
	padding: 20px;
	border: none;
	vertical-align: text-bottom;
	text-align: center;

}
.itemdiv a:hover {
	/*background-image: url(../images/graphics/bkgds/itemborder.png);*/
}
div#shop {
	float: left;
	width: 600px;
	
}
/*----------CUSTOM----------*/
div#random {
	width: 301px;
	position: relative;
	float: right;
	margin: -40px -100px 0 -20px;
}
#customform {
	width: 550px;
	margin: auto;
}

/*----------BOOKS-----------*/
.books {
	text-align: center;
}
/*----------FOOTER----------*/
#footer {
	text-align: center;
}
#footer p {
	font-family: Courier, "Courier New", monospace;
	size: 10px;
	color: #000;
}

div#footer {
	width: 600px;
	/*float: left;*/
	
}

div#footerdots {
	float: left;
	width: 600px;
	height: 20px;
	background-image: url(../images/graphics/bkgds/footerdots.png);
	background-repeat: no-repeat;
	margin: 20px 0 10px 0;	
}
/*----------EDIT------------*/
#container#editcomment {
	background-color: #FFF;
	size: 14px;
	color: #000;
}


